@charset "UTF-8";
/**
 * Default Variables.
 *
 * Modify this file to provide default Bootstrap Framework variables. The
 * Bootstrap Framework will not override any variables defined here because it
 * uses the `!default` flag which will only set their default if not already
 * defined here.
 *
 * You can copy existing variables directly from the following file:
 * ./THEMENAME/bootstrap/assets/stylesheets/bootstrap/_variables.scss
 */
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/* line 9, ../bootstrap/assets/stylesheets/bootstrap/_normalize.scss */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

/* line 19, ../bootstrap/assets/stylesheets/bootstrap/_normalize.scss */
body {
  margin: 0;
}

/* line 33, ../bootstrap/assets/stylesheets/bootstrap/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/* line 54, ../bootstrap/assets/stylesheets/bootstrap/_normalize.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

/* line 67, ../bootstrap/assets/stylesheets/bootstrap/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/* line 77, ../bootstrap/assets/stylesheets/bootstrap/_normalize.scss */
[hidden],
template {
  display: none;
}

/* line 89, ../bootstrap/assets/stylesheets/bootstrap/_normalize.scss */
a {
  background-color: transparent;
}

/* line 98, ../bootstrap/assets/stylesheets/bootstrap/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* line 110, ../bootstrap/assets/stylesheets/bootstrap/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/* line 118, ../bootstrap/assets/stylesheets/bootstrap/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/* line 127, ../bootstrap/assets/stylesheets/bootstrap/_normalize.scss */
dfn {
  font-style: italic;
}

/* line 136, ../bootstrap/assets/stylesheets/bootstrap/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* line 145, ../bootstrap/assets/stylesheets/bootstrap/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/* line 154, ../bootstrap/assets/stylesheets/bootstrap/_normalize.scss */
small {
  font-size: 80%;
}

/* line 162, ../bootstrap/assets/stylesheets/bootstrap/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 170, ../bootstrap/assets/stylesheets/bootstrap/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 174, ../bootstrap/assets/stylesheets/bootstrap/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* line 185, ../bootstrap/assets/stylesheets/bootstrap/_normalize.scss */
img {
  border: 0;
}

/* line 193, ../bootstrap/assets/stylesheets/bootstrap/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* line 204, ../bootstrap/assets/stylesheets/bootstrap/_normalize.scss */
figure {
  margin: 1em 40px;
}

/* line 212, ../bootstrap/assets/stylesheets/bootstrap/_normalize.scss */
hr {
  box-sizing: content-box;
  height: 0;
}

/* line 221, ../bootstrap/assets/stylesheets/bootstrap/_normalize.scss */
pre {
  overflow: auto;
}

/* line 229, ../bootstrap/assets/stylesheets/bootstrap/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* line 252, ../bootstrap/assets/stylesheets/bootstrap/_normalize.scss */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

/* line 266, ../bootstrap/assets/stylesheets/bootstrap/_normalize.scss */
button {
  overflow: visible;
}

/* line 277, ../bootstrap/assets/stylesheets/bootstrap/_normalize.scss */
button,
select {
  text-transform: none;
}

/* line 290, ../bootstrap/assets/stylesheets/bootstrap/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

/* line 302, ../bootstrap/assets/stylesheets/bootstrap/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/* line 311, ../bootstrap/assets/stylesheets/bootstrap/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* line 322, ../bootstrap/assets/stylesheets/bootstrap/_normalize.scss */
input {
  line-height: normal;
}

/* line 334, ../bootstrap/assets/stylesheets/bootstrap/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

/* line 346, ../bootstrap/assets/stylesheets/bootstrap/_normalize.scss */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/* line 356, ../bootstrap/assets/stylesheets/bootstrap/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

/* line 367, ../bootstrap/assets/stylesheets/bootstrap/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 376, ../bootstrap/assets/stylesheets/bootstrap/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/* line 387, ../bootstrap/assets/stylesheets/bootstrap/_normalize.scss */
legend {
  border: 0;
  padding: 0;
}

/* line 396, ../bootstrap/assets/stylesheets/bootstrap/_normalize.scss */
textarea {
  overflow: auto;
}

/* line 405, ../bootstrap/assets/stylesheets/bootstrap/_normalize.scss */
optgroup {
  font-weight: bold;
}

/* line 416, ../bootstrap/assets/stylesheets/bootstrap/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 421, ../bootstrap/assets/stylesheets/bootstrap/_normalize.scss */
td,
th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  /* line 9, ../bootstrap/assets/stylesheets/bootstrap/_print.scss */
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  /* line 18, ../bootstrap/assets/stylesheets/bootstrap/_print.scss */
  a,
  a:visited {
    text-decoration: underline;
  }

  /* line 23, ../bootstrap/assets/stylesheets/bootstrap/_print.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }

  /* line 27, ../bootstrap/assets/stylesheets/bootstrap/_print.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /* line 33, ../bootstrap/assets/stylesheets/bootstrap/_print.scss */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  /* line 38, ../bootstrap/assets/stylesheets/bootstrap/_print.scss */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /* line 44, ../bootstrap/assets/stylesheets/bootstrap/_print.scss */
  thead {
    display: table-header-group;
  }

  /* line 48, ../bootstrap/assets/stylesheets/bootstrap/_print.scss */
  tr,
  img {
    page-break-inside: avoid;
  }

  /* line 53, ../bootstrap/assets/stylesheets/bootstrap/_print.scss */
  img {
    max-width: 100% !important;
  }

  /* line 57, ../bootstrap/assets/stylesheets/bootstrap/_print.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 64, ../bootstrap/assets/stylesheets/bootstrap/_print.scss */
  h2,
  h3 {
    page-break-after: avoid;
  }

  /* line 72, ../bootstrap/assets/stylesheets/bootstrap/_print.scss */
  .navbar {
    display: none;
  }

  /* line 77, ../bootstrap/assets/stylesheets/bootstrap/_print.scss */
  .btn > .caret, .eu-cookie-compliance-more-button > .caret, .eu-cookie-compliance-agree-button > .caret, .full .content .paragraph--type--produkt-teaser .field--name-field-button a > .caret,
  .dropup > .btn > .caret,
  .dropup > .eu-cookie-compliance-more-button > .caret,
  .dropup > .eu-cookie-compliance-agree-button > .caret,
  .full .content .paragraph--type--produkt-teaser .field--name-field-button .dropup > a > .caret {
    border-top-color: #000 !important;
  }

  /* line 81, ../bootstrap/assets/stylesheets/bootstrap/_print.scss */
  .label, .selected-kaufobjekte,
  .selected-angebotsobjekte {
    border: 1px solid #000;
  }

  /* line 85, ../bootstrap/assets/stylesheets/bootstrap/_print.scss */
  .table {
    border-collapse: collapse !important;
  }
  /* line 88, ../bootstrap/assets/stylesheets/bootstrap/_print.scss */
  .table td,
  .table th {
    background-color: #fff !important;
  }

  /* line 94, ../bootstrap/assets/stylesheets/bootstrap/_print.scss */
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("../bootstrap/assets/fonts/bootstrap/glyphicons-halflings-regular.eot");
  src: url("../bootstrap/assets/fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../bootstrap/assets/fonts/bootstrap/glyphicons-halflings-regular.woff2") format("woff2"), url("../bootstrap/assets/fonts/bootstrap/glyphicons-halflings-regular.woff") format("woff"), url("../bootstrap/assets/fonts/bootstrap/glyphicons-halflings-regular.ttf") format("truetype"), url("../bootstrap/assets/fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}
/* line 24, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 37, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-asterisk:before {
  content: "\002a";
}

/* line 38, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-plus:before {
  content: "\002b";
}

/* line 40, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}

/* line 41, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-minus:before {
  content: "\2212";
}

/* line 42, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-cloud:before {
  content: "\2601";
}

/* line 43, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-envelope:before {
  content: "\2709";
}

/* line 44, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-pencil:before {
  content: "\270f";
}

/* line 45, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-glass:before {
  content: "\e001";
}

/* line 46, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-music:before {
  content: "\e002";
}

/* line 47, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-search:before {
  content: "\e003";
}

/* line 48, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-heart:before {
  content: "\e005";
}

/* line 49, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-star:before {
  content: "\e006";
}

/* line 50, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-star-empty:before {
  content: "\e007";
}

/* line 51, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-user:before {
  content: "\e008";
}

/* line 52, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-film:before {
  content: "\e009";
}

/* line 53, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-th-large:before {
  content: "\e010";
}

/* line 54, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-th:before {
  content: "\e011";
}

/* line 55, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-th-list:before {
  content: "\e012";
}

/* line 56, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-ok:before {
  content: "\e013";
}

/* line 57, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-remove:before {
  content: "\e014";
}

/* line 58, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-zoom-in:before {
  content: "\e015";
}

/* line 59, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-zoom-out:before {
  content: "\e016";
}

/* line 60, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-off:before {
  content: "\e017";
}

/* line 61, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-signal:before {
  content: "\e018";
}

/* line 62, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-cog:before {
  content: "\e019";
}

/* line 63, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-trash:before {
  content: "\e020";
}

/* line 64, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-home:before {
  content: "\e021";
}

/* line 65, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-file:before {
  content: "\e022";
}

/* line 66, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-time:before {
  content: "\e023";
}

/* line 67, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-road:before {
  content: "\e024";
}

/* line 68, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-download-alt:before {
  content: "\e025";
}

/* line 69, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-download:before {
  content: "\e026";
}

/* line 70, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-upload:before {
  content: "\e027";
}

/* line 71, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-inbox:before {
  content: "\e028";
}

/* line 72, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-play-circle:before {
  content: "\e029";
}

/* line 73, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-repeat:before {
  content: "\e030";
}

/* line 74, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-refresh:before {
  content: "\e031";
}

/* line 75, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-list-alt:before {
  content: "\e032";
}

/* line 76, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-lock:before {
  content: "\e033";
}

/* line 77, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-flag:before {
  content: "\e034";
}

/* line 78, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-headphones:before {
  content: "\e035";
}

/* line 79, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-volume-off:before {
  content: "\e036";
}

/* line 80, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-volume-down:before {
  content: "\e037";
}

/* line 81, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-volume-up:before {
  content: "\e038";
}

/* line 82, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-qrcode:before {
  content: "\e039";
}

/* line 83, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-barcode:before {
  content: "\e040";
}

/* line 84, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tag:before {
  content: "\e041";
}

/* line 85, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tags:before {
  content: "\e042";
}

/* line 86, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-book:before {
  content: "\e043";
}

/* line 87, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-bookmark:before {
  content: "\e044";
}

/* line 88, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-print:before {
  content: "\e045";
}

/* line 89, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-camera:before {
  content: "\e046";
}

/* line 90, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-font:before {
  content: "\e047";
}

/* line 91, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-bold:before {
  content: "\e048";
}

/* line 92, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-italic:before {
  content: "\e049";
}

/* line 93, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-text-height:before {
  content: "\e050";
}

/* line 94, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-text-width:before {
  content: "\e051";
}

/* line 95, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-align-left:before {
  content: "\e052";
}

/* line 96, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-align-center:before {
  content: "\e053";
}

/* line 97, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-align-right:before {
  content: "\e054";
}

/* line 98, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-align-justify:before {
  content: "\e055";
}

/* line 99, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-list:before {
  content: "\e056";
}

/* line 100, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-indent-left:before {
  content: "\e057";
}

/* line 101, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-indent-right:before {
  content: "\e058";
}

/* line 102, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-facetime-video:before {
  content: "\e059";
}

/* line 103, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-picture:before {
  content: "\e060";
}

/* line 104, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-map-marker:before {
  content: "\e062";
}

/* line 105, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-adjust:before {
  content: "\e063";
}

/* line 106, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tint:before {
  content: "\e064";
}

/* line 107, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-edit:before {
  content: "\e065";
}

/* line 108, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-share:before {
  content: "\e066";
}

/* line 109, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-check:before {
  content: "\e067";
}

/* line 110, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-move:before {
  content: "\e068";
}

/* line 111, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-step-backward:before {
  content: "\e069";
}

/* line 112, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-fast-backward:before {
  content: "\e070";
}

/* line 113, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-backward:before {
  content: "\e071";
}

/* line 114, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-play:before {
  content: "\e072";
}

/* line 115, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-pause:before {
  content: "\e073";
}

/* line 116, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-stop:before {
  content: "\e074";
}

/* line 117, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-forward:before {
  content: "\e075";
}

/* line 118, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-fast-forward:before {
  content: "\e076";
}

/* line 119, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-step-forward:before {
  content: "\e077";
}

/* line 120, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-eject:before {
  content: "\e078";
}

/* line 121, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-chevron-left:before {
  content: "\e079";
}

/* line 122, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-chevron-right:before {
  content: "\e080";
}

/* line 123, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-plus-sign:before {
  content: "\e081";
}

/* line 124, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-minus-sign:before {
  content: "\e082";
}

/* line 125, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-remove-sign:before {
  content: "\e083";
}

/* line 126, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-ok-sign:before {
  content: "\e084";
}

/* line 127, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-question-sign:before {
  content: "\e085";
}

/* line 128, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-info-sign:before {
  content: "\e086";
}

/* line 129, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-screenshot:before {
  content: "\e087";
}

/* line 130, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-remove-circle:before {
  content: "\e088";
}

/* line 131, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-ok-circle:before {
  content: "\e089";
}

/* line 132, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-ban-circle:before {
  content: "\e090";
}

/* line 133, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-arrow-left:before {
  content: "\e091";
}

/* line 134, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-arrow-right:before {
  content: "\e092";
}

/* line 135, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-arrow-up:before {
  content: "\e093";
}

/* line 136, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-arrow-down:before {
  content: "\e094";
}

/* line 137, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-share-alt:before {
  content: "\e095";
}

/* line 138, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-resize-full:before {
  content: "\e096";
}

/* line 139, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-resize-small:before {
  content: "\e097";
}

/* line 140, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-exclamation-sign:before {
  content: "\e101";
}

/* line 141, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-gift:before {
  content: "\e102";
}

/* line 142, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-leaf:before {
  content: "\e103";
}

/* line 143, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-fire:before {
  content: "\e104";
}

/* line 144, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-eye-open:before {
  content: "\e105";
}

/* line 145, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-eye-close:before {
  content: "\e106";
}

/* line 146, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-warning-sign:before {
  content: "\e107";
}

/* line 147, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-plane:before {
  content: "\e108";
}

/* line 148, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-calendar:before {
  content: "\e109";
}

/* line 149, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-random:before {
  content: "\e110";
}

/* line 150, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-comment:before {
  content: "\e111";
}

/* line 151, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-magnet:before {
  content: "\e112";
}

/* line 152, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-chevron-up:before {
  content: "\e113";
}

/* line 153, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-chevron-down:before {
  content: "\e114";
}

/* line 154, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-retweet:before {
  content: "\e115";
}

/* line 155, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-shopping-cart:before {
  content: "\e116";
}

/* line 156, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-folder-close:before {
  content: "\e117";
}

/* line 157, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-folder-open:before {
  content: "\e118";
}

/* line 158, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-resize-vertical:before {
  content: "\e119";
}

/* line 159, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-resize-horizontal:before {
  content: "\e120";
}

/* line 160, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-hdd:before {
  content: "\e121";
}

/* line 161, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-bullhorn:before {
  content: "\e122";
}

/* line 162, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-bell:before {
  content: "\e123";
}

/* line 163, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-certificate:before {
  content: "\e124";
}

/* line 164, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-thumbs-up:before {
  content: "\e125";
}

/* line 165, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-thumbs-down:before {
  content: "\e126";
}

/* line 166, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-hand-right:before {
  content: "\e127";
}

/* line 167, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-hand-left:before {
  content: "\e128";
}

/* line 168, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-hand-up:before {
  content: "\e129";
}

/* line 169, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-hand-down:before {
  content: "\e130";
}

/* line 170, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}

/* line 171, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}

/* line 172, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}

/* line 173, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}

/* line 174, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-globe:before {
  content: "\e135";
}

/* line 175, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-wrench:before {
  content: "\e136";
}

/* line 176, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tasks:before {
  content: "\e137";
}

/* line 177, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-filter:before {
  content: "\e138";
}

/* line 178, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-briefcase:before {
  content: "\e139";
}

/* line 179, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-fullscreen:before {
  content: "\e140";
}

/* line 180, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-dashboard:before {
  content: "\e141";
}

/* line 181, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-paperclip:before {
  content: "\e142";
}

/* line 182, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-heart-empty:before {
  content: "\e143";
}

/* line 183, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-link:before {
  content: "\e144";
}

/* line 184, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-phone:before {
  content: "\e145";
}

/* line 185, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-pushpin:before {
  content: "\e146";
}

/* line 186, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-usd:before {
  content: "\e148";
}

/* line 187, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-gbp:before {
  content: "\e149";
}

/* line 188, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sort:before {
  content: "\e150";
}

/* line 189, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

/* line 190, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

/* line 191, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-order:before {
  content: "\e153";
}

/* line 192, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

/* line 193, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

/* line 194, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

/* line 195, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-unchecked:before {
  content: "\e157";
}

/* line 196, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-expand:before {
  content: "\e158";
}

/* line 197, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-collapse-down:before {
  content: "\e159";
}

/* line 198, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-collapse-up:before {
  content: "\e160";
}

/* line 199, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-log-in:before {
  content: "\e161";
}

/* line 200, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-flash:before {
  content: "\e162";
}

/* line 201, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-log-out:before {
  content: "\e163";
}

/* line 202, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-new-window:before {
  content: "\e164";
}

/* line 203, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-record:before {
  content: "\e165";
}

/* line 204, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-save:before {
  content: "\e166";
}

/* line 205, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-open:before {
  content: "\e167";
}

/* line 206, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-saved:before {
  content: "\e168";
}

/* line 207, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-import:before {
  content: "\e169";
}

/* line 208, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-export:before {
  content: "\e170";
}

/* line 209, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-send:before {
  content: "\e171";
}

/* line 210, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-floppy-disk:before {
  content: "\e172";
}

/* line 211, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-floppy-saved:before {
  content: "\e173";
}

/* line 212, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-floppy-remove:before {
  content: "\e174";
}

/* line 213, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-floppy-save:before {
  content: "\e175";
}

/* line 214, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-floppy-open:before {
  content: "\e176";
}

/* line 215, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-credit-card:before {
  content: "\e177";
}

/* line 216, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-transfer:before {
  content: "\e178";
}

/* line 217, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-cutlery:before {
  content: "\e179";
}

/* line 218, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-header:before {
  content: "\e180";
}

/* line 219, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-compressed:before {
  content: "\e181";
}

/* line 220, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-earphone:before {
  content: "\e182";
}

/* line 221, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-phone-alt:before {
  content: "\e183";
}

/* line 222, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tower:before {
  content: "\e184";
}

/* line 223, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-stats:before {
  content: "\e185";
}

/* line 224, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sd-video:before {
  content: "\e186";
}

/* line 225, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-hd-video:before {
  content: "\e187";
}

/* line 226, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-subtitles:before {
  content: "\e188";
}

/* line 227, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sound-stereo:before {
  content: "\e189";
}

/* line 228, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sound-dolby:before {
  content: "\e190";
}

/* line 229, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sound-5-1:before {
  content: "\e191";
}

/* line 230, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sound-6-1:before {
  content: "\e192";
}

/* line 231, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sound-7-1:before {
  content: "\e193";
}

/* line 232, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-copyright-mark:before {
  content: "\e194";
}

/* line 233, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-registration-mark:before {
  content: "\e195";
}

/* line 234, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-cloud-download:before {
  content: "\e197";
}

/* line 235, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-cloud-upload:before {
  content: "\e198";
}

/* line 236, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tree-conifer:before {
  content: "\e199";
}

/* line 237, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tree-deciduous:before {
  content: "\e200";
}

/* line 238, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-cd:before {
  content: "\e201";
}

/* line 239, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-save-file:before {
  content: "\e202";
}

/* line 240, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-open-file:before {
  content: "\e203";
}

/* line 241, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-level-up:before {
  content: "\e204";
}

/* line 242, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-copy:before {
  content: "\e205";
}

/* line 243, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-paste:before {
  content: "\e206";
}

/* line 252, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-alert:before {
  content: "\e209";
}

/* line 253, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-equalizer:before {
  content: "\e210";
}

/* line 254, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-king:before {
  content: "\e211";
}

/* line 255, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-queen:before {
  content: "\e212";
}

/* line 256, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-pawn:before {
  content: "\e213";
}

/* line 257, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-bishop:before {
  content: "\e214";
}

/* line 258, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-knight:before {
  content: "\e215";
}

/* line 259, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-baby-formula:before {
  content: "\e216";
}

/* line 260, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tent:before {
  content: "\26fa";
}

/* line 261, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-blackboard:before {
  content: "\e218";
}

/* line 262, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-bed:before {
  content: "\e219";
}

/* line 263, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-apple:before {
  content: "\f8ff";
}

/* line 264, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-erase:before {
  content: "\e221";
}

/* line 265, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-hourglass:before {
  content: "\231b";
}

/* line 266, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-lamp:before {
  content: "\e223";
}

/* line 267, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-duplicate:before {
  content: "\e224";
}

/* line 268, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-piggy-bank:before {
  content: "\e225";
}

/* line 269, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-scissors:before {
  content: "\e226";
}

/* line 270, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-bitcoin:before {
  content: "\e227";
}

/* line 271, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-btc:before {
  content: "\e227";
}

/* line 272, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-xbt:before {
  content: "\e227";
}

/* line 273, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-yen:before {
  content: "\00a5";
}

/* line 274, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-jpy:before {
  content: "\00a5";
}

/* line 275, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-ruble:before {
  content: "\20bd";
}

/* line 276, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-rub:before {
  content: "\20bd";
}

/* line 277, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-scale:before {
  content: "\e230";
}

/* line 278, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-ice-lolly:before {
  content: "\e231";
}

/* line 279, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}

/* line 280, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-education:before {
  content: "\e233";
}

/* line 281, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-option-horizontal:before {
  content: "\e234";
}

/* line 282, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-option-vertical:before {
  content: "\e235";
}

/* line 283, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-menu-hamburger:before {
  content: "\e236";
}

/* line 284, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-modal-window:before {
  content: "\e237";
}

/* line 285, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-oil:before {
  content: "\e238";
}

/* line 286, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-grain:before {
  content: "\e239";
}

/* line 287, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sunglasses:before {
  content: "\e240";
}

/* line 288, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-text-size:before {
  content: "\e241";
}

/* line 289, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-text-color:before {
  content: "\e242";
}

/* line 290, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-text-background:before {
  content: "\e243";
}

/* line 291, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-object-align-top:before {
  content: "\e244";
}

/* line 292, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-object-align-bottom:before {
  content: "\e245";
}

/* line 293, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}

/* line 294, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-object-align-left:before {
  content: "\e247";
}

/* line 295, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-object-align-vertical:before {
  content: "\e248";
}

/* line 296, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-object-align-right:before {
  content: "\e249";
}

/* line 297, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-triangle-right:before {
  content: "\e250";
}

/* line 298, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-triangle-left:before {
  content: "\e251";
}

/* line 299, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-triangle-bottom:before {
  content: "\e252";
}

/* line 300, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-triangle-top:before {
  content: "\e253";
}

/* line 301, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-console:before {
  content: "\e254";
}

/* line 302, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-superscript:before {
  content: "\e255";
}

/* line 303, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-subscript:before {
  content: "\e256";
}

/* line 304, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-menu-left:before {
  content: "\e257";
}

/* line 305, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-menu-right:before {
  content: "\e258";
}

/* line 306, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-menu-down:before {
  content: "\e259";
}

/* line 307, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-menu-up:before {
  content: "\e260";
}

/* line 11, ../bootstrap/assets/stylesheets/bootstrap/_scaffolding.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 14, ../bootstrap/assets/stylesheets/bootstrap/_scaffolding.scss */
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 22, ../bootstrap/assets/stylesheets/bootstrap/_scaffolding.scss */
html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}

/* line 27, ../bootstrap/assets/stylesheets/bootstrap/_scaffolding.scss */
body {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 2;
  color: #1b1b1b;
  background-color: #fff;
}

/* line 36, ../bootstrap/assets/stylesheets/bootstrap/_scaffolding.scss */
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* line 48, ../bootstrap/assets/stylesheets/bootstrap/_scaffolding.scss */
a {
  color: #003F63;
  text-decoration: none;
}
/* line 52, ../bootstrap/assets/stylesheets/bootstrap/_scaffolding.scss */
a:hover, a:focus {
  color: #000e17;
  text-decoration: underline;
}
/* line 58, ../bootstrap/assets/stylesheets/bootstrap/_scaffolding.scss */
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 69, ../bootstrap/assets/stylesheets/bootstrap/_scaffolding.scss */
figure {
  margin: 0;
}

/* line 76, ../bootstrap/assets/stylesheets/bootstrap/_scaffolding.scss */
img {
  vertical-align: middle;
}

/* line 81, ../bootstrap/assets/stylesheets/bootstrap/_scaffolding.scss */
.img-responsive, .full.article .field--name-field-lead img,
.full.article .field--name-body img {
  display: block;
  max-width: 100%;
  height: auto;
}

/* line 86, ../bootstrap/assets/stylesheets/bootstrap/_scaffolding.scss */
.img-rounded {
  border-radius: 0;
}

/* line 93, ../bootstrap/assets/stylesheets/bootstrap/_scaffolding.scss */
.img-thumbnail {
  padding: 4px;
  line-height: 2;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

/* line 106, ../bootstrap/assets/stylesheets/bootstrap/_scaffolding.scss */
.img-circle {
  border-radius: 50%;
}

/* line 113, ../bootstrap/assets/stylesheets/bootstrap/_scaffolding.scss */
hr {
  margin-top: 32px;
  margin-bottom: 32px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

/* line 125, ../bootstrap/assets/stylesheets/bootstrap/_scaffolding.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 141, ../bootstrap/assets/stylesheets/bootstrap/_scaffolding.scss */
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/* line 159, ../bootstrap/assets/stylesheets/bootstrap/_scaffolding.scss */
[role="button"] {
  cursor: pointer;
}

/* line 9, ../bootstrap/assets/stylesheets/bootstrap/_type.scss */
h1, h2, h3, h4, h5, h6,
.h1,
.paragraph--class--blue-background h2 .field--name-field-heading,
.paragraph--type--produkt-addon .text .field--name-field-heading, .h2, .paragraph--class--blue-background h3 .field--name-field-heading, .h3, .paragraph--type--video h3, .paragraph--type--presse .field--name-field-heading, .paragraph--type--partner .field--name-field-heading, .paragraph--type--factsheet .field--name-field-heading, .paragraph--type--vorteile .paragraph--type--vorteil .field--name-field-heading, .h4, .h5, .h6 {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 900;
  line-height: 1.17185;
  color: inherit;
}
/* line 16, ../bootstrap/assets/stylesheets/bootstrap/_type.scss */
h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.paragraph--class--blue-background h2 .field--name-field-heading small,
.paragraph--type--produkt-addon .text .field--name-field-heading small,
.h1 .small,
.paragraph--class--blue-background h2 .field--name-field-heading .small,
.paragraph--type--produkt-addon .text .field--name-field-heading .small, .h2 small, .paragraph--class--blue-background h3 .field--name-field-heading small,
.h2 .small,
.paragraph--class--blue-background h3 .field--name-field-heading .small, .h3 small, .paragraph--type--video h3 small, .paragraph--type--presse .field--name-field-heading small, .paragraph--type--partner .field--name-field-heading small, .paragraph--type--factsheet .field--name-field-heading small, .paragraph--type--vorteile .paragraph--type--vorteil .field--name-field-heading small,
.h3 .small,
.paragraph--type--video h3 .small,
.paragraph--type--presse .field--name-field-heading .small,
.paragraph--type--partner .field--name-field-heading .small,
.paragraph--type--factsheet .field--name-field-heading .small,
.paragraph--type--vorteile .paragraph--type--vorteil .field--name-field-heading .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}

/* line 24, ../bootstrap/assets/stylesheets/bootstrap/_type.scss */
h1, .h1, .paragraph--class--blue-background h2 .field--name-field-heading, .paragraph--type--produkt-addon .text .field--name-field-heading,
h2, .h2, .paragraph--class--blue-background h3 .field--name-field-heading,
h3, .h3, .paragraph--type--video h3, .paragraph--type--presse .field--name-field-heading, .paragraph--type--partner .field--name-field-heading, .paragraph--type--factsheet .field--name-field-heading, .paragraph--type--vorteile .paragraph--type--vorteil .field--name-field-heading {
  margin-top: 32px;
  margin-bottom: 16px;
}
/* line 30, ../bootstrap/assets/stylesheets/bootstrap/_type.scss */
h1 small,
h1 .small, .h1 small, .paragraph--class--blue-background h2 .field--name-field-heading small, .paragraph--type--produkt-addon .text .field--name-field-heading small,
.h1 .small,
.paragraph--class--blue-background h2 .field--name-field-heading .small,
.paragraph--type--produkt-addon .text .field--name-field-heading .small,
h2 small,
h2 .small, .h2 small, .paragraph--class--blue-background h3 .field--name-field-heading small,
.h2 .small,
.paragraph--class--blue-background h3 .field--name-field-heading .small,
h3 small,
h3 .small, .h3 small, .paragraph--type--video h3 small, .paragraph--type--presse .field--name-field-heading small, .paragraph--type--partner .field--name-field-heading small, .paragraph--type--factsheet .field--name-field-heading small, .paragraph--type--vorteile .paragraph--type--vorteil .field--name-field-heading small,
.h3 .small,
.paragraph--type--video h3 .small,
.paragraph--type--presse .field--name-field-heading .small,
.paragraph--type--partner .field--name-field-heading .small,
.paragraph--type--factsheet .field--name-field-heading .small,
.paragraph--type--vorteile .paragraph--type--vorteil .field--name-field-heading .small {
  font-size: 65%;
}

/* line 35, ../bootstrap/assets/stylesheets/bootstrap/_type.scss */
h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 16px;
  margin-bottom: 16px;
}
/* line 41, ../bootstrap/assets/stylesheets/bootstrap/_type.scss */
h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%;
}

/* line 47, ../bootstrap/assets/stylesheets/bootstrap/_type.scss */
h1, .h1, .paragraph--class--blue-background h2 .field--name-field-heading, .paragraph--type--produkt-addon .text .field--name-field-heading {
  font-size: 48px;
}

/* line 48, ../bootstrap/assets/stylesheets/bootstrap/_type.scss */
h2, .h2, .paragraph--class--blue-background h3 .field--name-field-heading {
  font-size: 32px;
}

/* line 49, ../bootstrap/assets/stylesheets/bootstrap/_type.scss */
h3, .h3, .paragraph--type--video h3, .paragraph--type--presse .field--name-field-heading, .paragraph--type--partner .field--name-field-heading, .paragraph--type--factsheet .field--name-field-heading, .paragraph--type--vorteile .paragraph--type--vorteil .field--name-field-heading {
  font-size: 24px;
}

/* line 50, ../bootstrap/assets/stylesheets/bootstrap/_type.scss */
h4, .h4 {
  font-size: 16px;
}

/* line 51, ../bootstrap/assets/stylesheets/bootstrap/_type.scss */
h5, .h5 {
  font-size: 16px;
}

/* line 52, ../bootstrap/assets/stylesheets/bootstrap/_type.scss */
h6, .h6 {
  font-size: 14px;
}

/* line 58, ../bootstrap/assets/stylesheets/bootstrap/_type.scss */
p {
  margin: 0 0 16px;
}

/* line 62, ../bootstrap/assets/stylesheets/bootstrap/_type.scss */
.lead {
  margin-bottom: 32px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  /* line 62, ../bootstrap/assets/stylesheets/bootstrap/_type.scss */
  .lead {
    font-size: 24px;
  }
}

/* line 78, ../bootstrap/assets/stylesheets/bootstrap/_type.scss */
small,
.small {
  font-size: 87%;
}

/* line 83, ../bootstrap/assets/stylesheets/bootstrap/_type.scss */
mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}

/* line 90, ../bootstrap/assets/stylesheets/bootstrap/_type.scss */
.text-left {
  text-align: left;
}

/* line 91, ../bootstrap/assets/stylesheets/bootstrap/_type.scss */
.text-right {
  text-align: right;
}

/* line 92, ../bootstrap/assets/stylesheets/bootstrap/_type.scss */
.text-center {
  text-align: center;
}

/* line 93, ../bootstrap/assets/stylesheets/bootstrap/_type.scss */
.text-justify {
  text-align: justify;
}

/* line 94, ../bootstrap/assets/stylesheets/bootstrap/_type.scss */
.text-nowrap {
  white-space: nowrap;
}

/* line 97, ../bootstrap/assets/stylesheets/bootstrap/_type.scss */
.text-lowercase {
  text-transform: lowercase;
}

/* line 98, ../bootstrap/assets/stylesheets/bootstrap/_type.scss */
.text-uppercase, .initialism {
  text-transform: uppercase;
}

/* line 99, ../bootstrap/assets/stylesheets/bootstrap/_type.scss */
.text-capitalize {
  text-transform: capitalize;
}

/* line 102, ../bootstrap/assets/stylesheets/bootstrap/_type.scss */
.text-muted, .author {
  color: #777777;
}

/* line 5, ../bootstrap/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-primary {
  color: #003F63;
}

/* line 8, ../bootstrap/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
a.text-primary:hover,
a.text-primary:focus {
  color: #001f30;
}

/* line 5, ../bootstrap/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-success {
  color: #3c763d;
}

/* line 8, ../bootstrap/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}

/* line 5, ../bootstrap/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-info {
  color: #31708f;
}

/* line 8, ../bootstrap/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}

/* line 5, ../bootstrap/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-warning {
  color: #8a6d3b;
}

/* line 8, ../bootstrap/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}

/* line 5, ../bootstrap/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-danger {
  color: #a94442;
}

/* line 8, ../bootstrap/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}

/* line 119, ../bootstrap/assets/stylesheets/bootstrap/_type.scss */
.bg-primary {
  color: #fff;
}

/* line 5, ../bootstrap/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-primary {
  background-color: #003F63;
}

/* line 8, ../bootstrap/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #001f30;
}

/* line 5, ../bootstrap/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-success {
  background-color: #dff0d8;
}

/* line 8, ../bootstrap/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}

/* line 5, ../bootstrap/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-info {
  background-color: #d9edf7;
}

/* line 8, ../bootstrap/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}

/* line 5, ../bootstrap/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-warning {
  background-color: #fcf8e3;
}

/* line 8, ../bootstrap/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}

/* line 5, ../bootstrap/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-danger {
  background-color: #f2dede;
}

/* line 8, ../bootstrap/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}

/* line 138, ../bootstrap/assets/stylesheets/bootstrap/_type.scss */
.page-header {
  padding-bottom: 15px;
  margin: 64px 0 32px;
  border-bottom: 1px solid #eeeeee;
}

/* line 149, ../bootstrap/assets/stylesheets/bootstrap/_type.scss */
ul,
ol {
  margin-top: 0;
  margin-bottom: 16px;
}
/* line 153, ../bootstrap/assets/stylesheets/bootstrap/_type.scss */
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

/* line 167, ../bootstrap/assets/stylesheets/bootstrap/_type.scss */
.list-unstyled, .map-and-filter .dropdown-menu.filter-overlay ul {
  padding-left: 0;
  list-style: none;
}

/* line 173, ../bootstrap/assets/stylesheets/bootstrap/_type.scss */
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
/* line 177, ../bootstrap/assets/stylesheets/bootstrap/_type.scss */
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

/* line 185, ../bootstrap/assets/stylesheets/bootstrap/_type.scss */
dl {
  margin-top: 0;
  margin-bottom: 32px;
}

/* line 189, ../bootstrap/assets/stylesheets/bootstrap/_type.scss */
dt,
dd {
  line-height: 2;
}

/* line 193, ../bootstrap/assets/stylesheets/bootstrap/_type.scss */
dt {
  font-weight: bold;
}

/* line 196, ../bootstrap/assets/stylesheets/bootstrap/_type.scss */
dd {
  margin-left: 0;
}

/* line 14, ../bootstrap/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table;
}
/* line 19, ../bootstrap/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.dl-horizontal dd:after {
  clear: both;
}
@media (min-width: 1200px) {
  /* line 211, ../bootstrap/assets/stylesheets/bootstrap/_type.scss */
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  /* line 218, ../bootstrap/assets/stylesheets/bootstrap/_type.scss */
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

/* line 229, ../bootstrap/assets/stylesheets/bootstrap/_type.scss */
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}

/* line 235, ../bootstrap/assets/stylesheets/bootstrap/_type.scss */
.initialism {
  font-size: 90%;
}

/* line 241, ../bootstrap/assets/stylesheets/bootstrap/_type.scss */
blockquote {
  padding: 16px 32px;
  margin: 0 0 32px;
  font-size: 20px;
  border-left: 5px solid #eeeeee;
}
/* line 250, ../bootstrap/assets/stylesheets/bootstrap/_type.scss */
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
/* line 257, ../bootstrap/assets/stylesheets/bootstrap/_type.scss */
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 2;
  color: #777777;
}
/* line 265, ../bootstrap/assets/stylesheets/bootstrap/_type.scss */
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}

/* line 274, ../bootstrap/assets/stylesheets/bootstrap/_type.scss */
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
/* line 286, ../bootstrap/assets/stylesheets/bootstrap/_type.scss */
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: '';
}
/* line 287, ../bootstrap/assets/stylesheets/bootstrap/_type.scss */
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}

/* line 294, ../bootstrap/assets/stylesheets/bootstrap/_type.scss */
address {
  margin-bottom: 32px;
  font-style: normal;
  line-height: 2;
}

/* line 7, ../bootstrap/assets/stylesheets/bootstrap/_code.scss */
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

/* line 15, ../bootstrap/assets/stylesheets/bootstrap/_code.scss */
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 0;
}

/* line 24, ../bootstrap/assets/stylesheets/bootstrap/_code.scss */
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 0;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
/* line 32, ../bootstrap/assets/stylesheets/bootstrap/_code.scss */
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}

/* line 41, ../bootstrap/assets/stylesheets/bootstrap/_code.scss */
pre {
  display: block;
  padding: 15.5px;
  margin: 0 0 16px;
  font-size: 15px;
  line-height: 2;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 0;
}
/* line 55, ../bootstrap/assets/stylesheets/bootstrap/_code.scss */
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

/* line 66, ../bootstrap/assets/stylesheets/bootstrap/_code.scss */
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

/* line 10, ../bootstrap/assets/stylesheets/bootstrap/_grid.scss */
.container, .view.view-magazin .pager, .system-messages-wrapper,
.tabs-wrapper, .eu-cookie-compliance-content, .region-stoerer, .view.view-glossar {
  margin-right: auto;
  margin-left: auto;
  padding-left: 25px;
  padding-right: 25px;
}
/* line 14, ../bootstrap/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.container:before, .view.view-magazin .pager:before, .system-messages-wrapper:before,
.tabs-wrapper:before, .eu-cookie-compliance-content:before, .region-stoerer:before, .view.view-glossar:before, .container:after, .view.view-magazin .pager:after, .system-messages-wrapper:after,
.tabs-wrapper:after, .eu-cookie-compliance-content:after, .region-stoerer:after, .view.view-glossar:after {
  content: " ";
  display: table;
}
/* line 19, ../bootstrap/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.container:after, .view.view-magazin .pager:after, .system-messages-wrapper:after,
.tabs-wrapper:after, .eu-cookie-compliance-content:after, .region-stoerer:after, .view.view-glossar:after {
  clear: both;
}
@media (min-width: 768px) {
  /* line 10, ../bootstrap/assets/stylesheets/bootstrap/_grid.scss */
  .container, .view.view-magazin .pager, .system-messages-wrapper,
  .tabs-wrapper, .eu-cookie-compliance-content, .region-stoerer, .view.view-glossar {
    width: 770px;
  }
}
@media (min-width: 992px) {
  /* line 10, ../bootstrap/assets/stylesheets/bootstrap/_grid.scss */
  .container, .view.view-magazin .pager, .system-messages-wrapper,
  .tabs-wrapper, .eu-cookie-compliance-content, .region-stoerer, .view.view-glossar {
    width: 990px;
  }
}
@media (min-width: 1200px) {
  /* line 10, ../bootstrap/assets/stylesheets/bootstrap/_grid.scss */
  .container, .view.view-magazin .pager, .system-messages-wrapper,
  .tabs-wrapper, .eu-cookie-compliance-content, .region-stoerer, .view.view-glossar {
    width: 1190px;
  }
}

/* line 30, ../bootstrap/assets/stylesheets/bootstrap/_grid.scss */
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 25px;
  padding-right: 25px;
}
/* line 14, ../bootstrap/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}
/* line 19, ../bootstrap/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.container-fluid:after {
  clear: both;
}

/* line 39, ../bootstrap/assets/stylesheets/bootstrap/_grid.scss */
.row {
  margin-left: -25px;
  margin-right: -25px;
}
/* line 14, ../bootstrap/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.row:before, .row:after {
  content: " ";
  display: table;
}
/* line 19, ../bootstrap/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.row:after {
  clear: both;
}

/* line 11, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .ooo-settings-form .einstellungen-hsk .bundesland .spin-buttons, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 25px;
  padding-right: 25px;
}

/* line 27, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .ooo-settings-form .einstellungen-hsk .bundesland .spin-buttons, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

/* line 35, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-1 {
  width: 8.33333333%;
}

/* line 35, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-2 {
  width: 16.66666667%;
}

/* line 35, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-3 {
  width: 25%;
}

/* line 35, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-4, .ooo-settings-form .einstellungen-hsk .bundesland .spin-buttons {
  width: 33.33333333%;
}

/* line 35, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-5 {
  width: 41.66666667%;
}

/* line 35, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-6 {
  width: 50%;
}

/* line 35, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-7 {
  width: 58.33333333%;
}

/* line 35, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-8 {
  width: 66.66666667%;
}

/* line 35, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-9 {
  width: 75%;
}

/* line 35, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-10 {
  width: 83.33333333%;
}

/* line 35, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-11 {
  width: 91.66666667%;
}

/* line 35, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-12 {
  width: 100%;
}

/* line 55, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-0 {
  right: auto;
}

/* line 50, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-1 {
  right: 8.33333333%;
}

/* line 50, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-2 {
  right: 16.66666667%;
}

/* line 50, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-3 {
  right: 25%;
}

/* line 50, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-4 {
  right: 33.33333333%;
}

/* line 50, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-5 {
  right: 41.66666667%;
}

/* line 50, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-6 {
  right: 50%;
}

/* line 50, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-7 {
  right: 58.33333333%;
}

/* line 50, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-8 {
  right: 66.66666667%;
}

/* line 50, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-9 {
  right: 75%;
}

/* line 50, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-10 {
  right: 83.33333333%;
}

/* line 50, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-11 {
  right: 91.66666667%;
}

/* line 50, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-12 {
  right: 100%;
}

/* line 45, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-0 {
  left: auto;
}

/* line 40, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-1 {
  left: 8.33333333%;
}

/* line 40, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-2 {
  left: 16.66666667%;
}

/* line 40, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-3 {
  left: 25%;
}

/* line 40, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-4 {
  left: 33.33333333%;
}

/* line 40, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-5 {
  left: 41.66666667%;
}

/* line 40, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-6 {
  left: 50%;
}

/* line 40, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-7 {
  left: 58.33333333%;
}

/* line 40, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-8 {
  left: 66.66666667%;
}

/* line 40, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-9 {
  left: 75%;
}

/* line 40, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-10 {
  left: 83.33333333%;
}

/* line 40, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-11 {
  left: 91.66666667%;
}

/* line 40, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-12 {
  left: 100%;
}

/* line 60, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-0 {
  margin-left: 0%;
}

/* line 60, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

/* line 60, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

/* line 60, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-3 {
  margin-left: 25%;
}

/* line 60, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

/* line 60, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

/* line 60, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-6 {
  margin-left: 50%;
}

/* line 60, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

/* line 60, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

/* line 60, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-9 {
  margin-left: 75%;
}

/* line 60, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

/* line 60, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

/* line 60, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  /* line 27, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }

  /* line 35, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-1 {
    width: 8.33333333%;
  }

  /* line 35, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-2 {
    width: 16.66666667%;
  }

  /* line 35, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-3 {
    width: 25%;
  }

  /* line 35, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-4 {
    width: 33.33333333%;
  }

  /* line 35, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-5 {
    width: 41.66666667%;
  }

  /* line 35, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-6 {
    width: 50%;
  }

  /* line 35, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-7 {
    width: 58.33333333%;
  }

  /* line 35, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-8 {
    width: 66.66666667%;
  }

  /* line 35, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-9 {
    width: 75%;
  }

  /* line 35, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-10 {
    width: 83.33333333%;
  }

  /* line 35, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-11 {
    width: 91.66666667%;
  }

  /* line 35, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-12 {
    width: 100%;
  }

  /* line 55, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-0 {
    right: auto;
  }

  /* line 50, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-1 {
    right: 8.33333333%;
  }

  /* line 50, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-2 {
    right: 16.66666667%;
  }

  /* line 50, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-3 {
    right: 25%;
  }

  /* line 50, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-4 {
    right: 33.33333333%;
  }

  /* line 50, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-5 {
    right: 41.66666667%;
  }

  /* line 50, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-6 {
    right: 50%;
  }

  /* line 50, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-7 {
    right: 58.33333333%;
  }

  /* line 50, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-8 {
    right: 66.66666667%;
  }

  /* line 50, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-9 {
    right: 75%;
  }

  /* line 50, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-10 {
    right: 83.33333333%;
  }

  /* line 50, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-11 {
    right: 91.66666667%;
  }

  /* line 50, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-12 {
    right: 100%;
  }

  /* line 45, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-0 {
    left: auto;
  }

  /* line 40, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-1 {
    left: 8.33333333%;
  }

  /* line 40, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-2 {
    left: 16.66666667%;
  }

  /* line 40, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-3 {
    left: 25%;
  }

  /* line 40, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-4 {
    left: 33.33333333%;
  }

  /* line 40, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-5 {
    left: 41.66666667%;
  }

  /* line 40, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-6 {
    left: 50%;
  }

  /* line 40, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-7 {
    left: 58.33333333%;
  }

  /* line 40, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-8 {
    left: 66.66666667%;
  }

  /* line 40, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-9 {
    left: 75%;
  }

  /* line 40, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-10 {
    left: 83.33333333%;
  }

  /* line 40, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-11 {
    left: 91.66666667%;
  }

  /* line 40, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-12 {
    left: 100%;
  }

  /* line 60, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-0 {
    margin-left: 0%;
  }

  /* line 60, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }

  /* line 60, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }

  /* line 60, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-3 {
    margin-left: 25%;
  }

  /* line 60, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }

  /* line 60, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }

  /* line 60, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-6 {
    margin-left: 50%;
  }

  /* line 60, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }

  /* line 60, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }

  /* line 60, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-9 {
    margin-left: 75%;
  }

  /* line 60, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }

  /* line 60, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }

  /* line 60, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  /* line 27, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }

  /* line 35, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-1 {
    width: 8.33333333%;
  }

  /* line 35, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-2 {
    width: 16.66666667%;
  }

  /* line 35, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-3 {
    width: 25%;
  }

  /* line 35, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-4 {
    width: 33.33333333%;
  }

  /* line 35, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-5 {
    width: 41.66666667%;
  }

  /* line 35, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-6 {
    width: 50%;
  }

  /* line 35, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-7 {
    width: 58.33333333%;
  }

  /* line 35, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-8 {
    width: 66.66666667%;
  }

  /* line 35, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-9 {
    width: 75%;
  }

  /* line 35, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-10 {
    width: 83.33333333%;
  }

  /* line 35, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-11 {
    width: 91.66666667%;
  }

  /* line 35, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-12 {
    width: 100%;
  }

  /* line 55, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-0 {
    right: auto;
  }

  /* line 50, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-1 {
    right: 8.33333333%;
  }

  /* line 50, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-2 {
    right: 16.66666667%;
  }

  /* line 50, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-3 {
    right: 25%;
  }

  /* line 50, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-4 {
    right: 33.33333333%;
  }

  /* line 50, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-5 {
    right: 41.66666667%;
  }

  /* line 50, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-6 {
    right: 50%;
  }

  /* line 50, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-7 {
    right: 58.33333333%;
  }

  /* line 50, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-8 {
    right: 66.66666667%;
  }

  /* line 50, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-9 {
    right: 75%;
  }

  /* line 50, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-10 {
    right: 83.33333333%;
  }

  /* line 50, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-11 {
    right: 91.66666667%;
  }

  /* line 50, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-12 {
    right: 100%;
  }

  /* line 45, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-0 {
    left: auto;
  }

  /* line 40, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-1 {
    left: 8.33333333%;
  }

  /* line 40, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-2 {
    left: 16.66666667%;
  }

  /* line 40, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-3 {
    left: 25%;
  }

  /* line 40, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-4 {
    left: 33.33333333%;
  }

  /* line 40, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-5 {
    left: 41.66666667%;
  }

  /* line 40, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-6 {
    left: 50%;
  }

  /* line 40, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-7 {
    left: 58.33333333%;
  }

  /* line 40, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-8 {
    left: 66.66666667%;
  }

  /* line 40, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-9 {
    left: 75%;
  }

  /* line 40, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-10 {
    left: 83.33333333%;
  }

  /* line 40, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-11 {
    left: 91.66666667%;
  }

  /* line 40, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-12 {
    left: 100%;
  }

  /* line 60, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-0 {
    margin-left: 0%;
  }

  /* line 60, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }

  /* line 60, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }

  /* line 60, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-3 {
    margin-left: 25%;
  }

  /* line 60, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }

  /* line 60, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }

  /* line 60, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-6 {
    margin-left: 50%;
  }

  /* line 60, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }

  /* line 60, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }

  /* line 60, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-9 {
    margin-left: 75%;
  }

  /* line 60, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }

  /* line 60, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }

  /* line 60, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  /* line 27, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }

  /* line 35, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-1 {
    width: 8.33333333%;
  }

  /* line 35, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-2 {
    width: 16.66666667%;
  }

  /* line 35, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-3 {
    width: 25%;
  }

  /* line 35, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-4 {
    width: 33.33333333%;
  }

  /* line 35, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-5 {
    width: 41.66666667%;
  }

  /* line 35, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-6 {
    width: 50%;
  }

  /* line 35, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-7 {
    width: 58.33333333%;
  }

  /* line 35, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-8 {
    width: 66.66666667%;
  }

  /* line 35, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-9 {
    width: 75%;
  }

  /* line 35, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-10 {
    width: 83.33333333%;
  }

  /* line 35, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-11 {
    width: 91.66666667%;
  }

  /* line 35, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-12 {
    width: 100%;
  }

  /* line 55, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-0 {
    right: auto;
  }

  /* line 50, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-1 {
    right: 8.33333333%;
  }

  /* line 50, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-2 {
    right: 16.66666667%;
  }

  /* line 50, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-3 {
    right: 25%;
  }

  /* line 50, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-4 {
    right: 33.33333333%;
  }

  /* line 50, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-5 {
    right: 41.66666667%;
  }

  /* line 50, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-6 {
    right: 50%;
  }

  /* line 50, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-7 {
    right: 58.33333333%;
  }

  /* line 50, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-8 {
    right: 66.66666667%;
  }

  /* line 50, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-9 {
    right: 75%;
  }

  /* line 50, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-10 {
    right: 83.33333333%;
  }

  /* line 50, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-11 {
    right: 91.66666667%;
  }

  /* line 50, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-12 {
    right: 100%;
  }

  /* line 45, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-0 {
    left: auto;
  }

  /* line 40, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-1 {
    left: 8.33333333%;
  }

  /* line 40, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-2 {
    left: 16.66666667%;
  }

  /* line 40, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-3 {
    left: 25%;
  }

  /* line 40, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-4 {
    left: 33.33333333%;
  }

  /* line 40, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-5 {
    left: 41.66666667%;
  }

  /* line 40, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-6 {
    left: 50%;
  }

  /* line 40, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-7 {
    left: 58.33333333%;
  }

  /* line 40, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-8 {
    left: 66.66666667%;
  }

  /* line 40, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-9 {
    left: 75%;
  }

  /* line 40, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-10 {
    left: 83.33333333%;
  }

  /* line 40, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-11 {
    left: 91.66666667%;
  }

  /* line 40, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-12 {
    left: 100%;
  }

  /* line 60, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-0 {
    margin-left: 0%;
  }

  /* line 60, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }

  /* line 60, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }

  /* line 60, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-3 {
    margin-left: 25%;
  }

  /* line 60, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }

  /* line 60, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }

  /* line 60, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-6 {
    margin-left: 50%;
  }

  /* line 60, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }

  /* line 60, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }

  /* line 60, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-9 {
    margin-left: 75%;
  }

  /* line 60, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }

  /* line 60, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }

  /* line 60, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
/* line 6, ../bootstrap/assets/stylesheets/bootstrap/_tables.scss */
table {
  background-color: transparent;
}

/* line 9, ../bootstrap/assets/stylesheets/bootstrap/_tables.scss */
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}

/* line 15, ../bootstrap/assets/stylesheets/bootstrap/_tables.scss */
th {
  text-align: left;
}

/* line 22, ../bootstrap/assets/stylesheets/bootstrap/_tables.scss */
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 32px;
}
/* line 31, ../bootstrap/assets/stylesheets/bootstrap/_tables.scss */
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 2;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
/* line 41, ../bootstrap/assets/stylesheets/bootstrap/_tables.scss */
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
/* line 50, ../bootstrap/assets/stylesheets/bootstrap/_tables.scss */
.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
/* line 57, ../bootstrap/assets/stylesheets/bootstrap/_tables.scss */
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
/* line 62, ../bootstrap/assets/stylesheets/bootstrap/_tables.scss */
.table .table {
  background-color: #fff;
}

/* line 75, ../bootstrap/assets/stylesheets/bootstrap/_tables.scss */
.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

/* line 88, ../bootstrap/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered {
  border: 1px solid #ddd;
}
/* line 94, ../bootstrap/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
/* line 101, ../bootstrap/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

/* line 114, ../bootstrap/assets/stylesheets/bootstrap/_tables.scss */
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

/* line 125, ../bootstrap/assets/stylesheets/bootstrap/_tables.scss */
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

/* line 135, ../bootstrap/assets/stylesheets/bootstrap/_tables.scss */
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}

/* line 143, ../bootstrap/assets/stylesheets/bootstrap/_tables.scss */
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}

/* line 9, ../bootstrap/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table > thead > tr > td.active,
.table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

/* line 20, ../bootstrap/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

/* line 9, ../bootstrap/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table > thead > tr > td.success,
.table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

/* line 20, ../bootstrap/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}

/* line 9, ../bootstrap/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table > thead > tr > td.info,
.table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

/* line 20, ../bootstrap/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}

/* line 9, ../bootstrap/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table > thead > tr > td.warning,
.table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

/* line 20, ../bootstrap/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}

/* line 9, ../bootstrap/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table > thead > tr > td.danger,
.table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

/* line 20, ../bootstrap/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

/* line 171, ../bootstrap/assets/stylesheets/bootstrap/_tables.scss */
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  /* line 171, ../bootstrap/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive {
    width: 100%;
    margin-bottom: 24px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  /* line 183, ../bootstrap/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive > .table {
    margin-bottom: 0;
  }
  /* line 191, ../bootstrap/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  /* line 200, ../bootstrap/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive > .table-bordered {
    border: 0;
  }
  /* line 208, ../bootstrap/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  /* line 212, ../bootstrap/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  /* line 225, ../bootstrap/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

/* line 10, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

/* line 20, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 32px;
  font-size: 24px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

/* line 32, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

/* line 47, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 52, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

/* line 59, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
input[type="file"] {
  display: block;
}

/* line 64, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
input[type="range"] {
  display: block;
  width: 100%;
}

/* line 70, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
select[multiple],
select[size] {
  height: auto;
}

/* line 76, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 83, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
output {
  display: block;
  padding-top: 7px;
  font-size: 16px;
  line-height: 2;
  color: #555555;
}

/* line 114, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
.form-control {
  display: block;
  width: 100%;
  height: 46px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 2;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
/* line 57, ../bootstrap/assets/stylesheets/bootstrap/mixins/_forms.scss */
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
/* line 103, ../bootstrap/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
/* line 107, ../bootstrap/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
.form-control:-ms-input-placeholder {
  color: #999;
}
/* line 108, ../bootstrap/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
.form-control::-webkit-input-placeholder {
  color: #999;
}
/* line 136, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
/* line 146, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
/* line 153, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
.form-control[disabled], fieldset[disabled] .form-control {
  cursor: not-allowed;
}

/* line 162, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
textarea.form-control {
  height: auto;
}

/* line 174, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
input[type="search"] {
  -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* line 193, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 46px;
  }
  /* line 197, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
  input[type="date"].input-sm, .input-group-sm > input[type="date"].form-control,
  .input-group-sm > input[type="date"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="date"].btn,
  .input-group-sm > .input-group-btn > input[type="date"].eu-cookie-compliance-more-button,
  .input-group-sm > .input-group-btn > input[type="date"].eu-cookie-compliance-agree-button, .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm > input[type="time"].form-control,
  .input-group-sm > input[type="time"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="time"].btn,
  .input-group-sm > .input-group-btn > input[type="time"].eu-cookie-compliance-more-button,
  .input-group-sm > .input-group-btn > input[type="time"].eu-cookie-compliance-agree-button, .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm > input[type="datetime-local"].form-control,
  .input-group-sm > input[type="datetime-local"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="datetime-local"].btn,
  .input-group-sm > .input-group-btn > input[type="datetime-local"].eu-cookie-compliance-more-button,
  .input-group-sm > .input-group-btn > input[type="datetime-local"].eu-cookie-compliance-agree-button, .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm > input[type="month"].form-control,
  .input-group-sm > input[type="month"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="month"].btn,
  .input-group-sm > .input-group-btn > input[type="month"].eu-cookie-compliance-more-button,
  .input-group-sm > .input-group-btn > input[type="month"].eu-cookie-compliance-agree-button, .input-group-sm
  input[type="month"] {
    line-height: 33px;
  }
  /* line 202, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
  input[type="date"].input-lg, .input-group-lg > input[type="date"].form-control,
  .input-group-lg > input[type="date"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="date"].btn,
  .input-group-lg > .input-group-btn > input[type="date"].eu-cookie-compliance-more-button,
  .input-group-lg > .input-group-btn > input[type="date"].eu-cookie-compliance-agree-button, .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg > input[type="time"].form-control,
  .input-group-lg > input[type="time"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="time"].btn,
  .input-group-lg > .input-group-btn > input[type="time"].eu-cookie-compliance-more-button,
  .input-group-lg > .input-group-btn > input[type="time"].eu-cookie-compliance-agree-button, .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg > input[type="datetime-local"].form-control,
  .input-group-lg > input[type="datetime-local"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="datetime-local"].btn,
  .input-group-lg > .input-group-btn > input[type="datetime-local"].eu-cookie-compliance-more-button,
  .input-group-lg > .input-group-btn > input[type="datetime-local"].eu-cookie-compliance-agree-button, .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg > input[type="month"].form-control,
  .input-group-lg > input[type="month"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="month"].btn,
  .input-group-lg > .input-group-btn > input[type="month"].eu-cookie-compliance-more-button,
  .input-group-lg > .input-group-btn > input[type="month"].eu-cookie-compliance-agree-button, .input-group-lg
  input[type="month"] {
    line-height: 49px;
  }
}
/* line 215, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
.form-group {
  margin-bottom: 15px;
}

/* line 224, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
/* line 231, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
.radio label,
.checkbox label {
  min-height: 32px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

/* line 239, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}

/* line 248, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

/* line 254, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

/* line 264, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

/* line 276, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
input[type="radio"][disabled], input[type="radio"].disabled, fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled, fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed;
}

/* line 285, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled, fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed;
}

/* line 295, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label, fieldset[disabled]
.checkbox label {
  cursor: not-allowed;
}

/* line 307, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 48px;
}
/* line 315, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
.form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn,
.input-group-lg > .input-group-btn > .form-control-static.eu-cookie-compliance-more-button,
.input-group-lg > .input-group-btn > .form-control-static.eu-cookie-compliance-agree-button,
.full .content .paragraph--type--produkt-teaser .field--name-field-button .input-group-lg > .input-group-btn > a.form-control-static, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn,
.input-group-sm > .input-group-btn > .form-control-static.eu-cookie-compliance-more-button,
.input-group-sm > .input-group-btn > .form-control-static.eu-cookie-compliance-agree-button,
.full .content .paragraph--type--produkt-teaser .field--name-field-button .input-group-sm > .input-group-btn > a.form-control-static {
  padding-left: 0;
  padding-right: 0;
}

/* line 71, ../bootstrap/assets/stylesheets/bootstrap/mixins/_forms.scss */
.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn,
.input-group-sm > .input-group-btn > .eu-cookie-compliance-more-button,
.input-group-sm > .input-group-btn > .eu-cookie-compliance-agree-button,
.full .content .paragraph--type--produkt-teaser .field--name-field-button .input-group-sm > .input-group-btn > a {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0;
}

/* line 79, ../bootstrap/assets/stylesheets/bootstrap/mixins/_forms.scss */
select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn,
.input-group-sm > .input-group-btn > select.eu-cookie-compliance-more-button,
.input-group-sm > .input-group-btn > select.eu-cookie-compliance-agree-button {
  height: 33px;
  line-height: 33px;
}

/* line 84, ../bootstrap/assets/stylesheets/bootstrap/mixins/_forms.scss */
textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
.input-group-sm > .input-group-btn > textarea.eu-cookie-compliance-more-button,
.input-group-sm > .input-group-btn > textarea.eu-cookie-compliance-agree-button,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn,
.input-group-sm > .input-group-btn > select[multiple].eu-cookie-compliance-more-button,
.input-group-sm > .input-group-btn > select[multiple].eu-cookie-compliance-agree-button {
  height: auto;
}

/* line 333, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
.form-group-sm .form-control {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0;
}
/* line 340, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
.form-group-sm select.form-control {
  height: 33px;
  line-height: 33px;
}
/* line 344, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
/* line 348, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
.form-group-sm .form-control-static {
  height: 33px;
  min-height: 46px;
  padding: 6px 10px;
  font-size: 14px;
  line-height: 1.5;
}

/* line 71, ../bootstrap/assets/stylesheets/bootstrap/mixins/_forms.scss */
.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn,
.input-group-lg > .input-group-btn > .eu-cookie-compliance-more-button,
.input-group-lg > .input-group-btn > .eu-cookie-compliance-agree-button,
.full .content .paragraph--type--produkt-teaser .field--name-field-button .input-group-lg > .input-group-btn > a {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 0;
}

/* line 79, ../bootstrap/assets/stylesheets/bootstrap/mixins/_forms.scss */
select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn,
.input-group-lg > .input-group-btn > select.eu-cookie-compliance-more-button,
.input-group-lg > .input-group-btn > select.eu-cookie-compliance-agree-button {
  height: 49px;
  line-height: 49px;
}

/* line 84, ../bootstrap/assets/stylesheets/bootstrap/mixins/_forms.scss */
textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
.input-group-lg > .input-group-btn > textarea.eu-cookie-compliance-more-button,
.input-group-lg > .input-group-btn > textarea.eu-cookie-compliance-agree-button,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn,
.input-group-lg > .input-group-btn > select[multiple].eu-cookie-compliance-more-button,
.input-group-lg > .input-group-btn > select[multiple].eu-cookie-compliance-agree-button {
  height: auto;
}

/* line 359, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
.form-group-lg .form-control {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 0;
}
/* line 366, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
.form-group-lg select.form-control {
  height: 49px;
  line-height: 49px;
}
/* line 370, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
/* line 374, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
.form-group-lg .form-control-static {
  height: 49px;
  min-height: 52px;
  padding: 11px 16px;
  font-size: 20px;
  line-height: 1.3333333;
}

/* line 388, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
.has-feedback {
  position: relative;
}
/* line 393, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
.has-feedback .form-control {
  padding-right: 57.5px;
}

/* line 398, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 46px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  pointer-events: none;
}

/* line 410, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg > .input-group-btn > .eu-cookie-compliance-more-button + .form-control-feedback,
.input-group-lg > .input-group-btn > .eu-cookie-compliance-agree-button + .form-control-feedback,
.full .content .paragraph--type--produkt-teaser .field--name-field-button .input-group-lg > .input-group-btn > a + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 49px;
  height: 49px;
  line-height: 49px;
}

/* line 417, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm > .input-group-btn > .eu-cookie-compliance-more-button + .form-control-feedback,
.input-group-sm > .input-group-btn > .eu-cookie-compliance-agree-button + .form-control-feedback,
.full .content .paragraph--type--produkt-teaser .field--name-field-button .input-group-sm > .input-group-btn > a + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 33px;
  height: 33px;
  line-height: 33px;
}

/* line 8, ../bootstrap/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #3c763d;
}
/* line 21, ../bootstrap/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
/* line 24, ../bootstrap/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
/* line 31, ../bootstrap/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
/* line 37, ../bootstrap/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-success .form-control-feedback {
  color: #3c763d;
}

/* line 8, ../bootstrap/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  color: #8a6d3b;
}
/* line 21, ../bootstrap/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
/* line 24, ../bootstrap/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
/* line 31, ../bootstrap/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
/* line 37, ../bootstrap/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-warning .form-control-feedback {
  color: #8a6d3b;
}

/* line 8, ../bootstrap/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #a94442;
}
/* line 21, ../bootstrap/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
/* line 24, ../bootstrap/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
/* line 31, ../bootstrap/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
/* line 37, ../bootstrap/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-error .form-control-feedback {
  color: #a94442;
}

/* line 439, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
.has-feedback label ~ .form-control-feedback {
  top: 37px;
}
/* line 442, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

/* line 453, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #5b5b5b;
}

@media (min-width: 768px) {
  /* line 478, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 485, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  /* line 492, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-control-static {
    display: inline-block;
  }
  /* line 496, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  /* line 500, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  /* line 508, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  /* line 512, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 519, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 526, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  /* line 530, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  /* line 537, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

/* line 559, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
/* line 569, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 39px;
}
/* line 575, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
.form-horizontal .form-group {
  margin-left: -25px;
  margin-right: -25px;
}
/* line 14, ../bootstrap/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  display: table;
}
/* line 19, ../bootstrap/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 768px) {
  /* line 582, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
/* line 593, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
.form-horizontal .has-feedback .form-control-feedback {
  right: 25px;
}
@media (min-width: 768px) {
  /* line 603, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  /* line 611, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 14px;
  }
}

/* line 9, ../bootstrap/assets/stylesheets/bootstrap/_buttons.scss */
.btn, .eu-cookie-compliance-more-button, .eu-cookie-compliance-agree-button, .full .content .paragraph--type--produkt-teaser .field--name-field-button a {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 2;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* line 26, ../bootstrap/assets/stylesheets/bootstrap/_buttons.scss */
.btn:focus, .eu-cookie-compliance-more-button:focus, .eu-cookie-compliance-agree-button:focus, .full .content .paragraph--type--produkt-teaser .field--name-field-button a:focus, .btn.focus, .focus.eu-cookie-compliance-more-button, .focus.eu-cookie-compliance-agree-button, .full .content .paragraph--type--produkt-teaser .field--name-field-button a.focus, .btn:active:focus, .eu-cookie-compliance-more-button:active:focus, .eu-cookie-compliance-agree-button:active:focus, .full .content .paragraph--type--produkt-teaser .field--name-field-button a:active:focus, .btn:active.focus, .eu-cookie-compliance-more-button:active.focus, .eu-cookie-compliance-agree-button:active.focus, .full .content .paragraph--type--produkt-teaser .field--name-field-button a:active.focus, .btn.active:focus, .active.eu-cookie-compliance-more-button:focus, .active.eu-cookie-compliance-agree-button:focus, .full .content .paragraph--type--produkt-teaser .field--name-field-button a.active:focus, .btn.active.focus, .active.focus.eu-cookie-compliance-more-button, .active.focus.eu-cookie-compliance-agree-button, .full .content .paragraph--type--produkt-teaser .field--name-field-button a.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
/* line 32, ../bootstrap/assets/stylesheets/bootstrap/_buttons.scss */
.btn:hover, .eu-cookie-compliance-more-button:hover, .eu-cookie-compliance-agree-button:hover, .full .content .paragraph--type--produkt-teaser .field--name-field-button a:hover, .btn:focus, .eu-cookie-compliance-more-button:focus, .eu-cookie-compliance-agree-button:focus, .full .content .paragraph--type--produkt-teaser .field--name-field-button a:focus, .btn.focus, .focus.eu-cookie-compliance-more-button, .focus.eu-cookie-compliance-agree-button, .full .content .paragraph--type--produkt-teaser .field--name-field-button a.focus {
  color: #333;
  text-decoration: none;
}
/* line 39, ../bootstrap/assets/stylesheets/bootstrap/_buttons.scss */
.btn:active, .eu-cookie-compliance-more-button:active, .eu-cookie-compliance-agree-button:active, .full .content .paragraph--type--produkt-teaser .field--name-field-button a:active, .btn.active, .active.eu-cookie-compliance-more-button, .active.eu-cookie-compliance-agree-button, .full .content .paragraph--type--produkt-teaser .field--name-field-button a.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
/* line 46, ../bootstrap/assets/stylesheets/bootstrap/_buttons.scss */
.btn.disabled, .disabled.eu-cookie-compliance-more-button, .disabled.eu-cookie-compliance-agree-button, .full .content .paragraph--type--produkt-teaser .field--name-field-button a.disabled, .btn[disabled], [disabled].eu-cookie-compliance-more-button, [disabled].eu-cookie-compliance-agree-button, .full .content .paragraph--type--produkt-teaser .field--name-field-button a[disabled], fieldset[disabled] .btn, fieldset[disabled] .eu-cookie-compliance-more-button, fieldset[disabled] .eu-cookie-compliance-agree-button, fieldset[disabled] .full .content .paragraph--type--produkt-teaser .field--name-field-button a, .full .content .paragraph--type--produkt-teaser .field--name-field-button fieldset[disabled] a {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 58, ../bootstrap/assets/stylesheets/bootstrap/_buttons.scss */
a.btn.disabled, a.disabled.eu-cookie-compliance-more-button, a.disabled.eu-cookie-compliance-agree-button, .full .content .paragraph--type--produkt-teaser .field--name-field-button a.disabled, fieldset[disabled] a.btn, fieldset[disabled] a.eu-cookie-compliance-more-button, fieldset[disabled] a.eu-cookie-compliance-agree-button, fieldset[disabled] .full .content .paragraph--type--produkt-teaser .field--name-field-button a, .full .content .paragraph--type--produkt-teaser .field--name-field-button fieldset[disabled] a {
  pointer-events: none;
}

/* line 68, ../bootstrap/assets/stylesheets/bootstrap/_buttons.scss */
.btn-default, .eu-cookie-compliance-more-button {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
/* line 11, ../bootstrap/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-default:focus, .eu-cookie-compliance-more-button:focus, .btn-default.focus, .focus.eu-cookie-compliance-more-button {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
/* line 17, ../bootstrap/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-default:hover, .eu-cookie-compliance-more-button:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
/* line 22, ../bootstrap/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-default:active, .eu-cookie-compliance-more-button:active, .btn-default.active, .active.eu-cookie-compliance-more-button, .open > .btn-default.dropdown-toggle, .open > .dropdown-toggle.eu-cookie-compliance-more-button {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
/* line 29, ../bootstrap/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-default:active:hover, .eu-cookie-compliance-more-button:active:hover, .btn-default:active:focus, .eu-cookie-compliance-more-button:active:focus, .btn-default:active.focus, .eu-cookie-compliance-more-button:active.focus, .btn-default.active:hover, .active.eu-cookie-compliance-more-button:hover, .btn-default.active:focus, .active.eu-cookie-compliance-more-button:focus, .btn-default.active.focus, .active.focus.eu-cookie-compliance-more-button, .open > .btn-default.dropdown-toggle:hover, .open > .dropdown-toggle.eu-cookie-compliance-more-button:hover, .open > .btn-default.dropdown-toggle:focus, .open > .dropdown-toggle.eu-cookie-compliance-more-button:focus, .open > .btn-default.dropdown-toggle.focus, .open > .dropdown-toggle.focus.eu-cookie-compliance-more-button {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
/* line 37, ../bootstrap/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-default:active, .eu-cookie-compliance-more-button:active, .btn-default.active, .active.eu-cookie-compliance-more-button, .open > .btn-default.dropdown-toggle, .open > .dropdown-toggle.eu-cookie-compliance-more-button {
  background-image: none;
}
/* line 45, ../bootstrap/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-default.disabled:hover, .disabled.eu-cookie-compliance-more-button:hover, .btn-default.disabled:focus, .disabled.eu-cookie-compliance-more-button:focus, .btn-default.disabled.focus, .disabled.focus.eu-cookie-compliance-more-button, .btn-default[disabled]:hover, [disabled].eu-cookie-compliance-more-button:hover, .btn-default[disabled]:focus, [disabled].eu-cookie-compliance-more-button:focus, .btn-default[disabled].focus, [disabled].focus.eu-cookie-compliance-more-button, fieldset[disabled] .btn-default:hover, fieldset[disabled] .eu-cookie-compliance-more-button:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .eu-cookie-compliance-more-button:focus, fieldset[disabled] .btn-default.focus, fieldset[disabled] .focus.eu-cookie-compliance-more-button {
  background-color: #fff;
  border-color: #ccc;
}
/* line 53, ../bootstrap/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-default .badge, .eu-cookie-compliance-more-button .badge {
  color: #fff;
  background-color: #333;
}

/* line 71, ../bootstrap/assets/stylesheets/bootstrap/_buttons.scss */
.btn-primary, .eu-cookie-compliance-agree-button {
  color: #fff;
  background-color: #003F63;
  border-color: #002f4a;
}
/* line 11, ../bootstrap/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:focus, .eu-cookie-compliance-agree-button:focus, .btn-primary.focus, .focus.eu-cookie-compliance-agree-button {
  color: #fff;
  background-color: #001f30;
  border-color: black;
}
/* line 17, ../bootstrap/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:hover, .eu-cookie-compliance-agree-button:hover {
  color: #fff;
  background-color: #001f30;
  border-color: #00080c;
}
/* line 22, ../bootstrap/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:active, .eu-cookie-compliance-agree-button:active, .btn-primary.active, .active.eu-cookie-compliance-agree-button, .open > .btn-primary.dropdown-toggle, .open > .dropdown-toggle.eu-cookie-compliance-agree-button {
  color: #fff;
  background-color: #001f30;
  border-color: #00080c;
}
/* line 29, ../bootstrap/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:active:hover, .eu-cookie-compliance-agree-button:active:hover, .btn-primary:active:focus, .eu-cookie-compliance-agree-button:active:focus, .btn-primary:active.focus, .eu-cookie-compliance-agree-button:active.focus, .btn-primary.active:hover, .active.eu-cookie-compliance-agree-button:hover, .btn-primary.active:focus, .active.eu-cookie-compliance-agree-button:focus, .btn-primary.active.focus, .active.focus.eu-cookie-compliance-agree-button, .open > .btn-primary.dropdown-toggle:hover, .open > .dropdown-toggle.eu-cookie-compliance-agree-button:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .dropdown-toggle.eu-cookie-compliance-agree-button:focus, .open > .btn-primary.dropdown-toggle.focus, .open > .dropdown-toggle.focus.eu-cookie-compliance-agree-button {
  color: #fff;
  background-color: #00080c;
  border-color: black;
}
/* line 37, ../bootstrap/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:active, .eu-cookie-compliance-agree-button:active, .btn-primary.active, .active.eu-cookie-compliance-agree-button, .open > .btn-primary.dropdown-toggle, .open > .dropdown-toggle.eu-cookie-compliance-agree-button {
  background-image: none;
}
/* line 45, ../bootstrap/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary.disabled:hover, .disabled.eu-cookie-compliance-agree-button:hover, .btn-primary.disabled:focus, .disabled.eu-cookie-compliance-agree-button:focus, .btn-primary.disabled.focus, .disabled.focus.eu-cookie-compliance-agree-button, .btn-primary[disabled]:hover, [disabled].eu-cookie-compliance-agree-button:hover, .btn-primary[disabled]:focus, [disabled].eu-cookie-compliance-agree-button:focus, .btn-primary[disabled].focus, [disabled].focus.eu-cookie-compliance-agree-button, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .eu-cookie-compliance-agree-button:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .eu-cookie-compliance-agree-button:focus, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .focus.eu-cookie-compliance-agree-button {
  background-color: #003F63;
  border-color: #002f4a;
}
/* line 53, ../bootstrap/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary .badge, .eu-cookie-compliance-agree-button .badge {
  color: #003F63;
  background-color: #fff;
}

/* line 75, ../bootstrap/assets/stylesheets/bootstrap/_buttons.scss */
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
/* line 11, ../bootstrap/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
/* line 17, ../bootstrap/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
/* line 22, ../bootstrap/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
/* line 29, ../bootstrap/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
/* line 37, ../bootstrap/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  background-image: none;
}
/* line 45, ../bootstrap/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
/* line 53, ../bootstrap/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

/* line 79, ../bootstrap/assets/stylesheets/bootstrap/_buttons.scss */
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
/* line 11, ../bootstrap/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
/* line 17, ../bootstrap/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
/* line 22, ../bootstrap/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
/* line 29, ../bootstrap/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
/* line 37, ../bootstrap/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  background-image: none;
}
/* line 45, ../bootstrap/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
/* line 53, ../bootstrap/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

/* line 83, ../bootstrap/assets/stylesheets/bootstrap/_buttons.scss */
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
/* line 11, ../bootstrap/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
/* line 17, ../bootstrap/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
/* line 22, ../bootstrap/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
/* line 29, ../bootstrap/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
/* line 37, ../bootstrap/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  background-image: none;
}
/* line 45, ../bootstrap/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
/* line 53, ../bootstrap/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

/* line 87, ../bootstrap/assets/stylesheets/bootstrap/_buttons.scss */
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
/* line 11, ../bootstrap/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
/* line 17, ../bootstrap/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
/* line 22, ../bootstrap/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
/* line 29, ../bootstrap/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
/* line 37, ../bootstrap/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  background-image: none;
}
/* line 45, ../bootstrap/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
/* line 53, ../bootstrap/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

/* line 96, ../bootstrap/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link {
  color: #003F63;
  font-weight: normal;
  border-radius: 0;
}
/* line 101, ../bootstrap/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 109, ../bootstrap/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}
/* line 115, ../bootstrap/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link:hover, .btn-link:focus {
  color: #000e17;
  text-decoration: underline;
  background-color: transparent;
}
/* line 123, ../bootstrap/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}

/* line 135, ../bootstrap/assets/stylesheets/bootstrap/_buttons.scss */
.btn-lg, .btn-group-lg > .btn, .btn-group-lg > .eu-cookie-compliance-more-button, .btn-group-lg > .eu-cookie-compliance-agree-button, .full .content .paragraph--type--produkt-teaser .field--name-field-button .btn-group-lg > a {
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 0;
}

/* line 139, ../bootstrap/assets/stylesheets/bootstrap/_buttons.scss */
.btn-sm, .btn-group-sm > .btn, .btn-group-sm > .eu-cookie-compliance-more-button, .btn-group-sm > .eu-cookie-compliance-agree-button, .full .content .paragraph--type--produkt-teaser .field--name-field-button .btn-group-sm > a, .eu-cookie-compliance-more-button, .eu-cookie-compliance-agree-button {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0;
}

/* line 143, ../bootstrap/assets/stylesheets/bootstrap/_buttons.scss */
.btn-xs, .btn-group-xs > .btn, .btn-group-xs > .eu-cookie-compliance-more-button, .btn-group-xs > .eu-cookie-compliance-agree-button, .full .content .paragraph--type--produkt-teaser .field--name-field-button .btn-group-xs > a {
  padding: 1px 5px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0;
}

/* line 151, ../bootstrap/assets/stylesheets/bootstrap/_buttons.scss */
.btn-block {
  display: block;
  width: 100%;
}

/* line 157, ../bootstrap/assets/stylesheets/bootstrap/_buttons.scss */
.btn-block + .btn-block {
  margin-top: 5px;
}

/* line 165, ../bootstrap/assets/stylesheets/bootstrap/_buttons.scss */
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

/* line 10, ../bootstrap/assets/stylesheets/bootstrap/_component-animations.scss */
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
/* line 13, ../bootstrap/assets/stylesheets/bootstrap/_component-animations.scss */
.fade.in {
  opacity: 1;
}

/* line 18, ../bootstrap/assets/stylesheets/bootstrap/_component-animations.scss */
.collapse {
  display: none;
}
/* line 21, ../bootstrap/assets/stylesheets/bootstrap/_component-animations.scss */
.collapse.in {
  display: block;
}

/* line 26, ../bootstrap/assets/stylesheets/bootstrap/_component-animations.scss */
tr.collapse.in {
  display: table-row;
}

/* line 28, ../bootstrap/assets/stylesheets/bootstrap/_component-animations.scss */
tbody.collapse.in {
  display: table-row-group;
}

/* line 30, ../bootstrap/assets/stylesheets/bootstrap/_component-animations.scss */
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

/* line 7, ../bootstrap/assets/stylesheets/bootstrap/_dropdowns.scss */
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

/* line 20, ../bootstrap/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropup,
.dropdown {
  position: relative;
}

/* line 26, ../bootstrap/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-toggle:focus {
  outline: 0;
}

/* line 31, ../bootstrap/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 16px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
/* line 54, ../bootstrap/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
/* line 60, ../bootstrap/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu .divider {
  height: 1px;
  margin: 15px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
/* line 65, ../bootstrap/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 2;
  color: #333333;
  white-space: nowrap;
}

/* line 78, ../bootstrap/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}

/* line 88, ../bootstrap/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #003F63;
}

/* line 103, ../bootstrap/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777;
}
/* line 110, ../bootstrap/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}

/* line 123, ../bootstrap/assets/stylesheets/bootstrap/_dropdowns.scss */
.open > .dropdown-menu {
  display: block;
}
/* line 128, ../bootstrap/assets/stylesheets/bootstrap/_dropdowns.scss */
.open > a {
  outline: 0;
}

/* line 137, ../bootstrap/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu-right {
  left: auto;
  right: 0;
}

/* line 147, ../bootstrap/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu-left {
  left: 0;
  right: auto;
}

/* line 153, ../bootstrap/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 14px;
  line-height: 2;
  color: #777777;
  white-space: nowrap;
}

/* line 163, ../bootstrap/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

/* line 173, ../bootstrap/assets/stylesheets/bootstrap/_dropdowns.scss */
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

/* line 186, ../bootstrap/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}
/* line 193, ../bootstrap/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 1200px) {
  /* line 207, ../bootstrap/assets/stylesheets/bootstrap/_dropdowns.scss */
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  /* line 212, ../bootstrap/assets/stylesheets/bootstrap/_dropdowns.scss */
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
/* line 6, ../bootstrap/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
/* line 11, ../bootstrap/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn, .btn-group > .eu-cookie-compliance-more-button, .btn-group > .eu-cookie-compliance-agree-button, .full .content .paragraph--type--produkt-teaser .field--name-field-button .btn-group > a,
.btn-group-vertical > .btn,
.btn-group-vertical > .eu-cookie-compliance-more-button,
.btn-group-vertical > .eu-cookie-compliance-agree-button,
.full .content .paragraph--type--produkt-teaser .field--name-field-button .btn-group-vertical > a {
  position: relative;
  float: left;
}
/* line 15, ../bootstrap/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn:hover, .btn-group > .eu-cookie-compliance-more-button:hover, .btn-group > .eu-cookie-compliance-agree-button:hover, .full .content .paragraph--type--produkt-teaser .field--name-field-button .btn-group > a:hover, .btn-group > .btn:focus, .btn-group > .eu-cookie-compliance-more-button:focus, .btn-group > .eu-cookie-compliance-agree-button:focus, .full .content .paragraph--type--produkt-teaser .field--name-field-button .btn-group > a:focus, .btn-group > .btn:active, .btn-group > .eu-cookie-compliance-more-button:active, .btn-group > .eu-cookie-compliance-agree-button:active, .full .content .paragraph--type--produkt-teaser .field--name-field-button .btn-group > a:active, .btn-group > .btn.active, .btn-group > .active.eu-cookie-compliance-more-button, .btn-group > .active.eu-cookie-compliance-agree-button, .full .content .paragraph--type--produkt-teaser .field--name-field-button .btn-group > a.active,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .eu-cookie-compliance-more-button:hover,
.btn-group-vertical > .eu-cookie-compliance-agree-button:hover,
.full .content .paragraph--type--produkt-teaser .field--name-field-button .btn-group-vertical > a:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .eu-cookie-compliance-more-button:focus,
.btn-group-vertical > .eu-cookie-compliance-agree-button:focus,
.full .content .paragraph--type--produkt-teaser .field--name-field-button .btn-group-vertical > a:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .eu-cookie-compliance-more-button:active,
.btn-group-vertical > .eu-cookie-compliance-agree-button:active,
.full .content .paragraph--type--produkt-teaser .field--name-field-button .btn-group-vertical > a:active,
.btn-group-vertical > .btn.active,
.btn-group-vertical > .active.eu-cookie-compliance-more-button,
.btn-group-vertical > .active.eu-cookie-compliance-agree-button,
.full .content .paragraph--type--produkt-teaser .field--name-field-button .btn-group-vertical > a.active {
  z-index: 2;
}

/* line 26, ../bootstrap/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group .btn + .btn, .btn-group .eu-cookie-compliance-more-button + .btn, .btn-group .eu-cookie-compliance-agree-button + .btn, .btn-group .full .content .paragraph--type--produkt-teaser .field--name-field-button a + .btn, .full .content .paragraph--type--produkt-teaser .field--name-field-button .btn-group a + .btn, .btn-group .btn + .eu-cookie-compliance-more-button, .btn-group .eu-cookie-compliance-more-button + .eu-cookie-compliance-more-button, .btn-group .eu-cookie-compliance-agree-button + .eu-cookie-compliance-more-button, .btn-group .full .content .paragraph--type--produkt-teaser .field--name-field-button a + .eu-cookie-compliance-more-button, .full .content .paragraph--type--produkt-teaser .field--name-field-button .btn-group a + .eu-cookie-compliance-more-button, .btn-group .btn + .eu-cookie-compliance-agree-button, .btn-group .eu-cookie-compliance-more-button + .eu-cookie-compliance-agree-button, .btn-group .eu-cookie-compliance-agree-button + .eu-cookie-compliance-agree-button, .btn-group .full .content .paragraph--type--produkt-teaser .field--name-field-button a + .eu-cookie-compliance-agree-button, .full .content .paragraph--type--produkt-teaser .field--name-field-button .btn-group a + .eu-cookie-compliance-agree-button, .btn-group .full .content .paragraph--type--produkt-teaser .field--name-field-button .btn + a, .full .content .paragraph--type--produkt-teaser .field--name-field-button .btn-group .btn + a, .btn-group .full .content .paragraph--type--produkt-teaser .field--name-field-button .eu-cookie-compliance-more-button + a, .full .content .paragraph--type--produkt-teaser .field--name-field-button .btn-group .eu-cookie-compliance-more-button + a, .btn-group .full .content .paragraph--type--produkt-teaser .field--name-field-button .eu-cookie-compliance-agree-button + a, .full .content .paragraph--type--produkt-teaser .field--name-field-button .btn-group .eu-cookie-compliance-agree-button + a, .btn-group .full .content .paragraph--type--produkt-teaser .field--name-field-button a + a, .full .content .paragraph--type--produkt-teaser .field--name-field-button .btn-group a + a,
.btn-group .btn + .btn-group,
.btn-group .eu-cookie-compliance-more-button + .btn-group,
.btn-group .eu-cookie-compliance-agree-button + .btn-group,
.btn-group .full .content .paragraph--type--produkt-teaser .field--name-field-button a + .btn-group,
.full .content .paragraph--type--produkt-teaser .field--name-field-button .btn-group a + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .eu-cookie-compliance-more-button,
.btn-group .btn-group + .eu-cookie-compliance-agree-button,
.btn-group .full .content .paragraph--type--produkt-teaser .field--name-field-button .btn-group + a,
.full .content .paragraph--type--produkt-teaser .field--name-field-button .btn-group .btn-group + a,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

/* line 35, ../bootstrap/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-toolbar {
  margin-left: -5px;
}
/* line 14, ../bootstrap/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.btn-toolbar:before, .btn-toolbar:after {
  content: " ";
  display: table;
}
/* line 19, ../bootstrap/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.btn-toolbar:after {
  clear: both;
}
/* line 39, ../bootstrap/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-toolbar .btn, .btn-toolbar .eu-cookie-compliance-more-button, .btn-toolbar .eu-cookie-compliance-agree-button, .btn-toolbar .full .content .paragraph--type--produkt-teaser .field--name-field-button a, .full .content .paragraph--type--produkt-teaser .field--name-field-button .btn-toolbar a,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
/* line 44, ../bootstrap/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-toolbar > .btn, .btn-toolbar > .eu-cookie-compliance-more-button, .btn-toolbar > .eu-cookie-compliance-agree-button, .full .content .paragraph--type--produkt-teaser .field--name-field-button .btn-toolbar > a,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

/* line 51, ../bootstrap/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle), .btn-group > .eu-cookie-compliance-more-button:not(:first-child):not(:last-child):not(.dropdown-toggle), .btn-group > .eu-cookie-compliance-agree-button:not(:first-child):not(:last-child):not(.dropdown-toggle), .full .content .paragraph--type--produkt-teaser .field--name-field-button .btn-group > a:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

/* line 56, ../bootstrap/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn:first-child, .btn-group > .eu-cookie-compliance-more-button:first-child, .btn-group > .eu-cookie-compliance-agree-button:first-child, .full .content .paragraph--type--produkt-teaser .field--name-field-button .btn-group > a:first-child {
  margin-left: 0;
}
/* line 58, ../bootstrap/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle), .btn-group > .eu-cookie-compliance-more-button:first-child:not(:last-child):not(.dropdown-toggle), .btn-group > .eu-cookie-compliance-agree-button:first-child:not(:last-child):not(.dropdown-toggle), .full .content .paragraph--type--produkt-teaser .field--name-field-button .btn-group > a:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

/* line 63, ../bootstrap/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn:last-child:not(:first-child), .btn-group > .eu-cookie-compliance-more-button:last-child:not(:first-child), .btn-group > .eu-cookie-compliance-agree-button:last-child:not(:first-child), .full .content .paragraph--type--produkt-teaser .field--name-field-button .btn-group > a:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

/* line 69, ../bootstrap/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn-group {
  float: left;
}

/* line 72, ../bootstrap/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn, .btn-group > .btn-group:not(:first-child):not(:last-child) > .eu-cookie-compliance-more-button, .btn-group > .btn-group:not(:first-child):not(:last-child) > .eu-cookie-compliance-agree-button, .full .content .paragraph--type--produkt-teaser .field--name-field-button .btn-group > .btn-group:not(:first-child):not(:last-child) > a {
  border-radius: 0;
}

/* line 76, ../bootstrap/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group > .btn-group:first-child:not(:last-child) > .eu-cookie-compliance-more-button:last-child, .btn-group > .btn-group:first-child:not(:last-child) > .eu-cookie-compliance-agree-button:last-child, .full .content .paragraph--type--produkt-teaser .field--name-field-button .btn-group > .btn-group:first-child:not(:last-child) > a:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

/* line 81, ../bootstrap/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child, .btn-group > .btn-group:last-child:not(:first-child) > .eu-cookie-compliance-more-button:first-child, .btn-group > .btn-group:last-child:not(:first-child) > .eu-cookie-compliance-agree-button:first-child, .full .content .paragraph--type--produkt-teaser .field--name-field-button .btn-group > .btn-group:last-child:not(:first-child) > a:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

/* line 86, ../bootstrap/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

/* line 105, ../bootstrap/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn + .dropdown-toggle, .btn-group > .eu-cookie-compliance-more-button + .dropdown-toggle, .btn-group > .eu-cookie-compliance-agree-button + .dropdown-toggle, .full .content .paragraph--type--produkt-teaser .field--name-field-button .btn-group > a + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}

/* line 109, ../bootstrap/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle, .btn-group-lg.btn-group > .eu-cookie-compliance-more-button + .dropdown-toggle, .btn-group-lg.btn-group > .eu-cookie-compliance-agree-button + .dropdown-toggle, .full .content .paragraph--type--produkt-teaser .field--name-field-button .btn-group-lg.btn-group > a + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}

/* line 116, ../bootstrap/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
/* line 120, ../bootstrap/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 127, ../bootstrap/assets/stylesheets/bootstrap/_button-groups.scss */
.btn .caret, .eu-cookie-compliance-more-button .caret, .eu-cookie-compliance-agree-button .caret, .full .content .paragraph--type--produkt-teaser .field--name-field-button a .caret {
  margin-left: 0;
}

/* line 131, ../bootstrap/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-lg .caret, .btn-group-lg > .btn .caret, .btn-group-lg > .eu-cookie-compliance-more-button .caret, .btn-group-lg > .eu-cookie-compliance-agree-button .caret, .full .content .paragraph--type--produkt-teaser .field--name-field-button .btn-group-lg > a .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

/* line 136, ../bootstrap/assets/stylesheets/bootstrap/_button-groups.scss */
.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret, .dropup .btn-group-lg > .eu-cookie-compliance-more-button .caret, .dropup .btn-group-lg > .eu-cookie-compliance-agree-button .caret, .dropup .full .content .paragraph--type--produkt-teaser .field--name-field-button .btn-group-lg > a .caret, .full .content .paragraph--type--produkt-teaser .field--name-field-button .dropup .btn-group-lg > a .caret {
  border-width: 0 5px 5px;
}

/* line 145, ../bootstrap/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn, .btn-group-vertical > .eu-cookie-compliance-more-button, .btn-group-vertical > .eu-cookie-compliance-agree-button, .full .content .paragraph--type--produkt-teaser .field--name-field-button .btn-group-vertical > a,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn,
.btn-group-vertical > .btn-group > .eu-cookie-compliance-more-button,
.btn-group-vertical > .btn-group > .eu-cookie-compliance-agree-button,
.full .content .paragraph--type--produkt-teaser .field--name-field-button .btn-group-vertical > .btn-group > a {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
/* line 14, ../bootstrap/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}
/* line 19, ../bootstrap/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.btn-group-vertical > .btn-group:after {
  clear: both;
}
/* line 157, ../bootstrap/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn-group > .btn, .btn-group-vertical > .btn-group > .eu-cookie-compliance-more-button, .btn-group-vertical > .btn-group > .eu-cookie-compliance-agree-button, .full .content .paragraph--type--produkt-teaser .field--name-field-button .btn-group-vertical > .btn-group > a {
  float: none;
}
/* line 162, ../bootstrap/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn + .btn, .btn-group-vertical > .eu-cookie-compliance-more-button + .btn, .btn-group-vertical > .eu-cookie-compliance-agree-button + .btn, .full .content .paragraph--type--produkt-teaser .field--name-field-button .btn-group-vertical > a + .btn, .btn-group-vertical > .btn + .eu-cookie-compliance-more-button, .btn-group-vertical > .eu-cookie-compliance-more-button + .eu-cookie-compliance-more-button, .btn-group-vertical > .eu-cookie-compliance-agree-button + .eu-cookie-compliance-more-button, .full .content .paragraph--type--produkt-teaser .field--name-field-button .btn-group-vertical > a + .eu-cookie-compliance-more-button, .btn-group-vertical > .btn + .eu-cookie-compliance-agree-button, .btn-group-vertical > .eu-cookie-compliance-more-button + .eu-cookie-compliance-agree-button, .btn-group-vertical > .eu-cookie-compliance-agree-button + .eu-cookie-compliance-agree-button, .full .content .paragraph--type--produkt-teaser .field--name-field-button .btn-group-vertical > a + .eu-cookie-compliance-agree-button, .full .content .paragraph--type--produkt-teaser .field--name-field-button .btn-group-vertical > .btn + a, .full .content .paragraph--type--produkt-teaser .field--name-field-button .btn-group-vertical > .eu-cookie-compliance-more-button + a, .full .content .paragraph--type--produkt-teaser .field--name-field-button .btn-group-vertical > .eu-cookie-compliance-agree-button + a, .full .content .paragraph--type--produkt-teaser .field--name-field-button .btn-group-vertical > a + a,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .eu-cookie-compliance-more-button + .btn-group,
.btn-group-vertical > .eu-cookie-compliance-agree-button + .btn-group,
.full .content .paragraph--type--produkt-teaser .field--name-field-button .btn-group-vertical > a + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .eu-cookie-compliance-more-button,
.btn-group-vertical > .btn-group + .eu-cookie-compliance-agree-button,
.full .content .paragraph--type--produkt-teaser .field--name-field-button .btn-group-vertical > .btn-group + a,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

/* line 172, ../bootstrap/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn:not(:first-child):not(:last-child), .btn-group-vertical > .eu-cookie-compliance-more-button:not(:first-child):not(:last-child), .btn-group-vertical > .eu-cookie-compliance-agree-button:not(:first-child):not(:last-child), .full .content .paragraph--type--produkt-teaser .field--name-field-button .btn-group-vertical > a:not(:first-child):not(:last-child) {
  border-radius: 0;
}
/* line 175, ../bootstrap/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn:first-child:not(:last-child), .btn-group-vertical > .eu-cookie-compliance-more-button:first-child:not(:last-child), .btn-group-vertical > .eu-cookie-compliance-agree-button:first-child:not(:last-child), .full .content .paragraph--type--produkt-teaser .field--name-field-button .btn-group-vertical > a:first-child:not(:last-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
/* line 179, ../bootstrap/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn:last-child:not(:first-child), .btn-group-vertical > .eu-cookie-compliance-more-button:last-child:not(:first-child), .btn-group-vertical > .eu-cookie-compliance-agree-button:last-child:not(:first-child), .full .content .paragraph--type--produkt-teaser .field--name-field-button .btn-group-vertical > a:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 184, ../bootstrap/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn, .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .eu-cookie-compliance-more-button, .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .eu-cookie-compliance-agree-button, .full .content .paragraph--type--produkt-teaser .field--name-field-button .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > a {
  border-radius: 0;
}

/* line 188, ../bootstrap/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .eu-cookie-compliance-more-button:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .eu-cookie-compliance-agree-button:last-child, .full .content .paragraph--type--produkt-teaser .field--name-field-button .btn-group-vertical > .btn-group:first-child:not(:last-child) > a:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 193, ../bootstrap/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child, .btn-group-vertical > .btn-group:last-child:not(:first-child) > .eu-cookie-compliance-more-button:first-child, .btn-group-vertical > .btn-group:last-child:not(:first-child) > .eu-cookie-compliance-agree-button:first-child, .full .content .paragraph--type--produkt-teaser .field--name-field-button .btn-group-vertical > .btn-group:last-child:not(:first-child) > a:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 201, ../bootstrap/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
/* line 206, ../bootstrap/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-justified > .btn, .btn-group-justified > .eu-cookie-compliance-more-button, .btn-group-justified > .eu-cookie-compliance-agree-button, .full .content .paragraph--type--produkt-teaser .field--name-field-button .btn-group-justified > a,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
/* line 212, ../bootstrap/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-justified > .btn-group .btn, .btn-group-justified > .btn-group .eu-cookie-compliance-more-button, .btn-group-justified > .btn-group .eu-cookie-compliance-agree-button, .btn-group-justified > .btn-group .full .content .paragraph--type--produkt-teaser .field--name-field-button a, .full .content .paragraph--type--produkt-teaser .field--name-field-button .btn-group-justified > .btn-group a {
  width: 100%;
}
/* line 216, ../bootstrap/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

/* line 237, ../bootstrap/assets/stylesheets/bootstrap/_button-groups.scss */
[data-toggle="buttons"] > .btn input[type="radio"], [data-toggle="buttons"] > .eu-cookie-compliance-more-button input[type="radio"], [data-toggle="buttons"] > .eu-cookie-compliance-agree-button input[type="radio"], .full .content .paragraph--type--produkt-teaser .field--name-field-button [data-toggle="buttons"] > a input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .eu-cookie-compliance-more-button input[type="checkbox"],
[data-toggle="buttons"] > .eu-cookie-compliance-agree-button input[type="checkbox"],
.full .content .paragraph--type--produkt-teaser .field--name-field-button [data-toggle="buttons"] > a input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .eu-cookie-compliance-more-button input[type="radio"],
[data-toggle="buttons"] > .btn-group > .eu-cookie-compliance-agree-button input[type="radio"],
.full .content .paragraph--type--produkt-teaser .field--name-field-button [data-toggle="buttons"] > .btn-group > a input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .eu-cookie-compliance-more-button input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .eu-cookie-compliance-agree-button input[type="checkbox"],
.full .content .paragraph--type--produkt-teaser .field--name-field-button [data-toggle="buttons"] > .btn-group > a input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

/* line 7, ../bootstrap/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
/* line 13, ../bootstrap/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
/* line 19, ../bootstrap/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
/* line 33, ../bootstrap/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group .form-control:focus {
  z-index: 3;
}

/* line 58, ../bootstrap/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
/* line 63, ../bootstrap/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

/* line 68, ../bootstrap/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

/* line 77, ../bootstrap/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon {
  padding: 6px 12px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 0;
}
/* line 89, ../bootstrap/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn,
.input-group-sm > .input-group-btn > .input-group-addon.eu-cookie-compliance-more-button,
.input-group-sm > .input-group-btn > .input-group-addon.eu-cookie-compliance-agree-button,
.full .content .paragraph--type--produkt-teaser .field--name-field-button .input-group-sm > .input-group-btn > a.input-group-addon {
  padding: 5px 10px;
  font-size: 14px;
  border-radius: 0;
}
/* line 94, ../bootstrap/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn,
.input-group-lg > .input-group-btn > .input-group-addon.eu-cookie-compliance-more-button,
.input-group-lg > .input-group-btn > .input-group-addon.eu-cookie-compliance-agree-button,
.full .content .paragraph--type--produkt-teaser .field--name-field-button .input-group-lg > .input-group-btn > a.input-group-addon {
  padding: 10px 16px;
  font-size: 20px;
  border-radius: 0;
}
/* line 101, ../bootstrap/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

/* line 108, ../bootstrap/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .eu-cookie-compliance-more-button,
.input-group-btn:first-child > .eu-cookie-compliance-agree-button,
.full .content .paragraph--type--produkt-teaser .field--name-field-button .input-group-btn:first-child > a,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .btn-group > .eu-cookie-compliance-more-button,
.input-group-btn:first-child > .btn-group > .eu-cookie-compliance-agree-button,
.full .content .paragraph--type--produkt-teaser .field--name-field-button .input-group-btn:first-child > .btn-group > a,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .eu-cookie-compliance-more-button:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .eu-cookie-compliance-agree-button:not(:last-child):not(.dropdown-toggle),
.full .content .paragraph--type--produkt-teaser .field--name-field-button .input-group-btn:last-child > a:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn,
.input-group-btn:last-child > .btn-group:not(:last-child) > .eu-cookie-compliance-more-button,
.input-group-btn:last-child > .btn-group:not(:last-child) > .eu-cookie-compliance-agree-button,
.full .content .paragraph--type--produkt-teaser .field--name-field-button .input-group-btn:last-child > .btn-group:not(:last-child) > a {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

/* line 117, ../bootstrap/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon:first-child {
  border-right: 0;
}

/* line 120, ../bootstrap/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .eu-cookie-compliance-more-button,
.input-group-btn:last-child > .eu-cookie-compliance-agree-button,
.full .content .paragraph--type--produkt-teaser .field--name-field-button .input-group-btn:last-child > a,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .btn-group > .eu-cookie-compliance-more-button,
.input-group-btn:last-child > .btn-group > .eu-cookie-compliance-agree-button,
.full .content .paragraph--type--produkt-teaser .field--name-field-button .input-group-btn:last-child > .btn-group > a,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .eu-cookie-compliance-more-button:not(:first-child),
.input-group-btn:first-child > .eu-cookie-compliance-agree-button:not(:first-child),
.full .content .paragraph--type--produkt-teaser .field--name-field-button .input-group-btn:first-child > a:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn,
.input-group-btn:first-child > .btn-group:not(:first-child) > .eu-cookie-compliance-more-button,
.input-group-btn:first-child > .btn-group:not(:first-child) > .eu-cookie-compliance-agree-button,
.full .content .paragraph--type--produkt-teaser .field--name-field-button .input-group-btn:first-child > .btn-group:not(:first-child) > a {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

/* line 129, ../bootstrap/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon:last-child {
  border-left: 0;
}

/* line 135, ../bootstrap/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
/* line 144, ../bootstrap/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-btn > .btn, .input-group-btn > .eu-cookie-compliance-more-button, .input-group-btn > .eu-cookie-compliance-agree-button, .full .content .paragraph--type--produkt-teaser .field--name-field-button .input-group-btn > a {
  position: relative;
}
/* line 146, ../bootstrap/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-btn > .btn + .btn, .input-group-btn > .eu-cookie-compliance-more-button + .btn, .input-group-btn > .eu-cookie-compliance-agree-button + .btn, .full .content .paragraph--type--produkt-teaser .field--name-field-button .input-group-btn > a + .btn, .input-group-btn > .btn + .eu-cookie-compliance-more-button, .input-group-btn > .eu-cookie-compliance-more-button + .eu-cookie-compliance-more-button, .input-group-btn > .eu-cookie-compliance-agree-button + .eu-cookie-compliance-more-button, .full .content .paragraph--type--produkt-teaser .field--name-field-button .input-group-btn > a + .eu-cookie-compliance-more-button, .input-group-btn > .btn + .eu-cookie-compliance-agree-button, .input-group-btn > .eu-cookie-compliance-more-button + .eu-cookie-compliance-agree-button, .input-group-btn > .eu-cookie-compliance-agree-button + .eu-cookie-compliance-agree-button, .full .content .paragraph--type--produkt-teaser .field--name-field-button .input-group-btn > a + .eu-cookie-compliance-agree-button, .full .content .paragraph--type--produkt-teaser .field--name-field-button .input-group-btn > .btn + a, .full .content .paragraph--type--produkt-teaser .field--name-field-button .input-group-btn > .eu-cookie-compliance-more-button + a, .full .content .paragraph--type--produkt-teaser .field--name-field-button .input-group-btn > .eu-cookie-compliance-agree-button + a, .full .content .paragraph--type--produkt-teaser .field--name-field-button .input-group-btn > a + a {
  margin-left: -1px;
}
/* line 150, ../bootstrap/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-btn > .btn:hover, .input-group-btn > .eu-cookie-compliance-more-button:hover, .input-group-btn > .eu-cookie-compliance-agree-button:hover, .full .content .paragraph--type--produkt-teaser .field--name-field-button .input-group-btn > a:hover, .input-group-btn > .btn:focus, .input-group-btn > .eu-cookie-compliance-more-button:focus, .input-group-btn > .eu-cookie-compliance-agree-button:focus, .full .content .paragraph--type--produkt-teaser .field--name-field-button .input-group-btn > a:focus, .input-group-btn > .btn:active, .input-group-btn > .eu-cookie-compliance-more-button:active, .input-group-btn > .eu-cookie-compliance-agree-button:active, .full .content .paragraph--type--produkt-teaser .field--name-field-button .input-group-btn > a:active {
  z-index: 2;
}
/* line 159, ../bootstrap/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-btn:first-child > .btn, .input-group-btn:first-child > .eu-cookie-compliance-more-button, .input-group-btn:first-child > .eu-cookie-compliance-agree-button, .full .content .paragraph--type--produkt-teaser .field--name-field-button .input-group-btn:first-child > a,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
/* line 165, ../bootstrap/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-btn:last-child > .btn, .input-group-btn:last-child > .eu-cookie-compliance-more-button, .input-group-btn:last-child > .eu-cookie-compliance-agree-button, .full .content .paragraph--type--produkt-teaser .field--name-field-button .input-group-btn:last-child > a,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

/* line 9, ../bootstrap/assets/stylesheets/bootstrap/_navs.scss */
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
/* line 14, ../bootstrap/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.nav:before, .nav:after {
  content: " ";
  display: table;
}
/* line 19, ../bootstrap/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.nav:after {
  clear: both;
}
/* line 15, ../bootstrap/assets/stylesheets/bootstrap/_navs.scss */
.nav > li {
  position: relative;
  display: block;
}
/* line 19, ../bootstrap/assets/stylesheets/bootstrap/_navs.scss */
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
/* line 23, ../bootstrap/assets/stylesheets/bootstrap/_navs.scss */
.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
/* line 31, ../bootstrap/assets/stylesheets/bootstrap/_navs.scss */
.nav > li.disabled > a {
  color: #777777;
}
/* line 34, ../bootstrap/assets/stylesheets/bootstrap/_navs.scss */
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
/* line 46, ../bootstrap/assets/stylesheets/bootstrap/_navs.scss */
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #003F63;
}
/* line 59, ../bootstrap/assets/stylesheets/bootstrap/_navs.scss */
.nav .nav-divider {
  height: 1px;
  margin: 15px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
/* line 66, ../bootstrap/assets/stylesheets/bootstrap/_navs.scss */
.nav > li > a > img {
  max-width: none;
}

/* line 76, ../bootstrap/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
/* line 78, ../bootstrap/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
/* line 84, ../bootstrap/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 2;
  border: 1px solid transparent;
  border-radius: 0 0 0 0;
}
/* line 89, ../bootstrap/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
/* line 96, ../bootstrap/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}

/* line 118, ../bootstrap/assets/stylesheets/bootstrap/_navs.scss */
.nav-pills > li {
  float: left;
}
/* line 122, ../bootstrap/assets/stylesheets/bootstrap/_navs.scss */
.nav-pills > li > a {
  border-radius: 0;
}
/* line 125, ../bootstrap/assets/stylesheets/bootstrap/_navs.scss */
.nav-pills > li + li {
  margin-left: 2px;
}
/* line 131, ../bootstrap/assets/stylesheets/bootstrap/_navs.scss */
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #003F63;
}

/* line 144, ../bootstrap/assets/stylesheets/bootstrap/_navs.scss */
.nav-stacked > li {
  float: none;
}
/* line 146, ../bootstrap/assets/stylesheets/bootstrap/_navs.scss */
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

/* line 160, ../bootstrap/assets/stylesheets/bootstrap/_navs.scss */
.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}
/* line 163, ../bootstrap/assets/stylesheets/bootstrap/_navs.scss */
.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}
/* line 165, ../bootstrap/assets/stylesheets/bootstrap/_navs.scss */
.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
/* line 171, ../bootstrap/assets/stylesheets/bootstrap/_navs.scss */
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  /* line 177, ../bootstrap/assets/stylesheets/bootstrap/_navs.scss */
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  /* line 180, ../bootstrap/assets/stylesheets/bootstrap/_navs.scss */
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

/* line 190, ../bootstrap/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}
/* line 193, ../bootstrap/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 0;
}
/* line 199, ../bootstrap/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  /* line 206, ../bootstrap/assets/stylesheets/bootstrap/_navs.scss */
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 0 0 0 0;
  }
  /* line 210, ../bootstrap/assets/stylesheets/bootstrap/_navs.scss */
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

/* line 224, ../bootstrap/assets/stylesheets/bootstrap/_navs.scss */
.tab-content > .tab-pane {
  display: none;
}
/* line 227, ../bootstrap/assets/stylesheets/bootstrap/_navs.scss */
.tab-content > .active {
  display: block;
}

/* line 237, ../bootstrap/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 11, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 32px;
  border: 1px solid transparent;
}
/* line 14, ../bootstrap/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.navbar:before, .navbar:after {
  content: " ";
  display: table;
}
/* line 19, ../bootstrap/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.navbar:after {
  clear: both;
}
@media (min-width: 1200px) {
  /* line 11, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar {
    border-radius: 0;
  }
}

/* line 14, ../bootstrap/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table;
}
/* line 19, ../bootstrap/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.navbar-header:after {
  clear: both;
}
@media (min-width: 1200px) {
  /* line 31, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-header {
    float: left;
  }
}

/* line 50, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-collapse {
  overflow-x: visible;
  padding-right: 25px;
  padding-left: 25px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
/* line 14, ../bootstrap/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.navbar-collapse:before, .navbar-collapse:after {
  content: " ";
  display: table;
}
/* line 19, ../bootstrap/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.navbar-collapse:after {
  clear: both;
}
/* line 59, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 1200px) {
  /* line 50, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  /* line 68, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  /* line 75, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-collapse.in {
    overflow-y: visible;
  }
  /* line 81, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}

/* line 92, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  /* line 92, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}

/* line 108, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
.container > .navbar-header, .view.view-magazin .pager > .navbar-header, .system-messages-wrapper > .navbar-header,
.tabs-wrapper > .navbar-header, .eu-cookie-compliance-content > .navbar-header, .region-stoerer > .navbar-header, .view.view-glossar > .navbar-header,
.container > .navbar-collapse,
.view.view-magazin .pager > .navbar-collapse,
.system-messages-wrapper > .navbar-collapse,
.tabs-wrapper > .navbar-collapse,
.eu-cookie-compliance-content > .navbar-collapse,
.region-stoerer > .navbar-collapse,
.view.view-glossar > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -25px;
  margin-left: -25px;
}
@media (min-width: 1200px) {
  /* line 108, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
  .container > .navbar-header, .view.view-magazin .pager > .navbar-header, .system-messages-wrapper > .navbar-header,
  .tabs-wrapper > .navbar-header, .eu-cookie-compliance-content > .navbar-header, .region-stoerer > .navbar-header, .view.view-glossar > .navbar-header,
  .container > .navbar-collapse,
  .view.view-magazin .pager > .navbar-collapse,
  .system-messages-wrapper > .navbar-collapse,
  .tabs-wrapper > .navbar-collapse,
  .eu-cookie-compliance-content > .navbar-collapse,
  .region-stoerer > .navbar-collapse,
  .view.view-glossar > .navbar-collapse,
  .container-fluid > .navbar-header,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

/* line 128, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 1200px) {
  /* line 128, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-static-top {
    border-radius: 0;
  }
}

/* line 138, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 1200px) {
  /* line 138, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}

/* line 150, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

/* line 154, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

/* line 163, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-brand {
  float: left;
  padding: 9px 25px;
  font-size: 20px;
  line-height: 32px;
  height: 50px;
}
/* line 170, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}
/* line 175, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-brand > img {
  display: block;
}
@media (min-width: 1200px) {
  /* line 180, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar > .container .navbar-brand, .view.view-magazin .navbar > .pager .navbar-brand, .navbar > .system-messages-wrapper .navbar-brand,
  .navbar > .tabs-wrapper .navbar-brand, .navbar > .eu-cookie-compliance-content .navbar-brand, .navbar > .region-stoerer .navbar-brand, .navbar > .view.view-glossar .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: -25px;
  }
}

/* line 193, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 25px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0;
}
/* line 206, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-toggle:focus {
  outline: 0;
}
/* line 211, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
/* line 217, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 1200px) {
  /* line 193, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-toggle {
    display: none;
  }
}

/* line 232, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav {
  margin: 4.5px -25px;
}
/* line 235, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 32px;
}
@media (max-width: 1199px) {
  /* line 243, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  /* line 251, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  /* line 255, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 32px;
  }
  /* line 257, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 1200px) {
  /* line 232, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-nav {
    float: left;
    margin: 0;
  }
  /* line 270, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-nav > li {
    float: left;
  }
  /* line 272, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-nav > li > a {
    padding-top: 9px;
    padding-bottom: 9px;
  }
}

/* line 286, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-form {
  margin-left: -25px;
  margin-right: -25px;
  padding: 10px 25px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 2px;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  /* line 478, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 485, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  /* line 492, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .form-control-static {
    display: inline-block;
  }
  /* line 496, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  /* line 500, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  /* line 508, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  /* line 512, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 519, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 526, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  /* line 530, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  /* line 537, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 1199px) {
  /* line 298, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  /* line 302, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  /* line 286, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

/* line 327, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 332, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 343, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-btn {
  margin-top: 2px;
  margin-bottom: 2px;
}
/* line 346, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn, .full .content .paragraph--type--produkt-teaser .field--name-field-button .btn-group-sm > a.navbar-btn, .navbar-btn.eu-cookie-compliance-more-button, .navbar-btn.eu-cookie-compliance-agree-button {
  margin-top: 8.5px;
  margin-bottom: 8.5px;
}
/* line 349, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn, .btn-group-xs > .navbar-btn.eu-cookie-compliance-more-button, .btn-group-xs > .navbar-btn.eu-cookie-compliance-agree-button, .full .content .paragraph--type--produkt-teaser .field--name-field-button .btn-group-xs > a.navbar-btn {
  margin-top: 14px;
  margin-bottom: 14px;
}

/* line 359, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-text {
  margin-top: 9px;
  margin-bottom: 9px;
}
@media (min-width: 1200px) {
  /* line 359, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-text {
    float: left;
    margin-left: 25px;
    margin-right: 25px;
  }
}

@media (min-width: 1200px) {
  /* line 379, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-left {
    float: left !important;
  }

  /* line 382, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-right {
    float: right !important;
    margin-right: -25px;
  }
  /* line 386, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
/* line 397, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
/* line 401, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-brand {
  color: #777;
}
/* line 403, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
/* line 410, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-text {
  color: #777;
}
/* line 415, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > li > a {
  color: #777;
}
/* line 418, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
/* line 425, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
/* line 433, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
/* line 442, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
/* line 444, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
/* line 448, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
/* line 453, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
/* line 462, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}
@media (max-width: 1199px) {
  /* line 473, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  /* line 475, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  /* line 482, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  /* line 490, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
/* line 506, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-link {
  color: #777;
}
/* line 508, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-link:hover {
  color: #333;
}
/* line 513, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .btn-link {
  color: #777;
}
/* line 515, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: #333;
}
/* line 521, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

/* line 531, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse {
  background-color: #222;
  border-color: #090909;
}
/* line 535, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
/* line 537, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
/* line 544, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
/* line 549, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
/* line 552, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
/* line 559, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #090909;
}
/* line 567, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
/* line 577, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
/* line 579, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
/* line 583, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
/* line 588, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
/* line 596, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #090909;
  color: #fff;
}
@media (max-width: 1199px) {
  /* line 607, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090909;
  }
  /* line 610, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909;
  }
  /* line 613, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  /* line 615, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  /* line 622, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #090909;
  }
  /* line 630, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
/* line 641, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
/* line 643, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
/* line 648, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
/* line 650, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
  color: #fff;
}
/* line 656, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

/* line 6, ../bootstrap/assets/stylesheets/bootstrap/_breadcrumbs.scss */
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 32px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 0;
}
/* line 13, ../bootstrap/assets/stylesheets/bootstrap/_breadcrumbs.scss */
.breadcrumb > li {
  display: inline-block;
}
/* line 16, ../bootstrap/assets/stylesheets/bootstrap/_breadcrumbs.scss */
.breadcrumb > li + li:before {
  content: "/ ";
  padding: 0 5px;
  color: #ccc;
}
/* line 25, ../bootstrap/assets/stylesheets/bootstrap/_breadcrumbs.scss */
.breadcrumb > .active {
  color: #777777;
}

/* line 4, ../bootstrap/assets/stylesheets/bootstrap/_pagination.scss */
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 32px 0;
  border-radius: 0;
}
/* line 10, ../bootstrap/assets/stylesheets/bootstrap/_pagination.scss */
.pagination > li {
  display: inline;
}
/* line 12, ../bootstrap/assets/stylesheets/bootstrap/_pagination.scss */
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 2;
  text-decoration: none;
  color: #003F63;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
/* line 25, ../bootstrap/assets/stylesheets/bootstrap/_pagination.scss */
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
/* line 32, ../bootstrap/assets/stylesheets/bootstrap/_pagination.scss */
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
/* line 41, ../bootstrap/assets/stylesheets/bootstrap/_pagination.scss */
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  z-index: 2;
  color: #000e17;
  background-color: #eeeeee;
  border-color: #ddd;
}
/* line 52, ../bootstrap/assets/stylesheets/bootstrap/_pagination.scss */
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  background-color: #003F63;
  border-color: #003F63;
  cursor: default;
}
/* line 64, ../bootstrap/assets/stylesheets/bootstrap/_pagination.scss */
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}

/* line 5, ../bootstrap/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
}
/* line 12, ../bootstrap/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
/* line 18, ../bootstrap/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

/* line 5, ../bootstrap/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
}
/* line 12, ../bootstrap/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
/* line 18, ../bootstrap/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

/* line 6, ../bootstrap/assets/stylesheets/bootstrap/_pager.scss */
.pager {
  padding-left: 0;
  margin: 32px 0;
  list-style: none;
  text-align: center;
}
/* line 14, ../bootstrap/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.pager:before, .pager:after {
  content: " ";
  display: table;
}
/* line 19, ../bootstrap/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.pager:after {
  clear: both;
}
/* line 12, ../bootstrap/assets/stylesheets/bootstrap/_pager.scss */
.pager li {
  display: inline;
}
/* line 14, ../bootstrap/assets/stylesheets/bootstrap/_pager.scss */
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
/* line 23, ../bootstrap/assets/stylesheets/bootstrap/_pager.scss */
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
/* line 31, ../bootstrap/assets/stylesheets/bootstrap/_pager.scss */
.pager .next > a,
.pager .next > span {
  float: right;
}
/* line 38, ../bootstrap/assets/stylesheets/bootstrap/_pager.scss */
.pager .previous > a,
.pager .previous > span {
  float: left;
}
/* line 45, ../bootstrap/assets/stylesheets/bootstrap/_pager.scss */
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  background-color: #fff;
  cursor: not-allowed;
}

/* line 5, ../bootstrap/assets/stylesheets/bootstrap/_labels.scss */
.label, .selected-kaufobjekte,
.selected-angebotsobjekte {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
/* line 20, ../bootstrap/assets/stylesheets/bootstrap/_labels.scss */
.label:empty, .selected-kaufobjekte:empty,
.selected-angebotsobjekte:empty {
  display: none;
}
/* line 25, ../bootstrap/assets/stylesheets/bootstrap/_labels.scss */
.btn .label, .eu-cookie-compliance-more-button .label, .eu-cookie-compliance-agree-button .label, .full .content .paragraph--type--produkt-teaser .field--name-field-button a .label, .btn .selected-kaufobjekte, .eu-cookie-compliance-more-button .selected-kaufobjekte, .eu-cookie-compliance-agree-button .selected-kaufobjekte, .full .content .paragraph--type--produkt-teaser .field--name-field-button a .selected-kaufobjekte,
.btn .selected-angebotsobjekte,
.eu-cookie-compliance-more-button .selected-angebotsobjekte,
.eu-cookie-compliance-agree-button .selected-angebotsobjekte,
.full .content .paragraph--type--produkt-teaser .field--name-field-button a .selected-angebotsobjekte {
  position: relative;
  top: -1px;
}

/* line 33, ../bootstrap/assets/stylesheets/bootstrap/_labels.scss */
a.label:hover, a.selected-kaufobjekte:hover,
a.selected-angebotsobjekte:hover, a.label:focus, a.selected-kaufobjekte:focus,
a.selected-angebotsobjekte:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

/* line 44, ../bootstrap/assets/stylesheets/bootstrap/_labels.scss */
.label-default {
  background-color: #777777;
}
/* line 7, ../bootstrap/assets/stylesheets/bootstrap/mixins/_labels.scss */
.label-default[href]:hover, .label-default[href]:focus {
  background-color: #5e5e5e;
}

/* line 48, ../bootstrap/assets/stylesheets/bootstrap/_labels.scss */
.label-primary, .selected-kaufobjekte,
.selected-angebotsobjekte {
  background-color: #003F63;
}
/* line 7, ../bootstrap/assets/stylesheets/bootstrap/mixins/_labels.scss */
.label-primary[href]:hover, [href].selected-kaufobjekte:hover,
[href].selected-angebotsobjekte:hover, .label-primary[href]:focus, [href].selected-kaufobjekte:focus,
[href].selected-angebotsobjekte:focus {
  background-color: #001f30;
}

/* line 52, ../bootstrap/assets/stylesheets/bootstrap/_labels.scss */
.label-success {
  background-color: #5cb85c;
}
/* line 7, ../bootstrap/assets/stylesheets/bootstrap/mixins/_labels.scss */
.label-success[href]:hover, .label-success[href]:focus {
  background-color: #449d44;
}

/* line 56, ../bootstrap/assets/stylesheets/bootstrap/_labels.scss */
.label-info {
  background-color: #5bc0de;
}
/* line 7, ../bootstrap/assets/stylesheets/bootstrap/mixins/_labels.scss */
.label-info[href]:hover, .label-info[href]:focus {
  background-color: #31b0d5;
}

/* line 60, ../bootstrap/assets/stylesheets/bootstrap/_labels.scss */
.label-warning {
  background-color: #f0ad4e;
}
/* line 7, ../bootstrap/assets/stylesheets/bootstrap/mixins/_labels.scss */
.label-warning[href]:hover, .label-warning[href]:focus {
  background-color: #ec971f;
}

/* line 64, ../bootstrap/assets/stylesheets/bootstrap/_labels.scss */
.label-danger {
  background-color: #d9534f;
}
/* line 7, ../bootstrap/assets/stylesheets/bootstrap/mixins/_labels.scss */
.label-danger[href]:hover, .label-danger[href]:focus {
  background-color: #c9302c;
}

/* line 7, ../bootstrap/assets/stylesheets/bootstrap/_badges.scss */
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px;
}
/* line 22, ../bootstrap/assets/stylesheets/bootstrap/_badges.scss */
.badge:empty {
  display: none;
}
/* line 27, ../bootstrap/assets/stylesheets/bootstrap/_badges.scss */
.btn .badge, .eu-cookie-compliance-more-button .badge, .eu-cookie-compliance-agree-button .badge, .full .content .paragraph--type--produkt-teaser .field--name-field-button a .badge {
  position: relative;
  top: -1px;
}
/* line 32, ../bootstrap/assets/stylesheets/bootstrap/_badges.scss */
.btn-xs .badge, .btn-group-xs > .btn .badge, .btn-group-xs > .eu-cookie-compliance-more-button .badge, .btn-group-xs > .eu-cookie-compliance-agree-button .badge, .full .content .paragraph--type--produkt-teaser .field--name-field-button .btn-group-xs > a .badge, .btn-group-xs > .btn .badge, .btn-group-xs > .eu-cookie-compliance-more-button .badge, .btn-group-xs > .eu-cookie-compliance-agree-button .badge, .full .content .paragraph--type--produkt-teaser .field--name-field-button .btn-group-xs > a .badge {
  top: 0;
  padding: 1px 5px;
}
/* line 41, ../bootstrap/assets/stylesheets/bootstrap/_badges.scss */
.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
  color: #003F63;
  background-color: #fff;
}
/* line 47, ../bootstrap/assets/stylesheets/bootstrap/_badges.scss */
.list-group-item > .badge {
  float: right;
}
/* line 51, ../bootstrap/assets/stylesheets/bootstrap/_badges.scss */
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
/* line 55, ../bootstrap/assets/stylesheets/bootstrap/_badges.scss */
.nav-pills > li > a > .badge {
  margin-left: 3px;
}

/* line 62, ../bootstrap/assets/stylesheets/bootstrap/_badges.scss */
a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

/* line 6, ../bootstrap/assets/stylesheets/bootstrap/_jumbotron.scss */
.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
/* line 13, ../bootstrap/assets/stylesheets/bootstrap/_jumbotron.scss */
.jumbotron h1,
.jumbotron .h1,
.jumbotron .paragraph--class--blue-background h2 .field--name-field-heading,
.paragraph--class--blue-background h2 .jumbotron .field--name-field-heading,
.jumbotron .paragraph--type--produkt-addon .text .field--name-field-heading,
.paragraph--type--produkt-addon .text .jumbotron .field--name-field-heading {
  color: inherit;
}
/* line 18, ../bootstrap/assets/stylesheets/bootstrap/_jumbotron.scss */
.jumbotron p {
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 200;
}
/* line 24, ../bootstrap/assets/stylesheets/bootstrap/_jumbotron.scss */
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
/* line 28, ../bootstrap/assets/stylesheets/bootstrap/_jumbotron.scss */
.container .jumbotron, .view.view-magazin .pager .jumbotron, .system-messages-wrapper .jumbotron,
.tabs-wrapper .jumbotron, .eu-cookie-compliance-content .jumbotron, .region-stoerer .jumbotron, .view.view-glossar .jumbotron, .container-fluid .jumbotron {
  border-radius: 0;
  padding-left: 25px;
  padding-right: 25px;
}
/* line 35, ../bootstrap/assets/stylesheets/bootstrap/_jumbotron.scss */
.jumbotron .container, .jumbotron .view.view-magazin .pager, .view.view-magazin .jumbotron .pager, .jumbotron .system-messages-wrapper,
.jumbotron .tabs-wrapper, .jumbotron .eu-cookie-compliance-content, .jumbotron .region-stoerer, .jumbotron .view.view-glossar {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  /* line 6, ../bootstrap/assets/stylesheets/bootstrap/_jumbotron.scss */
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  /* line 43, ../bootstrap/assets/stylesheets/bootstrap/_jumbotron.scss */
  .container .jumbotron, .view.view-magazin .pager .jumbotron, .system-messages-wrapper .jumbotron,
  .tabs-wrapper .jumbotron, .eu-cookie-compliance-content .jumbotron, .region-stoerer .jumbotron, .view.view-glossar .jumbotron, .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  /* line 49, ../bootstrap/assets/stylesheets/bootstrap/_jumbotron.scss */
  .jumbotron h1,
  .jumbotron .h1,
  .jumbotron .paragraph--class--blue-background h2 .field--name-field-heading,
  .paragraph--class--blue-background h2 .jumbotron .field--name-field-heading,
  .jumbotron .paragraph--type--produkt-addon .text .field--name-field-heading,
  .paragraph--type--produkt-addon .text .jumbotron .field--name-field-heading {
    font-size: 72px;
  }
}

/* line 7, ../bootstrap/assets/stylesheets/bootstrap/_thumbnails.scss */
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 32px;
  line-height: 2;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
/* line 17, ../bootstrap/assets/stylesheets/bootstrap/_thumbnails.scss */
.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
/* line 27, ../bootstrap/assets/stylesheets/bootstrap/_thumbnails.scss */
.thumbnail .caption {
  padding: 9px;
  color: #1b1b1b;
}

/* line 34, ../bootstrap/assets/stylesheets/bootstrap/_thumbnails.scss */
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #003F63;
}

/* line 9, ../bootstrap/assets/stylesheets/bootstrap/_alerts.scss */
.alert {
  padding: 15px;
  margin-bottom: 32px;
  border: 1px solid transparent;
  border-radius: 0;
}
/* line 16, ../bootstrap/assets/stylesheets/bootstrap/_alerts.scss */
.alert h4 {
  margin-top: 0;
  color: inherit;
}
/* line 23, ../bootstrap/assets/stylesheets/bootstrap/_alerts.scss */
.alert .alert-link {
  font-weight: bold;
}
/* line 28, ../bootstrap/assets/stylesheets/bootstrap/_alerts.scss */
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
/* line 33, ../bootstrap/assets/stylesheets/bootstrap/_alerts.scss */
.alert > p + p {
  margin-top: 5px;
}

/* line 42, ../bootstrap/assets/stylesheets/bootstrap/_alerts.scss */
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
/* line 47, ../bootstrap/assets/stylesheets/bootstrap/_alerts.scss */
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

/* line 59, ../bootstrap/assets/stylesheets/bootstrap/_alerts.scss */
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
/* line 8, ../bootstrap/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-success hr {
  border-top-color: #c9e2b3;
}
/* line 11, ../bootstrap/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-success .alert-link {
  color: #2b542c;
}

/* line 63, ../bootstrap/assets/stylesheets/bootstrap/_alerts.scss */
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
/* line 8, ../bootstrap/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-info hr {
  border-top-color: #a6e1ec;
}
/* line 11, ../bootstrap/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-info .alert-link {
  color: #245269;
}

/* line 67, ../bootstrap/assets/stylesheets/bootstrap/_alerts.scss */
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
/* line 8, ../bootstrap/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-warning hr {
  border-top-color: #f7e1b5;
}
/* line 11, ../bootstrap/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-warning .alert-link {
  color: #66512c;
}

/* line 71, ../bootstrap/assets/stylesheets/bootstrap/_alerts.scss */
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
/* line 8, ../bootstrap/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-danger hr {
  border-top-color: #e4b9c0;
}
/* line 11, ../bootstrap/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-danger .alert-link {
  color: #843534;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
/* line 26, ../bootstrap/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress {
  overflow: hidden;
  height: 32px;
  margin-bottom: 32px;
  background-color: #f5f5f5;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

/* line 36, ../bootstrap/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 14px;
  line-height: 32px;
  color: #fff;
  text-align: center;
  background-color: #003F63;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

/* line 54, ../bootstrap/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}

/* line 64, ../bootstrap/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

/* line 73, ../bootstrap/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-bar-success {
  background-color: #5cb85c;
}
/* line 7, ../bootstrap/assets/stylesheets/bootstrap/mixins/_progress-bar.scss */
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 77, ../bootstrap/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-bar-info {
  background-color: #5bc0de;
}
/* line 7, ../bootstrap/assets/stylesheets/bootstrap/mixins/_progress-bar.scss */
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 81, ../bootstrap/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-bar-warning {
  background-color: #f0ad4e;
}
/* line 7, ../bootstrap/assets/stylesheets/bootstrap/mixins/_progress-bar.scss */
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 85, ../bootstrap/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-bar-danger {
  background-color: #d9534f;
}
/* line 7, ../bootstrap/assets/stylesheets/bootstrap/mixins/_progress-bar.scss */
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 1, ../bootstrap/assets/stylesheets/bootstrap/_media.scss */
.media {
  margin-top: 15px;
}
/* line 5, ../bootstrap/assets/stylesheets/bootstrap/_media.scss */
.media:first-child {
  margin-top: 0;
}

/* line 10, ../bootstrap/assets/stylesheets/bootstrap/_media.scss */
.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}

/* line 16, ../bootstrap/assets/stylesheets/bootstrap/_media.scss */
.media-body {
  width: 10000px;
}

/* line 20, ../bootstrap/assets/stylesheets/bootstrap/_media.scss */
.media-object {
  display: block;
}
/* line 24, ../bootstrap/assets/stylesheets/bootstrap/_media.scss */
.media-object.img-thumbnail {
  max-width: none;
}

/* line 29, ../bootstrap/assets/stylesheets/bootstrap/_media.scss */
.media-right,
.media > .pull-right {
  padding-left: 10px;
}

/* line 34, ../bootstrap/assets/stylesheets/bootstrap/_media.scss */
.media-left,
.media > .pull-left {
  padding-right: 10px;
}

/* line 39, ../bootstrap/assets/stylesheets/bootstrap/_media.scss */
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

/* line 46, ../bootstrap/assets/stylesheets/bootstrap/_media.scss */
.media-middle {
  vertical-align: middle;
}

/* line 50, ../bootstrap/assets/stylesheets/bootstrap/_media.scss */
.media-bottom {
  vertical-align: bottom;
}

/* line 55, ../bootstrap/assets/stylesheets/bootstrap/_media.scss */
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

/* line 63, ../bootstrap/assets/stylesheets/bootstrap/_media.scss */
.media-list {
  padding-left: 0;
  list-style: none;
}

/* line 10, ../bootstrap/assets/stylesheets/bootstrap/_list-group.scss */
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}

/* line 21, ../bootstrap/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
/* line 31, ../bootstrap/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
/* line 34, ../bootstrap/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 46, ../bootstrap/assets/stylesheets/bootstrap/_list-group.scss */
a.list-group-item,
button.list-group-item {
  color: #555;
}
/* line 50, ../bootstrap/assets/stylesheets/bootstrap/_list-group.scss */
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}
/* line 55, ../bootstrap/assets/stylesheets/bootstrap/_list-group.scss */
a.list-group-item:hover, a.list-group-item:focus,
button.list-group-item:hover,
button.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}

/* line 63, ../bootstrap/assets/stylesheets/bootstrap/_list-group.scss */
button.list-group-item {
  width: 100%;
  text-align: left;
}

/* line 70, ../bootstrap/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed;
}
/* line 78, ../bootstrap/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
/* line 81, ../bootstrap/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}
/* line 87, ../bootstrap/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #003F63;
  border-color: #003F63;
}
/* line 96, ../bootstrap/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
/* line 101, ../bootstrap/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
  color: #30b4ff;
}

/* line 4, ../bootstrap/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

/* line 11, ../bootstrap/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
/* line 15, ../bootstrap/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
/* line 19, ../bootstrap/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-success:hover, a.list-group-item-success:focus,
button.list-group-item-success:hover,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
/* line 24, ../bootstrap/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
button.list-group-item-success.active,
button.list-group-item-success.active:hover,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

/* line 4, ../bootstrap/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

/* line 11, ../bootstrap/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
/* line 15, ../bootstrap/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
/* line 19, ../bootstrap/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-info:hover, a.list-group-item-info:focus,
button.list-group-item-info:hover,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
/* line 24, ../bootstrap/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
button.list-group-item-info.active,
button.list-group-item-info.active:hover,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

/* line 4, ../bootstrap/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

/* line 11, ../bootstrap/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
/* line 15, ../bootstrap/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
/* line 19, ../bootstrap/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-warning:hover, a.list-group-item-warning:focus,
button.list-group-item-warning:hover,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
/* line 24, ../bootstrap/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
button.list-group-item-warning.active,
button.list-group-item-warning.active:hover,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

/* line 4, ../bootstrap/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

/* line 11, ../bootstrap/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}
/* line 15, ../bootstrap/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
/* line 19, ../bootstrap/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-danger:hover, a.list-group-item-danger:focus,
button.list-group-item-danger:hover,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
/* line 24, ../bootstrap/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
button.list-group-item-danger.active,
button.list-group-item-danger.active:hover,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

/* line 123, ../bootstrap/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

/* line 127, ../bootstrap/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

/* line 7, ../bootstrap/assets/stylesheets/bootstrap/_panels.scss */
.panel {
  margin-bottom: 32px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

/* line 16, ../bootstrap/assets/stylesheets/bootstrap/_panels.scss */
.panel-body {
  padding: 15px;
}
/* line 14, ../bootstrap/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.panel-body:before, .panel-body:after {
  content: " ";
  display: table;
}
/* line 19, ../bootstrap/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.panel-body:after {
  clear: both;
}

/* line 22, ../bootstrap/assets/stylesheets/bootstrap/_panels.scss */
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}
/* line 27, ../bootstrap/assets/stylesheets/bootstrap/_panels.scss */
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

/* line 33, ../bootstrap/assets/stylesheets/bootstrap/_panels.scss */
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  color: inherit;
}
/* line 39, ../bootstrap/assets/stylesheets/bootstrap/_panels.scss */
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}

/* line 49, ../bootstrap/assets/stylesheets/bootstrap/_panels.scss */
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}

/* line 63, ../bootstrap/assets/stylesheets/bootstrap/_panels.scss */
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
/* line 67, ../bootstrap/assets/stylesheets/bootstrap/_panels.scss */
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
/* line 74, ../bootstrap/assets/stylesheets/bootstrap/_panels.scss */
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}
/* line 82, ../bootstrap/assets/stylesheets/bootstrap/_panels.scss */
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}
/* line 89, ../bootstrap/assets/stylesheets/bootstrap/_panels.scss */
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 96, ../bootstrap/assets/stylesheets/bootstrap/_panels.scss */
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

/* line 100, ../bootstrap/assets/stylesheets/bootstrap/_panels.scss */
.list-group + .panel-footer {
  border-top-width: 0;
}

/* line 110, ../bootstrap/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
/* line 115, ../bootstrap/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
/* line 121, ../bootstrap/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}
/* line 127, ../bootstrap/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: -1;
  border-top-right-radius: -1;
}
/* line 131, ../bootstrap/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: -1;
}
/* line 135, ../bootstrap/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: -1;
}
/* line 143, ../bootstrap/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}
/* line 149, ../bootstrap/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: -1;
  border-bottom-right-radius: -1;
}
/* line 153, ../bootstrap/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: -1;
}
/* line 157, ../bootstrap/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: -1;
}
/* line 164, ../bootstrap/assets/stylesheets/bootstrap/_panels.scss */
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
/* line 170, ../bootstrap/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
/* line 174, ../bootstrap/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
/* line 181, ../bootstrap/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
/* line 185, ../bootstrap/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
/* line 194, ../bootstrap/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
/* line 203, ../bootstrap/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
/* line 210, ../bootstrap/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}

/* line 222, ../bootstrap/assets/stylesheets/bootstrap/_panels.scss */
.panel-group {
  margin-bottom: 32px;
}
/* line 226, ../bootstrap/assets/stylesheets/bootstrap/_panels.scss */
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 0;
}
/* line 230, ../bootstrap/assets/stylesheets/bootstrap/_panels.scss */
.panel-group .panel + .panel {
  margin-top: 5px;
}
/* line 235, ../bootstrap/assets/stylesheets/bootstrap/_panels.scss */
.panel-group .panel-heading {
  border-bottom: 0;
}
/* line 238, ../bootstrap/assets/stylesheets/bootstrap/_panels.scss */
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
/* line 244, ../bootstrap/assets/stylesheets/bootstrap/_panels.scss */
.panel-group .panel-footer {
  border-top: 0;
}
/* line 246, ../bootstrap/assets/stylesheets/bootstrap/_panels.scss */
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

/* line 254, ../bootstrap/assets/stylesheets/bootstrap/_panels.scss */
.panel-default {
  border-color: #ddd;
}
/* line 6, ../bootstrap/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
/* line 11, ../bootstrap/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
/* line 14, ../bootstrap/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
/* line 20, ../bootstrap/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

/* line 257, ../bootstrap/assets/stylesheets/bootstrap/_panels.scss */
.panel-primary {
  border-color: #003F63;
}
/* line 6, ../bootstrap/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #003F63;
  border-color: #003F63;
}
/* line 11, ../bootstrap/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #003F63;
}
/* line 14, ../bootstrap/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-primary > .panel-heading .badge {
  color: #003F63;
  background-color: #fff;
}
/* line 20, ../bootstrap/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #003F63;
}

/* line 260, ../bootstrap/assets/stylesheets/bootstrap/_panels.scss */
.panel-success {
  border-color: #d6e9c6;
}
/* line 6, ../bootstrap/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
/* line 11, ../bootstrap/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
/* line 14, ../bootstrap/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
/* line 20, ../bootstrap/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

/* line 263, ../bootstrap/assets/stylesheets/bootstrap/_panels.scss */
.panel-info {
  border-color: #bce8f1;
}
/* line 6, ../bootstrap/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
/* line 11, ../bootstrap/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
/* line 14, ../bootstrap/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
/* line 20, ../bootstrap/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

/* line 266, ../bootstrap/assets/stylesheets/bootstrap/_panels.scss */
.panel-warning {
  border-color: #faebcc;
}
/* line 6, ../bootstrap/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
/* line 11, ../bootstrap/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
/* line 14, ../bootstrap/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
/* line 20, ../bootstrap/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

/* line 269, ../bootstrap/assets/stylesheets/bootstrap/_panels.scss */
.panel-danger {
  border-color: #ebccd1;
}
/* line 6, ../bootstrap/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
/* line 11, ../bootstrap/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
/* line 14, ../bootstrap/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
/* line 20, ../bootstrap/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

/* line 5, ../bootstrap/assets/stylesheets/bootstrap/_responsive-embed.scss */
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
/* line 12, ../bootstrap/assets/stylesheets/bootstrap/_responsive-embed.scss */
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

/* line 28, ../bootstrap/assets/stylesheets/bootstrap/_responsive-embed.scss */
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

/* line 33, ../bootstrap/assets/stylesheets/bootstrap/_responsive-embed.scss */
.embed-responsive-4by3 {
  padding-bottom: 75%;
}

/* line 7, ../bootstrap/assets/stylesheets/bootstrap/_wells.scss */
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
/* line 15, ../bootstrap/assets/stylesheets/bootstrap/_wells.scss */
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

/* line 22, ../bootstrap/assets/stylesheets/bootstrap/_wells.scss */
.well-lg {
  padding: 24px;
  border-radius: 0;
}

/* line 26, ../bootstrap/assets/stylesheets/bootstrap/_wells.scss */
.well-sm {
  padding: 9px;
  border-radius: 0;
}

/* line 6, ../bootstrap/assets/stylesheets/bootstrap/_close.scss */
.close {
  float: right;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
/* line 15, ../bootstrap/assets/stylesheets/bootstrap/_close.scss */
.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

/* line 30, ../bootstrap/assets/stylesheets/bootstrap/_close.scss */
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

/* line 11, ../bootstrap/assets/stylesheets/bootstrap/_modals.scss */
.modal-open {
  overflow: hidden;
}

/* line 16, ../bootstrap/assets/stylesheets/bootstrap/_modals.scss */
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
/* line 32, ../bootstrap/assets/stylesheets/bootstrap/_modals.scss */
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
/* line 36, ../bootstrap/assets/stylesheets/bootstrap/_modals.scss */
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

/* line 38, ../bootstrap/assets/stylesheets/bootstrap/_modals.scss */
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

/* line 44, ../bootstrap/assets/stylesheets/bootstrap/_modals.scss */
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

/* line 51, ../bootstrap/assets/stylesheets/bootstrap/_modals.scss */
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}

/* line 64, ../bootstrap/assets/stylesheets/bootstrap/_modals.scss */
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
/* line 73, ../bootstrap/assets/stylesheets/bootstrap/_modals.scss */
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
/* line 74, ../bootstrap/assets/stylesheets/bootstrap/_modals.scss */
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

/* line 79, ../bootstrap/assets/stylesheets/bootstrap/_modals.scss */
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
/* line 14, ../bootstrap/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.modal-header:before, .modal-header:after {
  content: " ";
  display: table;
}
/* line 19, ../bootstrap/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.modal-header:after {
  clear: both;
}

/* line 85, ../bootstrap/assets/stylesheets/bootstrap/_modals.scss */
.modal-header .close {
  margin-top: -2px;
}

/* line 90, ../bootstrap/assets/stylesheets/bootstrap/_modals.scss */
.modal-title {
  margin: 0;
  line-height: 2;
}

/* line 97, ../bootstrap/assets/stylesheets/bootstrap/_modals.scss */
.modal-body {
  position: relative;
  padding: 15px;
}

/* line 103, ../bootstrap/assets/stylesheets/bootstrap/_modals.scss */
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
/* line 14, ../bootstrap/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.modal-footer:before, .modal-footer:after {
  content: " ";
  display: table;
}
/* line 19, ../bootstrap/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.modal-footer:after {
  clear: both;
}
/* line 110, ../bootstrap/assets/stylesheets/bootstrap/_modals.scss */
.modal-footer .btn + .btn, .modal-footer .eu-cookie-compliance-more-button + .btn, .modal-footer .eu-cookie-compliance-agree-button + .btn, .modal-footer .full .content .paragraph--type--produkt-teaser .field--name-field-button a + .btn, .full .content .paragraph--type--produkt-teaser .field--name-field-button .modal-footer a + .btn, .modal-footer .btn + .eu-cookie-compliance-more-button, .modal-footer .eu-cookie-compliance-more-button + .eu-cookie-compliance-more-button, .modal-footer .eu-cookie-compliance-agree-button + .eu-cookie-compliance-more-button, .modal-footer .full .content .paragraph--type--produkt-teaser .field--name-field-button a + .eu-cookie-compliance-more-button, .full .content .paragraph--type--produkt-teaser .field--name-field-button .modal-footer a + .eu-cookie-compliance-more-button, .modal-footer .btn + .eu-cookie-compliance-agree-button, .modal-footer .eu-cookie-compliance-more-button + .eu-cookie-compliance-agree-button, .modal-footer .eu-cookie-compliance-agree-button + .eu-cookie-compliance-agree-button, .modal-footer .full .content .paragraph--type--produkt-teaser .field--name-field-button a + .eu-cookie-compliance-agree-button, .full .content .paragraph--type--produkt-teaser .field--name-field-button .modal-footer a + .eu-cookie-compliance-agree-button, .modal-footer .full .content .paragraph--type--produkt-teaser .field--name-field-button .btn + a, .full .content .paragraph--type--produkt-teaser .field--name-field-button .modal-footer .btn + a, .modal-footer .full .content .paragraph--type--produkt-teaser .field--name-field-button .eu-cookie-compliance-more-button + a, .full .content .paragraph--type--produkt-teaser .field--name-field-button .modal-footer .eu-cookie-compliance-more-button + a, .modal-footer .full .content .paragraph--type--produkt-teaser .field--name-field-button .eu-cookie-compliance-agree-button + a, .full .content .paragraph--type--produkt-teaser .field--name-field-button .modal-footer .eu-cookie-compliance-agree-button + a, .modal-footer .full .content .paragraph--type--produkt-teaser .field--name-field-button a + a, .full .content .paragraph--type--produkt-teaser .field--name-field-button .modal-footer a + a {
  margin-left: 5px;
  margin-bottom: 0;
}
/* line 115, ../bootstrap/assets/stylesheets/bootstrap/_modals.scss */
.modal-footer .btn-group .btn + .btn, .modal-footer .btn-group .eu-cookie-compliance-more-button + .btn, .modal-footer .btn-group .eu-cookie-compliance-agree-button + .btn, .modal-footer .btn-group .full .content .paragraph--type--produkt-teaser .field--name-field-button a + .btn, .full .content .paragraph--type--produkt-teaser .field--name-field-button .modal-footer .btn-group a + .btn, .modal-footer .btn-group .btn + .eu-cookie-compliance-more-button, .modal-footer .btn-group .eu-cookie-compliance-more-button + .eu-cookie-compliance-more-button, .modal-footer .btn-group .eu-cookie-compliance-agree-button + .eu-cookie-compliance-more-button, .modal-footer .btn-group .full .content .paragraph--type--produkt-teaser .field--name-field-button a + .eu-cookie-compliance-more-button, .full .content .paragraph--type--produkt-teaser .field--name-field-button .modal-footer .btn-group a + .eu-cookie-compliance-more-button, .modal-footer .btn-group .btn + .eu-cookie-compliance-agree-button, .modal-footer .btn-group .eu-cookie-compliance-more-button + .eu-cookie-compliance-agree-button, .modal-footer .btn-group .eu-cookie-compliance-agree-button + .eu-cookie-compliance-agree-button, .modal-footer .btn-group .full .content .paragraph--type--produkt-teaser .field--name-field-button a + .eu-cookie-compliance-agree-button, .full .content .paragraph--type--produkt-teaser .field--name-field-button .modal-footer .btn-group a + .eu-cookie-compliance-agree-button, .modal-footer .btn-group .full .content .paragraph--type--produkt-teaser .field--name-field-button .btn + a, .full .content .paragraph--type--produkt-teaser .field--name-field-button .modal-footer .btn-group .btn + a, .modal-footer .btn-group .full .content .paragraph--type--produkt-teaser .field--name-field-button .eu-cookie-compliance-more-button + a, .full .content .paragraph--type--produkt-teaser .field--name-field-button .modal-footer .btn-group .eu-cookie-compliance-more-button + a, .modal-footer .btn-group .full .content .paragraph--type--produkt-teaser .field--name-field-button .eu-cookie-compliance-agree-button + a, .full .content .paragraph--type--produkt-teaser .field--name-field-button .modal-footer .btn-group .eu-cookie-compliance-agree-button + a, .modal-footer .btn-group .full .content .paragraph--type--produkt-teaser .field--name-field-button a + a, .full .content .paragraph--type--produkt-teaser .field--name-field-button .modal-footer .btn-group a + a {
  margin-left: -1px;
}
/* line 119, ../bootstrap/assets/stylesheets/bootstrap/_modals.scss */
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

/* line 125, ../bootstrap/assets/stylesheets/bootstrap/_modals.scss */
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  /* line 136, ../bootstrap/assets/stylesheets/bootstrap/_modals.scss */
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  /* line 140, ../bootstrap/assets/stylesheets/bootstrap/_modals.scss */
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }

  /* line 145, ../bootstrap/assets/stylesheets/bootstrap/_modals.scss */
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  /* line 149, ../bootstrap/assets/stylesheets/bootstrap/_modals.scss */
  .modal-lg {
    width: 900px;
  }
}
/* line 7, ../bootstrap/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 2;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  opacity: 0;
  filter: alpha(opacity=0);
}
/* line 18, ../bootstrap/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
/* line 19, ../bootstrap/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
/* line 20, ../bootstrap/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
/* line 21, ../bootstrap/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
/* line 22, ../bootstrap/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

/* line 26, ../bootstrap/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0;
}

/* line 36, ../bootstrap/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 45, ../bootstrap/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
/* line 52, ../bootstrap/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
/* line 59, ../bootstrap/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
/* line 66, ../bootstrap/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
/* line 73, ../bootstrap/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
/* line 80, ../bootstrap/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
/* line 87, ../bootstrap/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
/* line 94, ../bootstrap/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

/* line 6, ../bootstrap/assets/stylesheets/bootstrap/_popovers.scss */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 2;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 16px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
/* line 27, ../bootstrap/assets/stylesheets/bootstrap/_popovers.scss */
.popover.top {
  margin-top: -10px;
}
/* line 28, ../bootstrap/assets/stylesheets/bootstrap/_popovers.scss */
.popover.right {
  margin-left: 10px;
}
/* line 29, ../bootstrap/assets/stylesheets/bootstrap/_popovers.scss */
.popover.bottom {
  margin-top: 10px;
}
/* line 30, ../bootstrap/assets/stylesheets/bootstrap/_popovers.scss */
.popover.left {
  margin-left: -10px;
}

/* line 33, ../bootstrap/assets/stylesheets/bootstrap/_popovers.scss */
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 16px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: -1 -1 0 0;
}

/* line 42, ../bootstrap/assets/stylesheets/bootstrap/_popovers.scss */
.popover-content {
  padding: 9px 14px;
}

/* line 51, ../bootstrap/assets/stylesheets/bootstrap/_popovers.scss */
.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 61, ../bootstrap/assets/stylesheets/bootstrap/_popovers.scss */
.popover > .arrow {
  border-width: 11px;
}

/* line 64, ../bootstrap/assets/stylesheets/bootstrap/_popovers.scss */
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}

/* line 70, ../bootstrap/assets/stylesheets/bootstrap/_popovers.scss */
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
/* line 77, ../bootstrap/assets/stylesheets/bootstrap/_popovers.scss */
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
/* line 85, ../bootstrap/assets/stylesheets/bootstrap/_popovers.scss */
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
/* line 92, ../bootstrap/assets/stylesheets/bootstrap/_popovers.scss */
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
/* line 100, ../bootstrap/assets/stylesheets/bootstrap/_popovers.scss */
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
/* line 107, ../bootstrap/assets/stylesheets/bootstrap/_popovers.scss */
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
/* line 116, ../bootstrap/assets/stylesheets/bootstrap/_popovers.scss */
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
/* line 123, ../bootstrap/assets/stylesheets/bootstrap/_popovers.scss */
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}

/* line 7, ../bootstrap/assets/stylesheets/bootstrap/_carousel.scss */
.carousel {
  position: relative;
}

/* line 11, ../bootstrap/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
/* line 16, ../bootstrap/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
/* line 22, ../bootstrap/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  /* line 16, ../bootstrap/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
  }
  /* line 34, ../bootstrap/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-inner > .item.next, .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  /* line 39, ../bootstrap/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  /* line 44, ../bootstrap/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
/* line 53, ../bootstrap/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
/* line 59, ../bootstrap/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .active {
  left: 0;
}
/* line 63, ../bootstrap/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
/* line 70, ../bootstrap/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .next {
  left: 100%;
}
/* line 73, ../bootstrap/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .prev {
  left: -100%;
}
/* line 76, ../bootstrap/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
/* line 81, ../bootstrap/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .active.left {
  left: -100%;
}
/* line 84, ../bootstrap/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .active.right {
  left: 100%;
}

/* line 93, ../bootstrap/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: transparent;
}
/* line 109, ../bootstrap/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
/* line 112, ../bootstrap/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
/* line 119, ../bootstrap/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control:hover, .carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
/* line 128, ../bootstrap/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}
/* line 138, ../bootstrap/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
/* line 143, ../bootstrap/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
/* line 148, ../bootstrap/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}
/* line 158, ../bootstrap/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control .icon-prev:before {
  content: '\2039';
}
/* line 163, ../bootstrap/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control .icon-next:before {
  content: '\203a';
}

/* line 174, ../bootstrap/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
/* line 185, ../bootstrap/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: transparent;
}
/* line 207, ../bootstrap/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}

/* line 218, ../bootstrap/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
/* line 229, ../bootstrap/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-caption .btn, .carousel-caption .eu-cookie-compliance-more-button, .carousel-caption .eu-cookie-compliance-agree-button, .carousel-caption .full .content .paragraph--type--produkt-teaser .field--name-field-button a, .full .content .paragraph--type--produkt-teaser .field--name-field-button .carousel-caption a {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  /* line 240, ../bootstrap/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  /* line 249, ../bootstrap/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  /* line 253, ../bootstrap/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }

  /* line 260, ../bootstrap/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }

  /* line 267, ../bootstrap/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-indicators {
    bottom: 20px;
  }
}
/* line 14, ../bootstrap/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.clearfix:before, .filter-wrapper:before, .clearfix:after, .filter-wrapper:after {
  content: " ";
  display: table;
}
/* line 19, ../bootstrap/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.clearfix:after, .filter-wrapper:after {
  clear: both;
}

/* line 12, ../bootstrap/assets/stylesheets/bootstrap/_utilities.scss */
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 15, ../bootstrap/assets/stylesheets/bootstrap/_utilities.scss */
.pull-right {
  float: right !important;
}

/* line 18, ../bootstrap/assets/stylesheets/bootstrap/_utilities.scss */
.pull-left {
  float: left !important;
}

/* line 27, ../bootstrap/assets/stylesheets/bootstrap/_utilities.scss */
.hide {
  display: none !important;
}

/* line 30, ../bootstrap/assets/stylesheets/bootstrap/_utilities.scss */
.show {
  display: block !important;
}

/* line 33, ../bootstrap/assets/stylesheets/bootstrap/_utilities.scss */
.invisible {
  visibility: hidden;
}

/* line 36, ../bootstrap/assets/stylesheets/bootstrap/_utilities.scss */
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 45, ../bootstrap/assets/stylesheets/bootstrap/_utilities.scss */
.hidden {
  display: none !important;
}

/* line 53, ../bootstrap/assets/stylesheets/bootstrap/_utilities.scss */
.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}
/* line 18, ../bootstrap/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
.visible-xs {
  display: none !important;
}

/* line 18, ../bootstrap/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
.visible-sm {
  display: none !important;
}

/* line 18, ../bootstrap/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
.visible-md {
  display: none !important;
}

/* line 18, ../bootstrap/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
.visible-lg {
  display: none !important;
}

/* line 36, ../bootstrap/assets/stylesheets/bootstrap/_responsive-utilities.scss */
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  /* line 7, ../bootstrap/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .visible-xs {
    display: block !important;
  }

  /* line 10, ../bootstrap/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-xs {
    display: table !important;
  }

  /* line 11, ../bootstrap/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-xs {
    display: table-row !important;
  }

  /* line 12, ../bootstrap/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  /* line 54, ../bootstrap/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  /* line 59, ../bootstrap/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  /* line 64, ../bootstrap/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 7, ../bootstrap/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .visible-sm {
    display: block !important;
  }

  /* line 10, ../bootstrap/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-sm {
    display: table !important;
  }

  /* line 11, ../bootstrap/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-sm {
    display: table-row !important;
  }

  /* line 12, ../bootstrap/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 73, ../bootstrap/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 78, ../bootstrap/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 83, ../bootstrap/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 7, ../bootstrap/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .visible-md {
    display: block !important;
  }

  /* line 10, ../bootstrap/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-md {
    display: table !important;
  }

  /* line 11, ../bootstrap/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-md {
    display: table-row !important;
  }

  /* line 12, ../bootstrap/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 92, ../bootstrap/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 97, ../bootstrap/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 102, ../bootstrap/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  /* line 7, ../bootstrap/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .visible-lg {
    display: block !important;
  }

  /* line 10, ../bootstrap/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-lg {
    display: table !important;
  }

  /* line 11, ../bootstrap/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-lg {
    display: table-row !important;
  }

  /* line 12, ../bootstrap/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  /* line 111, ../bootstrap/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  /* line 116, ../bootstrap/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  /* line 121, ../bootstrap/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  /* line 18, ../bootstrap/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 18, ../bootstrap/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 18, ../bootstrap/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  /* line 18, ../bootstrap/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-lg {
    display: none !important;
  }
}
/* line 18, ../bootstrap/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
.visible-print {
  display: none !important;
}

@media print {
  /* line 7, ../bootstrap/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .visible-print {
    display: block !important;
  }

  /* line 10, ../bootstrap/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-print {
    display: table !important;
  }

  /* line 11, ../bootstrap/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-print {
    display: table-row !important;
  }

  /* line 12, ../bootstrap/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
/* line 155, ../bootstrap/assets/stylesheets/bootstrap/_responsive-utilities.scss */
.visible-print-block {
  display: none !important;
}
@media print {
  /* line 155, ../bootstrap/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-print-block {
    display: block !important;
  }
}

/* line 162, ../bootstrap/assets/stylesheets/bootstrap/_responsive-utilities.scss */
.visible-print-inline {
  display: none !important;
}
@media print {
  /* line 162, ../bootstrap/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-print-inline {
    display: inline !important;
  }
}

/* line 169, ../bootstrap/assets/stylesheets/bootstrap/_responsive-utilities.scss */
.visible-print-inline-block {
  display: none !important;
}
@media print {
  /* line 169, ../bootstrap/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  /* line 18, ../bootstrap/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-print, .region-stoerer {
    display: none !important;
  }
}
/**
 * Alert styling.
 */
/* line 4, ../scss/component/_alert.scss */
.alert-sm {
  padding: 5px 10px;
}

/* line 9, ../scss/component/_alert.scss */
.alert a {
  font-weight: bold;
}

/* line 13, ../scss/component/_alert.scss */
.alert-success a, .alert-success a:hover, .alert-success a:focus {
  color: #2b542c;
}

/* line 18, ../scss/component/_alert.scss */
.alert-info a, .alert-info a:hover, .alert-info a:focus {
  color: #245269;
}

/* line 23, ../scss/component/_alert.scss */
.alert-warning a, .alert-warning a:hover, .alert-warning a:focus {
  color: #66512c;
}

/* line 28, ../scss/component/_alert.scss */
.alert-danger a, .alert-danger a:hover, .alert-danger a:focus {
  color: #843534;
}

/**
 * AJAX (throbber) styling.
 */
@keyframes glyphicon-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
/* line 10, ../scss/component/_ajax.scss */
.glyphicon-spin {
  display: inline-block;
  animation: glyphicon-spin 1s infinite linear;
}

/* line 14, ../scss/component/_ajax.scss */
a .glyphicon-spin {
  display: inline-block;
  text-decoration: none;
}

/* line 20, ../scss/component/_ajax.scss */
html.js .btn .ajax-throbber, html.js .eu-cookie-compliance-more-button .ajax-throbber, html.js .eu-cookie-compliance-agree-button .ajax-throbber, html.js .full .content .paragraph--type--produkt-teaser .field--name-field-button a .ajax-throbber, .full .content .paragraph--type--produkt-teaser .field--name-field-button html.js a .ajax-throbber {
  margin-left: .5em;
  margin-right: -.25em;
}
/* line 26, ../scss/component/_ajax.scss */
html.js .form-item .input-group-addon .glyphicon {
  color: #777777;
  opacity: .5;
  transition: 150ms color, 150ms opacity;
}
/* line 30, ../scss/component/_ajax.scss */
html.js .form-item .input-group-addon .glyphicon.glyphicon-spin {
  color: #003F63;
  opacity: 1;
}
/* line 35, ../scss/component/_ajax.scss */
html.js .form-item .input-group-addon .input-group-addon {
  background-color: white;
}
/* line 41, ../scss/component/_ajax.scss */
html.js .ajax-new-content:empty {
  display: none !important;
}

/**
 * $file
 * Visual styles for fields.
 */
/* line 6, ../scss/component/_field.scss */
.field--label {
  font-weight: bold;
}

/* line 9, ../scss/component/_field.scss */
.field--label-inline .field--label,
.field--label-inline .field--items {
  float: left;
  /*LTR*/
}

/* line 13, ../scss/component/_field.scss */
.field--label-inline .field--label,
.field--label-inline > .field--item,
.field--label-inline .field--items {
  padding-right: 0.5em;
}

/* line 18, ../scss/component/_field.scss */
[dir="rtl"] .field--label-inline .field--label,
[dir="rtl"] .field--label-inline .field--items {
  padding-left: 0.5em;
  padding-right: 0;
  float: right;
  /*RTL*/
}

/* line 24, ../scss/component/_field.scss */
.field--label-inline .field--label::after {
  content: ':';
}

/**
 * File (and Image Widget) styles.
 */
/* line 4, ../scss/component/_file.scss */
.file {
  display: table;
  font-size: 75%;
  font-weight: 700;
  margin: 5px 0;
  width: 100%;
}
/* line 10, ../scss/component/_file.scss */
.file > span {
  background: #fff;
  color: #003F63;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
}
/* line 15, ../scss/component/_file.scss */
.file > span:first-child {
  border-left: 1px solid #ccc;
}
/* line 18, ../scss/component/_file.scss */
.file > span:last-child {
  border-right: 1px solid #ccc;
}
/* line 22, ../scss/component/_file.scss */
.file > .tabledrag-changed {
  background: #fcf8e3;
  border-radius: 0;
  color: #8a6d3b;
  display: table-cell;
  padding: 0 1em;
  top: 0;
  vertical-align: middle;
  border-left: 1px solid inherit;
}
/* line 23, ../scss/component/_file.scss */
.file > .tabledrag-changed, .file > .tabledrag-changed:last-child {
  border: 1px solid #f7e1b5;
}

/* line 36, ../scss/component/_file.scss */
.file-icon {
  display: table-cell;
  font-size: 150%;
  padding: .25em .5em;
  text-align: center;
  vertical-align: middle;
}

/* line 43, ../scss/component/_file.scss */
.file-link {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
/* line 47, ../scss/component/_file.scss */
.file-link a, .file-link a:hover, .file-link a:focus, .file-link a:active {
  color: inherit;
}

/* line 51, ../scss/component/_file.scss */
.file-size {
  display: table-cell;
  padding: 0 1em;
  text-align: right;
  white-space: pre;
  vertical-align: middle;
}

/* line 59, ../scss/component/_file.scss */
.image-widget.row {
  overflow: hidden;
}

/**
 * Filter styles.
 */
/* line 6, ../scss/component/_filter.scss */
.filter-wrapper {
  background-color: #fff;
  border: 1px solid #ddd;
  border-top: 0;
  border-radius: 0 0 0 0;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  margin-bottom: 0;
  padding: 10px;
  height: 51px;
}

/* line 17, ../scss/component/_filter.scss */
.filter-help {
  float: right;
  line-height: 1;
  margin: .5em 0 0;
}

/* line 24, ../scss/component/_filter.scss */
.nav.nav-tabs.filter-formats {
  margin-bottom: 15px;
}

/**
 * Form styles.
 */
/* line 9, ../scss/component/_form.scss */
table .checkbox.form-no-label, table .radio.form-no-label {
  margin-bottom: 0;
  margin-top: 0;
}

/* line 18, ../scss/component/_form.scss */
.select-wrapper {
  display: inline-block;
  position: relative;
  width: 100%;
}
/* line 22, ../scss/component/_form.scss */
.form-inline .select-wrapper {
  width: auto;
}
/* line 25, ../scss/component/_form.scss */
.input-group .select-wrapper {
  display: table-cell;
}
/* line 28, ../scss/component/_form.scss */
.input-group .select-wrapper:first-child .form-control:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
/* line 31, ../scss/component/_form.scss */
.input-group .select-wrapper:last-child .form-control:first-child {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
/* line 35, ../scss/component/_form.scss */
.select-wrapper select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  line-height: 1;
  padding-right: 2em;
}
/* line 41, ../scss/component/_form.scss */
.select-wrapper select::-ms-expand {
  opacity: 0;
}
/* line 45, ../scss/component/_form.scss */
.select-wrapper:after {
  color: #003F63;
  content: '▼';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  margin-top: -.5em;
  padding-right: .5em;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 10;
}
/* line 60, ../scss/component/_form.scss */
.has-glyphicons .select-wrapper:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e114';
  display: inline-block;
  font-family: 'Glyphicons Halflings';
}
/* line 67, ../scss/component/_form.scss */
.has-error .select-wrapper:after {
  color: #a94442;
}
/* line 70, ../scss/component/_form.scss */
.has-success .select-wrapper:after {
  color: #3c763d;
}
/* line 73, ../scss/component/_form.scss */
.has-warning .select-wrapper:after {
  color: #8a6d3b;
}

/* line 82, ../scss/component/_form.scss */
.form-required:after {
  background-image: url(../images/required.svg);
  background-size: 10px 7px;
  content: "";
  display: inline-block;
  line-height: 1;
  height: 7px;
  width: 10px;
}

/* line 94, ../scss/component/_form.scss */
.form-actions .btn, .form-actions .eu-cookie-compliance-more-button, .form-actions .eu-cookie-compliance-agree-button, .form-actions .full .content .paragraph--type--produkt-teaser .field--name-field-button a, .full .content .paragraph--type--produkt-teaser .field--name-field-button .form-actions a, .form-actions .btn-group {
  margin-right: 10px;
}
/* line 98, ../scss/component/_form.scss */
.form-actions .btn-group .btn, .form-actions .btn-group .eu-cookie-compliance-more-button, .form-actions .btn-group .eu-cookie-compliance-agree-button, .form-actions .btn-group .full .content .paragraph--type--produkt-teaser .field--name-field-button a, .full .content .paragraph--type--produkt-teaser .field--name-field-button .form-actions .btn-group a {
  margin-right: 0;
}

/**
 * Icon styles.
 */
/* line 5, ../scss/component/_icon.scss */
a.icon-before .glyphicon, a .glyphicon.icon-before {
  margin-right: .25em;
}
/* line 9, ../scss/component/_icon.scss */
a.icon-after .glyphicon, a .glyphicon.icon-after {
  margin-left: .25em;
}

/* line 16, ../scss/component/_icon.scss */
.btn.icon-before .glyphicon, .icon-before.eu-cookie-compliance-more-button .glyphicon, .icon-before.eu-cookie-compliance-agree-button .glyphicon, .full .content .paragraph--type--produkt-teaser .field--name-field-button a.icon-before .glyphicon, .btn .glyphicon.icon-before, .eu-cookie-compliance-more-button .glyphicon.icon-before, .eu-cookie-compliance-agree-button .glyphicon.icon-before, .full .content .paragraph--type--produkt-teaser .field--name-field-button a .glyphicon.icon-before {
  margin-left: -.25em;
  margin-right: .25em;
}
/* line 21, ../scss/component/_icon.scss */
.btn.icon-after .glyphicon, .icon-after.eu-cookie-compliance-more-button .glyphicon, .icon-after.eu-cookie-compliance-agree-button .glyphicon, .full .content .paragraph--type--produkt-teaser .field--name-field-button a.icon-after .glyphicon, .btn .glyphicon.icon-after, .eu-cookie-compliance-more-button .glyphicon.icon-after, .eu-cookie-compliance-agree-button .glyphicon.icon-after, .full .content .paragraph--type--produkt-teaser .field--name-field-button a .glyphicon.icon-after {
  margin-left: .25em;
  margin-right: -.25em;
}

/**
 * Navbar styling.
 */
/* line 10, ../scss/component/_navbar.scss */
body {
  position: relative;
}
/* line 15, ../scss/component/_navbar.scss */
body.navbar-is-static-top {
  margin-top: 0;
}
/* line 18, ../scss/component/_navbar.scss */
body.navbar-is-fixed-top {
  margin-top: 75px;
}
/* line 21, ../scss/component/_navbar.scss */
body.navbar-is-fixed-bottom {
  padding-bottom: 75px;
}
@media screen and (min-width: 768px) {
  /* line 10, ../scss/component/_navbar.scss */
  body {
    margin-top: 25px;
  }
}
@media screen and (max-width: 767px) {
  /* line 32, ../scss/component/_navbar.scss */
  body.toolbar-vertical.navbar-is-fixed-top .toolbar-bar, body.toolbar-vertical.navbar-is-fixed-bottom .toolbar-bar {
    position: fixed;
  }
  /* line 35, ../scss/component/_navbar.scss */
  body.toolbar-vertical.navbar-is-fixed-top header, body.toolbar-vertical.navbar-is-fixed-bottom header {
    z-index: 500;
  }
  /* line 41, ../scss/component/_navbar.scss */
  body.toolbar-vertical.navbar-is-fixed-top header {
    top: 39px;
  }
}

@media screen and (min-width: 768px) {
  /* line 47, ../scss/component/_navbar.scss */
  .navbar.container, .view.view-magazin .navbar.pager, .navbar.system-messages-wrapper,
  .navbar.tabs-wrapper, .navbar.eu-cookie-compliance-content, .navbar.region-stoerer, .navbar.view.view-glossar {
    max-width: 720px;
  }
}
@media screen and (min-width: 992px) {
  /* line 47, ../scss/component/_navbar.scss */
  .navbar.container, .view.view-magazin .navbar.pager, .navbar.system-messages-wrapper,
  .navbar.tabs-wrapper, .navbar.eu-cookie-compliance-content, .navbar.region-stoerer, .navbar.view.view-glossar {
    max-width: 940px;
  }
}
@media screen and (min-width: 1200px) {
  /* line 47, ../scss/component/_navbar.scss */
  .navbar.container, .view.view-magazin .navbar.pager, .navbar.system-messages-wrapper,
  .navbar.tabs-wrapper, .navbar.eu-cookie-compliance-content, .navbar.region-stoerer, .navbar.view.view-glossar {
    max-width: 1140px;
  }
}

/* line 60, ../scss/component/_navbar.scss */
.navbar .logo {
  margin-right: -25px;
  padding-left: 25px;
  padding-right: 25px;
}
@media screen and (min-width: 1200px) {
  /* line 60, ../scss/component/_navbar.scss */
  .navbar .logo {
    margin-right: 0;
    padding-left: 0;
  }
}

/**
 * Node styling.
 */
/* line 9, ../scss/component/_node.scss */
.node-preview-container {
  margin-top: -25px;
}

/* line 13, ../scss/component/_node.scss */
.node-preview-form-select {
  padding: 25px;
}

/**
 * Panel styling.
 */
/* line 4, ../scss/component/_panel.scss */
.panel-title {
  display: block;
  margin: -10px -15px;
  padding: 10px 15px;
}
/* line 8, ../scss/component/_panel.scss */
.panel-title, .panel-title:hover, .panel-title:focus, .panel-title:hover:focus {
  color: inherit;
}
/* line 11, ../scss/component/_panel.scss */
.panel-title:focus, .panel-title:hover {
  text-decoration: none;
}

/**
 * Progress bar styles.
 */
/* line 4, ../scss/component/_progress-bar.scss */
.progress-wrapper {
  margin-bottom: 15px;
}
/* line 7, ../scss/component/_progress-bar.scss */
.progress-wrapper:last-child .progress {
  margin-bottom: 5px;
}
/* line 11, ../scss/component/_progress-bar.scss */
.progress-wrapper .message {
  font-weight: 700;
  margin-bottom: 5px;
}
/* line 16, ../scss/component/_progress-bar.scss */
.progress-wrapper .percentage,
.progress-wrapper .progress-label {
  font-size: 14px;
}
/* line 21, ../scss/component/_progress-bar.scss */
.progress-wrapper .progress-bar {
  min-width: 2em;
}

/**
 * Table drag styles.
 */
/* line 4, ../scss/component/_table-drag.scss */
.tabledrag-toggle-weight {
  float: right;
  margin: 1px 2px 1px 10px;
}

/* line 8, ../scss/component/_table-drag.scss */
.tabledrag-changed-warning {
  margin: 0;
  overflow: hidden;
}

/* line 12, ../scss/component/_table-drag.scss */
.tabledrag-handle {
  color: #777777;
  cursor: move;
  float: left;
  font-size: 125%;
  line-height: 1;
  margin: -10px 0 0 -10px;
  padding: 10px;
}
/* line 20, ../scss/component/_table-drag.scss */
.tabledrag-handle:hover, .tabledrag-handle:focus {
  color: #003F63;
}

/* line 24, ../scss/component/_table-drag.scss */
.indentation {
  float: left;
  /* LTR */
  height: 1.7em;
  margin: -0.4em 0.2em -0.4em -0.4em;
  /* LTR */
  padding: 0.42em 0 0.42em 0.6em;
  /* LTR */
  width: 20px;
}
/* line 30, ../scss/component/_table-drag.scss */
[dir="rtl"] .indentation {
  float: right;
  margin: -0.4em -0.4em -0.4em 0.2em;
  padding: 0.42em 0.6em 0.42em 0;
}

/**
 * Tabs and local action styles.
 */
/* line 4, ../scss/component/_tabs.scss */
.local-actions {
  margin: 10px 0 10px -5px;
}

/* line 7, ../scss/component/_tabs.scss */
.tabs--secondary {
  margin: 10px 0 5px;
}

/**
 * Missing Bootstrap 2 tab styling.
 * $see http://stackoverflow.com/questions/18432577/stacked-tabs-in-bootstrap-3
 * $see http://bootply.com/74926
 */
/* line 16, ../scss/component/_tabs.scss */
.tabbable {
  margin-bottom: 20px;
}

/* line 20, ../scss/component/_tabs.scss */
.tabs-below > .nav-tabs, .tabs-left > .nav-tabs, .tabs-right > .nav-tabs {
  border-bottom: 0;
}
/* line 22, ../scss/component/_tabs.scss */
.tabs-below > .nav-tabs .summary, .tabs-left > .nav-tabs .summary, .tabs-right > .nav-tabs .summary {
  color: #777777;
  font-size: 14px;
}

/* line 28, ../scss/component/_tabs.scss */
.tab-pane > .panel-heading {
  display: none;
}

/* line 31, ../scss/component/_tabs.scss */
.tab-content > .active {
  display: block;
}

/* line 37, ../scss/component/_tabs.scss */
.tabs-below > .nav-tabs {
  border-top: 1px solid #ddd;
}
/* line 39, ../scss/component/_tabs.scss */
.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}
/* line 42, ../scss/component/_tabs.scss */
.tabs-below > .nav-tabs > li > a {
  border-radius: 0 0 0 0;
}
/* line 44, ../scss/component/_tabs.scss */
.tabs-below > .nav-tabs > li > a:hover, .tabs-below > .nav-tabs > li > a:focus {
  border-top-color: #ddd;
  border-bottom-color: transparent;
}
/* line 52, ../scss/component/_tabs.scss */
.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover,
.tabs-below > .nav-tabs > .active > a:focus {
  border-color: transparent #ddd #ddd #ddd;
}

/* line 64, ../scss/component/_tabs.scss */
.tabs-left > .nav-tabs,
.tabs-right > .nav-tabs {
  padding-bottom: 20px;
  width: 220px;
}
/* line 67, ../scss/component/_tabs.scss */
.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none;
}
/* line 69, ../scss/component/_tabs.scss */
.tabs-left > .nav-tabs > li:focus,
.tabs-right > .nav-tabs > li:focus {
  outline: 0;
}
/* line 72, ../scss/component/_tabs.scss */
.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  margin-right: 0;
  margin-bottom: 3px;
}
/* line 75, ../scss/component/_tabs.scss */
.tabs-left > .nav-tabs > li > a:focus,
.tabs-right > .nav-tabs > li > a:focus {
  outline: 0;
}
/* line 81, ../scss/component/_tabs.scss */
.tabs-left > .tab-content,
.tabs-right > .tab-content {
  border-radius: 0 0 0 0;
  border: 1px solid #ddd;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  padding: 10px 15px;
}

/* line 92, ../scss/component/_tabs.scss */
.tabs-left > .nav-tabs {
  float: left;
  margin-right: -1px;
}
/* line 95, ../scss/component/_tabs.scss */
.tabs-left > .nav-tabs > li > a {
  border-radius: 0 0 0 0;
}
/* line 97, ../scss/component/_tabs.scss */
.tabs-left > .nav-tabs > li > a:hover, .tabs-left > .nav-tabs > li > a:focus {
  border-color: #eeeeee #ddd #eeeeee #eeeeee;
}
/* line 102, ../scss/component/_tabs.scss */
.tabs-left > .nav-tabs > .active > a,
.tabs-left > .nav-tabs > .active > a:hover,
.tabs-left > .nav-tabs > .active > a:focus {
  border-color: #ddd transparent #ddd #ddd;
  box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.05);
}

/* line 113, ../scss/component/_tabs.scss */
.tabs-right > .nav-tabs {
  float: right;
  margin-left: -1px;
}
/* line 116, ../scss/component/_tabs.scss */
.tabs-right > .nav-tabs > li > a {
  border-radius: 0 0 0 0;
}
/* line 118, ../scss/component/_tabs.scss */
.tabs-right > .nav-tabs > li > a:hover, .tabs-right > .nav-tabs > li > a:focus {
  border-color: #eeeeee #eeeeee #eeeeee #ddd;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.05);
}
/* line 124, ../scss/component/_tabs.scss */
.tabs-right > .nav-tabs > .active > a,
.tabs-right > .nav-tabs > .active > a:hover,
.tabs-right > .nav-tabs > .active > a:focus {
  border-color: #ddd #ddd #ddd transparent;
}

/**
 * Toolbar module styling.
 */
/* line 10, ../scss/component/_toolbar.scss */
body.toolbar-fixed .toolbar-oriented .toolbar-bar {
  z-index: 1031;
}
/* line 14, ../scss/component/_toolbar.scss */
body.toolbar-fixed .navbar-fixed-top {
  top: 39px;
}
/* line 19, ../scss/component/_toolbar.scss */
body.toolbar-fixed.toolbar-horizontal.toolbar-tray-open .navbar-fixed-top {
  top: 79px;
}
/* line 26, ../scss/component/_toolbar.scss */
body.toolbar-fixed.toolbar-vertical.toolbar-tray-open .navbar-fixed-top {
  left: 240px;
}
/* line 30, ../scss/component/_toolbar.scss */
body.toolbar-fixed.toolbar-vertical.toolbar-tray-open.toolbar-fixed {
  margin-left: 240px;
}
/* line 33, ../scss/component/_toolbar.scss */
body.toolbar-fixed.toolbar-vertical.toolbar-tray-open.toolbar-fixed .toolbar-tray {
  padding-bottom: 40px;
}
/* line 35, ../scss/component/_toolbar.scss */
body.toolbar-fixed.toolbar-vertical.toolbar-tray-open.toolbar-fixed .toolbar-tray, body.toolbar-fixed.toolbar-vertical.toolbar-tray-open.toolbar-fixed .toolbar-tray > .toolbar-lining:before {
  width: 240px;
}

/* line 47, ../scss/component/_toolbar.scss */
body.toolbar-loading {
  margin-top: 0;
}
/* line 51, ../scss/component/_toolbar.scss */
body.toolbar-loading.toolbar {
  margin-bottom: 25px;
}

/**
 * jQuery UI autocomplete widget style overrides.
 *
 * $todo Remove once jQuery UI is no longer used?
 */
/* line 8, ../scss/jquery-ui/_autocomplete.scss */
.ui-autocomplete {
  background: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  color: inherit;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 16px;
  list-style: none;
  min-width: 160px;
  padding: 5px 0;
  text-align: left;
  z-index: 1000;
}
/* line 24, ../scss/jquery-ui/_autocomplete.scss */
.ui-autocomplete .ui-menu-item {
  border: 0;
  border-radius: 0;
  clear: both;
  color: #333333;
  cursor: pointer;
  display: block;
  font-weight: normal;
  line-height: 2;
  margin: 0;
  outline: 0;
  padding: 3px 20px;
  text-decoration: none;
  white-space: nowrap;
}
/* line 39, ../scss/jquery-ui/_autocomplete.scss */
.ui-autocomplete .ui-menu-item.ui-state-hover {
  background: #f5f5f5;
  color: #262626;
}
/* line 44, ../scss/jquery-ui/_autocomplete.scss */
.ui-autocomplete .ui-menu-item.ui-state-active, .ui-autocomplete .ui-menu-item.ui-state-focus {
  background: #003F63;
  color: #fff;
}

/* line 21, ../scss/_overrides.scss */
ol, ul {
  padding-left: 1.5em;
}
/* line 23, ../scss/_overrides.scss */
.popover ol:last-child, .popover ul:last-child {
  margin-bottom: 0;
}

/* line 29, ../scss/_overrides.scss */
.page-header {
  margin-top: 0;
}

/* line 34, ../scss/_overrides.scss */
.footer {
  margin-top: 45px;
  padding-top: 35px;
  padding-bottom: 36px;
  border-top: 1px solid #E5E5E5;
}

/* line 42, ../scss/_overrides.scss */
p:last-child,
.form-group:last-child,
.panel:last-child {
  margin-bottom: 0;
}

/* line 50, ../scss/_overrides.scss */
.region-help > .glyphicon {
  font-size: 20px;
  float: left;
  margin: -0.05em 0.5em 0 0;
}
/* line 55, ../scss/_overrides.scss */
.region-help .block {
  overflow: hidden;
}

/* line 61, ../scss/_overrides.scss */
.help-block, .control-group .help-inline {
  color: #777777;
  font-size: 12px;
  margin: 5px 0 10px;
  padding: 0;
}
/* line 66, ../scss/_overrides.scss */
.help-block:first-child, .control-group .help-inline:first-child {
  margin-top: 0;
}

@font-face {
  font-family: "exp-icon";
  src: url("webfonts/exp-icon.eot?6rk9xz");
  src: url("webfonts/exp-icon.eot?6rk9xz#iefix") format("embedded-opentype"), url("webfonts/exp-icon.ttf?6rk9xz") format("truetype"), url("webfonts/exp-icon.woff?6rk9xz") format("woff"), url("webfonts/exp-icon.svg?6rk9xz#exp-icon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
/* line 15, ../scss/_icon_font.scss */
[class^='exp-icon-'],
[class*=' exp-icon-'] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "exp-icon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #003F63;
}

/* line 33, ../scss/_icon_font.scss */
.exp-icon-small {
  font-size: 14px;
}

/* line 38, ../scss/_icon_font.scss */
.exp-icon-plus:before {
  content: "";
  color: #d94223;
}

/* line 44, ../scss/_icon_font.scss */
.exp-icon-check:before {
  content: "";
  color: #003d61;
}

/* line 50, ../scss/_icon_font.scss */
.exp-icon-pfeil-links:before {
  content: "";
  color: #003d61;
}

/* line 56, ../scss/_icon_font.scss */
.exp-icon-pfeil-rechts:before {
  content: "";
  color: #003d61;
}

/* line 62, ../scss/_icon_font.scss */
.exp-icon-statistiktool-toolbar {
  font-size: 32px;
  color: inherit !important;
}

/* line 66, ../scss/_icon_font.scss */
.exp-icon-statistiktool-toolbar-small {
  font-size: 20px;
  color: inherit !important;
}

/* line 70, ../scss/_icon_font.scss */
.exp-icon-medium {
  font-size: 32px;
}

/* line 73, ../scss/_icon_font.scss */
.exp-icon-big {
  font-size: 64px;
}

/* line 76, ../scss/_icon_font.scss */
.exp-icon-headline {
  color: #db4224;
  font-size: 24px;
  position: relative;
  bottom: -2px;
  pointer-events: none;
}

/* line 83, ../scss/_icon_font.scss */
.exp-icon-small {
  font-size: 14px;
}

/* line 91, ../scss/_icon_font.scss */
.exp-icon-heizkuehl:before {
  content: "";
  color: #004063;
}

/* line 97, ../scss/_icon_font.scss */
.exp-icon-digital:before {
  content: "";
}

/* line 102, ../scss/_icon_font.scss */
.exp-icon-einfach:before {
  content: "";
}

/* line 107, ../scss/_icon_font.scss */
.exp-icon-geo:before {
  content: "";
}

/* line 112, ../scss/_icon_font.scss */
.exp-icon-grundbuch:before {
  content: "";
}

/* line 117, ../scss/_icon_font.scss */
.exp-icon-vertragserrichter:before {
  content: "";
}

/* line 122, ../scss/_icon_font.scss */
.exp-icon-crowdinvestor:before {
  content: "";
}

/* line 127, ../scss/_icon_font.scss */
.exp-icon-betreiber:before {
  content: "";
}

/* line 132, ../scss/_icon_font.scss */
.exp-icon-em2:before {
  content: "";
  color: #003F63;
}

/* line 138, ../scss/_icon_font.scss */
.exp-icon-e:before {
  content: "";
  color: #003F63;
}

/* line 144, ../scss/_icon_font.scss */
.exp-icon-m2:before {
  content: "";
  color: #003F63;
}

/* line 150, ../scss/_icon_font.scss */
.exp-icon-calendar:before {
  content: "";
  color: #003F63;
}

/* line 156, ../scss/_icon_font.scss */
.exp-icon-ruhend:before {
  content: "";
  color: #666666;
}

/* line 162, ../scss/_icon_font.scss */
.exp-icon-baurechtgeber:before {
  content: "";
  color: #003F63;
}

/* line 168, ../scss/_icon_font.scss */
.exp-icon-baugruppe:before {
  content: "";
  color: #003F63;
}

/* line 174, ../scss/_icon_font.scss */
.exp-icon-eigentuemer:before {
  content: "";
  color: #003F63;
}

/* line 180, ../scss/_icon_font.scss */
.exp-icon-investor:before {
  content: "";
  color: #003F63;
}

/* line 186, ../scss/_icon_font.scss */
.exp-icon-energieausweis .path1:before {
  content: "";
  color: #db4224;
}

/* line 192, ../scss/_icon_font.scss */
.exp-icon-energieausweis .path2:before {
  content: "";
  margin-left: -1em;
  color: #003F63;
}

/* line 199, ../scss/_icon_font.scss */
.exp-icon-pin-cluster-mix .path1:before {
  content: "";
  color: #003F63;
}

/* line 205, ../scss/_icon_font.scss */
.exp-icon-pin-cluster-mix .path2:before {
  content: "";
  margin-left: -1em;
  color: #db4224;
}

/* line 212, ../scss/_icon_font.scss */
.exp-icon-pin-cluster-mix4 .path1:before {
  content: "";
  color: #003F63;
}

/* line 218, ../scss/_icon_font.scss */
.exp-icon-pin-cluster-mix4 .path2:before {
  content: "";
  margin-left: -1em;
  color: #e0e8ec;
}

/* line 225, ../scss/_icon_font.scss */
.exp-icon-pin-cluster-mix4 .path3:before {
  content: "";
  margin-left: -1em;
  color: #db4224;
}

/* line 232, ../scss/_icon_font.scss */
.exp-icon-pin-cluster-mix4 .path4:before {
  content: "";
  margin-left: -1em;
  color: #eda191;
}

/* line 239, ../scss/_icon_font.scss */
.exp-icon-pin-mix .path1:before {
  content: "";
  color: #003F63;
}

/* line 245, ../scss/_icon_font.scss */
.exp-icon-pin-mix .path2:before {
  content: "";
  margin-left: -1em;
  color: #db4224;
}

/* line 253, ../scss/_icon_font.scss */
.exp-icon-youtube:before,
.exp-icon-youtube-mono:before {
  content: "";
  color: #003F63;
}

/* line 260, ../scss/_icon_font.scss */
.exp-icon-flaechenwidmung:before,
.exp-icon-flaechenwidmung-mono:before {
  content: "";
  color: #003F63;
}

/* line 267, ../scss/_icon_font.scss */
.exp-icon-energieausweis-mono:before {
  content: "";
  color: #003F63;
}

/* line 273, ../scss/_icon_font.scss */
.exp-icon-checkbox-off:before {
  content: "";
  color: #003F63;
}

/* line 279, ../scss/_icon_font.scss */
.exp-icon-radio-off:before {
  content: "";
  color: #003F63;
}

/* line 285, ../scss/_icon_font.scss */
.exp-icon-rechts:before {
  content: "";
  color: #003F63;
}

/* line 291, ../scss/_icon_font.scss */
.exp-icon-links:before {
  content: "";
  color: #003F63;
}

/* line 297, ../scss/_icon_font.scss */
.exp-icon-pin-rosa:before {
  content: "";
  color: #eda191;
}

/* line 303, ../scss/_icon_font.scss */
.exp-icon-pin-rot:before, .tt-suggestion .icon.address:before {
  content: "";
  color: #db4224;
}

/* line 309, ../scss/_icon_font.scss */
.exp-icon-pin-blau:before {
  content: "";
  color: #003F63;
}

/* line 316, ../scss/_icon_font.scss */
.exp-icon-pin-cluster-rot .path1:before {
  content: "";
  color: #db4323;
}

/* line 322, ../scss/_icon_font.scss */
.exp-icon-pin-cluster-rot .path2:before {
  content: "";
  margin-left: -1em;
  color: white;
}

/* line 329, ../scss/_icon_font.scss */
.exp-icon-pin-cluster-blau .path1:before {
  content: "";
  color: #003F63;
}

/* line 335, ../scss/_icon_font.scss */
.exp-icon-pin-cluster-blau .path2:before {
  content: "";
  margin-left: -1em;
  color: white;
}

/* line 342, ../scss/_icon_font.scss */
.exp-icon-schliessen:before {
  content: "";
  color: #003F63;
}

/* line 348, ../scss/_icon_font.scss */
.exp-icon-not-selected:before {
  content: "";
  color: #db4224;
}

/* line 354, ../scss/_icon_font.scss */
.exp-icon-verkauf:before {
  content: "";
}

/* line 359, ../scss/_icon_font.scss */
.exp-icon-exploreal-blau:before, .tt-suggestion .icon:before {
  content: "";
  color: #003F63;
}

/* line 365, ../scss/_icon_font.scss */
.exp-icon-status-vermarktung:before {
  content: "";
  color: #003F63;
}

/* line 371, ../scss/_icon_font.scss */
.exp-icon-menu:before {
  content: "";
  color: #003F63;
}

/* line 377, ../scss/_icon_font.scss */
.exp-icon-zoom-out:before {
  content: "";
  color: #003F63;
}

/* line 383, ../scss/_icon_font.scss */
.exp-icon-user:before {
  content: "";
  color: #003F63;
}

/* line 389, ../scss/_icon_font.scss */
.exp-icon-ausklappen:before {
  content: "";
}

/* line 394, ../scss/_icon_font.scss */
.exp-icon-einklappen:before {
  content: "";
  color: #003F63;
}

/* line 400, ../scss/_icon_font.scss */
.exp-icon-zoom-in:before {
  content: "";
  color: #003F63;
}

/* line 406, ../scss/_icon_font.scss */
.exp-icon-checkbox:before {
  content: "";
  color: #003F63;
}

/* line 412, ../scss/_icon_font.scss */
.exp-icon-info:before {
  content: "";
  color: #003F63;
}

/* line 418, ../scss/_icon_font.scss */
.exp-icon-radio:before {
  content: "";
  color: #003F63;
}

/* line 424, ../scss/_icon_font.scss */
.exp-icon-drucken:before {
  content: "";
  color: #003F63;
}

/* line 430, ../scss/_icon_font.scss */
.exp-icon-download:before {
  content: "";
  color: #003F63;
}

/* line 436, ../scss/_icon_font.scss */
.exp-icon-filter-12:before {
  content: "";
  color: #003F63;
}

/* line 442, ../scss/_icon_font.scss */
.exp-icon-filter-28:before {
  content: "";
}

/* line 447, ../scss/_icon_font.scss */
.exp-icon-suchen:before {
  content: "";
}

/* line 452, ../scss/_icon_font.scss */
.exp-icon-zahnrad:before {
  content: "";
}

/* line 457, ../scss/_icon_font.scss */
.exp-icon-status-fertiggestellt:before {
  content: "";
}

/* line 462, ../scss/_icon_font.scss */
.exp-icon-richtfest:before {
  content: "";
}

/* line 467, ../scss/_icon_font.scss */
.exp-icon-status-verwertet:before {
  content: "";
}

/* line 472, ../scss/_icon_font.scss */
.exp-icon-makler:before {
  content: "";
}

/* line 477, ../scss/_icon_font.scss */
.exp-icon-kran:before {
  content: "";
}

/* line 482, ../scss/_icon_font.scss */
.exp-icon-auszeichnung:before {
  content: "";
}

/* line 487, ../scss/_icon_font.scss */
.exp-icon-taschenrechner:before {
  content: "";
}

/* line 492, ../scss/_icon_font.scss */
.exp-icon-geld:before {
  content: "";
}

/* line 497, ../scss/_icon_font.scss */
.exp-icon-verkaeufe:before {
  content: "";
}

/* line 502, ../scss/_icon_font.scss */
.exp-icon-exploreal:before {
  content: "";
}

/* line 507, ../scss/_icon_font.scss */
.exp-icon-dokumente:before {
  content: "";
}

/* line 512, ../scss/_icon_font.scss */
.exp-icon-bautraeger:before {
  content: "";
}

/* line 517, ../scss/_icon_font.scss */
.exp-icon-schneller:before {
  content: "";
}

/* line 522, ../scss/_icon_font.scss */
.exp-icon-checkbox-grau .path1:before {
  content: "";
  color: #eeeeee;
}

/* line 528, ../scss/_icon_font.scss */
.exp-icon-checkbox-grau .path2:before {
  content: "";
  margin-left: -1em;
  color: #003F63;
}

/* line 535, ../scss/_icon_font.scss */
.exp-icon-entscheiden:before {
  content: "";
}

/* line 540, ../scss/_icon_font.scss */
.exp-icon-suchen-2:before {
  content: "";
}

/* line 545, ../scss/_icon_font.scss */
.exp-icon-besser:before {
  content: "";
}

/* line 553, ../scss/_icon_font.scss */
.exp-icon-abmelden:before {
  content: "";
  color: #003f63;
}

/* line 559, ../scss/_icon_font.scss */
.exp-icon-beobachtung:before {
  content: "";
  color: #003f63;
}

/* line 565, ../scss/_icon_font.scss */
.exp-icon-einstellungen:before {
  content: "";
  color: #003f63;
}

/* line 571, ../scss/_icon_font.scss */
.exp-icon-passwort:before {
  content: "";
  color: #003f63;
}

/* line 577, ../scss/_icon_font.scss */
.exp-icon-export:before {
  content: "";
  color: #003f63;
}

/* line 583, ../scss/_icon_font.scss */
.exp-icon-graph:before {
  content: "";
  color: #003f63;
}

/* line 589, ../scss/_icon_font.scss */
.exp-icon-help:before {
  content: "";
  color: #003f63;
}

/* line 595, ../scss/_icon_font.scss */
.exp-icon-statistik:before {
  content: "";
}

/* line 600, ../scss/_icon_font.scss */
.exp-icon-statistik-blue:before {
  content: "";
  color: #003f63;
}

/* line 609, ../scss/_icon_font.scss */
.exp-icon-table:before {
  content: "";
}

/* line 615, ../scss/_icon_font.scss */
.exp-icon-graph:before {
  content: "";
}

/* line 621, ../scss/_icon_font.scss */
.exp-icon-statistik:before {
  content: "";
}

/* line 627, ../scss/_icon_font.scss */
.exp-icon-help:before {
  content: "";
}

/* line 633, ../scss/_icon_font.scss */
.exp-icon-export:before {
  content: "";
}

/* line 638, ../scss/_icon_font.scss */
.exp-icon-st-pipeline:before {
  content: "";
}

/* line 644, ../scss/_icon_font.scss */
.exp-icon-st-preisentwicklung:before {
  content: "";
}

/* line 650, ../scss/_icon_font.scss */
.exp-icon-st-verwertung:before {
  content: "";
}

/* line 658, ../scss/_icon_font.scss */
.exp-icon-st-einpreisung:before {
  content: "";
}

/* line 664, ../scss/_icon_font.scss */
.exp-icon-st-zielgruppenanalyse:before {
  content: "";
}

/* line 670, ../scss/_icon_font.scss */
.exp-icon-st-transaktionszahlen:before {
  content: "";
  color: #003f63;
}

/* line 676, ../scss/_icon_font.scss */
.exp-icon-st-preisentwicklung-2:before {
  content: "";
  color: #003f63;
}

/* line 682, ../scss/_icon_font.scss */
.exp-icon-st-daten:before {
  content: "";
  color: #003f63;
}

/* line 688, ../scss/_icon_font.scss */
.exp-icon-st-daten-trendlinie:before {
  content: "";
  color: #003f63;
}

/* line 694, ../scss/_icon_font.scss */
.exp-icon-st-trendlinie:before {
  content: "";
  color: #003f63;
}

/* line 1, ../scss/_ekko-lightbox.scss */
.ekko-lightbox {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-right: 0 !important;
}

/* line 1, ../scss/_ekko-lightbox.scss */
.ekko-lightbox-container {
  position: relative;
}

/* line 1, ../scss/_ekko-lightbox.scss */
.ekko-lightbox-container > div.ekko-lightbox-item {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
}

/* line 1, ../scss/_ekko-lightbox.scss */
.ekko-lightbox iframe {
  width: 100%;
  height: 100%;
}

/* line 1, ../scss/_ekko-lightbox.scss */
.ekko-lightbox-nav-overlay {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
}

/* line 1, ../scss/_ekko-lightbox.scss */
.ekko-lightbox-nav-overlay a {
  -ms-flex: 1;
  flex: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
  transition: opacity .5s;
  color: #fff;
  font-size: 30px;
  z-index: 1;
}

/* line 1, ../scss/_ekko-lightbox.scss */
.ekko-lightbox-nav-overlay a > * {
  -ms-flex-positive: 1;
  flex-grow: 1;
}

/* line 1, ../scss/_ekko-lightbox.scss */
.ekko-lightbox-nav-overlay a > :focus {
  outline: none;
}

/* line 1, ../scss/_ekko-lightbox.scss */
.ekko-lightbox-nav-overlay a span {
  padding: 0 30px;
}

/* line 1, ../scss/_ekko-lightbox.scss */
.ekko-lightbox-nav-overlay a:last-child span {
  text-align: right;
}

/* line 1, ../scss/_ekko-lightbox.scss */
.ekko-lightbox-nav-overlay a:hover {
  text-decoration: none;
}

/* line 1, ../scss/_ekko-lightbox.scss */
.ekko-lightbox-nav-overlay a:focus {
  outline: none;
}

/* line 1, ../scss/_ekko-lightbox.scss */
.ekko-lightbox-nav-overlay a.disabled {
  cursor: default;
  visibility: hidden;
}

/* line 1, ../scss/_ekko-lightbox.scss */
.ekko-lightbox a:hover {
  opacity: 1;
  text-decoration: none;
}

/* line 1, ../scss/_ekko-lightbox.scss */
.ekko-lightbox .modal-dialog {
  display: none;
}

/* line 1, ../scss/_ekko-lightbox.scss */
.ekko-lightbox .modal-footer {
  text-align: left;
}

/* line 1, ../scss/_ekko-lightbox.scss */
.ekko-lightbox-loader {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}

/* line 1, ../scss/_ekko-lightbox.scss */
.ekko-lightbox-loader > div {
  width: 40px;
  height: 40px;
  position: relative;
  text-align: center;
}

/* line 1, ../scss/_ekko-lightbox.scss */
.ekko-lightbox-loader > div > div {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
  opacity: .6;
  position: absolute;
  top: 0;
  left: 0;
  animation: a 2s infinite ease-in-out;
}

/* line 1, ../scss/_ekko-lightbox.scss */
.ekko-lightbox-loader > div > div:last-child {
  animation-delay: -1s;
}

/* line 1, ../scss/_ekko-lightbox.scss */
.modal-dialog .ekko-lightbox-loader > div > div {
  background-color: #333;
}

@keyframes a {
  0%,to {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImVra28tbGlnaHRib3guY3NzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLGVBQ0UsOEJBQXlCLEFBQXpCLHVCQUF5QixBQUN6QixzQkFBb0IsQUFBcEIsbUJBQW9CLEFBQ3BCLHFCQUF3QixBQUF4Qix1QkFBd0IsQUFDeEIseUJBQTZCLENBQzlCLEFBQ0QseUJBQ0UsaUJBQW1CLENBQ3BCLEFBQ0QsZ0RBQ0Usa0JBQW1CLEFBQ25CLE1BQU8sQUFDUCxPQUFRLEFBQ1IsU0FBVSxBQUNWLFFBQVMsQUFDVCxVQUFZLENBQ2IsQUFDRCxzQkFDRSxXQUFZLEFBQ1osV0FBYSxDQUNkLEFBQ0QsMkJBQ0UsVUFBYSxBQUNiLGtCQUFtQixBQUNuQixNQUFPLEFBQ1AsT0FBUSxBQUNSLFdBQVksQUFDWixZQUFhLEFBQ2Isb0JBQWMsQUFBZCxZQUFjLENBQ2YsQUFDRCw2QkFDRSxXQUFRLEFBQVIsT0FBUSxBQUNSLG9CQUFjLEFBQWQsYUFBYyxBQUNkLHNCQUFvQixBQUFwQixtQkFBb0IsQUFDcEIsVUFBVyxBQUNYLHVCQUF5QixBQUN6QixXQUFZLEFBQ1osZUFBZ0IsQUFDaEIsU0FBYSxDQUNkLEFBQ0QsK0JBQ0Usb0JBQWEsQUFBYixXQUFhLENBQ2QsQUFDRCxvQ0FDRSxZQUFjLENBQ2YsQUFDRCxrQ0FDRSxjQUFnQixDQUNqQixBQUNELDZDQUNFLGdCQUFrQixDQUNuQixBQUNELG1DQUNFLG9CQUFzQixDQUN2QixBQUNELG1DQUNFLFlBQWMsQ0FDZixBQUNELHNDQUNFLGVBQWdCLEFBQ2hCLGlCQUFtQixDQUNwQixBQUNELHVCQUNFLFVBQVcsQUFDWCxvQkFBc0IsQ0FDdkIsQUFDRCw2QkFDRSxZQUFjLENBQ2YsQUFDRCw2QkFDRSxlQUFpQixDQUNsQixBQUNELHNCQUNFLGtCQUFtQixBQUNuQixNQUFPLEFBQ1AsT0FBUSxBQUNSLFNBQVUsQUFDVixRQUFTLEFBQ1QsV0FBWSxBQUNaLG9CQUFjLEFBQWQsYUFBYyxBQUVkLDBCQUF1QixBQUF2QixzQkFBdUIsQUFFdkIscUJBQXdCLEFBQXhCLHVCQUF3QixBQUV4QixzQkFBb0IsQUFBcEIsa0JBQW9CLENBQ3JCLEFBQ0QsMEJBQ0UsV0FBWSxBQUNaLFlBQWEsQUFDYixrQkFBbUIsQUFDbkIsaUJBQW1CLENBQ3BCLEFBQ0QsOEJBQ0UsV0FBWSxBQUNaLFlBQWEsQUFDYixrQkFBbUIsQUFDbkIsc0JBQXVCLEFBQ3ZCLFdBQWEsQUFDYixrQkFBbUIsQUFDbkIsTUFBTyxBQUNQLE9BQVEsQUFDUixtQ0FBNkMsQ0FDOUMsQUFDRCx5Q0FDRSxtQkFBcUIsQ0FDdEIsQUFDRCw0Q0FDRSxxQkFBdUIsQ0FDeEIsQUFVRCxhQUNFLE1BRUUsbUJBQW9CLEFBQ3BCLDBCQUE0QixDQUM3QixBQUNELElBQ0UsbUJBQW9CLEFBQ3BCLDBCQUE0QixDQUM3QixDQUNGIiwiZmlsZSI6ImVra28tbGlnaHRib3guY3NzIiwic291cmNlc0NvbnRlbnQiOlsiLmVra28tbGlnaHRib3gge1xuICBkaXNwbGF5OiBmbGV4ICFpbXBvcnRhbnQ7XG4gIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG4gIGp1c3RpZnktY29udGVudDogY2VudGVyO1xuICBwYWRkaW5nLXJpZ2h0OiAwcHghaW1wb3J0YW50O1xufVxuLmVra28tbGlnaHRib3gtY29udGFpbmVyIHtcbiAgcG9zaXRpb246IHJlbGF0aXZlO1xufVxuLmVra28tbGlnaHRib3gtY29udGFpbmVyID4gZGl2LmVra28tbGlnaHRib3gtaXRlbSB7XG4gIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgdG9wOiAwO1xuICBsZWZ0OiAwO1xuICBib3R0b206IDA7XG4gIHJpZ2h0OiAwO1xuICB3aWR0aDogMTAwJTtcbn1cbi5la2tvLWxpZ2h0Ym94IGlmcmFtZSB7XG4gIHdpZHRoOiAxMDAlO1xuICBoZWlnaHQ6IDEwMCU7XG59XG4uZWtrby1saWdodGJveC1uYXYtb3ZlcmxheSB7XG4gIHotaW5kZXg6IDEwMDtcbiAgcG9zaXRpb246IGFic29sdXRlO1xuICB0b3A6IDA7XG4gIGxlZnQ6IDA7XG4gIHdpZHRoOiAxMDAlO1xuICBoZWlnaHQ6IDEwMCU7XG4gIGRpc3BsYXk6IGZsZXg7XG59XG4uZWtrby1saWdodGJveC1uYXYtb3ZlcmxheSBhIHtcbiAgZmxleDogMTtcbiAgZGlzcGxheTogZmxleDtcbiAgYWxpZ24taXRlbXM6IGNlbnRlcjtcbiAgb3BhY2l0eTogMDtcbiAgdHJhbnNpdGlvbjogb3BhY2l0eSAwLjVzO1xuICBjb2xvcjogI2ZmZjtcbiAgZm9udC1zaXplOiAzMHB4O1xuICB6LWluZGV4OiAxMDA7XG59XG4uZWtrby1saWdodGJveC1uYXYtb3ZlcmxheSBhID4gKiB7XG4gIGZsZXgtZ3JvdzogMTtcbn1cbi5la2tvLWxpZ2h0Ym94LW5hdi1vdmVybGF5IGEgPiAqOmZvY3VzIHtcbiAgb3V0bGluZTogbm9uZTtcbn1cbi5la2tvLWxpZ2h0Ym94LW5hdi1vdmVybGF5IGEgc3BhbiB7XG4gIHBhZGRpbmc6IDAgMzBweDtcbn1cbi5la2tvLWxpZ2h0Ym94LW5hdi1vdmVybGF5IGE6bGFzdC1jaGlsZCBzcGFuIHtcbiAgdGV4dC1hbGlnbjogcmlnaHQ7XG59XG4uZWtrby1saWdodGJveC1uYXYtb3ZlcmxheSBhOmhvdmVyIHtcbiAgdGV4dC1kZWNvcmF0aW9uOiBub25lO1xufVxuLmVra28tbGlnaHRib3gtbmF2LW92ZXJsYXkgYTpmb2N1cyB7XG4gIG91dGxpbmU6IG5vbmU7XG59XG4uZWtrby1saWdodGJveC1uYXYtb3ZlcmxheSBhLmRpc2FibGVkIHtcbiAgY3Vyc29yOiBkZWZhdWx0O1xuICB2aXNpYmlsaXR5OiBoaWRkZW47XG59XG4uZWtrby1saWdodGJveCBhOmhvdmVyIHtcbiAgb3BhY2l0eTogMTtcbiAgdGV4dC1kZWNvcmF0aW9uOiBub25lO1xufVxuLmVra28tbGlnaHRib3ggLm1vZGFsLWRpYWxvZyB7XG4gIGRpc3BsYXk6IG5vbmU7XG59XG4uZWtrby1saWdodGJveCAubW9kYWwtZm9vdGVyIHtcbiAgdGV4dC1hbGlnbjogbGVmdDtcbn1cbi5la2tvLWxpZ2h0Ym94LWxvYWRlciB7XG4gIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgdG9wOiAwO1xuICBsZWZ0OiAwO1xuICBib3R0b206IDA7XG4gIHJpZ2h0OiAwO1xuICB3aWR0aDogMTAwJTtcbiAgZGlzcGxheTogZmxleDtcbiAgLyogZXN0YWJsaXNoIGZsZXggY29udGFpbmVyICovXG4gIGZsZXgtZGlyZWN0aW9uOiBjb2x1bW47XG4gIC8qIG1ha2UgbWFpbiBheGlzIHZlcnRpY2FsICovXG4gIGp1c3RpZnktY29udGVudDogY2VudGVyO1xuICAvKiBjZW50ZXIgaXRlbXMgdmVydGljYWxseSwgaW4gdGhpcyBjYXNlICovXG4gIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG59XG4uZWtrby1saWdodGJveC1sb2FkZXIgPiBkaXYge1xuICB3aWR0aDogNDBweDtcbiAgaGVpZ2h0OiA0MHB4O1xuICBwb3NpdGlvbjogcmVsYXRpdmU7XG4gIHRleHQtYWxpZ246IGNlbnRlcjtcbn1cbi5la2tvLWxpZ2h0Ym94LWxvYWRlciA+IGRpdiA+IGRpdiB7XG4gIHdpZHRoOiAxMDAlO1xuICBoZWlnaHQ6IDEwMCU7XG4gIGJvcmRlci1yYWRpdXM6IDUwJTtcbiAgYmFja2dyb3VuZC1jb2xvcjogI2ZmZjtcbiAgb3BhY2l0eTogMC42O1xuICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gIHRvcDogMDtcbiAgbGVmdDogMDtcbiAgYW5pbWF0aW9uOiBzay1ib3VuY2UgMnMgaW5maW5pdGUgZWFzZS1pbi1vdXQ7XG59XG4uZWtrby1saWdodGJveC1sb2FkZXIgPiBkaXYgPiBkaXY6bGFzdC1jaGlsZCB7XG4gIGFuaW1hdGlvbi1kZWxheTogLTFzO1xufVxuLm1vZGFsLWRpYWxvZyAuZWtrby1saWdodGJveC1sb2FkZXIgPiBkaXYgPiBkaXYge1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjMzMzO1xufVxuQC13ZWJraXQta2V5ZnJhbWVzIHNrLWJvdW5jZSB7XG4gIDAlLFxuICAxMDAlIHtcbiAgICAtd2Via2l0LXRyYW5zZm9ybTogc2NhbGUoMCk7XG4gIH1cbiAgNTAlIHtcbiAgICAtd2Via2l0LXRyYW5zZm9ybTogc2NhbGUoMSk7XG4gIH1cbn1cbkBrZXlmcmFtZXMgc2stYm91bmNlIHtcbiAgMCUsXG4gIDEwMCUge1xuICAgIHRyYW5zZm9ybTogc2NhbGUoMCk7XG4gICAgLXdlYmtpdC10cmFuc2Zvcm06IHNjYWxlKDApO1xuICB9XG4gIDUwJSB7XG4gICAgdHJhbnNmb3JtOiBzY2FsZSgxKTtcbiAgICAtd2Via2l0LXRyYW5zZm9ybTogc2NhbGUoMSk7XG4gIH1cbn1cbiJdfQ== */
@media print {
  /*
  // This should remove default header footer
  @page {
    size: auto;
    margin: 0mm;
  }
  */
  /* line 11, ../scss/_print.scss */
  body {
    margin-top: 0 !important;
    font-size: 10pt;
  }

  /* line 15, ../scss/_print.scss */
  .logo-print {
    width: 8cm;
    height: auto;
    float: right;
    clear: both;
    margin: 0;
  }

  /* line 25, ../scss/_print.scss */
  .date-print {
    text-align: right;
    font-weight: bold;
  }

  /* line 29, ../scss/_print.scss */
  .title-print {
    text-align: center;
  }

  /* line 33, ../scss/_print.scss */
  .modal.modal-print {
    display: block;
    position: static;
    opacity: 1;
    margin: 0;
  }
  /* line 38, ../scss/_print.scss */
  .modal.modal-print .modal-content,
  .modal.modal-print .modal-body,
  .modal.modal-print .modal-dialog {
    position: static;
    margin: 0;
  }
  /* line 44, ../scss/_print.scss */
  .modal.modal-print .modal-content {
    border: 0;
  }

  /* line 49, ../scss/_print.scss */
  .print-left {
    width: 45%;
    float: left;
  }

  /* line 53, ../scss/_print.scss */
  .print-right {
    width: 45%;
    float: right;
  }

  /* line 58, ../scss/_print.scss */
  .field-widmungen {
    text-align: right;
  }

  /* line 64, ../scss/_print.scss */
  .projekt-fertigstellung .visible-print {
    display: inline-block !important;
    font-size: 12pt;
    line-height: 32px;
    font-weight: 100;
    margin-right: 10px;
  }

  /* line 71, ../scss/_print.scss */
  .text-right-md-up,
  .text-right-print {
    text-align: right;
  }

  /* line 76, ../scss/_print.scss */
  .projekt-detail .pane {
    padding-bottom: 5mm;
    margin-bottom: 5mm;
    border-bottom: 0.1mm solid #ccc;
  }
  /* line 80, ../scss/_print.scss */
  .projekt-detail .pane.pane-big {
    padding: 5mm;
    margin-left: 0;
    margin-right: 0;
    background-color: #eee !important;
    border: 0.1mm solid #ccc;
  }
  /* line 88, ../scss/_print.scss */
  .projekt-detail .pane-wrapper {
    margin-bottom: 5mm;
  }
  /* line 90, ../scss/_print.scss */
  .projekt-detail .pane-wrapper:after {
    width: auto;
    content: '';
    display: block;
    height: 1px;
    margin-left: 25px;
    margin-right: 25px;
    border-bottom: 0.1mm solid #ccc;
  }
  /* line 99, ../scss/_print.scss */
  .projekt-detail .pane-wrapper .pane {
    margin-bottom: 0;
    border-bottom: 0;
  }
  /* line 104, ../scss/_print.scss */
  .projekt-detail .eigentuemer {
    margin-top: 0 !important;
    margin-left: 5mm !important;
  }
  /* line 108, ../scss/_print.scss */
  .projekt-detail img,
  .projekt-detail .no-break,
  .projekt-detail .pane,
  .projekt-detail .objekt-wrapper {
    page-break-inside: avoid;
  }

  /* line 116, ../scss/_print.scss */
  .exp-icon {
    color: #003F63 !important;
  }

  /* line 120, ../scss/_print.scss */
  #block-copyright {
    text-align: left;
    font-size: 14px;
    color: #777777;
  }

  /* line 126, ../scss/_print.scss */
  a[href]:after {
    content: '';
  }

  /* line 131, ../scss/_print.scss */
  .objekt.table > tbody > tr > td.features-head {
    width: 40%;
  }

  /* line 137, ../scss/_print.scss */
  .path-projekte .footer-print {
    text-align: right;
    font-weight: 400;
    font-size: 14px;
  }
  /* line 142, ../scss/_print.scss */
  .path-projekte .footer {
    display: none;
  }

  /* line 150, ../scss/_print.scss */
  .pin-print {
    display: block;
    width: 56px;
    height: 56px;
    float: left;
    margin-right: 16px;
  }

  /* line 159, ../scss/_print.scss */
  .ankaeufe > .col-sm-6 {
    margin: 0;
    width: 50% !important;
    float: left;
  }
  /* line 164, ../scss/_print.scss */
  .ankaeufe > .col-sm-6 + .col-sm-6 {
    float: right;
  }

  /* line 170, ../scss/_print.scss */
  #filter {
    display: none !important;
  }

  /* line 173, ../scss/_print.scss */
  #addresssearch {
    display: none;
  }

  /* line 183, ../scss/_print.scss */
  .kurzstatistiken,
  .projekt.row {
    page-break-inside: avoid;
  }

  /* line 189, ../scss/_print.scss */
  .pager-nav {
    display: none;
  }

  /* line 196, ../scss/_print.scss */
  .map-and-filter .map-legende .visible-print > div {
    display: inline-block;
    margin-right: 10px;
  }

  /* line 205, ../scss/_print.scss */
  .kurzstatistiken {
    border: 1px solid #999;
    padding: 10px 25px;
  }
  /* line 208, ../scss/_print.scss */
  .kurzstatistiken .flex-col {
    width: 100%;
    margin: 0;
  }
  /* line 212, ../scss/_print.scss */
  .kurzstatistiken .kurzstatistik,
  .kurzstatistiken .kurzstatistik.pane-content {
    padding: 0 !important;
    line-height: 1.5em;
    font-size: 8pt !important;
  }
  /* line 218, ../scss/_print.scss */
  .kurzstatistiken .kurzstatistik .preis,
  .kurzstatistiken .kurzstatistik .kurzstatistik-label,
  .kurzstatistiken .kurzstatistik.pane-content .preis,
  .kurzstatistiken .kurzstatistik.pane-content .kurzstatistik-label {
    display: inline !important;
    font-size: 8pt !important;
  }
  /* line 224, ../scss/_print.scss */
  .kurzstatistiken .kurzstatistik .preis,
  .kurzstatistiken .kurzstatistik.pane-content .preis {
    margin-left: 2px;
    margin-right: 2px;
  }

  /* line 230, ../scss/_print.scss */
  .projekt-liste {
    /*
        .col-md-3.col-sm-6 {
          width: 20%;
        }
        .col-md-9.col-sm-6 {
          width: 75%;
        }
    */
  }
  /* line 231, ../scss/_print.scss */
  .projekt-liste h1 {
    font-size: 15pt !important;
  }
  /* line 234, ../scss/_print.scss */
  .projekt-liste .fertigstellung,
  .projekt-liste h2 {
    font-size: 12pt !important;
  }
  /* line 246, ../scss/_print.scss */
  .projekt-liste .col-md-1, .projekt-liste .col-md-2, .projekt-liste .col-md-3, .projekt-liste .col-md-4, .projekt-liste .col-md-5, .projekt-liste .col-md-6, .projekt-liste .col-md-7, .projekt-liste .col-md-8, .projekt-liste .col-md-9, .projekt-liste .col-md-10, .projekt-liste .col-md-11, .projekt-liste .col-md-12 {
    float: left;
  }
  /* line 249, ../scss/_print.scss */
  .projekt-liste .col-md-12 {
    width: 100%;
  }
  /* line 252, ../scss/_print.scss */
  .projekt-liste .col-md-11 {
    width: 91.66666667%;
  }
  /* line 255, ../scss/_print.scss */
  .projekt-liste .col-md-10 {
    width: 83.33333333%;
  }
  /* line 258, ../scss/_print.scss */
  .projekt-liste .col-md-9 {
    width: 75%;
  }
  /* line 261, ../scss/_print.scss */
  .projekt-liste .col-md-8 {
    width: 66.66666667%;
  }
  /* line 264, ../scss/_print.scss */
  .projekt-liste .col-md-7 {
    width: 58.33333333%;
  }
  /* line 267, ../scss/_print.scss */
  .projekt-liste .col-md-6 {
    width: 50%;
  }
  /* line 270, ../scss/_print.scss */
  .projekt-liste .col-md-5 {
    width: 41.66666667%;
  }
  /* line 273, ../scss/_print.scss */
  .projekt-liste .col-md-4 {
    width: 33.33333333%;
  }
  /* line 276, ../scss/_print.scss */
  .projekt-liste .col-md-3 {
    width: 25%;
  }
  /* line 279, ../scss/_print.scss */
  .projekt-liste .col-md-2 {
    width: 16.66666667%;
  }
  /* line 282, ../scss/_print.scss */
  .projekt-liste .col-md-1 {
    width: 8.33333333%;
  }

  /* line 286, ../scss/_print.scss */
  .gm-style-cc {
    display: none;
  }

  /* line 289, ../scss/_print.scss */
  .tooltip {
    display: none;
  }

  /* line 292, ../scss/_print.scss */
  .gm-style .gm-style-iw-c {
    background-color: #fff !important;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 2px 7px 1px !important;
  }

  /* line 297, ../scss/_print.scss */
  .gm-style .gm-style-iw.gm-style-iw-c button {
    display: none !important;
  }

  /* line 301, ../scss/_print.scss */
  .gm-style-iw .info-window .info-window-image img {
    visibility: visible !important;
  }

  /* line 304, ../scss/_print.scss */
  .gm-style .gm-style-iw-t::after {
    background-color: #fff !important;
    box-shadow: -2px 2px 2px 0 rgba(178, 178, 178, 0.4);
  }
}
/* line 1, ../scss/_statistiktool_rangeslider.scss */
label.rangeslider-label {
  display: block;
  width: 90%;
  margin: 40px auto 0;
  font-weight: 400;
}

/* line 7, ../scss/_statistiktool_rangeslider.scss */
.rangeslider {
  --handle-width: 15px;
  --handle-height: 20px;
  --handle-width: 30px;
  --handle-height: 30px;
  width: 90%;
  height: 90px;
  margin: 10px auto 0;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  padding: 0 var(--handle-width);
}
@media print {
  /* line 7, ../scss/_statistiktool_rangeslider.scss */
  .rangeslider {
    width: 100vw !important;
    left: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
  }
}
/* line 34, ../scss/_statistiktool_rangeslider.scss */
.rangeslider.disabled .handle {
  cursor: not-allowed !important;
}
/* line 38, ../scss/_statistiktool_rangeslider.scss */
.rangeslider.disabled .mask {
  cursor: not-allowed !important;
}
/* line 43, ../scss/_statistiktool_rangeslider.scss */
.rangeslider.disabled:hover .handle::after {
  background: #676774 !important;
}
/* line 48, ../scss/_statistiktool_rangeslider.scss */
.rangeslider.disabled:hover .region::after {
  border-color: #0060df !important;
}
/* line 54, ../scss/_statistiktool_rangeslider.scss */
.rangeslider.hidden {
  display: none;
}
/* line 58, ../scss/_statistiktool_rangeslider.scss */
.rangeslider .viewbox {
  position: relative;
  height: 64px;
  border: 1px solid black;
}
/* line 65, ../scss/_statistiktool_rangeslider.scss */
.rangeslider .handle {
  position: absolute;
  top: 0;
  width: var(--handle-width);
  height: 100%;
  cursor: ew-resize;
  display: none;
}
/* line 73, ../scss/_statistiktool_rangeslider.scss */
.rangeslider .handle::before {
  display: block;
  position: absolute;
  width: 2px;
  height: 100%;
  background: #999;
}
/* line 83, ../scss/_statistiktool_rangeslider.scss */
.rangeslider .handle::after {
  content: '';
  display: block;
  position: absolute;
  background: #003F63;
  background: #788596;
  width: var(--handle-width);
  height: var(--handle-height);
  top: 50%;
  transform: translateY(-50%);
  border: 3px solid #fff;
}
@media print {
  /* line 83, ../scss/_statistiktool_rangeslider.scss */
  .rangeslider .handle::after {
    content: none;
  }
}
/* line 100, ../scss/_statistiktool_rangeslider.scss */
.rangeslider .handle.show {
  display: block;
}
/* line 106, ../scss/_statistiktool_rangeslider.scss */
.rangeslider:hover .handle::after {
  background: #676774;
}
/* line 111, ../scss/_statistiktool_rangeslider.scss */
.rangeslider:hover .region::after {
  border-color: #0060df;
}
/* line 116, ../scss/_statistiktool_rangeslider.scss */
.rangeslider .handle-left {
  left: calc(var(--left) + 15px);
  margin-left: calc(var(--handle-width) * -1);
}
/* line 120, ../scss/_statistiktool_rangeslider.scss */
.rangeslider .handle-left::before {
  right: 50%;
}
/* line 124, ../scss/_statistiktool_rangeslider.scss */
.rangeslider .handle-left::after {
  border-radius: 50%;
}
/* line 129, ../scss/_statistiktool_rangeslider.scss */
.rangeslider .handle-right {
  left: calc(var(--right) - 15px);
}
/* line 132, ../scss/_statistiktool_rangeslider.scss */
.rangeslider .handle-right::before {
  left: 50%;
}
/* line 136, ../scss/_statistiktool_rangeslider.scss */
.rangeslider .handle-right::after {
  border-radius: 50%;
}
/* line 141, ../scss/_statistiktool_rangeslider.scss */
.rangeslider .mask {
  opacity: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  cursor: grab;
}
/* line 149, ../scss/_statistiktool_rangeslider.scss */
.rangeslider .mask::before, .rangeslider .mask::after {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  background: #e0e8ec;
  cursor: default;
}
/* line 159, ../scss/_statistiktool_rangeslider.scss */
.rangeslider .mask::before {
  right: calc(100% - var(--left));
}
/* line 163, ../scss/_statistiktool_rangeslider.scss */
.rangeslider .mask::after {
  left: var(--right);
}
/* line 168, ../scss/_statistiktool_rangeslider.scss */
.rangeslider .region {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background: #e0e8ec !important;
}
@media print {
  /* line 168, ../scss/_statistiktool_rangeslider.scss */
  .rangeslider .region {
    print-color-adjust: exact !important;
    -webkit-print-color-adjust: exact !important;
  }
}
/* line 179, ../scss/_statistiktool_rangeslider.scss */
.rangeslider .region:after {
  content: '';
  display: block;
  position: absolute;
  background: white !important;
  width: calc(var(--right) - var(--left));
  height: 100%;
  left: var(--left);
  border: 1px solid black;
  border-left-width: 2px;
  border-right-width: 2px;
}
@media print {
  /* line 179, ../scss/_statistiktool_rangeslider.scss */
  .rangeslider .region:after {
    print-color-adjust: exact !important;
    -webkit-print-color-adjust: exact !important;
  }
}
/* line 198, ../scss/_statistiktool_rangeslider.scss */
.rangeslider .chart-preview {
  margin-top: 2px;
}

/* line 203, ../scss/_statistiktool_rangeslider.scss */
#st-pipeline-rangeslider {
  left: 20px;
}

/* line 2, ../scss/_statistiktool.scss */
#statistiktool {
  position: relative;
  z-index: 70;
  margin-top: 2em;
  background: white;
  /*
   * tool menu
   */
  /*
   * tool container
   */
  /*
  [id^=dropdownMenuButton]{
    position: relative;
    top: -2px;
  }
  #dropdownMenuButton-einpreisung {
    top: 7px;
  }
  */
}
/* line 8, ../scss/_statistiktool.scss */
#statistiktool .tool-container .btn-round, #statistiktool .tool-container .btn-checkbox, #statistiktool .tool-container .selected-facets button, #statistiktool .tool-container .btn-container-views button {
  border: none;
  background: none;
  font-family: inherit;
  font-size: 100%;
  line-height: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
  text-transform: none;
  appearance: button;
  background-color: transparent;
  background-image: none;
  cursor: pointer;
}
/* line 24, ../scss/_statistiktool.scss */
#statistiktool .p-0 {
  padding: 0;
}
/* line 27, ../scss/_statistiktool.scss */
#statistiktool .pl-10 {
  padding: 10px;
}
/* line 30, ../scss/_statistiktool.scss */
#statistiktool .px-30 {
  padding-right: 30px;
  padding-left: 30px;
}
/* line 35, ../scss/_statistiktool.scss */
#statistiktool .mx-2 {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}
/* line 40, ../scss/_statistiktool.scss */
#statistiktool .mx-4 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}
/* line 45, ../scss/_statistiktool.scss */
#statistiktool .mx-8 {
  margin-left: 2rem !important;
  margin-right: 2rem !important;
}
/* line 50, ../scss/_statistiktool.scss */
#statistiktool .ml-4 {
  margin-left: 1rem !important;
}
/* line 54, ../scss/_statistiktool.scss */
#statistiktool .mt-15px {
  margin-top: 15px !important;
}
/* line 57, ../scss/_statistiktool.scss */
#statistiktool .mt-25px {
  margin-top: 25px !important;
}
/* line 61, ../scss/_statistiktool.scss */
#statistiktool .border-right {
  border-right: 1px solid #e0e8ec;
}
/* line 68, ../scss/_statistiktool.scss */
#statistiktool .tool-menu {
  list-style-type: none;
  background: #fff;
  margin: 0 auto 2rem auto;
  font-size: 16px;
  font-weight: 400;
  color: #003F63;
}
@media print {
  /* line 68, ../scss/_statistiktool.scss */
  #statistiktool .tool-menu {
    display: none;
  }
}
@media screen and (min-width: 1660px) {
  /* line 68, ../scss/_statistiktool.scss */
  #statistiktool .tool-menu {
    position: absolute;
    right: 50%;
    margin-right: 570px;
    left: 0;
    width: auto;
    top: 0;
  }
}
/* line 92, ../scss/_statistiktool.scss */
#statistiktool .tool-menu h1 {
  text-transform: uppercase;
  line-height: 32px;
  font-size: 24px;
  line-height: 37px;
  color: #003F63;
  margin: 0;
}
@media screen and (min-width: 1660px) {
  /* line 92, ../scss/_statistiktool.scss */
  #statistiktool .tool-menu h1 {
    margin-top: -0.7rem;
  }
}
/* line 104, ../scss/_statistiktool.scss */
#statistiktool .tool-menu li {
  position: relative;
  display: flex;
  gap: 12px;
  align-items: center;
  padding: 0.7rem 1.7rem 0.7rem 0.7rem;
  line-height: 32px;
  cursor: pointer;
}
/* line 112, ../scss/_statistiktool.scss */
#statistiktool .tool-menu li::after {
  content: '';
  background: transparent;
  width: 10px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
/* line 122, ../scss/_statistiktool.scss */
#statistiktool .tool-menu li:hover:not(:first-child) {
  font-weight: 700;
}
/* line 124, ../scss/_statistiktool.scss */
#statistiktool .tool-menu li:hover:not(:first-child)::after {
  background: #003F63;
}
/* line 129, ../scss/_statistiktool.scss */
#statistiktool .tool-menu li.active {
  background: #e0e8ec;
  font-weight: 700;
}
/* line 132, ../scss/_statistiktool.scss */
#statistiktool .tool-menu li.active::after {
  background: #003F63;
}
/* line 137, ../scss/_statistiktool.scss */
#statistiktool .tool-menu li .exp-icon {
  font-size: 175%;
}
/* line 147, ../scss/_statistiktool.scss */
#statistiktool .tool-container {
  position: relative;
  min-height: unset;
}
/* line 152, ../scss/_statistiktool.scss */
#statistiktool .tool-container .flex {
  display: flex;
}
/* line 156, ../scss/_statistiktool.scss */
#statistiktool .tool-container .subnav-buttons {
  flex-direction: column-reverse;
  min-height: 36px;
}
@media screen and (min-width: 992px) {
  /* line 162, ../scss/_statistiktool.scss */
  #statistiktool .tool-container .subnav-buttons {
    flex-direction: row;
  }
  /* line 165, ../scss/_statistiktool.scss */
  #statistiktool .tool-container .subnav-buttons + #st-zielgruppenanalyse-form {
    margin-top: -44px;
  }
}
/* line 170, ../scss/_statistiktool.scss */
#statistiktool .tool-container .flex-center {
  margin-left: auto;
  margin-right: auto;
}
/* line 175, ../scss/_statistiktool.scss */
#statistiktool .tool-container .flex-right {
  margin-left: auto;
}
/* line 179, ../scss/_statistiktool.scss */
#statistiktool .tool-container .tool {
  overflow-y: auto;
}
@media screen and (min-width: 992px) {
  /* line 179, ../scss/_statistiktool.scss */
  #statistiktool .tool-container .tool {
    overflow-y: scroll;
  }
}
/* line 189, ../scss/_statistiktool.scss */
#statistiktool .tool-container .btn-round {
  border-radius: 50%;
  width: 2rem;
  height: 2rem;
  border: 1px solid #003F63;
  color: #003F63;
  font-weight: bold;
  line-height: 1rem;
  font-size: 2rem;
  text-align: center;
  cursor: pointer;
}
/* line 203, ../scss/_statistiktool.scss */
#statistiktool .tool-container .btn-round:disabled {
  color: #555555;
  cursor: not-allowed;
}
/* line 208, ../scss/_statistiktool.scss */
#statistiktool .tool-container .btn-round:hover {
  background: #e0e8ec;
}
/* line 215, ../scss/_statistiktool.scss */
#statistiktool .tool-container .btn-checkbox {
  color: #003F63;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 16px;
  cursor: pointer;
}
/* line 225, ../scss/_statistiktool.scss */
#statistiktool .tool-container .btn-checkbox:hover {
  background: #e0e8ec;
}
/* line 230, ../scss/_statistiktool.scss */
#statistiktool .tool-container .btn-checkbox.active .exp-icon-checkbox {
  display: inline;
}
/* line 234, ../scss/_statistiktool.scss */
#statistiktool .tool-container .btn-checkbox.active .exp-icon-checkbox-off {
  display: none;
}
/* line 239, ../scss/_statistiktool.scss */
#statistiktool .tool-container .btn-checkbox .exp-icon-checkbox {
  display: none;
}
/* line 243, ../scss/_statistiktool.scss */
#statistiktool .tool-container .btn-checkbox .exp-icon-checkbox-off {
  display: inline;
}
/* line 247, ../scss/_statistiktool.scss */
#statistiktool .tool-container .btn-checkbox.hidden {
  display: none;
}
/* line 251, ../scss/_statistiktool.scss */
#statistiktool .tool-container .btn-checkbox.fog {
  opacity: 0.4;
}
/* line 256, ../scss/_statistiktool.scss */
#statistiktool .tool-container .chart {
  margin-top: 2rem;
  position: relative;
}
/* line 261, ../scss/_statistiktool.scss */
#statistiktool .tool-container .selected-facets {
  display: flex;
  align-items: baseline;
  font-size: 14px;
  margin-bottom: 1.5rem;
}
/* line 267, ../scss/_statistiktool.scss */
#statistiktool .tool-container .selected-facets .bold {
  font-weight: bold;
}
/* line 271, ../scss/_statistiktool.scss */
#statistiktool .tool-container .selected-facets .facets {
  display: flex;
  flex-wrap: wrap;
  height: 25px;
  line-height: 25px;
  overflow: hidden;
}
/* line 278, ../scss/_statistiktool.scss */
#statistiktool .tool-container .selected-facets .facets.expand {
  height: auto;
}
/* line 283, ../scss/_statistiktool.scss */
#statistiktool .tool-container .selected-facets .facet {
  position: relative;
  background: #003F63;
  color: #fff;
  border-radius: 5px;
  margin-bottom: 5px;
  margin-left: 0.5rem;
  padding: 0 10px;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
  border-radius: 0.25em;
  line-height: 15px;
}
/* line 300, ../scss/_statistiktool.scss */
#statistiktool .tool-container .selected-facets .facet.ignore::after {
  position: absolute;
  content: "";
  background: #fff;
  width: 90%;
  height: 1px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
/* line 320, ../scss/_statistiktool.scss */
#statistiktool .tool-container .selected-facets .toggle-facets-view {
  margin-left: 0.5rem;
  cursor: pointer;
  color: #003F63;
  font-weight: bold;
}
/* line 328, ../scss/_statistiktool.scss */
#statistiktool .tool-container .selected-facets [data-statstool-facets-hidden='true'] .alleanzeigen {
  display: block;
}
/* line 331, ../scss/_statistiktool.scss */
#statistiktool .tool-container .selected-facets [data-statstool-facets-hidden='true'] .wenigeranzeigen {
  display: none;
}
/* line 337, ../scss/_statistiktool.scss */
#statistiktool .tool-container .selected-facets [data-statstool-facets-hidden='false'] .alleanzeigen {
  display: none;
}
/* line 340, ../scss/_statistiktool.scss */
#statistiktool .tool-container .selected-facets [data-statstool-facets-hidden='false'] .wenigeranzeigen {
  display: block;
}
/* line 350, ../scss/_statistiktool.scss */
#statistiktool .tool-container h3 {
  color: #003F63;
}
/* line 354, ../scss/_statistiktool.scss */
#statistiktool .tool-container h4.link {
  margin: 2rem 0 1rem;
  cursor: pointer;
  color: #003F63;
  display: inline;
}
/* line 360, ../scss/_statistiktool.scss */
#statistiktool .tool-container h4.link:hover {
  text-decoration: underline;
}
/* line 365, ../scss/_statistiktool.scss */
#statistiktool .tool-container .btn-container {
  display: flex;
  justify-content: space-between;
}
/* line 370, ../scss/_statistiktool.scss */
#statistiktool .tool-container .btn-clamp {
  display: inline-flex;
  border: 1px solid #666666;
  border-radius: 5px;
  overflow: hidden;
}
/* line 376, ../scss/_statistiktool.scss */
#statistiktool .tool-container .btn-clamp button {
  border: 0;
  background: #eeeeee;
  border-radius: 0;
  padding: 3px 15px;
}
/* line 382, ../scss/_statistiktool.scss */
#statistiktool .tool-container .btn-clamp button.active {
  background: #003F63;
  color: #fff;
}
/* line 389, ../scss/_statistiktool.scss */
#statistiktool .tool-container .btn-container-views {
  display: inline-flex;
  margin-bottom: 1rem;
  line-height: 1;
  color: #003F63;
}
@media (min-width: 992px) {
  /* line 389, ../scss/_statistiktool.scss */
  #statistiktool .tool-container .btn-container-views {
    margin-bottom: 0;
    margin-left: auto;
  }
}
@media print {
  /* line 389, ../scss/_statistiktool.scss */
  #statistiktool .tool-container .btn-container-views {
    display: none;
  }
}
/* line 406, ../scss/_statistiktool.scss */
#statistiktool .tool-container .btn-container-views > * + * {
  margin-left: 1rem !important;
}
/* line 409, ../scss/_statistiktool.scss */
#statistiktool .tool-container .btn-container-views .grp-toggle {
  display: flex;
  border: 1px solid #003F63;
  border-radius: 5px;
}
/* line 413, ../scss/_statistiktool.scss */
#statistiktool .tool-container .btn-container-views .grp-toggle button {
  padding: 0 10px;
}
/* line 418, ../scss/_statistiktool.scss */
#statistiktool .tool-container .btn-container-views .grp-toggle[data-show='graph'] button:first-child {
  background: #003F63;
  color: white;
}
/* line 422, ../scss/_statistiktool.scss */
#statistiktool .tool-container .btn-container-views .grp-toggle[data-show='graph'] button:last-child:hover {
  background: #e0e8ec;
  border-radius: 5px;
}
/* line 428, ../scss/_statistiktool.scss */
#statistiktool .tool-container .btn-container-views .grp-toggle[data-show='table'] button:first-child:hover {
  background: #e0e8ec;
  border-radius: 5px;
}
/* line 432, ../scss/_statistiktool.scss */
#statistiktool .tool-container .btn-container-views .grp-toggle[data-show='table'] button:last-child {
  background: #003F63;
  color: white;
}
/* line 439, ../scss/_statistiktool.scss */
#statistiktool .tool-container .btn-container-views:disabled button {
  opacity: 0.4;
  cursor: not-allowed;
}
/* line 443, ../scss/_statistiktool.scss */
#statistiktool .tool-container .btn-container-views:disabled .grp-toggle {
  border: 1px solid rgba(0, 63, 99, 0.4);
}
@media screen and (min-width: 992px) {
  /* line 451, ../scss/_statistiktool.scss */
  #statistiktool .tool-container .sample > div {
    display: inline;
  }
  /* line 455, ../scss/_statistiktool.scss */
  #statistiktool .tool-container .sample .right {
    float: right;
  }
}
/* line 461, ../scss/_statistiktool.scss */
#statistiktool .tool-container .table-output {
  overflow-x: scroll;
  font-size: 14px;
}
/* line 465, ../scss/_statistiktool.scss */
#statistiktool .tool-container .table-output h3.table-output-table-header {
  font-family: Roboto, sans-serif;
  letter-spacing: 0;
  text-align: center;
  color: red;
  font-size: 16px;
  margin: 2em 0 1em;
  font-weight: 400;
  color: #333;
  text-transform: none;
}
/* line 476, ../scss/_statistiktool.scss */
#statistiktool .tool-container .table-output h3.table-output-table-header.type-0 {
  margin-top: 28px;
}
/* line 481, ../scss/_statistiktool.scss */
#statistiktool .tool-container .table-output table {
  border-collapse: collapse;
  border: 1px solid #ebebeb;
  margin: 10px auto 1.5em;
  text-align: center;
  width: 100%;
}
/* line 488, ../scss/_statistiktool.scss */
#statistiktool .tool-container .table-output table caption {
  display: none;
}
/* line 493, ../scss/_statistiktool.scss */
#statistiktool .tool-container .table-output table thead tr {
  height: 46px;
}
/* line 496, ../scss/_statistiktool.scss */
#statistiktool .tool-container .table-output table thead th {
  text-align: center;
  font-weight: 600;
}
/* line 501, ../scss/_statistiktool.scss */
#statistiktool .tool-container .table-output table thead:hover tr {
  background: #e0e8ec;
}
/* line 507, ../scss/_statistiktool.scss */
#statistiktool .tool-container .table-output table td,
#statistiktool .tool-container .table-output table th {
  padding: 0.5em;
  white-space: nowrap;
}
/* line 513, ../scss/_statistiktool.scss */
#statistiktool .tool-container .table-output table td {
  text-align: right;
}
/* line 517, ../scss/_statistiktool.scss */
#statistiktool .tool-container .table-output table highcharts-data-table thead tr,
#statistiktool .tool-container .table-output table tr:nth-child(even) {
  background: #f8f8f8;
}
@media print {
  /* line 522, ../scss/_statistiktool.scss */
  #statistiktool .tool-container .table-output table tr:nth-child(even) {
    background: #f8f8f8 !important;
  }
}
/* line 527, ../scss/_statistiktool.scss */
#statistiktool .tool-container .table-output table tr:hover {
  background: #e0e8ec;
}
/* line 533, ../scss/_statistiktool.scss */
#statistiktool .tool-container .dropdown-item {
  width: 100%;
  text-align: left;
  padding: 0 0 0 30px !important;
  font-weight: normal;
  font-size: 12px !important;
  height: 24px;
  color: #333 !important;
}
/* line 542, ../scss/_statistiktool.scss */
#statistiktool .tool-container .dropdown-item:hover {
  background: #e0e8ec;
}
/* line 547, ../scss/_statistiktool.scss */
#statistiktool .tool-container .dropdown-label {
  color: #777;
  margin: 2px 0 0 0;
  padding: 0 0 0 15px !important;
  font-weight: normal;
  font-size: 12px !important;
  height: 15px;
}
/* line 556, ../scss/_statistiktool.scss */
#statistiktool .tool-container .dropdown-divider {
  height: 1px;
  background: rgba(0, 0, 0, 0.15);
  margin: 4px 3px;
}
/* line 562, ../scss/_statistiktool.scss */
#statistiktool .tool-container .dropdown-divider ~ .dropdown-label {
  margin-top: 7px;
}
/* line 568, ../scss/_statistiktool.scss */
#statistiktool .map {
  height: 900px;
  background: #9c92ac;
}
/* line 575, ../scss/_statistiktool.scss */
#statistiktool .idle {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
/* line 581, ../scss/_statistiktool.scss */
#statistiktool .idle span {
  display: inline-block;
  width: 6rem;
  height: 6rem;
  vertical-align: text-bottom;
  border: 0.25em solid #003F63;
  border-right-color: transparent;
  border-radius: 50%;
  animation: idle-animation 0.75s linear infinite;
}
/* line 594, ../scss/_statistiktool.scss */
#statistiktool .table-output:not(.hidden) + .flash {
  display: none;
}
/* line 598, ../scss/_statistiktool.scss */
#statistiktool .flash {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
/* line 605, ../scss/_statistiktool.scss */
#statistiktool .flash-child {
  padding: 8rem 8rem 0 8rem;
}
@keyframes idle-animation {
  100% {
    transform: rotate(360deg);
  }
}
/* line 615, ../scss/_statistiktool.scss */
#statistiktool .wrapper-vertical {
  display: flex;
  flex-direction: column;
}
/* line 627, ../scss/_statistiktool.scss */
#statistiktool fieldset.radio-toggle:not(:disabled) label[id$='1']:hover, #statistiktool fieldset.radio-toggle:not(:disabled) label[id$='2']:hover, #statistiktool fieldset.radio-toggle:not(:disabled)[data-state='1'] label[id$='0']:hover ~ label[id$='1'], #statistiktool fieldset.radio-toggle:not(:disabled)[data-state='2'] label[id$='0']:hover ~ label[id$='2'], #statistiktool fieldset.radio-toggle-3 label[id$='1']:hover, #statistiktool fieldset.radio-toggle-3 label[id$='2']:hover, #statistiktool fieldset.radio-toggle-3 label[id$='3']:hover, #statistiktool fieldset.radio-toggle-3[data-state='1'] label[id$='0']:hover ~ label[id$='1'], #statistiktool fieldset.radio-toggle-3[data-state='2'] label[id$='0']:hover ~ label[id$='2'], #statistiktool fieldset.radio-toggle-3[data-state='3'] label[id$='0']:hover ~ label[id$='3'] {
  background: #e0e8ec;
  color: #003F63;
}
/* line 632, ../scss/_statistiktool.scss */
#statistiktool fieldset.radio-toggle {
  position: relative;
  display: inline-flex;
  border: 0;
  padding: 0;
  border: 1px solid #003F63;
}
/* line 640, ../scss/_statistiktool.scss */
#statistiktool fieldset.radio-toggle.full-width {
  width: 100%;
}
/* line 644, ../scss/_statistiktool.scss */
#statistiktool fieldset.radio-toggle:disabled {
  opacity: 0.4;
}
/* line 647, ../scss/_statistiktool.scss */
#statistiktool fieldset.radio-toggle:disabled label {
  cursor: not-allowed;
}
/* line 652, ../scss/_statistiktool.scss */
#statistiktool fieldset.radio-toggle input[type='radio'] {
  display: none;
}
/* line 656, ../scss/_statistiktool.scss */
#statistiktool fieldset.radio-toggle label {
  position: relative;
  flex: 1 1 auto;
  margin-bottom: 0;
  padding: 3px 12px;
  max-width: unset;
  background: white;
  cursor: pointer;
  color: #003F63;
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  min-width: fit-content;
  transition: width 300ms;
}
/* line 672, ../scss/_statistiktool.scss */
#statistiktool fieldset.radio-toggle label[id$='0'] {
  background: transparent;
  color: transparent;
  position: absolute;
  width: calc(100% - 24px);
}
@media print {
  /* line 672, ../scss/_statistiktool.scss */
  #statistiktool fieldset.radio-toggle label[id$='0'] {
    display: none;
  }
}
/* line 682, ../scss/_statistiktool.scss */
#statistiktool fieldset.radio-toggle label[id$='2'] {
  border-left: 1px solid #003F63;
}
/* line 687, ../scss/_statistiktool.scss */
#statistiktool fieldset.radio-toggle[data-state='0'] label[id$='0'] {
  z-index: 0;
}
/* line 691, ../scss/_statistiktool.scss */
#statistiktool fieldset.radio-toggle[data-state='0'] label[id$='1'] {
  z-index: 1;
}
/* line 695, ../scss/_statistiktool.scss */
#statistiktool fieldset.radio-toggle[data-state='0'] label[id$='2'] {
  z-index: 1;
}
/* line 701, ../scss/_statistiktool.scss */
#statistiktool fieldset.radio-toggle[data-state='1'] label[id$='0'] {
  z-index: 1;
}
/* line 705, ../scss/_statistiktool.scss */
#statistiktool fieldset.radio-toggle[data-state='1'] label[id$='1'] {
  z-index: 0;
  background: #003F63;
  color: white;
}
@media print {
  /* line 705, ../scss/_statistiktool.scss */
  #statistiktool fieldset.radio-toggle[data-state='1'] label[id$='1'] {
    text-decoration: underline;
  }
}
/* line 714, ../scss/_statistiktool.scss */
#statistiktool fieldset.radio-toggle[data-state='1'] label[id$='2'] {
  z-index: 2;
}
/* line 720, ../scss/_statistiktool.scss */
#statistiktool fieldset.radio-toggle[data-state='2'] label[id$='0'] {
  z-index: 1;
}
/* line 724, ../scss/_statistiktool.scss */
#statistiktool fieldset.radio-toggle[data-state='2'] label[id$='1'] {
  z-index: 2;
}
/* line 728, ../scss/_statistiktool.scss */
#statistiktool fieldset.radio-toggle[data-state='2'] label[id$='2'] {
  z-index: 0;
  background: #003F63;
  color: white;
}
@media print {
  /* line 728, ../scss/_statistiktool.scss */
  #statistiktool fieldset.radio-toggle[data-state='2'] label[id$='2'] {
    text-decoration: underline;
  }
}
/* line 763, ../scss/_statistiktool.scss */
#statistiktool fieldset.radio-toggle-3 {
  position: relative;
  display: inline-flex;
  border: 0;
  padding: 0;
  margin: 0;
  border: 1px solid #003F63;
}
/* line 771, ../scss/_statistiktool.scss */
#statistiktool fieldset.radio-toggle-3:disabled {
  opacity: 0.4;
}
/* line 773, ../scss/_statistiktool.scss */
#statistiktool fieldset.radio-toggle-3:disabled label {
  cursor: not-allowed;
}
/* line 778, ../scss/_statistiktool.scss */
#statistiktool fieldset.radio-toggle-3 input[type='radio'] {
  display: none;
}
/* line 781, ../scss/_statistiktool.scss */
#statistiktool fieldset.radio-toggle-3.full-width {
  width: 100%;
}
/* line 785, ../scss/_statistiktool.scss */
#statistiktool fieldset.radio-toggle-3 label {
  position: relative;
  flex: 1 1 auto;
  margin-bottom: 0;
  padding: 3px 12px;
  max-width: unset;
  background: white;
  cursor: pointer;
  color: #003F63;
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  min-width: fit-content;
}
/* line 800, ../scss/_statistiktool.scss */
#statistiktool fieldset.radio-toggle-3 label[id$='0'] {
  background: transparent;
  color: transparent;
  position: absolute;
  width: calc(100% - 24px);
}
/* line 806, ../scss/_statistiktool.scss */
#statistiktool fieldset.radio-toggle-3 label[id$='2'],
#statistiktool fieldset.radio-toggle-3 label[id$='3'] {
  border-left: 1px solid #003F63;
}
/* line 812, ../scss/_statistiktool.scss */
#statistiktool fieldset.radio-toggle-3[data-state='0'] label[id$='0'] {
  z-index: 0;
}
/* line 815, ../scss/_statistiktool.scss */
#statistiktool fieldset.radio-toggle-3[data-state='0'] label[id$='1'] {
  z-index: 1;
}
/* line 819, ../scss/_statistiktool.scss */
#statistiktool fieldset.radio-toggle-3[data-state='0'] label[id$='2'] {
  z-index: 1;
}
/* line 822, ../scss/_statistiktool.scss */
#statistiktool fieldset.radio-toggle-3[data-state='0'] label[id$='3'] {
  z-index: 1;
}
/* line 828, ../scss/_statistiktool.scss */
#statistiktool fieldset.radio-toggle-3[data-state='1'] label[id$='0'] {
  z-index: 1;
}
/* line 831, ../scss/_statistiktool.scss */
#statistiktool fieldset.radio-toggle-3[data-state='1'] label[id$='1'] {
  z-index: 0;
  background: #003f63;
  color: white;
}
/* line 836, ../scss/_statistiktool.scss */
#statistiktool fieldset.radio-toggle-3[data-state='1'] label[id$='2'] {
  z-index: 2;
}
/* line 839, ../scss/_statistiktool.scss */
#statistiktool fieldset.radio-toggle-3[data-state='1'] label[id$='3'] {
  z-index: 2;
}
/* line 845, ../scss/_statistiktool.scss */
#statistiktool fieldset.radio-toggle-3[data-state='2'] label[id$='0'] {
  z-index: 1;
}
/* line 848, ../scss/_statistiktool.scss */
#statistiktool fieldset.radio-toggle-3[data-state='2'] label[id$='1'] {
  z-index: 2;
}
/* line 851, ../scss/_statistiktool.scss */
#statistiktool fieldset.radio-toggle-3[data-state='2'] label[id$='2'] {
  z-index: 0;
  background: #003f63;
  color: white;
}
/* line 856, ../scss/_statistiktool.scss */
#statistiktool fieldset.radio-toggle-3[data-state='2'] label[id$='3'] {
  z-index: 2;
}
/* line 861, ../scss/_statistiktool.scss */
#statistiktool fieldset.radio-toggle-3[data-state='3'] label[id$='0'] {
  z-index: 1;
}
/* line 864, ../scss/_statistiktool.scss */
#statistiktool fieldset.radio-toggle-3[data-state='3'] label[id$='1'] {
  z-index: 2;
}
/* line 867, ../scss/_statistiktool.scss */
#statistiktool fieldset.radio-toggle-3[data-state='3'] label[id$='2'] {
  z-index: 2;
}
/* line 870, ../scss/_statistiktool.scss */
#statistiktool fieldset.radio-toggle-3[data-state='3'] label[id$='3'] {
  z-index: 0;
  background: #003f63;
  color: white;
}
/* line 905, ../scss/_statistiktool.scss */
#statistiktool fieldset.radio {
  position: relative;
  display: inline-flex;
  border: 0;
  padding: 0;
  border: 1px solid #003F63;
}
/* line 913, ../scss/_statistiktool.scss */
#statistiktool fieldset.radio.full-width {
  width: 100%;
}
/* line 917, ../scss/_statistiktool.scss */
#statistiktool fieldset.radio:disabled {
  opacity: 0.4;
}
/* line 920, ../scss/_statistiktool.scss */
#statistiktool fieldset.radio:disabled label {
  cursor: not-allowed;
}
/* line 925, ../scss/_statistiktool.scss */
#statistiktool fieldset.radio input[type='radio'] {
  display: none;
}
/* line 929, ../scss/_statistiktool.scss */
#statistiktool fieldset.radio label {
  flex: 1 1 auto;
  position: relative;
  padding: 3px 12px;
  background: white;
  cursor: pointer;
  color: #003F63;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  min-width: fit-content;
  transition: width 300ms;
}
/* line 943, ../scss/_statistiktool.scss */
#statistiktool fieldset.radio label:not(:nth-of-type(1)) {
  border-left: 1px solid #003F63;
}
/* line 947, ../scss/_statistiktool.scss */
#statistiktool fieldset.radio input[type='radio']:checked + label {
  background: #003F63;
  color: white;
}
@media print {
  /* line 947, ../scss/_statistiktool.scss */
  #statistiktool fieldset.radio input[type='radio']:checked + label {
    text-decoration: underline;
  }
}
/* line 956, ../scss/_statistiktool.scss */
#statistiktool fieldset.radio:not(:disabled) label:hover,
#statistiktool fieldset.radio:not(:disabled) input[type='radio']:checked + label:hover {
  background: #e0e8ec;
  color: #003F63;
}
/* line 964, ../scss/_statistiktool.scss */
#statistiktool fieldset.checkbox {
  position: relative;
  display: inline-flex;
  border: 0;
  padding: 0;
  border: 1px solid #003F63;
}
/* line 972, ../scss/_statistiktool.scss */
#statistiktool fieldset.checkbox:disabled {
  opacity: 0.4;
}
/* line 975, ../scss/_statistiktool.scss */
#statistiktool fieldset.checkbox:disabled label {
  cursor: not-allowed;
}
/* line 980, ../scss/_statistiktool.scss */
#statistiktool fieldset.checkbox input[type='checkbox'] {
  display: none;
}
/* line 984, ../scss/_statistiktool.scss */
#statistiktool fieldset.checkbox label {
  flex: 1 1 auto;
  position: relative;
  padding: 3px 12px;
  background: white;
  cursor: pointer;
  color: #003F63;
  font-size: 14px;
  text-align: center;
  min-width: fit-content;
}
/* line 995, ../scss/_statistiktool.scss */
#statistiktool fieldset.checkbox label span {
  color: inherit;
}
/* line 998, ../scss/_statistiktool.scss */
#statistiktool fieldset.checkbox label span::before {
  content: '\e924';
  font-family: "exp-icon";
  color: inherit;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  position: relative;
  top: 1px;
}
/* line 1013, ../scss/_statistiktool.scss */
#statistiktool fieldset.checkbox input[type='checkbox']:checked + label {
  color: #003F63;
  font-weight: 700;
}
/* line 1019, ../scss/_statistiktool.scss */
#statistiktool fieldset.checkbox input[type='checkbox']:checked + label span::before {
  content: '\e906';
}
/* line 1025, ../scss/_statistiktool.scss */
#statistiktool fieldset.checkbox:not(:disabled) label:hover,
#statistiktool fieldset.checkbox:not(:disabled) input[type='checkbox']:checked + label:hover {
  background: #e0e8ec;
  color: #003F63;
}
/* line 1033, ../scss/_statistiktool.scss */
#statistiktool .stack-small > * + * {
  margin: 0.5rem 0 0 0;
}
/* line 1036, ../scss/_statistiktool.scss */
#statistiktool .stack > * + * {
  margin: 1rem 0 0 0;
}
/* line 1039, ../scss/_statistiktool.scss */
#statistiktool .stack-large > * + * {
  margin: 2rem 0 0 0;
}
/* line 1042, ../scss/_statistiktool.scss */
#statistiktool .stack-h-small > * + * {
  margin: 0 0 0 0.5rem;
}
/* line 1045, ../scss/_statistiktool.scss */
#statistiktool .stack-h > * + * {
  margin: 0 0 0 1rem;
}
/* line 1048, ../scss/_statistiktool.scss */
#statistiktool .stack-h-large > * + * {
  margin: 0 0 0 2rem;
}
/* line 1056, ../scss/_statistiktool.scss */
#statistiktool fieldset {
  margin: 0;
}
/* line 1071, ../scss/_statistiktool.scss */
#statistiktool .chart-2-column .chart:first-child {
  display: inline-block;
  width: 40%;
}
/* line 1075, ../scss/_statistiktool.scss */
#statistiktool .chart-2-column .chart:last-child {
  display: inline-block;
  width: 59%;
}
/* line 1081, ../scss/_statistiktool.scss */
#statistiktool .wrapper-chart-2-column {
  position: relative;
  min-height: 200px;
}
/* line 1086, ../scss/_statistiktool.scss */
#statistiktool .beschreibung {
  margin-top: 7rem;
  margin-bottom: 2rem;
  font-size: 14px;
}

/* line 1094, ../scss/_statistiktool.scss */
.statistiktool-map {
  margin-top: -220px;
  margin-bottom: -220px;
  position: relative;
  height: 600px;
  width: 100%;
  clip-path: polygon(0 37%, 100% 37%, 100% 65%, 0 65%);
  overflow-x: hidden;
}
@media print {
  /* line 1094, ../scss/_statistiktool.scss */
  .statistiktool-map {
    display: none;
  }
}
/* line 1107, ../scss/_statistiktool.scss */
.statistiktool-map #statistiktool-map {
  position: static !important;
}
/* line 1111, ../scss/_statistiktool.scss */
.statistiktool-map .top {
  position: absolute;
  z-index: 100;
  height: 220px;
  width: 100%;
  background-color: white;
}
/* line 1119, ../scss/_statistiktool.scss */
.statistiktool-map .bottom {
  position: absolute;
  height: 220px;
  width: 100%;
  bottom: 0px;
  background: white;
  z-index: 100;
}
/* line 1128, ../scss/_statistiktool.scss */
.statistiktool-map .statistiktool-btn-karte {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  margin-bottom: 1rem;
}
/* line 1138, ../scss/_statistiktool.scss */
.statistiktool-map .statistiktool-btn-karte:hover {
  text-decoration: none;
}
/* line 1140, ../scss/_statistiktool.scss */
.statistiktool-map .statistiktool-btn-karte:hover::before {
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  grid-area: 1/-1;
}
/* line 1147, ../scss/_statistiktool.scss */
.statistiktool-map .statistiktool-btn-karte:hover div {
  opacity: 1;
}
/* line 1152, ../scss/_statistiktool.scss */
.statistiktool-map .statistiktool-btn-karte > * {
  grid-area: 1/-1;
}
/* line 1156, ../scss/_statistiktool.scss */
.statistiktool-map .statistiktool-btn-karte div {
  text-align: center;
  opacity: 0;
  color: white;
}
/* line 1162, ../scss/_statistiktool.scss */
.statistiktool-map .statistiktool-btn-karte img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

/* line 1172, ../scss/_statistiktool.scss */
.highcharts-tooltip {
  line-height: 2.2rem;
}

@media print {
  /* line 1179, ../scss/_statistiktool.scss */
  [id="st-pipeline"] .chart {
    width: 100vw !important;
  }
  /* line 1182, ../scss/_statistiktool.scss */
  [id="st-pipeline"] .highcharts-container {
    width: 100vw !important;
  }
  /* line 1185, ../scss/_statistiktool.scss */
  [id="st-pipeline"] svg {
    width: 100vw !important;
  }

  /* line 1190, ../scss/_statistiktool.scss */
  [id="st-preisentwicklung"] .chart {
    width: 100vw !important;
  }
  /* line 1193, ../scss/_statistiktool.scss */
  [id="st-preisentwicklung"] .highcharts-container {
    width: 100vw !important;
  }
  /* line 1196, ../scss/_statistiktool.scss */
  [id="st-preisentwicklung"] svg {
    width: 100vw !important;
  }

  /* line 1201, ../scss/_statistiktool.scss */
  [id="st-verwertung"] .chart {
    width: 100vw !important;
  }
  /* line 1204, ../scss/_statistiktool.scss */
  [id="st-verwertung"] .highcharts-container {
    width: 100vw !important;
  }
  /* line 1207, ../scss/_statistiktool.scss */
  [id="st-verwertung"] svg {
    width: 100vw !important;
  }

  /* line 1212, ../scss/_statistiktool.scss */
  [id="st-einpreisung"] .chart {
    width: 100vw !important;
  }
  /* line 1215, ../scss/_statistiktool.scss */
  [id="st-einpreisung"] .highcharts-container {
    width: 100vw !important;
  }
  /* line 1218, ../scss/_statistiktool.scss */
  [id="st-einpreisung"] svg {
    width: 100vw !important;
  }

  /* line 1223, ../scss/_statistiktool.scss */
  [id="st-zielgruppenanalyse"] .chart {
    width: 45vw !important;
  }
  /* line 1226, ../scss/_statistiktool.scss */
  [id="st-zielgruppenanalyse"] .highcharts-container {
    width: 45vw !important;
  }
  /* line 1229, ../scss/_statistiktool.scss */
  [id="st-zielgruppenanalyse"] svg {
    width: 45vw !important;
  }

  /* line 1234, ../scss/_statistiktool.scss */
  .highcharts-label.highcharts-tooltip {
    display: none !important;
  }

  /* line 1238, ../scss/_statistiktool.scss */
  .highcharts-crosshair {
    display: none !important;
  }
}
/* line 23, ../scss/style.scss */
body {
  font-weight: 300;
  line-height: 1.5;
  margin: 0;
}

/* line 28, ../scss/style.scss */
a {
  font-weight: 400;
}

/* line 32, ../scss/style.scss */
h1,
.h1,
.paragraph--class--blue-background h2 .field--name-field-heading,
.paragraph--type--produkt-addon .text .field--name-field-heading,
h2,
.h2,
.paragraph--class--blue-background h3 .field--name-field-heading,
h3,
.h3,
.paragraph--type--video h3,
.paragraph--type--presse .field--name-field-heading,
.paragraph--type--partner .field--name-field-heading,
.paragraph--type--factsheet .field--name-field-heading,
.paragraph--type--vorteile .paragraph--type--vorteil .field--name-field-heading {
  margin-bottom: 2.25rem;
}
/* line 39, ../scss/style.scss */
h1 a,
.h1 a,
.paragraph--class--blue-background h2 .field--name-field-heading a,
.paragraph--type--produkt-addon .text .field--name-field-heading a,
h2 a,
.h2 a,
.paragraph--class--blue-background h3 .field--name-field-heading a,
h3 a,
.h3 a,
.paragraph--type--video h3 a,
.paragraph--type--presse .field--name-field-heading a,
.paragraph--type--partner .field--name-field-heading a,
.paragraph--type--factsheet .field--name-field-heading a,
.paragraph--type--vorteile .paragraph--type--vorteil .field--name-field-heading a {
  font-weight: 900;
}

/* line 43, ../scss/style.scss */
h1.page-header {
  border-bottom: 0;
  margin-top: 2em;
}

/* line 50, ../scss/style.scss */
.block-page-title-block {
  border-bottom: 1px solid rgba(27, 27, 27, 0.5);
}

/* line 56, ../scss/style.scss */
.page-node-94 .block-page-title-block {
  border-bottom: 0;
}

/* line 60, ../scss/style.scss */
h1,
.h1,
.paragraph--class--blue-background h2 .field--name-field-heading,
.paragraph--type--produkt-addon .text .field--name-field-heading,
h3,
.h3,
.paragraph--type--video h3,
.paragraph--type--presse .field--name-field-heading,
.paragraph--type--partner .field--name-field-heading,
.paragraph--type--factsheet .field--name-field-heading,
.paragraph--type--vorteile .paragraph--type--vorteil .field--name-field-heading {
  color: #003F63;
}

/* line 67, ../scss/style.scss */
strong {
  font-weight: 700;
}

/* line 70, ../scss/style.scss */
.spaced-uppercase, .navbar-custom, .footer, .projekt-detail .projekt-fertigstellung .date, .projekt-detail .sort-objekte #sort-accordion .panel-heading .panel-title, .map-and-filter .dropdown-menu.filter-overlay h4 {
  letter-spacing: 1px;
  text-transform: uppercase;
}

/* line 77, ../scss/style.scss */
.border-bottom, .navbar-custom .dropdown.open .dropdown-menu > li, .navbar-custom .nav > li > a {
  border-bottom: 1px solid rgba(27, 27, 27, 0.5);
}

/* line 81, ../scss/style.scss */
h2,
h3 {
  color: #db4224;
}

/* line 87, ../scss/style.scss */
.blue {
  color: #003F63;
}

/* line 90, ../scss/style.scss */
.red {
  color: #db4224;
}

/* line 93, ../scss/style.scss */
.medium {
  font-weight: normal;
}

/* line 97, ../scss/style.scss */
.btn, .eu-cookie-compliance-more-button, .eu-cookie-compliance-agree-button, .full .content .paragraph--type--produkt-teaser .field--name-field-button a {
  font-weight: 500;
  font-size: 15px;
  padding: 12px 17px;
  letter-spacing: 0.1px;
}
/* line 104, ../scss/style.scss */
.btn.btn-link, .btn-link.eu-cookie-compliance-more-button, .btn-link.eu-cookie-compliance-agree-button, .full .content .paragraph--type--produkt-teaser .field--name-field-button a.btn-link {
  padding: 6px 12px;
}
/* line 108, ../scss/style.scss */
.btn.btn-sm, .btn-group-sm > .btn, .btn-group-sm > .eu-cookie-compliance-more-button, .btn-group-sm > .eu-cookie-compliance-agree-button, .full .content .paragraph--type--produkt-teaser .field--name-field-button .btn-group-sm > a, .eu-cookie-compliance-more-button, .eu-cookie-compliance-agree-button, .full .content .paragraph--type--produkt-teaser .field--name-field-button a.btn-sm, .full .content .paragraph--type--produkt-teaser .field--name-field-button a.eu-cookie-compliance-more-button, .full .content .paragraph--type--produkt-teaser .field--name-field-button a.eu-cookie-compliance-agree-button {
  padding: 5px 10px;
  font-size: 14px;
}
@media screen and (min-width: 992px) {
  /* line 97, ../scss/style.scss */
  .btn, .eu-cookie-compliance-more-button, .eu-cookie-compliance-agree-button, .full .content .paragraph--type--produkt-teaser .field--name-field-button a {
    font-size: 18px;
    letter-spacing: 0.15px;
    padding: 10px 50px;
  }
  /* line 116, ../scss/style.scss */
  .btn.btn-link, .btn-link.eu-cookie-compliance-more-button, .btn-link.eu-cookie-compliance-agree-button, .full .content .paragraph--type--produkt-teaser .field--name-field-button a.btn-link {
    font-size: 16px;
  }
}

/* line 121, ../scss/style.scss */
.btn-primary, .eu-cookie-compliance-agree-button {
  color: #1b1b1b;
  background-color: #fff;
  border-color: #002f4a;
}
/* line 11, ../bootstrap/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:focus, .eu-cookie-compliance-agree-button:focus, .btn-primary.focus, .focus.eu-cookie-compliance-agree-button {
  color: #1b1b1b;
  background-color: #e6e6e6;
  border-color: black;
}
/* line 17, ../bootstrap/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:hover, .eu-cookie-compliance-agree-button:hover {
  color: #1b1b1b;
  background-color: #e6e6e6;
  border-color: #00080c;
}
/* line 22, ../bootstrap/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:active, .eu-cookie-compliance-agree-button:active, .btn-primary.active, .active.eu-cookie-compliance-agree-button, .open > .btn-primary.dropdown-toggle, .open > .dropdown-toggle.eu-cookie-compliance-agree-button {
  color: #1b1b1b;
  background-color: #e6e6e6;
  border-color: #00080c;
}
/* line 29, ../bootstrap/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:active:hover, .eu-cookie-compliance-agree-button:active:hover, .btn-primary:active:focus, .eu-cookie-compliance-agree-button:active:focus, .btn-primary:active.focus, .eu-cookie-compliance-agree-button:active.focus, .btn-primary.active:hover, .active.eu-cookie-compliance-agree-button:hover, .btn-primary.active:focus, .active.eu-cookie-compliance-agree-button:focus, .btn-primary.active.focus, .active.focus.eu-cookie-compliance-agree-button, .open > .btn-primary.dropdown-toggle:hover, .open > .dropdown-toggle.eu-cookie-compliance-agree-button:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .dropdown-toggle.eu-cookie-compliance-agree-button:focus, .open > .btn-primary.dropdown-toggle.focus, .open > .dropdown-toggle.focus.eu-cookie-compliance-agree-button {
  color: #1b1b1b;
  background-color: #d4d4d4;
  border-color: black;
}
/* line 37, ../bootstrap/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:active, .eu-cookie-compliance-agree-button:active, .btn-primary.active, .active.eu-cookie-compliance-agree-button, .open > .btn-primary.dropdown-toggle, .open > .dropdown-toggle.eu-cookie-compliance-agree-button {
  background-image: none;
}
/* line 45, ../bootstrap/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary.disabled:hover, .disabled.eu-cookie-compliance-agree-button:hover, .btn-primary.disabled:focus, .disabled.eu-cookie-compliance-agree-button:focus, .btn-primary.disabled.focus, .disabled.focus.eu-cookie-compliance-agree-button, .btn-primary[disabled]:hover, [disabled].eu-cookie-compliance-agree-button:hover, .btn-primary[disabled]:focus, [disabled].eu-cookie-compliance-agree-button:focus, .btn-primary[disabled].focus, [disabled].focus.eu-cookie-compliance-agree-button, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .eu-cookie-compliance-agree-button:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .eu-cookie-compliance-agree-button:focus, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .focus.eu-cookie-compliance-agree-button {
  background-color: #fff;
  border-color: #002f4a;
}
/* line 53, ../bootstrap/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary .badge, .eu-cookie-compliance-agree-button .badge {
  color: #fff;
  background-color: #1b1b1b;
}

/* line 124, ../scss/style.scss */
.btn-red, .full .content .paragraph--type--produkt-teaser .field--name-field-button a {
  color: #fff;
  background-color: #db4224;
  border-color: #db4224;
}
/* line 11, ../bootstrap/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-red:focus, .full .content .paragraph--type--produkt-teaser .field--name-field-button a:focus, .btn-red.focus, .full .content .paragraph--type--produkt-teaser .field--name-field-button a.focus {
  color: #fff;
  background-color: #af351d;
  border-color: #6e2112;
}
/* line 17, ../bootstrap/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-red:hover, .full .content .paragraph--type--produkt-teaser .field--name-field-button a:hover {
  color: #fff;
  background-color: #af351d;
  border-color: #a6321b;
}
/* line 22, ../bootstrap/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-red:active, .full .content .paragraph--type--produkt-teaser .field--name-field-button a:active, .btn-red.active, .full .content .paragraph--type--produkt-teaser .field--name-field-button a.active, .open > .btn-red.dropdown-toggle, .full .content .paragraph--type--produkt-teaser .field--name-field-button .open > a.dropdown-toggle {
  color: #fff;
  background-color: #af351d;
  border-color: #a6321b;
}
/* line 29, ../bootstrap/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-red:active:hover, .full .content .paragraph--type--produkt-teaser .field--name-field-button a:active:hover, .btn-red:active:focus, .full .content .paragraph--type--produkt-teaser .field--name-field-button a:active:focus, .btn-red:active.focus, .full .content .paragraph--type--produkt-teaser .field--name-field-button a:active.focus, .btn-red.active:hover, .full .content .paragraph--type--produkt-teaser .field--name-field-button a.active:hover, .btn-red.active:focus, .full .content .paragraph--type--produkt-teaser .field--name-field-button a.active:focus, .btn-red.active.focus, .full .content .paragraph--type--produkt-teaser .field--name-field-button a.active.focus, .open > .btn-red.dropdown-toggle:hover, .full .content .paragraph--type--produkt-teaser .field--name-field-button .open > a.dropdown-toggle:hover, .open > .btn-red.dropdown-toggle:focus, .full .content .paragraph--type--produkt-teaser .field--name-field-button .open > a.dropdown-toggle:focus, .open > .btn-red.dropdown-toggle.focus, .full .content .paragraph--type--produkt-teaser .field--name-field-button .open > a.dropdown-toggle.focus {
  color: #fff;
  background-color: #912c18;
  border-color: #6e2112;
}
/* line 37, ../bootstrap/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-red:active, .full .content .paragraph--type--produkt-teaser .field--name-field-button a:active, .btn-red.active, .full .content .paragraph--type--produkt-teaser .field--name-field-button a.active, .open > .btn-red.dropdown-toggle, .full .content .paragraph--type--produkt-teaser .field--name-field-button .open > a.dropdown-toggle {
  background-image: none;
}
/* line 45, ../bootstrap/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-red.disabled:hover, .full .content .paragraph--type--produkt-teaser .field--name-field-button a.disabled:hover, .btn-red.disabled:focus, .full .content .paragraph--type--produkt-teaser .field--name-field-button a.disabled:focus, .btn-red.disabled.focus, .full .content .paragraph--type--produkt-teaser .field--name-field-button a.disabled.focus, .btn-red[disabled]:hover, .full .content .paragraph--type--produkt-teaser .field--name-field-button a[disabled]:hover, .btn-red[disabled]:focus, .full .content .paragraph--type--produkt-teaser .field--name-field-button a[disabled]:focus, .btn-red[disabled].focus, .full .content .paragraph--type--produkt-teaser .field--name-field-button a[disabled].focus, fieldset[disabled] .btn-red:hover, fieldset[disabled] .full .content .paragraph--type--produkt-teaser .field--name-field-button a:hover, .full .content .paragraph--type--produkt-teaser .field--name-field-button fieldset[disabled] a:hover, fieldset[disabled] .btn-red:focus, fieldset[disabled] .full .content .paragraph--type--produkt-teaser .field--name-field-button a:focus, .full .content .paragraph--type--produkt-teaser .field--name-field-button fieldset[disabled] a:focus, fieldset[disabled] .btn-red.focus, fieldset[disabled] .full .content .paragraph--type--produkt-teaser .field--name-field-button a.focus, .full .content .paragraph--type--produkt-teaser .field--name-field-button fieldset[disabled] a.focus {
  background-color: #db4224;
  border-color: #db4224;
}
/* line 53, ../bootstrap/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-red .badge, .full .content .paragraph--type--produkt-teaser .field--name-field-button a .badge {
  color: #db4224;
  background-color: #fff;
}

/* line 127, ../scss/style.scss */
.btn-blue {
  color: #fff;
  background-color: #003F63;
  border-color: #003F63;
}
/* line 11, ../bootstrap/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-blue:focus, .btn-blue.focus {
  color: #fff;
  background-color: #001f30;
  border-color: black;
}
/* line 17, ../bootstrap/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-blue:hover {
  color: #fff;
  background-color: #001f30;
  border-color: #001826;
}
/* line 22, ../bootstrap/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-blue:active, .btn-blue.active, .open > .btn-blue.dropdown-toggle {
  color: #fff;
  background-color: #001f30;
  border-color: #001826;
}
/* line 29, ../bootstrap/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-blue:active:hover, .btn-blue:active:focus, .btn-blue:active.focus, .btn-blue.active:hover, .btn-blue.active:focus, .btn-blue.active.focus, .open > .btn-blue.dropdown-toggle:hover, .open > .btn-blue.dropdown-toggle:focus, .open > .btn-blue.dropdown-toggle.focus {
  color: #fff;
  background-color: #00080c;
  border-color: black;
}
/* line 37, ../bootstrap/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-blue:active, .btn-blue.active, .open > .btn-blue.dropdown-toggle {
  background-image: none;
}
/* line 45, ../bootstrap/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-blue.disabled:hover, .btn-blue.disabled:focus, .btn-blue.disabled.focus, .btn-blue[disabled]:hover, .btn-blue[disabled]:focus, .btn-blue[disabled].focus, fieldset[disabled] .btn-blue:hover, fieldset[disabled] .btn-blue:focus, fieldset[disabled] .btn-blue.focus {
  background-color: #003F63;
  border-color: #003F63;
}
/* line 53, ../bootstrap/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-blue .badge {
  color: #003F63;
  background-color: #fff;
}
/* line 129, ../scss/style.scss */
.btn-blue:hover, .btn-blue:focus {
  background-color: #003554;
  border-color: #003554;
}

/* line 136, ../scss/style.scss */
.user-logged-in .hidden-logged-in {
  display: none;
}

/* line 141, ../scss/style.scss */
.input-group .btn, .input-group .eu-cookie-compliance-more-button, .input-group .eu-cookie-compliance-agree-button, .input-group .full .content .paragraph--type--produkt-teaser .field--name-field-button a, .full .content .paragraph--type--produkt-teaser .field--name-field-button .input-group a {
  font-weight: inherit;
  font-size: 16px;
  padding: 6px 12px;
}
/* line 146, ../scss/style.scss */
.input-group .form-control {
  background-color: transparent;
  font-size: 16px;
}

/* line 151, ../scss/style.scss */
.form-control {
  background-color: #e0e8ec;
  font-size: 18px;
  font-weight: 400;
}

@media (min-width: 768px) {
  /* line 159, ../scss/style.scss */
  .text-right-sm-up {
    text-align: right;
  }
}
@media (min-width: 992px) {
  /* line 164, ../scss/style.scss */
  .text-right-md-up {
    text-align: right;
  }
}
@media (min-width: 1200px) {
  /* line 169, ../scss/style.scss */
  .text-right-lg-up {
    text-align: right;
  }
}
/* line 175, ../scss/style.scss */
.full .content ul {
  list-style-type: none;
  padding-left: 0;
}
/* line 178, ../scss/style.scss */
.full .content ul li {
  padding-left: 50px;
  padding-left: 25px;
  position: relative;
}
/* line 182, ../scss/style.scss */
.full .content ul li:before {
  position: absolute;
  left: 0;
  content: "•";
  color: #db4224;
}

/* line 191, ../scss/style.scss */
.author {
  font-size: 14px;
}

/* line 198, ../scss/style.scss */
.view.view-magazin .view-content .views-row {
  padding-top: 40px;
}
/* line 204, ../scss/style.scss */
.view.view-magazin .view-content .views-row:after {
  content: "";
  height: 1px;
  width: 100%;
  margin-top: 40px;
  background-color: rgba(27, 27, 27, 0.5);
  display: block;
}
/* line 214, ../scss/style.scss */
.view.view-magazin h2 {
  letter-spacing: 1px;
}
/* line 216, ../scss/style.scss */
.view.view-magazin h2 a {
  color: #1b1b1b;
}
@media screen and (min-width: 992px) {
  /* line 221, ../scss/style.scss */
  .view.view-magazin h2 {
    font-size: 24px;
  }
}

/* line 230, ../scss/style.scss */
.full.article {
  padding-top: 40px;
}
/* line 263, ../scss/style.scss */
.full.article .subtitle-and-author > footer .author {
  opacity: 0.8;
}

/* line 274, ../scss/style.scss */
.teaser.article ul.links {
  margin-bottom: 0;
}
/* line 279, ../scss/style.scss */
.teaser.article .field--name-field-lead img {
  display: none;
}
/* line 283, ../scss/style.scss */
.teaser.article .field--name-field-image {
  overflow: hidden;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  /* line 283, ../scss/style.scss */
  .teaser.article .field--name-field-image {
    margin-bottom: 0;
  }
}
/* line 290, ../scss/style.scss */
.teaser.article .field--name-field-image img {
  transition: transform 0.5s ease;
}
/* line 295, ../scss/style.scss */
.teaser.article .field--name-field-image:hover img {
  transform: scale(1.2);
}
/* line 301, ../scss/style.scss */
.teaser.article h2 {
  margin-top: 0;
  margin-bottom: 0;
}

/* line 312, ../scss/style.scss */
.field--name-field-subtitle {
  font-weight: 500;
}

/* line 316, ../scss/style.scss */
.field--name-field-subtitle {
  color: #003F63;
}

/*
.page-node-type-article {
  .tabs-wrapper {
    background-color: hotpink;
    margin-top: 50px;
  }
  .tabs-wrapper + .article > .subtitle-and-author {
    margin: 0;
    position: absolute;
    top: 100px;
  }
}
*/
/* line 340, ../scss/style.scss */
.path-magazin .page-header,
.page-node-type-article .page-header,
.page-node-type-paragraph-page .page-header {
  color: #003F63;
  margin-top: 0;
  margin-bottom: 50px;
  padding: 50px;
  padding: 0;
}

/* line 355, ../scss/style.scss */
.path-magazin .page-header {
  margin: 40px 0;
}
@media screen and (min-width: 1200px) {
  /* line 355, ../scss/style.scss */
  .path-magazin .page-header {
    margin: 126px 0;
  }
}

/* line 362, ../scss/style.scss */
.page-node-type-article .page-header {
  margin-top: 24px;
  margin-bottom: 24px;
}
/* line 366, ../scss/style.scss */
.page-node-type-article .subtitle-and-author {
  margin-bottom: 48px;
}

/* line 372, ../scss/style.scss */
.field--name-field-downloads .field--item .file {
  border: 2px solid #003F63;
  padding: 8px 16px 8px 8px;
  margin-bottom: 8px;
  margin-top: 8px;
}
/* line 377, ../scss/style.scss */
.field--name-field-downloads .field--item .file > span {
  border: 0;
  padding: 0;
}
/* line 382, ../scss/style.scss */
.field--name-field-downloads .field--item a {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}
/* line 386, ../scss/style.scss */
.field--name-field-downloads .field--item a:hover, .field--name-field-downloads .field--item a:focus {
  color: #db4224;
}
/* line 393, ../scss/style.scss */
.field--name-field-downloads .field--item .file-size {
  font-size: 14px;
  font-weight: 300;
}
/* line 398, ../scss/style.scss */
.field--name-field-downloads .field--item .file-icon .exp-icon {
  font-size: 24px;
  margin-right: 10px;
}

/* line 406, ../scss/style.scss */
body.path-user {
  background-color: #336682;
}
/* line 413, ../scss/style.scss */
body.path-user .region-content {
  margin: 50px 0;
}
/* line 419, ../scss/style.scss */
body.path-user .form-control {
  font-size: 18px;
}
/* line 422, ../scss/style.scss */
body.path-user .navbar-wrapper {
  background-color: #fff;
}
/* line 425, ../scss/style.scss */
body.path-user .nav-tabs > li > a {
  border-radius: 0;
}
/* line 427, ../scss/style.scss */
body.path-user .nav-tabs > li > a:hover, body.path-user .nav-tabs > li > a:focus {
  background-color: rgba(255, 255, 255, 0.2);
}
/* line 433, ../scss/style.scss */
body.path-user .nav-tabs {
  margin-bottom: 2em;
}
/* line 436, ../scss/style.scss */
body.path-user .nav-tabs > li.active > a {
  background-color: transparent;
  color: #fff;
  border-bottom-color: #336682;
}
/* line 441, ../scss/style.scss */
body.path-user .region-content {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
}
/* line 447, ../scss/style.scss */
body.path-user .region-content a {
  color: #fff;
}
/* line 451, ../scss/style.scss */
body.path-user .form-actions {
  margin-top: 2em;
  text-align: center;
}
/* line 455, ../scss/style.scss */
body.path-user .help-block {
  font-weight: 400;
  color: #e0e8ec;
}
/* line 461, ../scss/style.scss */
body.path-user .is-weak {
  background-color: #eb2a2e;
}
/* line 464, ../scss/style.scss */
body.path-user .is-fair {
  background-color: #ee3d2c;
}
/* line 467, ../scss/style.scss */
body.path-user .is-good {
  background-color: #f9da22;
}
/* line 470, ../scss/style.scss */
body.path-user .is-strong {
  background-color: #b0d24b;
}
/* line 473, ../scss/style.scss */
body.path-user .error {
  color: #d9534f;
  font-weight: bold;
}
/* line 477, ../scss/style.scss */
body.path-user .ok {
  color: #5cb85c;
  font-weight: bold;
}
/* line 481, ../scss/style.scss */
body.path-user .password-confirm,
body.path-user .password-strength,
body.path-user .password-suggestions {
  font-size: 14px;
  font-weight: 400;
}
/* line 487, ../scss/style.scss */
body.path-user .fieldset-legend {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}
/* line 492, ../scss/style.scss */
body.path-user h2 {
  color: #e0e8ec;
  font-size: 24px;
}
/* line 496, ../scss/style.scss */
body.path-user .list-group-item {
  font-size: 0.85em;
  line-height: 18px;
  color: #1b1b1b;
  padding-right: 40px;
}
/* line 501, ../scss/style.scss */
body.path-user .list-group-item a {
  text-decoration: none;
}
/* line 505, ../scss/style.scss */
body.path-user .list-group-item .btn-right {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  padding: 10px;
  width: 40px;
  font-size: 18px;
  text-align: center;
  color: #db4224;
}
/* line 517, ../scss/style.scss */
body.path-user .list-group-item .btn-right:hover, body.path-user .list-group-item .btn-right:focus {
  text-decoration: none;
  opacity: 1;
}
/* line 522, ../scss/style.scss */
body.path-user .list-group-item .btn-right.remove {
  font-size: 20px;
}
/* line 538, ../scss/style.scss */
body.path-user .list-group-item a {
  color: #1b1b1b;
}

/* line 549, ../scss/style.scss */
.btn-subscribe:focus .glyphicon:before, .btn-subscribe:hover .glyphicon:before {
  content: "";
}

/* line 561, ../scss/style.scss */
.btn-unsubscribe:focus .glyphicon:before, .btn-unsubscribe:hover .glyphicon:before {
  content: "";
}

/* line 569, ../scss/style.scss */
.projekt-detail .section-header .btn-feedback,
.projekt-detail .section-header .btn-subscribe,
.projekt-detail .section-header .btn-export,
.projekt-detail .section-header .btn-unsubscribe,
.projekt-detail .section-header .btn-drucken {
  margin-right: 15px;
}
/* line 574, ../scss/style.scss */
.projekt-detail .section-header .btn-feedback .exp-icon::before,
.projekt-detail .section-header .btn-subscribe .exp-icon::before,
.projekt-detail .section-header .btn-export .exp-icon::before,
.projekt-detail .section-header .btn-unsubscribe .exp-icon::before,
.projekt-detail .section-header .btn-drucken .exp-icon::before {
  color: #003F63;
}
/* line 578, ../scss/style.scss */
.projekt-detail .section-header .btn-feedback,
.projekt-detail .section-header .btn-feedback .glyphicon,
.projekt-detail .section-header .btn-feedback .glyphicon:before,
.projekt-detail .section-header .btn-subscribe,
.projekt-detail .section-header .btn-subscribe .glyphicon,
.projekt-detail .section-header .btn-subscribe .glyphicon:before,
.projekt-detail .section-header .btn-export,
.projekt-detail .section-header .btn-export .glyphicon,
.projekt-detail .section-header .btn-export .glyphicon:before,
.projekt-detail .section-header .btn-unsubscribe,
.projekt-detail .section-header .btn-unsubscribe .glyphicon,
.projekt-detail .section-header .btn-unsubscribe .glyphicon:before,
.projekt-detail .section-header .btn-drucken,
.projekt-detail .section-header .btn-drucken .glyphicon,
.projekt-detail .section-header .btn-drucken .glyphicon:before {
  color: #003F63;
  font-size: 30px;
  top: -2px;
  line-height: 1.25;
  opacity: 1;
}

/* line 601, ../scss/style.scss */
.form-required:after {
  margin-left: 8px;
  vertical-align: middle;
}

/* line 606, ../scss/style.scss */
#edit-field-plz {
  vertical-align: top;
  column-count: 3;
}
@media (min-width: 480px) {
  /* line 606, ../scss/style.scss */
  #edit-field-plz {
    column-count: 4;
  }
}
@media (min-width: 768px) {
  /* line 606, ../scss/style.scss */
  #edit-field-plz {
    column-count: 5;
  }
}
/* line 615, ../scss/style.scss */
#edit-field-plz .form-item:first-child {
  margin-top: 0;
}

/* line 624, ../scss/style.scss */
.navbar-custom {
  border: 0;
  margin-bottom: 0;
  font-size: 14px;
}
@media (min-width: 1200px) {
  /* line 624, ../scss/style.scss */
  .navbar-custom {
    font-size: 16px;
  }
}
/* line 634, ../scss/style.scss */
.navbar-custom .icon-bar {
  background-color: #003F63;
}
/* line 638, ../scss/style.scss */
.navbar-custom a {
  color: #003F63;
}
/* line 641, ../scss/style.scss */
.navbar-custom .caret {
  border: 0;
  display: block;
  height: 1.3125rem;
  height: 21px;
  left: 15px;
  margin-top: -10.5px;
  top: 50%;
  position: absolute;
  width: 1.3125rem;
  width: 21px;
}
/* line 642, ../scss/style.scss */
.navbar-custom .caret:after, .navbar-custom .caret:before {
  background-color: #003F63;
  content: "";
  position: absolute;
}
/* line 648, ../scss/style.scss */
.navbar-custom .caret:after {
  width: 1px;
  height: 21px;
  left: 10px;
}
/* line 653, ../scss/style.scss */
.navbar-custom .caret:before {
  height: 1px;
  top: 10px;
  width: 21px;
}
@media (min-width: 1200px) {
  /* line 641, ../scss/style.scss */
  .navbar-custom .caret {
    display: none;
  }
}
/* line 675, ../scss/style.scss */
.navbar-custom .dropdown.open > a > .caret:after {
  content: none;
}
/* line 679, ../scss/style.scss */
.navbar-custom .dropdown.open .dropdown-menu {
  padding-bottom: 0;
  padding-top: 0;
  border: none;
  box-shadow: none;
}
@media (max-width: 1199px) {
  /* line 684, ../scss/style.scss */
  .navbar-custom .dropdown.open .dropdown-menu > li {
    border-bottom: 0;
  }
}
/* line 693, ../scss/style.scss */
.navbar-custom .nav > li > a {
  line-height: 16px;
  padding: 13px 25px 16px 55px;
}
@media (min-width: 1200px) {
  /* line 693, ../scss/style.scss */
  .navbar-custom .nav > li > a {
    line-height: 32px;
    padding: 24px 20px;
    border-bottom: 0;
  }
}
@media (max-width: 1199px) {
  /* line 704, ../scss/style.scss */
  .navbar-custom .menu--account-guest.nav > li > a {
    padding: 9px 25px 12px 55px;
    line-height: 25px;
    align-items: center;
    display: flex;
  }
}
/* line 712, ../scss/style.scss */
.navbar-custom .navbar-nav .open .dropdown-menu {
  background-color: #fff;
  border-bottom: 1px solid rgba(27, 27, 27, 0.5) !important;
}
@media (min-width: 1200px) {
  /* line 712, ../scss/style.scss */
  .navbar-custom .navbar-nav .open .dropdown-menu {
    border-bottom: none !important;
  }
}
/* line 720, ../scss/style.scss */
.navbar-custom .nav > li > a:hover,
.navbar-custom .nav > li > a:focus {
  background-color: transparent;
  color: #db4224;
}
/* line 724, ../scss/style.scss */
.navbar-custom .nav > li > a:hover .exp-icon,
.navbar-custom .nav > li > a:focus .exp-icon {
  color: #db4224;
}
/* line 728, ../scss/style.scss */
.navbar-custom .nav > li.active > a,
.navbar-custom .nav > li > a.is-active {
  background-color: transparent;
  color: #db4224;
  font-weight: 700;
}
/* line 733, ../scss/style.scss */
.navbar-custom .nav > li.active > a .exp-icon,
.navbar-custom .nav > li > a.is-active .exp-icon {
  color: #db4224;
}
/* line 738, ../scss/style.scss */
.navbar-custom .menu {
  margin-top: 0;
  margin-bottom: 0;
}
/* line 742, ../scss/style.scss */
.navbar-custom .nav .open > a {
  background-color: transparent;
}
/* line 746, ../scss/style.scss */
.navbar-custom .navbar-nav .open .dropdown-menu > li > a {
  color: #003F63;
  line-height: 24px;
  font-weight: 300;
  padding-bottom: 12px;
  padding-top: 6px;
}
@media (max-width: 1199px) {
  /* line 746, ../scss/style.scss */
  .navbar-custom .navbar-nav .open .dropdown-menu > li > a {
    font-size: 14px;
    padding-bottom: 6px;
    padding-top: 5px;
    padding-left: 55px;
  }
}
/* line 758, ../scss/style.scss */
.navbar-custom .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-custom .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-custom .navbar-nav .open .dropdown-menu > li > a:active, .navbar-custom .navbar-nav .open .dropdown-menu > li > a.is-active {
  color: #db4224;
  background-color: transparent;
}

/* line 775, ../scss/style.scss */
.navbar-wrapper {
  background-color: #fff;
}
@media (min-width: 1200px) {
  /* line 775, ../scss/style.scss */
  .navbar-wrapper {
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
    height: 80px !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  /* line 782, ../scss/style.scss */
  .navbar-wrapper .navbar {
    height: 80px !important;
    margin: 0 !important;
    padding: 0 !important;
  }
}

/* line 790, ../scss/style.scss */
.navbar-collapse {
  background-color: #F2F3F6;
  padding-left: 0 !important;
  padding-right: 0;
}
@media (min-width: 1200px) {
  /* line 790, ../scss/style.scss */
  .navbar-collapse {
    min-height: 78px;
  }
}
/* line 799, ../scss/style.scss */
.navbar-collapse .navbar-nav {
  margin-left: 0;
  margin-right: 0;
}

@media screen and (min-width: 768px) {
  /* line 805, ../scss/style.scss */
  .container-to-md {
    margin-left: auto;
    margin-right: auto;
    width: 770px;
  }
}
@media screen and (min-width: 992px) {
  /* line 805, ../scss/style.scss */
  .container-to-md {
    width: 990px;
  }
}
@media screen and (min-width: 1200px) {
  /* line 805, ../scss/style.scss */
  .container-to-md {
    width: auto;
    max-width: auto;
    padding: 0;
    margin: 0;
  }
}

/* line 824, ../scss/style.scss */
.container-from-lg {
  width: auto;
  max-width: auto;
  padding: 0;
  margin: 0;
}
@media screen and (min-width: 1200px) {
  /* line 824, ../scss/style.scss */
  .container-from-lg {
    margin-left: auto;
    margin-right: auto;
    max-width: 1190px;
    padding-left: 25px;
    padding-right: 25px;
  }
}

/*
.navbar-collapse {
  background-color: $brand-blue-light;
  @media (max-width: $grid-float-breakpoint - 1) {
    border-top: 1px solid rgba($brand-blue, 0.2);
  }
  @media (min-width: $grid-float-breakpoint) {
    > .container {
      // background-color: hotpink;
      padding: 0;
      width: auto;
    }
  }
}
#navbar > .container-sm {
  @media (max-width: $grid-float-breakpoint - 1) {
    background: chartreuse;
    width: auto;
    padding: 0;
    > .navbar-header {
      // margin-left: 0;
      // margin-right: 0;
    }
  }
}
.navbar-header > .container {
  width: auto;
  @media (min-width: $grid-float-breakpoint) {
    padding: 0;
  }
}
*/
/* line 872, ../scss/style.scss */
.navbar-header {
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
  position: relative;
  z-index: 2;
}
@media (min-width: 1200px) {
  /* line 872, ../scss/style.scss */
  .navbar-header {
    box-shadow: none;
  }
}

/* line 880, ../scss/style.scss */
.navbar-btn {
  height: 24px;
}
/* line 882, ../scss/style.scss */
.navbar-btn.logo {
  margin-top: 8px;
  margin-bottom: 18px;
}
/* line 885, ../scss/style.scss */
.navbar-btn.logo img {
  width: 160px;
  height: auto;
}

/* line 892, ../scss/style.scss */
.navbar-nav > li > a {
  line-heigth: 30px;
}
/* line 894, ../scss/style.scss */
.navbar-nav > li > a > .exp-icon {
  font-size: 24px;
  margin-left: 15px;
}

/* line 901, ../scss/style.scss */
.navbar-toggle {
  margin-top: 0;
  margin-bottom: 0;
  height: 50px;
  padding: 9px;
  margin-right: 16px;
  border: 0;
}
/* line 908, ../scss/style.scss */
.navbar-toggle:hover {
  color: #db4224;
}
/* line 911, ../scss/style.scss */
.navbar-toggle .exp-icon {
  font-size: 32px;
}

/* line 915, ../scss/style.scss */
.navbar-user-toggle {
  margin-right: 0;
}

@media screen and (min-width: 1200px) {
  /* line 920, ../scss/style.scss */
  .navbar-btn.logo {
    margin-top: 21px;
    margin-bottom: 22px;
    margin-right: 0;
  }
  /* line 924, ../scss/style.scss */
  .navbar-btn.logo img {
    width: 280px;
  }

  /* line 928, ../scss/style.scss */
  .navbar-wrapper {
    padding-top: 20px;
    padding-bottom: 30px;
    background-color: transparent;
    border-bottom: 2px solid transparent;
  }

  /* line 935, ../scss/style.scss */
  .navbar-collapse {
    background-color: transparent;
  }

  /* line 939, ../scss/style.scss */
  .navbar-custom .menu {
    border-top: 0;
  }

  /* line 953, ../scss/style.scss */
  body.navbar-sticky .main-container {
    padding-top: 80px;
  }
  /* line 956, ../scss/style.scss */
  body.navbar-sticky .navbar-wrapper {
    background-color: #fff;
    position: fixed;
    padding-top: 0;
    padding-bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
  }

  /* line 969, ../scss/style.scss */
  body.navbar-sticky.page-node-1 .main-container {
    padding-top: 130px;
  }
}
/* line 979, ../scss/style.scss */
.footer {
  background-color: #1b1b1b;
  border-top: 0;
  clear: both;
  color: #fff;
  overflow: hidden;
  padding-bottom: 15px;
  padding-top: 15px;
}
/* line 988, ../scss/style.scss */
.footer a {
  color: #fff;
}

/* line 993, ../scss/style.scss */
.top-link {
  display: none;
}

/* line 997, ../scss/style.scss */
body.projekte .top-link {
  display: inline-block;
  margin-left: 20px;
  vertical-align: middle;
  width: 32px;
  height: 32px;
  transition: opacity 0.4s;
  opacity: 0.7;
}
/* line 1005, ../scss/style.scss */
body.projekte .top-link .exp-icon {
  color: #fff;
    /*
    &:after {
      background-color: #fff;
      display: block;
      content: '';
      z-index: -1;
      position: absolute;
      top: 1px;
      right: 1px;
      width: 30px;
      height: 30px;
    }
*/
}
/* line 1021, ../scss/style.scss */
body.projekte .top-link:hover, body.projekte .top-link:focus {
  text-decoration: none;
  opacity: 1;
}

/* line 1033, ../scss/style.scss */
body.projekte .footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}
/* line 1038, ../scss/style.scss */
body.projekte .footer .menu--footer {
  display: none;
}
/* line 1042, ../scss/style.scss */
body.projekte .top-link {
  bottom: 14px;
}

@media screen and (min-width: 992px) {
  /* line 1050, ../scss/style.scss */
  body.projekte .footer .menu--footer {
    display: block;
  }
}
/*
body.projekte.scrolled .top-link {
  display: block;
  width: 32px;
  height: 32px;
}
*/
/* line 1064, ../scss/style.scss */
.menu--footer {
  display: flex;
  justify-content: center;
}

/* line 1069, ../scss/style.scss */
.menu--footer > li {
  display: inline-block;
  padding-left: 0;
  padding-right: 0;
  margin-right: 19px;
}
/* line 1074, ../scss/style.scss */
.menu--footer > li > a {
  font-size: 10px;
  display: inline-block;
  padding-left: 0;
  padding-right: 0;
}
/* line 1079, ../scss/style.scss */
.menu--footer > li > a:hover, .menu--footer > li > a:focus, .menu--footer > li > a:active {
  background-color: transparent;
  text-decoration: underline;
}
@media screen and (min-width: 992px) {
  /* line 1074, ../scss/style.scss */
  .menu--footer > li > a {
    font-size: 16px;
  }
}

/* line 1091, ../scss/style.scss */
.region-footer-right {
  text-align: center;
  font-size: 9px;
}

@media screen and (min-width: 992px) {
  /* line 1097, ../scss/style.scss */
  .region-footer-right {
    font-size: 16px;
    text-align: right;
  }

  /* line 1101, ../scss/style.scss */
  .menu--footer {
    display: inline-block;
  }
  /* line 1103, ../scss/style.scss */
  .menu--footer > li {
    display: inline-block;
    margin-right: 40px;
  }
  /* line 1106, ../scss/style.scss */
  .menu--footer > li:last-child {
    margin-right: 0;
  }
  /* line 1109, ../scss/style.scss */
  .menu--footer > li > a {
    padding: 0;
  }
}
/* line 1120, ../scss/style.scss */
.paragraph {
  margin-top: 50px;
  margin-bottom: 50px;
}
/* line 1126, ../scss/style.scss */
.paragraph h2:first-child,
.paragraph h3:first-child {
  margin-top: 0;
}
/* line 1130, ../scss/style.scss */
.paragraph .paragraph {
  margin-top: 0;
}
@media screen and (min-width: 992px) {
  /* line 1130, ../scss/style.scss */
  .paragraph .paragraph {
    margin-bottom: 0;
  }
}

/* line 1141, ../scss/style.scss */
.paragraph--type--simple h2 {
  font-size: 24px;
  margin-top: 24px;
  margin-bottom: 24px;
}

/* line 1152, ../scss/style.scss */
.paragraph--type--columns .paragraph--type--image,
.paragraph--type--columns-two-uneven .paragraph--type--image {
  margin-bottom: 50px;
}
/* line 1158, ../scss/style.scss */
.paragraph--type--columns .col-sm-6 .paragraph,
.paragraph--type--columns-two-uneven .col-sm-6 .paragraph {
  padding-bottom: 50px;
}
/* line 1161, ../scss/style.scss */
.paragraph--type--columns .col-md-3 .paragraph,
.paragraph--type--columns-two-uneven .col-md-3 .paragraph {
  padding-bottom: 50px;
}

/* line 1170, ../scss/style.scss */
.paragraph--type--video .field--name-field-video {
  border: 1px solid #777777;
  margin-bottom: 1em;
}

@media screen and (min-width: 768px) {
  /* line 1176, ../scss/style.scss */
  .paragraph--type--columns .col-sm-6 .paragraph {
    padding-bottom: 0;
  }
}
@media screen and (min-width: 992px) {
  /* line 1181, ../scss/style.scss */
  .paragraph--type--columns .col-md-3 .paragraph {
    padding-bottom: 0;
  }
}
/* line 1185, ../scss/style.scss */
.paragraph--class--faq {
  padding-bottom: 0;
}

/* line 1196, ../scss/style.scss */
.paragraph--class--intro {
  background-image: url("../images/header-bg.jpg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  margin-bottom: 0;
  margin-top: 0;
  padding-bottom: 50px;
}
@media screen and (min-width: 1200px) {
  /* line 1196, ../scss/style.scss */
  .paragraph--class--intro {
    margin-top: -166px;
    padding-top: 166px;
  }
  /* line 1209, ../scss/style.scss */
  .paragraph--class--intro.paragraph--class--intro-search {
    margin-top: -106px;
  }
}
@media screen and (min-width: 992px) {
  /* line 1220, ../scss/style.scss */
  .paragraph--class--intro .img-responsive.pull-right, .paragraph--class--intro .full.article .field--name-field-lead img.pull-right, .full.article .field--name-field-lead .paragraph--class--intro img.pull-right,
  .paragraph--class--intro .full.article .field--name-body img.pull-right,
  .full.article .field--name-body .paragraph--class--intro img.pull-right {
    margin-top: -100px;
  }
}

/* line 1226, ../scss/style.scss */
.paragraph--class--rotes-band-neu {
  background-color: #db4224;
  color: #fff;
  text-align: center;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  font-size: 16px;
  margin-top: 0;
}
/* line 1234, ../scss/style.scss */
.paragraph--class--rotes-band-neu p {
  align-items: center;
  display: flex;
  flex-direction: column;
}
/* line 1238, ../scss/style.scss */
.paragraph--class--rotes-band-neu p span {
  margin: 2.5rem 0;
}
@media screen and (min-width: 992px) {
  /* line 1234, ../scss/style.scss */
  .paragraph--class--rotes-band-neu p {
    flex-direction: row;
  }
  /* line 1243, ../scss/style.scss */
  .paragraph--class--rotes-band-neu p span {
    margin: 0 2.5rem;
  }
  /* line 1246, ../scss/style.scss */
  .paragraph--class--rotes-band-neu p .btn, .paragraph--class--rotes-band-neu p .eu-cookie-compliance-more-button, .paragraph--class--rotes-band-neu p .eu-cookie-compliance-agree-button, .paragraph--class--rotes-band-neu p .full .content .paragraph--type--produkt-teaser .field--name-field-button a, .full .content .paragraph--type--produkt-teaser .field--name-field-button .paragraph--class--rotes-band-neu p a {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }
}

/* line 1254, ../scss/style.scss */
.paragraph--class--rotes-band-neu {
  margin-top: -50px;
}

/* line 1258, ../scss/style.scss */
.paragraph--class--rotes-band {
  background-color: rgba(248, 217, 211, 0.5);
  text-align: center;
  padding-top: 25px;
  padding-bottom: 25px;
  font-size: 16px;
  margin-top: 0;
}
/* line 1269, ../scss/style.scss */
.paragraph--class--rotes-band strong {
  font-weight: bold;
}
/* line 1272, ../scss/style.scss */
.paragraph--class--rotes-band a {
  color: #1b1b1b;
  font-weight: bold;
}
/* line 1275, ../scss/style.scss */
.paragraph--class--rotes-band a .exp-icon {
  color: #1b1b1b;
}
/* line 1278, ../scss/style.scss */
.paragraph--class--rotes-band a:hover {
  color: #003F63;
  text-decoration: none;
}

/* line 1293, ../scss/style.scss */
.paragraph--class--blue-background,
.paragraph--class--red-background {
  padding-top: 1px;
  padding-bottom: 1px;
  color: #fff;
}
/* line 1298, ../scss/style.scss */
.paragraph--class--blue-background h2,
.paragraph--class--blue-background h3,
.paragraph--class--blue-background h4,
.paragraph--class--blue-background h5,
.paragraph--class--blue-background h6,
.paragraph--class--blue-background a,
.paragraph--class--red-background h2,
.paragraph--class--red-background h3,
.paragraph--class--red-background h4,
.paragraph--class--red-background h5,
.paragraph--class--red-background h6,
.paragraph--class--red-background a {
  color: #fff;
}
/* line 1306, ../scss/style.scss */
.paragraph--class--blue-background .paragraph--type--simple,
.paragraph--class--red-background .paragraph--type--simple {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}
@media (min-width: 768px) {
  /* line 1311, ../scss/style.scss */
  .paragraph--class--blue-background .paragraph--type--simple,
  .paragraph--class--red-background .paragraph--type--simple {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }
}

/* line 1318, ../scss/style.scss */
.paragraph--class--red-background {
  background-color: #db4224;
}

/* line 1322, ../scss/style.scss */
.paragraph--class--blue-background {
  background-color: #336682;
}

/* line 1326, ../scss/style.scss */
.paragraph--type--image {
  margin-left: -25px;
  margin-right: -25px;
}

@media (min-width: 992px) {
  /* line 1334, ../scss/style.scss */
  .paragraph--type--columns-two-uneven .paragraph--type--image,
  .paragraph--type--columns .paragraph--type--image {
    margin-bottom: 0;
  }
}
/* line 1340, ../scss/style.scss */
.block-ooo-test-block {
  padding-top: 50px;
  padding-bottom: 50px;
  margin-bottom: -50px;
  background-color: #003F63;
  color: #fff;
}
/* line 1347, ../scss/style.scss */
.block-ooo-test-block h2,
.block-ooo-test-block h3,
.block-ooo-test-block h4,
.block-ooo-test-block h5,
.block-ooo-test-block h6,
.block-ooo-test-block a {
  color: #fff;
  margin-top: 0;
}
/* line 1356, ../scss/style.scss */
.block-ooo-test-block a {
  text-decoration: underline;
}
/* line 1359, ../scss/style.scss */
.block-ooo-test-block .small {
  font-size: 12px;
  font-weight: normal;
}
/* line 1363, ../scss/style.scss */
.block-ooo-test-block form {
  margin-top: 50px;
}
/* line 1366, ../scss/style.scss */
.block-ooo-test-block ul {
  padding-left: 0;
  font-size: 18px;
  list-style-type: none;
}
/* line 1371, ../scss/style.scss */
.block-ooo-test-block .checkbox {
  font-size: 14px;
}
/* line 1373, ../scss/style.scss */
.block-ooo-test-block .checkbox .control-label {
  line-height: 38px;
  padding-left: 38px;
  vertical-align: middle;
  background-repeat: no-repeat;
  color: rgba(255, 255, 255, 0.87);
}
/* line 1383, ../scss/style.scss */
.block-ooo-test-block .checkbox input.form-checkbox:checked {
  background-color: orange;
}
/* line 1387, ../scss/style.scss */
.block-ooo-test-block .checkbox input.form-checkbox ~ .exp-icon {
  display: inline-block;
  margin-left: -38px;
  height: 38px;
  width: 38px;
  text-align: center;
  vertical-align: middle;
}
/* line 1394, ../scss/style.scss */
.block-ooo-test-block .checkbox input.form-checkbox ~ .exp-icon:before {
  font-size: 24px;
  color: #fff;
  line-height: 38px;
}
/* line 1400, ../scss/style.scss */
.block-ooo-test-block .checkbox input.form-checkbox:focus ~ .exp-icon:before {
  color: #db4224;
}
/* line 1403, ../scss/style.scss */
.block-ooo-test-block .checkbox input.form-checkbox ~ .exp-icon-radio-off {
  visibility: visible;
}
/* line 1406, ../scss/style.scss */
.block-ooo-test-block .checkbox input.form-checkbox ~ .exp-icon-radio {
  visibility: hidden;
}
/* line 1409, ../scss/style.scss */
.block-ooo-test-block .checkbox input.form-checkbox:checked ~ .exp-icon-radio {
  visibility: visible;
}
/* line 1412, ../scss/style.scss */
.block-ooo-test-block .checkbox input.form-checkbox:checked ~ .exp-icon-radio-off {
  visibility: hidden;
}
/* line 1416, ../scss/style.scss */
.block-ooo-test-block .btn, .block-ooo-test-block .eu-cookie-compliance-more-button, .block-ooo-test-block .eu-cookie-compliance-agree-button, .block-ooo-test-block .full .content .paragraph--type--produkt-teaser .field--name-field-button a, .full .content .paragraph--type--produkt-teaser .field--name-field-button .block-ooo-test-block a {
  background-color: #db4224;
  color: #fff;
  text-transform: uppercase;
}
/* line 1420, ../scss/style.scss */
.block-ooo-test-block .btn:hover, .block-ooo-test-block .eu-cookie-compliance-more-button:hover, .block-ooo-test-block .eu-cookie-compliance-agree-button:hover, .block-ooo-test-block .full .content .paragraph--type--produkt-teaser .field--name-field-button a:hover, .full .content .paragraph--type--produkt-teaser .field--name-field-button .block-ooo-test-block a:hover, .block-ooo-test-block .btn:focus, .block-ooo-test-block .eu-cookie-compliance-more-button:focus, .block-ooo-test-block .eu-cookie-compliance-agree-button:focus, .block-ooo-test-block .full .content .paragraph--type--produkt-teaser .field--name-field-button a:focus, .full .content .paragraph--type--produkt-teaser .field--name-field-button .block-ooo-test-block a:focus {
  background-color: #BF4125;
}
/* line 1425, ../scss/style.scss */
.block-ooo-test-block legend {
  border: none;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 0;
}

@media (min-width: 992px) {
  /* line 1436, ../scss/style.scss */
  .block-ooo-test-block form {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  /* line 1443, ../scss/style.scss */
  .paragraph--type--image {
    margin-left: 0;
    margin-right: 0;
  }
}
/* line 1450, ../scss/style.scss */
.paragraph--class--heading-centered h2,
.paragraph--class--heading-centered h3 {
  color: #db4224;
  text-align: center;
}
/* line 1455, ../scss/style.scss */
.paragraph--class--heading-centered .exp-icon-wrapper {
  text-align: center;
}
/* line 1457, ../scss/style.scss */
.paragraph--class--heading-centered .exp-icon-wrapper .exp-icon {
  margin-left: auto;
  margin-right: auto;
}
/* line 1462, ../scss/style.scss */
.paragraph--class--heading-centered .paragraph {
  border-bottom: 1px solid #e0e8ec;
}
/* line 1465, ../scss/style.scss */
.paragraph--class--heading-centered div:last-child > .field--item > .paragraph {
  border-bottom: none;
}
@media screen and (min-width: 768px) {
  /* line 1469, ../scss/style.scss */
  .paragraph--class--heading-centered .paragraph {
    border-bottom: none;
  }
}

/* line 1475, ../scss/style.scss */
.paragraph--class--centered {
  text-align: center;
}
/* line 1477, ../scss/style.scss */
.paragraph--class--centered .img-responsive, .paragraph--class--centered .full.article .field--name-field-lead img, .full.article .field--name-field-lead .paragraph--class--centered img,
.paragraph--class--centered .full.article .field--name-body img,
.full.article .field--name-body .paragraph--class--centered img {
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 992px) {
  /* line 1484, ../scss/style.scss */
  html,
  body {
    height: 100%;
    margin: 0 !important;
  }

  /* line 1489, ../scss/style.scss */
  .dialog-off-canvas-main-canvas {
    height: 100%;
    margin: 0 !important;
  }

  /* line 1493, ../scss/style.scss */
  .main-container {
    min-height: 100%;
    padding-bottom: 50px;
  }
  /* line 1496, ../scss/style.scss */
  .main-container .push {
    height: 60px;
  }

  /* line 1500, ../scss/style.scss */
  .footer {
    height: 60px;
    margin-top: -60px;
  }
}
/* line 1506, ../scss/style.scss */
.energie {
  font-weight: 600;
}

/* line 1510, ../scss/style.scss */
.energie-aaa {
  color: #61b856;
}

/* line 1513, ../scss/style.scss */
.energie-aa {
  color: #81c154;
}

/* line 1516, ../scss/style.scss */
.energie-a {
  color: #b0d24b;
}

/* line 1519, ../scss/style.scss */
.energie-b {
  color: #e0dd36;
}

/* line 1522, ../scss/style.scss */
.energie-c {
  color: #f9da22;
}

/* line 1525, ../scss/style.scss */
.energie-d {
  color: #f7b82f;
}

/* line 1528, ../scss/style.scss */
.energie-e {
  color: #f57e31;
}

/* line 1531, ../scss/style.scss */
.energie-f {
  color: #ee3d2c;
}

/* line 1534, ../scss/style.scss */
.energie-g {
  color: #eb2a2e;
}

/* line 1539, ../scss/style.scss */
body.path-projekte .navbar-wrapper {
  margin-bottom: 0;
}

@media screen and (min-width: 1200px) {
  /* line 1545, ../scss/style.scss */
  body.path-projekte {
    margin-top: 80px;
  }
}
/* line 1554, ../scss/style.scss */
.path-projekte-feedback .section-header {
  background-color: #f8d9d3;
  padding-top: 25px;
  padding-bottom: 25px;
  vertical-align: middle;
  margin-bottom: 50px;
}
/* line 1560, ../scss/style.scss */
.path-projekte-feedback .section-header a {
  display: inline-block;
  text-decoration: none;
  height: 32px;
  vertical-align: middle;
  line-height: 32px;
  margin-right: 32px;
}
/* line 1568, ../scss/style.scss */
.path-projekte-feedback .section-header h1.page-header {
  display: inline-block;
  vertical-align: middle;
  line-height: 32px;
  margin: 0;
  padding: 0;
  color: #003F63;
  border: 0;
}

/* line 1579, ../scss/style.scss */
.projekt-detail {
  line-height: 2;
  font-size: 14px;
}
/* line 1584, ../scss/style.scss */
.projekt-detail a {
  color: #1b1b1b;
  text-decoration: underline;
}
/* line 1589, ../scss/style.scss */
.projekt-detail .section-header {
  background-color: #f8d9d3;
  padding-top: 25px;
  padding-bottom: 25px;
}
/* line 1593, ../scss/style.scss */
.projekt-detail .section-header a {
  display: inline-block;
  text-decoration: none;
  height: 32px;
  vertical-align: middle;
}
/* line 1600, ../scss/style.scss */
.projekt-detail .projekt-header {
  overflow: hidden;
  margin-top: 25px;
}
/* line 1603, ../scss/style.scss */
.projekt-detail .projekt-header .date {
  font-size: 32px;
  font-weight: 400;
  display: inline-block;
  color: #003F63;
}
/* line 1611, ../scss/style.scss */
.projekt-detail .projekt-titel {
  text-transform: uppercase;
  font-size: 32px;
  color: #003F63;
}
/* line 1616, ../scss/style.scss */
.projekt-detail .projekt-zusatz {
  margin-bottom: 25px;
  margin-top: -25px;
}
/* line 1621, ../scss/style.scss */
.projekt-detail .projekt-fertigstellung {
  margin-bottom: 25px;
}
/* line 1623, ../scss/style.scss */
.projekt-detail .projekt-fertigstellung .date {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 24px;
}
/* line 1631, ../scss/style.scss */
.projekt-detail .field .label, .projekt-detail .field .selected-kaufobjekte,
.projekt-detail .field .selected-angebotsobjekte {
  font-weight: 400;
  color: #1b1b1b;
  font-size: 14px;
  padding: 0;
  margin-right: 5px;
}
/* line 1639, ../scss/style.scss */
.projekt-detail .field-widmungen {
  line-height: 1.5;
  margin-top: 3.5px;
}
/* line 1647, ../scss/style.scss */
.projekt-detail .pane {
  overflow: hidden;
  clear: both;
  margin-bottom: 1em;
}
/* line 1653, ../scss/style.scss */
.projekt-detail .pane .exp-icon-wrapper {
  width: 64px;
  float: left;
  margin-right: 16px;
}
/* line 1661, ../scss/style.scss */
.projekt-detail .pane .exp-icon-wrapper.exp-no-icon {
  font-family: "Roboto", Helvetica, Arial, sans-serif !important;
  font-size: 12px;
  line-height: 28px;
}
/* line 1669, ../scss/style.scss */
.projekt-detail .pane .exp-icon-big {
  font-size: 56px;
}
/* line 1674, ../scss/style.scss */
.projekt-detail .pane .pane-content {
  overflow: hidden;
  margin-left: 80px;
}
/* line 1680, ../scss/style.scss */
.projekt-detail .pane.pane-condensed {
  line-height: 1.5;
}
/* line 1685, ../scss/style.scss */
.projekt-detail .pane-red {
  background-color: rgba(248, 217, 211, 0.5);
}
/* line 1688, ../scss/style.scss */
.projekt-detail .pane-gray {
  background-color: #eee;
}
/* line 1690, ../scss/style.scss */
.projekt-detail .pane-gray strong.red {
  color: #666666;
}
/* line 1694, ../scss/style.scss */
.projekt-detail .pane-blue {
  background-color: #e0e8ec;
}
/* line 1697, ../scss/style.scss */
.projekt-detail .pane-big {
  padding: 1em 25px;
}
/* line 1700, ../scss/style.scss */
.projekt-detail .pane-offset {
  margin-left: 100px;
}
/* line 1704, ../scss/style.scss */
.projekt-detail .date {
  font-size: 12px;
  font-weight: 400;
}
/* line 1708, ../scss/style.scss */
.projekt-detail .h2, .projekt-detail .paragraph--class--blue-background h3 .field--name-field-heading, .paragraph--class--blue-background h3 .projekt-detail .field--name-field-heading,
.projekt-detail h2 {
  font-size: 32px;
  color: #003F63;
}
/* line 1713, ../scss/style.scss */
.projekt-detail .h3, .projekt-detail .paragraph--type--video h3, .paragraph--type--video .projekt-detail h3, .projekt-detail .paragraph--type--presse .field--name-field-heading, .paragraph--type--presse .projekt-detail .field--name-field-heading, .projekt-detail .paragraph--type--partner .field--name-field-heading, .paragraph--type--partner .projekt-detail .field--name-field-heading, .projekt-detail .paragraph--type--factsheet .field--name-field-heading, .paragraph--type--factsheet .projekt-detail .field--name-field-heading, .projekt-detail .paragraph--type--vorteile .paragraph--type--vorteil .field--name-field-heading, .paragraph--type--vorteile .paragraph--type--vorteil .projekt-detail .field--name-field-heading,
.projekt-detail h3,
.projekt-detail .h4,
.projekt-detail h4 {
  font-size: 14px;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 600;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 2;
  letter-spacing: normal;
  color: #1b1b1b;
}
/* line 1727, ../scss/style.scss */
.projekt-detail .h3.objekte, .projekt-detail .paragraph--type--video h3.objekte, .paragraph--type--video .projekt-detail h3.objekte, .projekt-detail .paragraph--type--presse .objekte.field--name-field-heading, .paragraph--type--presse .projekt-detail .objekte.field--name-field-heading, .projekt-detail .paragraph--type--partner .objekte.field--name-field-heading, .paragraph--type--partner .projekt-detail .objekte.field--name-field-heading, .projekt-detail .paragraph--type--factsheet .objekte.field--name-field-heading, .paragraph--type--factsheet .projekt-detail .objekte.field--name-field-heading, .projekt-detail .paragraph--type--vorteile .paragraph--type--vorteil .objekte.field--name-field-heading, .paragraph--type--vorteile .paragraph--type--vorteil .projekt-detail .objekte.field--name-field-heading,
.projekt-detail h3.objekte {
  font-size: 24px;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  color: #003F63;
  font-weight: 400;
  text-transform: uppercase;
}
/* line 1735, ../scss/style.scss */
.projekt-detail .h3.big, .projekt-detail .paragraph--type--video h3.big, .paragraph--type--video .projekt-detail h3.big, .projekt-detail .paragraph--type--presse .big.field--name-field-heading, .paragraph--type--presse .projekt-detail .big.field--name-field-heading, .projekt-detail .paragraph--type--partner .big.field--name-field-heading, .paragraph--type--partner .projekt-detail .big.field--name-field-heading, .projekt-detail .paragraph--type--factsheet .big.field--name-field-heading, .paragraph--type--factsheet .projekt-detail .big.field--name-field-heading, .projekt-detail .paragraph--type--vorteile .paragraph--type--vorteil .big.field--name-field-heading, .paragraph--type--vorteile .paragraph--type--vorteil .projekt-detail .big.field--name-field-heading,
.projekt-detail h3.big {
  font-size: 24px;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #003F63;
  text-transform: uppercase;
  margin-bottom: 14px;
}
/* line 1752, ../scss/style.scss */
.projekt-detail strong.red {
  color: #db4224;
}
/* line 1755, ../scss/style.scss */
.projekt-detail strong.gray {
  color: #666666;
}
/* line 1759, ../scss/style.scss */
.projekt-detail .table > thead > tr > th,
.projekt-detail .table > thead > tr > td,
.projekt-detail .table > tbody > tr > th,
.projekt-detail .table > tbody > tr > td {
  line-height: 1.25 !important;
}
/* line 1766, ../scss/style.scss */
.projekt-detail .firmenbuch-aktualisierung {
  color: #555555;
  font-size: 12px;
  margin: -15px 0 20px;
}
/* line 1772, ../scss/style.scss */
.projekt-detail .funktion {
  margin-top: 25px;
}
/* line 1774, ../scss/style.scss */
.projekt-detail .funktion .funktionkennung {
  color: #777777;
  font-size: 12px;
  background: #eeeeee;
  padding: 2px 4px;
}
/* line 1782, ../scss/style.scss */
.projekt-detail .funktionkennung {
  color: #777777;
  font-size: 12px;
  background: #eeeeee;
  padding: 2px 4px;
}
/* line 1789, ../scss/style.scss */
.projekt-detail .eigentuemer {
  margin-top: 25px;
  margin-left: 0;
  padding-left: 0;
}
/* line 1793, ../scss/style.scss */
.projekt-detail .eigentuemer .eigentuemer {
  margin-top: 0;
  padding-left: 25px;
}

/* line 1801, ../scss/style.scss */
.projekt-detail .objekt {
  width: 100%;
  border: 2px solid #1b1b1b;
  margin-bottom: 1.5em;
  border-collapse: collapse;
  table-layout: fixed;
  font-size: 12px;
}
@media print {
  /* line 1801, ../scss/style.scss */
  .projekt-detail .objekt {
    font-size: 8pt;
  }
  /* line 1810, ../scss/style.scss */
  .projekt-detail .objekt .value {
    font-size: 8pt !important;
  }
}
/* line 1817, ../scss/style.scss */
.projekt-detail .objekt td,
.projekt-detail .objekt th,
.projekt-detail .objekt tr {
  border: 1px solid #1b1b1b;
}
/* line 1822, ../scss/style.scss */
.projekt-detail .objekt td,
.projekt-detail .objekt th {
  padding: 2px 4px;
  vertical-align: top;
  font-weight: 400;
}
/* line 1829, ../scss/style.scss */
.projekt-detail .objekt h3,
.projekt-detail .objekt .h3,
.projekt-detail .objekt .paragraph--type--video h3,
.paragraph--type--video .projekt-detail .objekt h3,
.projekt-detail .objekt .paragraph--type--presse .field--name-field-heading,
.paragraph--type--presse .projekt-detail .objekt .field--name-field-heading,
.projekt-detail .objekt .paragraph--type--partner .field--name-field-heading,
.paragraph--type--partner .projekt-detail .objekt .field--name-field-heading,
.projekt-detail .objekt .paragraph--type--factsheet .field--name-field-heading,
.paragraph--type--factsheet .projekt-detail .objekt .field--name-field-heading,
.projekt-detail .objekt .paragraph--type--vorteile .paragraph--type--vorteil .field--name-field-heading,
.paragraph--type--vorteile .paragraph--type--vorteil .projekt-detail .objekt .field--name-field-heading,
.projekt-detail .objekt h4,
.projekt-detail .objekt .h4 {
  line-height: 1.25 !important;
}
/* line 1836, ../scss/style.scss */
.projekt-detail .objekt.angebotsobjekt .titel {
  background-color: #f8d9d3;
}
/* line 1841, ../scss/style.scss */
.projekt-detail .objekt.angebotsobjekt .titel-inaktiv {
  background-color: #eeeeee;
}
/* line 1844, ../scss/style.scss */
.projekt-detail .objekt.angebotsobjekt.grouped {
  margin-top: -20px;
}
/* line 1847, ../scss/style.scss */
.projekt-detail .objekt.angebotsobjekt .bemerkungen {
  background-color: #f8d9d3;
}
/* line 1849, ../scss/style.scss */
.projekt-detail .objekt.angebotsobjekt .bemerkungen.gray {
  background-color: #eeeeee;
}
/* line 1853, ../scss/style.scss */
.projekt-detail .objekt.angebotsobjekt .exp-icon.exp-icon-verkauf {
  color: #db4224;
}
/* line 1858, ../scss/style.scss */
.projekt-detail .objekt.kaufobjekt .bemerkungen,
.projekt-detail .objekt.kaufobjekt .titel {
  background-color: #e0e8ec;
}
/* line 1862, ../scss/style.scss */
.projekt-detail .objekt.kaufobjekt .value {
  color: #003F63;
}
/* line 1865, ../scss/style.scss */
.projekt-detail .objekt.kaufobjekt .value-inaktiv {
  color: #666666 !important;
}
/* line 1868, ../scss/style.scss */
.projekt-detail .objekt.kaufobjekt .diff {
  color: #003F63;
}
/* line 1871, ../scss/style.scss */
.projekt-detail .objekt.kaufobjekt.kaufobjekt-zugeordnet {
  margin-top: -20px;
}
/* line 1874, ../scss/style.scss */
.projekt-detail .objekt.kaufobjekt.kaufobjekt-zugeordnet.add-margin {
  margin-top: 0;
}
/* line 1879, ../scss/style.scss */
.projekt-detail .objekt .titel {
  width: 15%;
  overflow: hidden;
}
/* line 1882, ../scss/style.scss */
.projekt-detail .objekt .titel .right {
  padding-left: 38px;
}
/* line 1886, ../scss/style.scss */
.projekt-detail .objekt .features {
  width: 35%;
  padding: 1px 0 1px 0;
}
/* line 1890, ../scss/style.scss */
.projekt-detail .objekt .features table {
  width: 100%;
  table-layout: fixed;
  margin-bottom: 0;
  border-bottom: 0;
}
/* line 1895, ../scss/style.scss */
.projekt-detail .objekt .features table td,
.projekt-detail .objekt .features table th {
  border-left: 1px solid #1b1b1b;
}
/* line 1898, ../scss/style.scss */
.projekt-detail .objekt .features table td:first-child,
.projekt-detail .objekt .features table th:first-child {
  border-left: 0;
}
/* line 1904, ../scss/style.scss */
.projekt-detail .objekt .value {
  font-size: 16px;
  color: #db4224;
  font-weight: 600;
}
/* line 1908, ../scss/style.scss */
.projekt-detail .objekt .value.value-inaktiv {
  color: #666666;
}
/* line 1912, ../scss/style.scss */
.projekt-detail .objekt .bemerkungen {
  font-weight: 100;
}
/* line 1918, ../scss/style.scss */
.projekt-detail .objekt-wrapper {
  position: relative;
}
/* line 1920, ../scss/style.scss */
.projekt-detail .objekt-wrapper .objekt-admin-link {
  background-color: #fff;
  background: yellow;
  border: 1px solid #1b1b1b;
  display: none;
  padding: 2px 4px;
  font-size: 0.85em;
  position: absolute;
  bottom: 4px;
  right: 4px;
}
/* line 1930, ../scss/style.scss */
.projekt-detail .objekt-wrapper .objekt-admin-link a {
  text-decoration: none;
}
/* line 1934, ../scss/style.scss */
.projekt-detail .objekt-wrapper .objekt-admin-link.im-titel {
  left: 1px;
  right: auto;
  padding: 4px;
}
/* line 1940, ../scss/style.scss */
.projekt-detail .objekt-wrapper:hover .objekt-admin-link {
  display: inline-block;
}

@media screen and (max-width: 991px) {
  /* line 1949, ../scss/style.scss */
  .projekt-detail .objekt {
    border-bottom-width: 1px;
    display: block;
  }
  /* line 1952, ../scss/style.scss */
  .projekt-detail .objekt thead,
  .projekt-detail .objekt tbody,
  .projekt-detail .objekt tr,
  .projekt-detail .objekt td,
  .projekt-detail .objekt th {
    display: block;
  }
  /* line 1959, ../scss/style.scss */
  .projekt-detail .objekt thead,
  .projekt-detail .objekt tbody,
  .projekt-detail .objekt tr {
    border: 0;
  }
  /* line 1964, ../scss/style.scss */
  .projekt-detail .objekt th,
  .projekt-detail .objekt td {
    border: 0;
    border-bottom: 1px solid #1b1b1b;
  }
  /* line 1969, ../scss/style.scss */
  .projekt-detail .objekt td.text-center,
  .projekt-detail .objekt td.text-right {
    text-align: left;
  }
  /* line 1973, ../scss/style.scss */
  .projekt-detail .objekt .titel,
  .projekt-detail .objekt .features {
    width: auto;
  }
  /* line 1977, ../scss/style.scss */
  .projekt-detail .objekt .features-head {
    padding: 0;
  }
  /* line 1979, ../scss/style.scss */
  .projekt-detail .objekt .features-head > div {
    padding: 2px 4px;
  }
  /* line 1983, ../scss/style.scss */
  .projekt-detail .objekt .features-mobile {
    display: table;
    border-top: 1px solid #1b1b1b;
    margin-bottom: 0;
  }
  /* line 1987, ../scss/style.scss */
  .projekt-detail .objekt .features-mobile thead,
  .projekt-detail .objekt .features-mobile tbody {
    display: table-row-group;
  }
  /* line 1991, ../scss/style.scss */
  .projekt-detail .objekt .features-mobile tr {
    display: table-row;
  }
  /* line 1993, ../scss/style.scss */
  .projekt-detail .objekt .features-mobile tr:last-child td {
    border-bottom: 0;
  }
  /* line 1997, ../scss/style.scss */
  .projekt-detail .objekt .features-mobile td,
  .projekt-detail .objekt .features-mobile th {
    display: table-cell;
  }
}
/* line 2011, ../scss/style.scss */
.projekt-detail .objekt .features-desktop {
  display: none;
}
/* line 2014, ../scss/style.scss */
.projekt-detail .objekt .features-mobile {
  display: table;
}
/* line 2018, ../scss/style.scss */
.projekt-detail a.red {
  font-weight: bold;
  color: #db4224;
}

@media print {
  /* line 2027, ../scss/style.scss */
  .projekt-detail .objekt table {
    page-break-inside: avoid !important;
  }
  /* line 2030, ../scss/style.scss */
  .projekt-detail .objekt table.features-mobile {
    display: none;
  }
  /* line 2033, ../scss/style.scss */
  .projekt-detail .objekt .features-desktop {
    display: table-row;
  }
}
@media screen and (min-width: 992px) {
  /* line 2043, ../scss/style.scss */
  .projekt-detail .objekt table.features-mobile {
    display: none !important;
  }
  /* line 2046, ../scss/style.scss */
  .projekt-detail .objekt .features-desktop {
    display: table-row !important;
  }
  /* line 2049, ../scss/style.scss */
  .projekt-detail .objekt .features-head {
    width: 350px;
    height: 20px;
  }
  /* line 2053, ../scss/style.scss */
  .projekt-detail .objekt .features-line td {
    height: 20px;
  }
}
@media print, (min-width: 992px) {
  /* line 2063, ../scss/style.scss */
  .projekt-detail .projekt-header {
    overflow: hidden;
  }
  /* line 2066, ../scss/style.scss */
  .projekt-detail .projekt-titel {
    margin-top: 0;
    line-height: 32px;
  }
  /* line 2072, ../scss/style.scss */
  .projekt-detail .projekt-titel-zusatz {
    float: left;
  }
  /* line 2075, ../scss/style.scss */
  .projekt-detail .projekt-fertigstellung {
    margin-bottom: 0;
    float: right;
    height: 32px;
    line-height: 32px;
    vertical-align: middle;
  }
  /* line 2083, ../scss/style.scss */
  .projekt-detail .energieausweis .pane-content {
    text-align: right;
  }
  /* line 2087, ../scss/style.scss */
  .projekt-detail .objekt .features {
    width: 37%;
    position: relative;
      /*
      // FIXME ??? -> jetzt js
      height: 100px;
      > table {
        position: absolute;
        bottom: 0;
        top: 0;
      }
      table {
        table-layout: fixed;
        margin-bottom: 0;
        height: 100%;
        min-height: 100%;
      }
*/
  }
  /* line 2108, ../scss/style.scss */
  .projekt-detail .objekt .features table,
  .projekt-detail .objekt .features tr,
  .projekt-detail .objekt .features th,
  .projekt-detail .objekt .features td {
    border: 0;
  }
  /* line 2114, ../scss/style.scss */
  .projekt-detail .objekt .features th,
  .projekt-detail .objekt .features td {
    border-bottom: 1px solid #1b1b1b;
    border-left: 1px solid #1b1b1b;
  }
  /* line 2118, ../scss/style.scss */
  .projekt-detail .objekt .features th:first-child,
  .projekt-detail .objekt .features td:first-child {
    border-left: 0;
  }
  /* line 2122, ../scss/style.scss */
  .projekt-detail .objekt .features tr:last-child td {
    border-bottom: 0;
  }
}
@media screen and (min-width: 1200px) {
  /* line 2131, ../scss/style.scss */
  .projekt-detail .objekt .features {
    width: 30%;
  }
}
@media print {
  /* line 2138, ../scss/style.scss */
  .projekt-detail .objekt .features {
    overflow: hidden;
    width: 45%;
    border-bottom: 2px solid #1b1b1b;
    border-right: 1px solid #1b1b1b;
  }
}
/* line 2149, ../scss/style.scss */
.sort .btn.btn-link, .sort .btn-link.eu-cookie-compliance-more-button, .sort .btn-link.eu-cookie-compliance-agree-button, .sort .full .content .paragraph--type--produkt-teaser .field--name-field-button a.btn-link, .full .content .paragraph--type--produkt-teaser .field--name-field-button .sort a.btn-link,
.sort-objekte .btn.btn-link,
.sort-objekte .btn-link.eu-cookie-compliance-more-button,
.sort-objekte .btn-link.eu-cookie-compliance-agree-button,
.sort-objekte .full .content .paragraph--type--produkt-teaser .field--name-field-button a.btn-link,
.full .content .paragraph--type--produkt-teaser .field--name-field-button .sort-objekte a.btn-link {
  padding: 6px 0;
}
/* line 2152, ../scss/style.scss */
.sort .form,
.sort-objekte .form {
  padding: 12px 25px;
  font-size: 14px;
}
/* line 2156, ../scss/style.scss */
.sort .dropdown-header,
.sort-objekte .dropdown-header {
  padding: 0;
}
/* line 2161, ../scss/style.scss */
.sort .row .dropdown-header,
.sort-objekte .row .dropdown-header {
  color: #003F63;
  cursor: pointer;
  text-decoration: underline;
}
/* line 2165, ../scss/style.scss */
.sort .row .dropdown-header.active,
.sort-objekte .row .dropdown-header.active {
  font-weight: bold;
  color: #777777;
  cursor: default;
  text-decoration: none;
}
/* line 2172, ../scss/style.scss */
.sort .exp-icon-wrapper,
.sort-objekte .exp-icon-wrapper {
  width: 32px;
  display: inline-block;
  vertical-align: middle;
  height: 32px;
}

/* line 2179, ../scss/style.scss */
.objektliste-header {
  margin-top: 2rem;
}
/* line 2181, ../scss/style.scss */
.objektliste-header h3 {
  line-height: 48px;
}

/* line 2187, ../scss/style.scss */
.projekt-detail .sort-objekte .dropdown-menu {
  padding: 0;
}
/* line 2190, ../scss/style.scss */
.projekt-detail .sort-objekte .form {
  padding: 0;
  font-size: 12px;
}
/* line 2194, ../scss/style.scss */
.projekt-detail .sort-objekte #sort-accordion {
  margin-bottom: 0;
}
/* line 2196, ../scss/style.scss */
.projekt-detail .sort-objekte #sort-accordion .panel {
  margin-top: 0;
  box-shadow: none;
  border-top: 0;
  border-radius: 0;
}
/* line 2202, ../scss/style.scss */
.projekt-detail .sort-objekte #sort-accordion .panel-heading {
  background-color: #e0e8ec;
  padding: 0;
}
/* line 2205, ../scss/style.scss */
.projekt-detail .sort-objekte #sort-accordion .panel-heading .panel-title {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 14px;
  margin: 0;
  padding: 0;
}
/* line 2211, ../scss/style.scss */
.projekt-detail .sort-objekte #sort-accordion .panel-heading .panel-title a {
  display: block;
  text-decoration: none;
  padding: 5px 10px;
  position: relative;
}
/* line 2216, ../scss/style.scss */
.projekt-detail .sort-objekte #sort-accordion .panel-heading .panel-title a .exp-icon-toggle {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -8px;
}
/* line 2221, ../scss/style.scss */
.projekt-detail .sort-objekte #sort-accordion .panel-heading .panel-title a .exp-icon-toggle:before {
  content: "";
}
/* line 2225, ../scss/style.scss */
.projekt-detail .sort-objekte #sort-accordion .panel-heading .panel-title a.collapsed, .projekt-detail .sort-objekte #sort-accordion .panel-heading .panel-title a.no-matches {
  background-color: #fff;
  color: #db4224;
}
/* line 2234, ../scss/style.scss */
.projekt-detail .sort-objekte #sort-accordion .panel-heading .panel-title a:hover, .projekt-detail .sort-objekte #sort-accordion .panel-heading .panel-title a:focus, .projekt-detail .sort-objekte #sort-accordion .panel-heading .panel-title a:active {
  background-color: #e0e8ec;
  color: #003F63;
}
/* line 2239, ../scss/style.scss */
.projekt-detail .sort-objekte #sort-accordion .panel-heading .panel-title a:hover .exp-icon-toggle:before, .projekt-detail .sort-objekte #sort-accordion .panel-heading .panel-title a:focus .exp-icon-toggle:before, .projekt-detail .sort-objekte #sort-accordion .panel-heading .panel-title a:active .exp-icon-toggle:before {
  color: #003F63;
}
/* line 2244, ../scss/style.scss */
.projekt-detail .sort-objekte #sort-accordion .panel-heading .panel-title a.collapsed .exp-icon-toggle:before {
  content: "";
}
/* line 2251, ../scss/style.scss */
.projekt-detail .sort-objekte #sort-accordion .panel-collapse {
  line-height: 2;
}
/* line 2254, ../scss/style.scss */
.projekt-detail .sort-objekte #sort-accordion .panel-collapse .exp-icon {
  margin-right: 5px;
}
/* line 2259, ../scss/style.scss */
.projekt-detail .sort-objekte .radios {
  margin-top: 4px;
  margin-bottom: 4px;
}
/* line 2263, ../scss/style.scss */
.projekt-detail .sort-objekte .radio {
  margin-bottom: 0;
  margin-top: 0;
  position: relative;
}
/* line 2267, ../scss/style.scss */
.projekt-detail .sort-objekte .radio .exp-icon {
  margin-right: 5px;
}
/* line 2270, ../scss/style.scss */
.projekt-detail .sort-objekte .radio label {
  padding-left: 10px;
  min-height: 24px;
}
/* line 2273, ../scss/style.scss */
.projekt-detail .sort-objekte .radio label .unit {
  color: #777777;
  width: 30px;
  text-align: center;
  position: absolute;
  right: 8px;
}
/* line 2281, ../scss/style.scss */
.projekt-detail .sort-objekte .radio label .unit .exp-icon {
  margin-right: 0 !important;
}
/* line 2284, ../scss/style.scss */
.projekt-detail .sort-objekte .radio label .unit .exp-icon:before {
  font-size: 16px;
  color: #777777;
}
/* line 2292, ../scss/style.scss */
.projekt-detail .sort-objekte .radio.active label {
  font-weight: bold;
}
/* line 2297, ../scss/style.scss */
.projekt-detail .sort-objekte .direction {
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #eeeeee;
  color: #1b1b1b;
}

@media screen and (min-width: 768px) {
  /* line 2305, ../scss/style.scss */
  .projekt-detail .sort-objekte {
    text-align: right;
  }
  /* line 2311, ../scss/style.scss */
  .projekt-detail .sort-objekte .btn.btn-link, .projekt-detail .sort-objekte .btn-link.eu-cookie-compliance-more-button, .projekt-detail .sort-objekte .btn-link.eu-cookie-compliance-agree-button, .projekt-detail .sort-objekte .full .content .paragraph--type--produkt-teaser .field--name-field-button a.btn-link, .full .content .paragraph--type--produkt-teaser .field--name-field-button .projekt-detail .sort-objekte a.btn-link {
    padding: 6px 12px;
  }
  /* line 2314, ../scss/style.scss */
  .projekt-detail .sort-objekte .dropdown-menu {
    left: auto;
    right: 0;
    width: 300px;
  }
}
@media screen and (min-width: 992px) {
  /* line 2322, ../scss/style.scss */
  .sort-objekte,
  .sort {
    margin-right: -13px;
    float: right;
  }
  /* line 2324, ../scss/style.scss */
  .sort-objekte .btn.btn-link, .sort-objekte .btn-link.eu-cookie-compliance-more-button, .sort-objekte .btn-link.eu-cookie-compliance-agree-button, .sort-objekte .full .content .paragraph--type--produkt-teaser .field--name-field-button a.btn-link, .full .content .paragraph--type--produkt-teaser .field--name-field-button .sort-objekte a.btn-link,
  .sort .btn.btn-link,
  .sort .btn-link.eu-cookie-compliance-more-button,
  .sort .btn-link.eu-cookie-compliance-agree-button,
  .sort .full .content .paragraph--type--produkt-teaser .field--name-field-button a.btn-link,
  .full .content .paragraph--type--produkt-teaser .field--name-field-button .sort a.btn-link {
    padding: 6px 12px;
  }
}
/* line 2332, ../scss/style.scss */
.projekt-liste {
  margin-top: 0;
}
/* line 2336, ../scss/style.scss */
.projekt-liste .header-wrapper {
  margin-bottom: 50px;
  clear: both;
}
@media screen and (min-width: 992px) {
  /* line 2340, ../scss/style.scss */
  .projekt-liste .header-wrapper h1 {
    margin: 0;
    float: left;
    padding: 7px 0;
  }
}
/* line 2346, ../scss/style.scss */
.projekt-liste .header-wrapper #kurzstatistik {
  font-size: 0.85em;
  color: #666;
  clear: both;
}
/* line 2349, ../scss/style.scss */
.projekt-liste .header-wrapper #kurzstatistik .kurzstatistik-label {
  color: #1b1b1b;
  font-size: 1.25em;
}
/* line 2353, ../scss/style.scss */
.projekt-liste .header-wrapper #kurzstatistik .preis {
  color: #1b1b1b;
  font-weight: bold;
  font-size: 1.5em;
  line-height: 1;
  display: block;
}
/* line 2366, ../scss/style.scss */
.projekt-liste h2 {
  margin-top: 0;
}
/* line 2369, ../scss/style.scss */
.projekt-liste .projekt {
  margin-bottom: 50px;
}
/* line 2373, ../scss/style.scss */
.projekt-liste .projekt h2 small {
  display: block;
  text-transform: none;
  color: #003F63;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.5;
}
/* line 2382, ../scss/style.scss */
.projekt-liste .bilder-placeholder {
  height: 150px;
}
/* line 2384, ../scss/style.scss */
.projekt-liste .bilder-placeholder .exp-icon-wrapper {
  display: none;
}
/* line 2392, ../scss/style.scss */
.projekt-liste .anschrift .exp-icon-wrapper,
.projekt-liste .firmen .exp-icon-wrapper,
.projekt-liste .fertigstellung .exp-icon-wrapper {
  width: 32px;
  display: inline-block;
  vertical-align: middle;
  height: 32px;
}
/* line 2399, ../scss/style.scss */
.projekt-liste .anschrift,
.projekt-liste .firmen,
.projekt-liste .wohnungen {
  line-height: 2;
  font-weight: bold;
}
/* line 2406, ../scss/style.scss */
.projekt-liste .anschrift,
.projekt-liste .firmen li {
  line-height: 1.25em;
  padding-left: 36px;
  position: relative;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
/* line 2413, ../scss/style.scss */
.projekt-liste .anschrift .exp-icon-wrapper,
.projekt-liste .firmen li .exp-icon-wrapper {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -16px;
}
/* line 2420, ../scss/style.scss */
.projekt-liste .firmen li {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
/* line 2425, ../scss/style.scss */
.projekt-liste h2,
.projekt-liste .fertigstellung {
  color: #003F63;
  text-transform: uppercase;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  line-height: 32px;
  font-size: 24px;
}
/* line 2434, ../scss/style.scss */
.projekt-liste .fertigstellung .date {
  display: inline-block;
}
/* line 2439, ../scss/style.scss */
.projekt-liste h1 {
  font-size: 30px;
  color: #003F63;
  text-transform: uppercase;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
}
/* line 2445, ../scss/style.scss */
.projekt-liste .bilder-placeholder {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  /* line 2450, ../scss/style.scss */
  .projekt-liste .projekt {
    border-bottom: 5px solid #e0e8ec;
    padding-bottom: 25px;
    margin-bottom: 25px;
  }
  /* line 2454, ../scss/style.scss */
  .projekt-liste .projekt .bilder-placeholder {
    margin-bottom: 25px;
  }
}
/* line 2460, ../scss/style.scss */
.projekt-liste .pane {
  clear: both;
  margin-bottom: 0;
  position: relative;
}
/* line 2464, ../scss/style.scss */
.projekt-liste .pane .exp-icon-wrapper {
  width: 48px;
  position: absolute;
  left: 20px;
  top: 20px;
  font-size: 48px;
}
/* line 2477, ../scss/style.scss */
.projekt-liste .pane-red {
  background-color: rgba(248, 217, 211, 0.5);
}
/* line 2480, ../scss/style.scss */
.projekt-liste .pane-gray {
  background-color: #eee;
}
/* line 2483, ../scss/style.scss */
.projekt-liste .pane-blue {
  background-color: #e0e8ec;
}
/* line 2486, ../scss/style.scss */
.projekt-liste .pane > .kurzstatistik {
  padding: 5px 25px;
  border-top: 2px solid #fff;
}
/* line 2489, ../scss/style.scss */
.projekt-liste .pane > .kurzstatistik:first-child {
  border-top: 0;
}
/* line 2493, ../scss/style.scss */
.projekt-liste .kurzstatistiken {
  margin-bottom: 50px;
  margin-top: 25px;
  border: 1px solid #eeeeee;
  padding: 12.5px;
}
/* line 2498, ../scss/style.scss */
.projekt-liste .kurzstatistiken .kurzstatistiken-header {
  margin-bottom: 12.5px;
}
@media screen and (min-width: 992px) {
  /* line 2498, ../scss/style.scss */
  .projekt-liste .kurzstatistiken .kurzstatistiken-header {
    margin-bottom: 0;
  }
  /* line 2502, ../scss/style.scss */
  .projekt-liste .kurzstatistiken .kurzstatistiken-header .kurzstatistiken-spalte {
    align-items: center;
    display: block;
  }
  /* line 2505, ../scss/style.scss */
  .projekt-liste .kurzstatistiken .kurzstatistiken-header .kurzstatistiken-spalte.kurzstatistiken-buttons {
    display: flex;
    justify-content: flex-end;
  }
}
/* line 2512, ../scss/style.scss */
.projekt-liste .kurzstatistiken .kurzstatistiken-body {
  margin-top: 12.5px;
}
/* line 2515, ../scss/style.scss */
.projekt-liste .kurzstatistiken .kurzstatistiken-titel {
  margin-top: 0;
  margin-bottom: 12.5px;
}
@media screen and (min-width: 992px) {
  /* line 2515, ../scss/style.scss */
  .projekt-liste .kurzstatistiken .kurzstatistiken-titel {
    margin-bottom: 0;
  }
}
/* line 2521, ../scss/style.scss */
.projekt-liste .kurzstatistiken .kurzstatistiken-titel small {
  text-transform: none;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0;
}
/* line 2530, ../scss/style.scss */
.projekt-liste .kurzstatistiken.kurzstatistiken--leer .kurzstatistiken-titel {
  color: #777777;
}
/* line 2533, ../scss/style.scss */
.projekt-liste .kurzstatistiken.kurzstatistiken--leer .kurzstatistiken-buttons {
  margin-top: 12.5px;
  align-items: flex-start;
}
/* line 2537, ../scss/style.scss */
.projekt-liste .kurzstatistiken.kurzstatistiken--leer .kurzstatistiken-header {
  margin-bottom: 0;
}
@media screen and (min-width: 992px) {
  /* line 2541, ../scss/style.scss */
  .projekt-liste .kurzstatistiken.kurzstatistiken--leer .kurzstatistiken-buttons {
    margin-top: 0;
  }
}
/* line 2546, ../scss/style.scss */
.projekt-liste .kurzstatistiken .btn.btn-primary, .projekt-liste .kurzstatistiken .btn-primary.eu-cookie-compliance-more-button, .projekt-liste .kurzstatistiken .eu-cookie-compliance-more-button.eu-cookie-compliance-agree-button, .projekt-liste .kurzstatistiken .eu-cookie-compliance-agree-button, .projekt-liste .kurzstatistiken .full .content .paragraph--type--produkt-teaser .field--name-field-button a.btn-primary, .full .content .paragraph--type--produkt-teaser .field--name-field-button .projekt-liste .kurzstatistiken a.btn-primary, .projekt-liste .kurzstatistiken .full .content .paragraph--type--produkt-teaser .field--name-field-button a.eu-cookie-compliance-agree-button, .full .content .paragraph--type--produkt-teaser .field--name-field-button .projekt-liste .kurzstatistiken a.eu-cookie-compliance-agree-button {
  color: #003F63;
  border-color: #003F63;
  margin-right: 6.25px;
}
/* line 2550, ../scss/style.scss */
.projekt-liste .kurzstatistiken .btn.btn-primary:hover, .projekt-liste .kurzstatistiken .btn-primary.eu-cookie-compliance-more-button:hover, .projekt-liste .kurzstatistiken .eu-cookie-compliance-more-button.eu-cookie-compliance-agree-button:hover, .projekt-liste .kurzstatistiken .eu-cookie-compliance-agree-button:hover, .projekt-liste .kurzstatistiken .full .content .paragraph--type--produkt-teaser .field--name-field-button a.btn-primary:hover, .full .content .paragraph--type--produkt-teaser .field--name-field-button .projekt-liste .kurzstatistiken a.btn-primary:hover, .projekt-liste .kurzstatistiken .full .content .paragraph--type--produkt-teaser .field--name-field-button a.eu-cookie-compliance-agree-button:hover, .full .content .paragraph--type--produkt-teaser .field--name-field-button .projekt-liste .kurzstatistiken a.eu-cookie-compliance-agree-button:hover, .projekt-liste .kurzstatistiken .btn.btn-primary:focus, .projekt-liste .kurzstatistiken .btn-primary.eu-cookie-compliance-more-button:focus, .projekt-liste .kurzstatistiken .eu-cookie-compliance-more-button.eu-cookie-compliance-agree-button:focus, .projekt-liste .kurzstatistiken .eu-cookie-compliance-agree-button:focus, .projekt-liste .kurzstatistiken .full .content .paragraph--type--produkt-teaser .field--name-field-button a.btn-primary:focus, .full .content .paragraph--type--produkt-teaser .field--name-field-button .projekt-liste .kurzstatistiken a.btn-primary:focus, .projekt-liste .kurzstatistiken .full .content .paragraph--type--produkt-teaser .field--name-field-button a.eu-cookie-compliance-agree-button:focus, .full .content .paragraph--type--produkt-teaser .field--name-field-button .projekt-liste .kurzstatistiken a.eu-cookie-compliance-agree-button:focus {
  background-color: #e0e8ec;
}
/* line 2554, ../scss/style.scss */
.projekt-liste .kurzstatistiken .btn.btn-primary:last-child, .projekt-liste .kurzstatistiken .btn-primary.eu-cookie-compliance-more-button:last-child, .projekt-liste .kurzstatistiken .eu-cookie-compliance-more-button.eu-cookie-compliance-agree-button:last-child, .projekt-liste .kurzstatistiken .eu-cookie-compliance-agree-button:last-child, .projekt-liste .kurzstatistiken .full .content .paragraph--type--produkt-teaser .field--name-field-button a.btn-primary:last-child, .full .content .paragraph--type--produkt-teaser .field--name-field-button .projekt-liste .kurzstatistiken a.btn-primary:last-child, .projekt-liste .kurzstatistiken .full .content .paragraph--type--produkt-teaser .field--name-field-button a.eu-cookie-compliance-agree-button:last-child, .full .content .paragraph--type--produkt-teaser .field--name-field-button .projekt-liste .kurzstatistiken a.eu-cookie-compliance-agree-button:last-child {
  margin-right: 0;
}
/* line 2558, ../scss/style.scss */
.projekt-liste .kurzstatistiken .btn[disabled], .projekt-liste .kurzstatistiken [disabled].eu-cookie-compliance-more-button, .projekt-liste .kurzstatistiken [disabled].eu-cookie-compliance-agree-button, .projekt-liste .kurzstatistiken .full .content .paragraph--type--produkt-teaser .field--name-field-button a[disabled], .full .content .paragraph--type--produkt-teaser .field--name-field-button .projekt-liste .kurzstatistiken a[disabled],
.projekt-liste .kurzstatistiken .btn.disabled,
.projekt-liste .kurzstatistiken .disabled.eu-cookie-compliance-more-button,
.projekt-liste .kurzstatistiken .disabled.eu-cookie-compliance-agree-button,
.projekt-liste .kurzstatistiken .full .content .paragraph--type--produkt-teaser .field--name-field-button a.disabled,
.full .content .paragraph--type--produkt-teaser .field--name-field-button .projekt-liste .kurzstatistiken a.disabled {
  color: #555555;
  opacity: 0.5;
}
/* line 2562, ../scss/style.scss */
.projekt-liste .kurzstatistiken .btn[disabled]:hover, .projekt-liste .kurzstatistiken [disabled].eu-cookie-compliance-more-button:hover, .projekt-liste .kurzstatistiken [disabled].eu-cookie-compliance-agree-button:hover, .projekt-liste .kurzstatistiken .full .content .paragraph--type--produkt-teaser .field--name-field-button a[disabled]:hover, .full .content .paragraph--type--produkt-teaser .field--name-field-button .projekt-liste .kurzstatistiken a[disabled]:hover, .projekt-liste .kurzstatistiken .btn[disabled]:focus, .projekt-liste .kurzstatistiken [disabled].eu-cookie-compliance-more-button:focus, .projekt-liste .kurzstatistiken [disabled].eu-cookie-compliance-agree-button:focus, .projekt-liste .kurzstatistiken .full .content .paragraph--type--produkt-teaser .field--name-field-button a[disabled]:focus, .full .content .paragraph--type--produkt-teaser .field--name-field-button .projekt-liste .kurzstatistiken a[disabled]:focus,
.projekt-liste .kurzstatistiken .btn.disabled:hover,
.projekt-liste .kurzstatistiken .disabled.eu-cookie-compliance-more-button:hover,
.projekt-liste .kurzstatistiken .disabled.eu-cookie-compliance-agree-button:hover,
.projekt-liste .kurzstatistiken .full .content .paragraph--type--produkt-teaser .field--name-field-button a.disabled:hover,
.full .content .paragraph--type--produkt-teaser .field--name-field-button .projekt-liste .kurzstatistiken a.disabled:hover,
.projekt-liste .kurzstatistiken .btn.disabled:focus,
.projekt-liste .kurzstatistiken .disabled.eu-cookie-compliance-more-button:focus,
.projekt-liste .kurzstatistiken .disabled.eu-cookie-compliance-agree-button:focus,
.projekt-liste .kurzstatistiken .full .content .paragraph--type--produkt-teaser .field--name-field-button a.disabled:focus,
.full .content .paragraph--type--produkt-teaser .field--name-field-button .projekt-liste .kurzstatistiken a.disabled:focus {
  background-color: transparent;
}

/* line 2570, ../scss/style.scss */
#kurzstatistiken-buttons-tooltip.with-tooltip {
  position: relative;
  cursor: not-allowed;
}
/* line 2574, ../scss/style.scss */
#kurzstatistiken-buttons-tooltip.with-tooltip:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  right: 0;
  bottom: 0;
}

/* line 2586, ../scss/style.scss */
.bilder-placeholder {
  background-color: #eeeeee;
  width: 100%;
  height: 350px;
  margin-bottom: 50px;
  display: table;
}

/* line 2597, ../scss/style.scss */
.bilder-placeholder-content {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

/* line 2603, ../scss/style.scss */
.bilder-placeholder-text {
  font-weight: bold;
}

/* line 2607, ../scss/style.scss */
.modal-backdrop {
  background-color: #fff;
  background-color: #003F63;
  background-color: transparent;
}

/* line 2615, ../scss/style.scss */
.modal {
  opacity: 0;
}

/* line 2618, ../scss/style.scss */
.modal-content {
  background-color: rgba(255, 255, 255, 0.98);
  box-shadow: none;
  border: 1px solid #db4224;
}
/* line 2623, ../scss/style.scss */
.modal-content .close {
  color: #db4224;
  opacity: 0.6;
}
/* line 2626, ../scss/style.scss */
.modal-content .close:hover, .modal-content .close:focus {
  opacity: 1;
}

/* line 2632, ../scss/style.scss */
.modal-body {
  padding: 25px;
}
/* line 2634, ../scss/style.scss */
.modal-body .close {
  margin-right: -15px;
  margin-top: -15px;
}

/* line 2641, ../scss/style.scss */
.gka-modal .modal-content {
  border: 1px solid #003F63;
}
/* line 2643, ../scss/style.scss */
.gka-modal .modal-content h3 {
  font-size: 1.25em;
}
/* line 2647, ../scss/style.scss */
.gka-modal .modal-content h4 {
  font-size: 1.1em;
  margin: 1em 0 0;
}
/* line 2651, ../scss/style.scss */
.gka-modal .modal-content h5 {
  font-size: 1em;
  margin: 0 0 1em;
}
/* line 2656, ../scss/style.scss */
.gka-modal table {
  width: 100%;
}
/* line 2658, ../scss/style.scss */
.gka-modal table.bebauungsbestimmungen {
  margin-bottom: 2em;
}
/* line 2661, ../scss/style.scss */
.gka-modal table.table-grundkostenanteil {
  width: calc(100% - 20px);
  border: 1px solid black;
  margin: 10px;
}
/* line 2665, ../scss/style.scss */
.gka-modal table.table-grundkostenanteil tr {
  border: 1px solid black;
}
/* line 2668, ../scss/style.scss */
.gka-modal table.table-grundkostenanteil th {
  font-weight: bold;
}
/* line 2671, ../scss/style.scss */
.gka-modal table.table-grundkostenanteil .center {
  text-align: center;
}
/* line 2674, ../scss/style.scss */
.gka-modal table.table-grundkostenanteil .left {
  text-align: left;
}
/* line 2677, ../scss/style.scss */
.gka-modal table.table-grundkostenanteil .right {
  float: right;
}
/* line 2684, ../scss/style.scss */
.gka-modal table th,
.gka-modal table td {
  padding: 0.25em 0.5em;
}
/* line 2688, ../scss/style.scss */
.gka-modal table .divider {
  max-width: 1em;
}
/* line 2691, ../scss/style.scss */
.gka-modal table .kaufpreis {
  color: #db4224;
}
/* line 2694, ../scss/style.scss */
.gka-modal table .nutzflaeche {
  color: #003F63;
}

/* line 2700, ../scss/style.scss */
.carousel-control {
  text-shadow: none;
  text-decoration: none !important;
  opacity: 1;
}
/* line 2704, ../scss/style.scss */
.carousel-control.left, .carousel-control.right {
  background-image: none;
}
/* line 2708, ../scss/style.scss */
.carousel-control.left .exp-icon {
  left: 20px;
}
/* line 2711, ../scss/style.scss */
.carousel-control.right .exp-icon {
  right: 20px;
}
/* line 2714, ../scss/style.scss */
.carousel-control .exp-icon {
  font-size: 48px;
  color: #003F63;
  position: absolute;
  margin-top: -16px;
  top: 50%;
}
/* line 2726, ../scss/style.scss */
.carousel-control:hover .exp-icon {
  color: #db4224;
}

/* line 2732, ../scss/style.scss */
#map,
#statistiktool-map {
  height: 600px;
}

/* line 2743, ../scss/style.scss */
.gm-style .gm-style-mtc label,
.gm-style .gm-style-mtc div {
  font-weight: 400;
  font-size: 12px !important;
}

/* line 2751, ../scss/style.scss */
.gm-fullscreen-control {
  top: 120px !important;
}
/* line 2753, ../scss/style.scss */
.gm-fullscreen-control + div {
  top: 183px !important;
}

/* line 2758, ../scss/style.scss */
.gm-custom-overlay {
  position: absolute;
  left: 10px !important;
  bottom: 30px !important;
  padding: 5px;
  height: max-content;
  width: max-content;
}
/* line 2766, ../scss/style.scss */
.gm-custom-overlay label {
  vertical-align: middle;
  font-family: "Roboto", Helvetica, Arial, sans-serif !important;
  font-size: 16px !important;
  line-height: 1.5;
}
/* line 2772, ../scss/style.scss */
.gm-custom-overlay label input[type="checkbox"] {
  width: 16px;
  height: 16px;
  margin-right: 5px;
}
/* line 2777, ../scss/style.scss */
.gm-custom-overlay label input[type="checkbox"] + span {
  font-weight: 400;
}
/* line 2780, ../scss/style.scss */
.gm-custom-overlay label input[type="checkbox"]:checked + span {
  font-weight: bold;
}

/* line 2786, ../scss/style.scss */
div.gmnoprint > div.gm-style-cc > div > span {
  display: none !important;
}

/* line 2794, ../scss/style.scss */
.gmnoprint > .gm-style-cc {
  background: none !important;
  display: none !important;
}

/* line 2799, ../scss/style.scss */
.gmnoprint + .gm-style-cc {
  background: none !important;
}

/* line 2802, ../scss/style.scss */
#copyright-control-custom {
  bottom: 0;
  font-size: 10px;
  height: 14px;
  line-height: 14px;
  position: relative;
  box-sizing: border-box;
  color: black;
  font-weight: 400;
  background-color: whitesmoke;
  opacity: 0.7;
  margin-right: -11px;
}
/* line 2814, ../scss/style.scss */
#copyright-control-custom span {
  margin-right: 1px;
  margin-left: 1px;
  padding: 1px;
}

/* line 2822, ../scss/style.scss */
.gm-style-iw h2 {
  font-size: 14px;
  letter-spacing: normal;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 9px 0 0 0;
}
/* line 2829, ../scss/style.scss */
.gm-style-iw h2 a {
  font-weight: 600;
}
/* line 2834, ../scss/style.scss */
.gm-style-iw .info-window {
  margin: 6px 0;
}
/* line 2837, ../scss/style.scss */
.gm-style-iw .info-window .info-window-image {
  display: block;
  position: relative;
  max-height: 150px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
/* line 2845, ../scss/style.scss */
.gm-style-iw .info-window .info-window-image img {
  max-width: 100% !important;
  visibility: hidden;
}
/* line 2852, ../scss/style.scss */
.gm-style-iw .info-window .info-window-adresse,
.gm-style-iw .info-window .info-window-firmen {
  font-size: 12px !important;
}
/* line 2857, ../scss/style.scss */
.gm-style-iw .info-window .info-window-fertigstellung {
  font-weight: 500;
  color: #003F63;
  font-size: 14px;
}
/* line 2862, ../scss/style.scss */
.gm-style-iw .info-window .info-window-zusatz {
  font-size: 11px;
}
/* line 2865, ../scss/style.scss */
.gm-style-iw .info-window .info-window-status {
  color: #003F63;
}

/* line 2871, ../scss/style.scss */
.map-legende {
  font-size: 12px;
  line-height: 30px !important;
}
/* line 2874, ../scss/style.scss */
.map-legende .exp-icon {
  vertical-align: middle;
  line-height: 30px !important;
  font-size: 20px;
}
/* line 2879, ../scss/style.scss */
.map-legende dt {
  display: block;
  float: left;
  clear: left;
  margin-right: 10px;
}
/* line 2885, ../scss/style.scss */
.map-legende dd {
  display: block;
  line-height: 30px !important;
}
@media screen and (min-width: 992px) {
  /* line 2895, ../scss/style.scss */
  .map-legende dt,
  .map-legende dd {
    display: inline-block;
    float: none;
  }
  /* line 2900, ../scss/style.scss */
  .map-legende dd {
    margin-right: 25px;
  }
}

@media screen and (min-width: 1200px) {
  /* line 2906, ../scss/style.scss */
  .map-and-filter.no-map {
    padding-top: 0;
  }
}

/* line 2913, ../scss/style.scss */
.map-and-filter {
  position: relative;
}
@media screen and (min-width: 1200px) {
  /* line 2913, ../scss/style.scss */
  .map-and-filter {
    padding-top: 66px;
  }
}
/* line 2919, ../scss/style.scss */
.map-and-filter .dropdown-menu .divider {
  margin: 10px 0;
}
/* line 2923, ../scss/style.scss */
.map-and-filter .form-control {
  background-color: #fff;
}
/* line 2925, ../scss/style.scss */
.map-and-filter .form-control.input-sm, .map-and-filter .input-group-sm > .form-control,
.map-and-filter .input-group-sm > .input-group-btn > .form-control.btn,
.map-and-filter .input-group-sm > .input-group-btn > .form-control.eu-cookie-compliance-more-button,
.map-and-filter .input-group-sm > .input-group-btn > .form-control.eu-cookie-compliance-agree-button,
.map-and-filter .full .content .paragraph--type--produkt-teaser .field--name-field-button .input-group-sm > .input-group-btn > a.form-control,
.full .content .paragraph--type--produkt-teaser .field--name-field-button .map-and-filter .input-group-sm > .input-group-btn > a.form-control {
  font-size: 14px;
}
/* line 2930, ../scss/style.scss */
.map-and-filter .btn-primary, .map-and-filter .eu-cookie-compliance-agree-button {
  color: #fff;
  background-color: #003F63;
  border-color: #002f4a;
}
/* line 11, ../bootstrap/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.map-and-filter .btn-primary:focus, .map-and-filter .eu-cookie-compliance-agree-button:focus, .map-and-filter .btn-primary.focus, .map-and-filter .focus.eu-cookie-compliance-agree-button {
  color: #fff;
  background-color: #001f30;
  border-color: black;
}
/* line 17, ../bootstrap/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.map-and-filter .btn-primary:hover, .map-and-filter .eu-cookie-compliance-agree-button:hover {
  color: #fff;
  background-color: #001f30;
  border-color: #00080c;
}
/* line 22, ../bootstrap/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.map-and-filter .btn-primary:active, .map-and-filter .eu-cookie-compliance-agree-button:active, .map-and-filter .btn-primary.active, .map-and-filter .active.eu-cookie-compliance-agree-button, .open > .map-and-filter .btn-primary.dropdown-toggle, .open > .map-and-filter .dropdown-toggle.eu-cookie-compliance-agree-button {
  color: #fff;
  background-color: #001f30;
  border-color: #00080c;
}
/* line 29, ../bootstrap/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.map-and-filter .btn-primary:active:hover, .map-and-filter .eu-cookie-compliance-agree-button:active:hover, .map-and-filter .btn-primary:active:focus, .map-and-filter .eu-cookie-compliance-agree-button:active:focus, .map-and-filter .btn-primary:active.focus, .map-and-filter .eu-cookie-compliance-agree-button:active.focus, .map-and-filter .btn-primary.active:hover, .map-and-filter .active.eu-cookie-compliance-agree-button:hover, .map-and-filter .btn-primary.active:focus, .map-and-filter .active.eu-cookie-compliance-agree-button:focus, .map-and-filter .btn-primary.active.focus, .map-and-filter .active.focus.eu-cookie-compliance-agree-button, .open > .map-and-filter .btn-primary.dropdown-toggle:hover, .open > .map-and-filter .dropdown-toggle.eu-cookie-compliance-agree-button:hover, .open > .map-and-filter .btn-primary.dropdown-toggle:focus, .open > .map-and-filter .dropdown-toggle.eu-cookie-compliance-agree-button:focus, .open > .map-and-filter .btn-primary.dropdown-toggle.focus, .open > .map-and-filter .dropdown-toggle.focus.eu-cookie-compliance-agree-button {
  color: #fff;
  background-color: #00080c;
  border-color: black;
}
/* line 37, ../bootstrap/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.map-and-filter .btn-primary:active, .map-and-filter .eu-cookie-compliance-agree-button:active, .map-and-filter .btn-primary.active, .map-and-filter .active.eu-cookie-compliance-agree-button, .open > .map-and-filter .btn-primary.dropdown-toggle, .open > .map-and-filter .dropdown-toggle.eu-cookie-compliance-agree-button {
  background-image: none;
}
/* line 45, ../bootstrap/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.map-and-filter .btn-primary.disabled:hover, .map-and-filter .disabled.eu-cookie-compliance-agree-button:hover, .map-and-filter .btn-primary.disabled:focus, .map-and-filter .disabled.eu-cookie-compliance-agree-button:focus, .map-and-filter .btn-primary.disabled.focus, .map-and-filter .disabled.focus.eu-cookie-compliance-agree-button, .map-and-filter .btn-primary[disabled]:hover, .map-and-filter [disabled].eu-cookie-compliance-agree-button:hover, .map-and-filter .btn-primary[disabled]:focus, .map-and-filter [disabled].eu-cookie-compliance-agree-button:focus, .map-and-filter .btn-primary[disabled].focus, .map-and-filter [disabled].focus.eu-cookie-compliance-agree-button, fieldset[disabled] .map-and-filter .btn-primary:hover, fieldset[disabled] .map-and-filter .eu-cookie-compliance-agree-button:hover, fieldset[disabled] .map-and-filter .btn-primary:focus, fieldset[disabled] .map-and-filter .eu-cookie-compliance-agree-button:focus, fieldset[disabled] .map-and-filter .btn-primary.focus, fieldset[disabled] .map-and-filter .focus.eu-cookie-compliance-agree-button {
  background-color: #003F63;
  border-color: #002f4a;
}
/* line 53, ../bootstrap/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.map-and-filter .btn-primary .badge, .map-and-filter .eu-cookie-compliance-agree-button .badge {
  color: #003F63;
  background-color: #fff;
}
/* line 2937, ../scss/style.scss */
.map-and-filter ul {
  margin-bottom: 0;
}
/* line 2941, ../scss/style.scss */
.map-and-filter .filter {
  padding-top: 10px;
  padding-bottom: 10px;
  min-height: 356px;
}
@media screen and (min-width: 992px) {
  /* line 2941, ../scss/style.scss */
  .map-and-filter .filter {
    min-height: 0;
  }
}
@media screen and (min-width: 1200px) {
  /* line 2941, ../scss/style.scss */
  .map-and-filter .filter {
    position: fixed;
    top: 80px;
    left: 0;
    right: 0;
    z-index: 400;
    background-color: rgba(255, 255, 255, 0.95);
  }
}
@media screen and (min-width: 992px) {
  /* line 2959, ../scss/style.scss */
  .map-and-filter .filter .nav-pills {
    display: flex;
  }
  /* line 2960, ../scss/style.scss */
  .map-and-filter .filter .nav-pills:before, .map-and-filter .filter .nav-pills:after {
    content: none;
  }
  /* line 2967, ../scss/style.scss */
  .map-and-filter .filter .nav-pills > li {
    display: flex !important;
    flex-grow: 0;
    flex-shrink: 0;
  }
  /* line 2972, ../scss/style.scss */
  .map-and-filter .filter .nav-pills > li.fulltext-wrapper {
    flex-grow: 1;
    flex-shrink: 1;
  }
  /* line 2976, ../scss/style.scss */
  .map-and-filter .filter .nav-pills > li.fulltext-wrapper .fulltext,
  .map-and-filter .filter .nav-pills > li.fulltext-wrapper .fulltext .form-inline,
  .map-and-filter .filter .nav-pills > li.fulltext-wrapper .fulltext .form-inline .form-group {
    flex-grow: 1;
    display: flex !important;
  }
  /* line 2981, ../scss/style.scss */
  .map-and-filter .filter .nav-pills > li.fulltext-wrapper .fulltext .input-group,
  .map-and-filter .filter .nav-pills > li.fulltext-wrapper .fulltext .form-inline .input-group,
  .map-and-filter .filter .nav-pills > li.fulltext-wrapper .fulltext .form-inline .form-group .input-group {
    width: 100%;
  }
}
/* line 2989, ../scss/style.scss */
.map-and-filter .filter .nav-pills > li > a {
  border: 1px solid #003F63;
  display: flex;
  margin-right: 10px;
}
/* line 2994, ../scss/style.scss */
.map-and-filter .filter .nav-pills > li:last-child > a {
  margin-right: 0;
}
/* line 2997, ../scss/style.scss */
.map-and-filter .filter .fulltext {
  margin-right: 10px;
}
/* line 2999, ../scss/style.scss */
.map-and-filter .filter .fulltext .form-control {
  border-color: #003F63;
  color: #003F63;
  font-weight: normal;
}
/* line 3004, ../scss/style.scss */
.map-and-filter .filter .fulltext .form-inline .form-group {
  display: block;
}
/* line 3008, ../scss/style.scss */
.map-and-filter .filter .fulltext .form-inline .form-group .input-group .clear {
  width: 1%;
  display: table-cell;
  vertical-align: middle;
}
/* line 3014, ../scss/style.scss */
.map-and-filter .filter .fulltext .form-inline .form-group .input-group .clear a:hover {
  text-decoration: none;
}
/* line 3019, ../scss/style.scss */
.map-and-filter .filter .fulltext .btn.btn-default, .map-and-filter .filter .fulltext .eu-cookie-compliance-more-button, .map-and-filter .filter .fulltext .btn-default.eu-cookie-compliance-agree-button, .map-and-filter .filter .fulltext .eu-cookie-compliance-agree-button.eu-cookie-compliance-more-button, .map-and-filter .filter .fulltext .full .content .paragraph--type--produkt-teaser .field--name-field-button a.btn-default, .full .content .paragraph--type--produkt-teaser .field--name-field-button .map-and-filter .filter .fulltext a.btn-default, .map-and-filter .filter .fulltext .full .content .paragraph--type--produkt-teaser .field--name-field-button a.eu-cookie-compliance-more-button, .full .content .paragraph--type--produkt-teaser .field--name-field-button .map-and-filter .filter .fulltext a.eu-cookie-compliance-more-button {
  border-color: #003F63;
}
/* line 3021, ../scss/style.scss */
.map-and-filter .filter .fulltext .btn.btn-default:hover, .map-and-filter .filter .fulltext .eu-cookie-compliance-more-button:hover, .map-and-filter .filter .fulltext .btn-default.eu-cookie-compliance-agree-button:hover, .map-and-filter .filter .fulltext .eu-cookie-compliance-agree-button.eu-cookie-compliance-more-button:hover, .map-and-filter .filter .fulltext .full .content .paragraph--type--produkt-teaser .field--name-field-button a.btn-default:hover, .full .content .paragraph--type--produkt-teaser .field--name-field-button .map-and-filter .filter .fulltext a.btn-default:hover, .map-and-filter .filter .fulltext .full .content .paragraph--type--produkt-teaser .field--name-field-button a.eu-cookie-compliance-more-button:hover, .full .content .paragraph--type--produkt-teaser .field--name-field-button .map-and-filter .filter .fulltext a.eu-cookie-compliance-more-button:hover, .map-and-filter .filter .fulltext .btn.btn-default:focus, .map-and-filter .filter .fulltext .eu-cookie-compliance-more-button:focus, .map-and-filter .filter .fulltext .btn-default.eu-cookie-compliance-agree-button:focus, .map-and-filter .filter .fulltext .eu-cookie-compliance-agree-button.eu-cookie-compliance-more-button:focus, .map-and-filter .filter .fulltext .full .content .paragraph--type--produkt-teaser .field--name-field-button a.btn-default:focus, .full .content .paragraph--type--produkt-teaser .field--name-field-button .map-and-filter .filter .fulltext a.btn-default:focus, .map-and-filter .filter .fulltext .full .content .paragraph--type--produkt-teaser .field--name-field-button a.eu-cookie-compliance-more-button:focus, .full .content .paragraph--type--produkt-teaser .field--name-field-button .map-and-filter .filter .fulltext a.eu-cookie-compliance-more-button:focus {
  background-color: #e0e8ec;
}
/* line 3027, ../scss/style.scss */
.map-and-filter .filter .fit-bounds-wrapper {
  font-size: 30px;
}
/* line 3029, ../scss/style.scss */
.map-and-filter .filter .fit-bounds-wrapper #fit-bounds {
  cursor: pointer;
  padding: 6px;
}
/* line 3034, ../scss/style.scss */
.map-and-filter .filter h3,
.map-and-filter .filter h4 {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 991px) {
  /* line 3041, ../scss/style.scss */
  .map-and-filter .filter .fulltext {
    margin: 0;
  }
  /* line 3044, ../scss/style.scss */
  .map-and-filter .filter .nav-pills > li {
    float: none;
    margin: 0 0 10px 0;
  }
  /* line 3047, ../scss/style.scss */
  .map-and-filter .filter .nav-pills > li a {
    margin: 0;
  }
  /* line 3054, ../scss/style.scss */
  .map-and-filter .filter .dropdown-backdrop {
    display: none;
  }
  /* line 3057, ../scss/style.scss */
  .map-and-filter .filter .dropdown-menu.filter-overlay {
    box-shadow: none;
    width: 100%;
    min-width: 0;
    float: none;
    margin: 0;
    position: static;
  }
}
/* line 3068, ../scss/style.scss */
.map-and-filter .nav > li > a {
  padding: 6px 12px;
}
/* line 3070, ../scss/style.scss */
.map-and-filter .nav > li > a:hover, .map-and-filter .nav > li > a:focus {
  background-color: #e0e8ec;
}
/* line 3074, ../scss/style.scss */
.map-and-filter .nav > li > a.reset-filter {
  color: #db4224;
  border-color: #db4224;
}
/* line 3077, ../scss/style.scss */
.map-and-filter .nav > li > a.reset-filter:hover, .map-and-filter .nav > li > a.reset-filter:focus {
  background-color: rgba(248, 217, 211, 0.5);
}
@media screen and (min-width: 768px) {
  /* line 3085, ../scss/style.scss */
  .map-and-filter .two-columns > ul {
    column-count: 2;
  }
  /* line 3091, ../scss/style.scss */
  .map-and-filter .three-columns > ul {
    column-count: 3;
  }
}
/* line 3099, ../scss/style.scss */
.map-and-filter .dropdown-backdrop {
  z-index: 79;
}
/* line 3102, ../scss/style.scss */
.map-and-filter .dropdown-menu.filter-overlay {
  min-width: 460px;
  width: auto;
  padding: 25px;
  padding-top: 0;
  margin-top: 10px;
  font-size: 14px;
  z-index: 80;
  /*
  .facet-quality {
    label {
      padding-left: 0;
      color: $brand-primary;
      &:focus, &:hover {
        color: $text-color;
      }
      &.active {
        font-weight: 600;
        color: $text-color;
        &:focus, &:hover {
          color: $brand-red;
        }
      }
    }
    input[type=checkbox], input[type=radio] {
      display: none;
    }
  }
  */
}
@media screen and (max-width: 991px) {
  /* line 3102, ../scss/style.scss */
  .map-and-filter .dropdown-menu.filter-overlay {
    max-height: none !important;
  }
}
/* line 3121, ../scss/style.scss */
.map-and-filter .dropdown-menu.filter-overlay.no-bottom-padding {
  padding-bottom: 0;
}
/* line 3128, ../scss/style.scss */
.map-and-filter .dropdown-menu.filter-overlay .facet-group-help-btn {
  position: relative;
  float: right;
  top: 10px;
  left: 10px;
}
/* line 3135, ../scss/style.scss */
.map-and-filter .dropdown-menu.filter-overlay#gruppe-3 .facet-group-help-btn {
  top: -30px;
  left: -10px;
}
/* line 3148, ../scss/style.scss */
.map-and-filter .dropdown-menu.filter-overlay h4 {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  color: #db4224;
  font-size: 14px;
  margin-top: 25px;
  margin: 17px 0 6px 0;
}
/* line 3158, ../scss/style.scss */
.map-and-filter .dropdown-menu.filter-overlay .exp-icon {
  width: 16px;
  height: 16px;
  margin-right: 5px;
  font-weight: normal;
  vertical-align: middle;
}
/* line 3165, ../scss/style.scss */
.map-and-filter .dropdown-menu.filter-overlay .facet-range {
  color: #003F63;
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  justify-content: flex-start;
  margin: 0px -25px 0 -25px;
  padding: 10px 25px 5px;
  /* Chrome, Safari, Edge, Opera */
  /* Firefox */
}
@media screen and (min-width: 768px) {
  /* line 3165, ../scss/style.scss */
  .map-and-filter .dropdown-menu.filter-overlay .facet-range {
    flex-wrap: nowrap;
  }
}
/* line 3177, ../scss/style.scss */
.map-and-filter .dropdown-menu.filter-overlay .facet-range .control-label {
  font-weight: 100;
}
/* line 3181, ../scss/style.scss */
.map-and-filter .dropdown-menu.filter-overlay .facet-range .form-control {
  font-weight: 400;
  color: #003F63;
  width: 54px;
}
/* line 3189, ../scss/style.scss */
.map-and-filter .dropdown-menu.filter-overlay .facet-range .btn-default .exp-icon, .map-and-filter .dropdown-menu.filter-overlay .facet-range .eu-cookie-compliance-more-button .exp-icon,
.map-and-filter .dropdown-menu.filter-overlay .facet-range .btn-link .exp-icon,
.map-and-filter .dropdown-menu.filter-overlay .facet-range .btn-primary .exp-icon,
.map-and-filter .dropdown-menu.filter-overlay .facet-range .eu-cookie-compliance-agree-button .exp-icon {
  font-size: 20px;
  margin-right: 0;
}
/* line 3194, ../scss/style.scss */
.map-and-filter .dropdown-menu.filter-overlay .facet-range .btn-primary .exp-icon, .map-and-filter .dropdown-menu.filter-overlay .facet-range .eu-cookie-compliance-agree-button .exp-icon {
  color: #fff;
}
/* line 3198, ../scss/style.scss */
.map-and-filter .dropdown-menu.filter-overlay .facet-range .btn-link:hover, .map-and-filter .dropdown-menu.filter-overlay .facet-range .btn-link:focus {
  text-decoration: none;
}
/* line 3201, ../scss/style.scss */
.map-and-filter .dropdown-menu.filter-overlay .facet-range .btn-link:hover .exp-icon, .map-and-filter .dropdown-menu.filter-overlay .facet-range .btn-link:focus .exp-icon {
  color: #000e17;
}
/* line 3206, ../scss/style.scss */
.map-and-filter .dropdown-menu.filter-overlay .facet-range ul.dropdown-menu {
  min-width: unset !important;
}
/* line 3208, ../scss/style.scss */
.map-and-filter .dropdown-menu.filter-overlay .facet-range ul.dropdown-menu li {
  display: block;
  padding: 3px 20px;
  clear: both;
  color: #003F63;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
  text-align: right;
}
/* line 3219, ../scss/style.scss */
.map-and-filter .dropdown-menu.filter-overlay .facet-range ul.dropdown-menu li:hover, .map-and-filter .dropdown-menu.filter-overlay .facet-range ul.dropdown-menu li:focus {
  background: #e0e8ec;
}
/* line 3226, ../scss/style.scss */
.map-and-filter .dropdown-menu.filter-overlay .facet-range input::-webkit-outer-spin-button,
.map-and-filter .dropdown-menu.filter-overlay .facet-range input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* line 3233, ../scss/style.scss */
.map-and-filter .dropdown-menu.filter-overlay .facet-range input[type="number"] {
  -moz-appearance: textfield;
}
/* line 3236, ../scss/style.scss */
.map-and-filter .dropdown-menu.filter-overlay .facet-range .checkbox-inline label.facet-item {
  margin-bottom: 0;
}
/* line 3241, ../scss/style.scss */
.map-and-filter .dropdown-menu.filter-overlay .facet ul {
  margin-bottom: 0;
}
/* line 3245, ../scss/style.scss */
.map-and-filter .dropdown-menu.filter-overlay .facet .tri-state-radio {
  display: block;
  overflow-x: hidden;
  padding-right: 20px;
  position: relative;
}
/* line 3251, ../scss/style.scss */
.map-and-filter .dropdown-menu.filter-overlay .facet .tri-state-radio input[type="radio"] {
  display: none;
}
/* line 3255, ../scss/style.scss */
.map-and-filter .dropdown-menu.filter-overlay .facet .tri-state-radio label.not-shortcut {
  display: none;
}
/* line 3259, ../scss/style.scss */
.map-and-filter .dropdown-menu.filter-overlay .facet .tri-state-radio input[type="radio"]:checked + label {
  display: inline-block;
}
/* line 3263, ../scss/style.scss */
.map-and-filter .dropdown-menu.filter-overlay .facet .tri-state-radio label {
  width: 100%;
  position: absolute;
  user-select: none;
  cursor: pointer;
}
/* line 3270, ../scss/style.scss */
.map-and-filter .dropdown-menu.filter-overlay .facet .tri-state-radio span.label, .map-and-filter .dropdown-menu.filter-overlay .facet .tri-state-radio span.selected-kaufobjekte,
.map-and-filter .dropdown-menu.filter-overlay .facet .tri-state-radio span.selected-angebotsobjekte {
  font-size: 14px;
  margin-left: 2rem;
  padding: 0;
  display: inline-block;
}
/* line 3276, ../scss/style.scss */
.map-and-filter .dropdown-menu.filter-overlay .facet .tri-state-radio span.count {
  color: #919191;
  font-size: 12px;
}
/* line 3281, ../scss/style.scss */
.map-and-filter .dropdown-menu.filter-overlay .facet .tri-state-radio label.shortcut {
  opacity: 0;
}
/* line 3286, ../scss/style.scss */
.map-and-filter .dropdown-menu.filter-overlay .facet .tri-state-radio:hover label.shortcut {
  opacity: 1;
  padding: 0 5px;
  width: auto;
}
/* line 3293, ../scss/style.scss */
.map-and-filter .dropdown-menu.filter-overlay .facet .tri-state-radio input.shortcut:checked ~ label.shortcut {
  opacity: 0;
}
/* line 3300, ../scss/style.scss */
.map-and-filter .dropdown-menu.filter-overlay .facet .tri-state-radio:hover .label, .map-and-filter .dropdown-menu.filter-overlay .facet .tri-state-radio:hover .selected-kaufobjekte,
.map-and-filter .dropdown-menu.filter-overlay .facet .tri-state-radio:hover .selected-angebotsobjekte, .map-and-filter .dropdown-menu.filter-overlay .facet .tri-state-radio:focus .label, .map-and-filter .dropdown-menu.filter-overlay .facet .tri-state-radio:focus .selected-kaufobjekte,
.map-and-filter .dropdown-menu.filter-overlay .facet .tri-state-radio:focus .selected-angebotsobjekte {
  color: #1b1b1b;
}
/* line 3306, ../scss/style.scss */
.map-and-filter .dropdown-menu.filter-overlay .facet .tri-state-radio[data-state="1"] .label, .map-and-filter .dropdown-menu.filter-overlay .facet .tri-state-radio[data-state="1"] .selected-kaufobjekte,
.map-and-filter .dropdown-menu.filter-overlay .facet .tri-state-radio[data-state="1"] .selected-angebotsobjekte, .map-and-filter .dropdown-menu.filter-overlay .facet .tri-state-radio[data-state="-1"] .label, .map-and-filter .dropdown-menu.filter-overlay .facet .tri-state-radio[data-state="-1"] .selected-kaufobjekte,
.map-and-filter .dropdown-menu.filter-overlay .facet .tri-state-radio[data-state="-1"] .selected-angebotsobjekte {
  font-weight: bold;
  color: #1b1b1b;
}
/* line 3315, ../scss/style.scss */
.map-and-filter .dropdown-menu.filter-overlay .facet .tri-state-radio[data-state="1"]:hover .label, .map-and-filter .dropdown-menu.filter-overlay .facet .tri-state-radio[data-state="1"]:hover .selected-kaufobjekte,
.map-and-filter .dropdown-menu.filter-overlay .facet .tri-state-radio[data-state="1"]:hover .selected-angebotsobjekte, .map-and-filter .dropdown-menu.filter-overlay .facet .tri-state-radio[data-state="1"]:focus .label, .map-and-filter .dropdown-menu.filter-overlay .facet .tri-state-radio[data-state="1"]:focus .selected-kaufobjekte,
.map-and-filter .dropdown-menu.filter-overlay .facet .tri-state-radio[data-state="1"]:focus .selected-angebotsobjekte, .map-and-filter .dropdown-menu.filter-overlay .facet .tri-state-radio[data-state="-1"]:hover .label, .map-and-filter .dropdown-menu.filter-overlay .facet .tri-state-radio[data-state="-1"]:hover .selected-kaufobjekte,
.map-and-filter .dropdown-menu.filter-overlay .facet .tri-state-radio[data-state="-1"]:hover .selected-angebotsobjekte, .map-and-filter .dropdown-menu.filter-overlay .facet .tri-state-radio[data-state="-1"]:focus .label, .map-and-filter .dropdown-menu.filter-overlay .facet .tri-state-radio[data-state="-1"]:focus .selected-kaufobjekte,
.map-and-filter .dropdown-menu.filter-overlay .facet .tri-state-radio[data-state="-1"]:focus .selected-angebotsobjekte {
  color: #003F63;
}
/* line 3322, ../scss/style.scss */
.map-and-filter .dropdown-menu.filter-overlay .facet .tri-state-radio[data-state="-1"] .shortcut .not-shortcut {
  opacity: 0;
}
/* line 3329, ../scss/style.scss */
.map-and-filter .dropdown-menu.filter-overlay .facet .btn-toggle-collapse {
  border: none;
  background: transparent;
  color: #003F63;
  font-weight: normal;
  margin: 0;
  padding: 0;
}
/* line 3337, ../scss/style.scss */
.map-and-filter .dropdown-menu.filter-overlay .facet .btn-toggle-collapse:hover {
  color: #000f17;
  text-decoration: underline;
}
/* line 3341, ../scss/style.scss */
.map-and-filter .dropdown-menu.filter-overlay .facet .btn-toggle-collapse:hover .exp-icon {
  color: #000f17;
}
/* line 3347, ../scss/style.scss */
.map-and-filter .dropdown-menu.filter-overlay .facet .btn-toggle-collapse[data-iscollapsed="true"] .toggle-less {
  display: none;
}
/* line 3350, ../scss/style.scss */
.map-and-filter .dropdown-menu.filter-overlay .facet .btn-toggle-collapse[data-iscollapsed="true"] .toggle-more {
  display: block;
}
/* line 3356, ../scss/style.scss */
.map-and-filter .dropdown-menu.filter-overlay .facet .btn-toggle-collapse[data-iscollapsed="false"] .toggle-less {
  display: block;
}
/* line 3359, ../scss/style.scss */
.map-and-filter .dropdown-menu.filter-overlay .facet .btn-toggle-collapse[data-iscollapsed="false"] .toggle-more {
  display: none;
}
/* line 3369, ../scss/style.scss */
.map-and-filter .dropdown-menu.filter-overlay .facet .radio,
.map-and-filter .dropdown-menu.filter-overlay .facet .checkbox {
  margin-top: 0;
  margin-bottom: 0;
}
/* line 3374, ../scss/style.scss */
.map-and-filter .dropdown-menu.filter-overlay .facet .radio.disabled .disabled-label,
.map-and-filter .dropdown-menu.filter-overlay .facet .checkbox.disabled .disabled-label {
  font-size: inherit;
  line-height: 2;
  display: inline-block;
}
/* line 3378, ../scss/style.scss */
.map-and-filter .dropdown-menu.filter-overlay .facet .radio.disabled .disabled-label a,
.map-and-filter .dropdown-menu.filter-overlay .facet .checkbox.disabled .disabled-label a {
  min-height: 32px;
  display: inline-block;
  color: #777777;
}
/* line 3383, ../scss/style.scss */
.map-and-filter .dropdown-menu.filter-overlay .facet .radio.disabled .disabled-label .count,
.map-and-filter .dropdown-menu.filter-overlay .facet .checkbox.disabled .disabled-label .count {
  color: #919191;
  font-size: 12px;
}
/* line 3390, ../scss/style.scss */
.map-and-filter .dropdown-menu.filter-overlay .facet label,
.map-and-filter .dropdown-menu.filter-overlay .facet span.label,
.map-and-filter .dropdown-menu.filter-overlay .facet span.selected-kaufobjekte,
.map-and-filter .dropdown-menu.filter-overlay .facet span.selected-angebotsobjekte {
  font-weight: normal;
  padding-left: 0;
  color: #003F63;
  /*
  &.clicked {
    &:focus, &:hover {
      // color: $brand-primary;
      .exp-icon-radio-off { display: inline-block; }
      .exp-icon-radio { display: none; }
      .exp-icon-checkbox-off { display: inline-block; }
      .exp-icon-checkbox { display: none; }
    }
   }
  &.active.clicked {
    &:focus, &:hover {
      .exp-icon-radio-off { display: none; }
      .exp-icon-radio { display: inline-block; }
      .exp-icon-checkbox-off { display: none; }
      .exp-icon-checkbox { display: inline-block; }
    }
  }
  */
}
/* line 3395, ../scss/style.scss */
.map-and-filter .dropdown-menu.filter-overlay .facet label:focus, .map-and-filter .dropdown-menu.filter-overlay .facet label:hover,
.map-and-filter .dropdown-menu.filter-overlay .facet span.label:focus,
.map-and-filter .dropdown-menu.filter-overlay .facet span.selected-kaufobjekte:focus,
.map-and-filter .dropdown-menu.filter-overlay .facet span.selected-angebotsobjekte:focus,
.map-and-filter .dropdown-menu.filter-overlay .facet span.label:hover,
.map-and-filter .dropdown-menu.filter-overlay .facet span.selected-kaufobjekte:hover,
.map-and-filter .dropdown-menu.filter-overlay .facet span.selected-angebotsobjekte:hover {
  color: #1b1b1b;
}
/* line 3403, ../scss/style.scss */
.map-and-filter .dropdown-menu.filter-overlay .facet label.active,
.map-and-filter .dropdown-menu.filter-overlay .facet span.label.active,
.map-and-filter .dropdown-menu.filter-overlay .facet span.active.selected-kaufobjekte,
.map-and-filter .dropdown-menu.filter-overlay .facet span.active.selected-angebotsobjekte {
  font-weight: 600;
  color: #1b1b1b;
}
/* line 3406, ../scss/style.scss */
.map-and-filter .dropdown-menu.filter-overlay .facet label.active:focus, .map-and-filter .dropdown-menu.filter-overlay .facet label.active:hover,
.map-and-filter .dropdown-menu.filter-overlay .facet span.label.active:focus,
.map-and-filter .dropdown-menu.filter-overlay .facet span.active.selected-kaufobjekte:focus,
.map-and-filter .dropdown-menu.filter-overlay .facet span.active.selected-angebotsobjekte:focus,
.map-and-filter .dropdown-menu.filter-overlay .facet span.label.active:hover,
.map-and-filter .dropdown-menu.filter-overlay .facet span.active.selected-kaufobjekte:hover,
.map-and-filter .dropdown-menu.filter-overlay .facet span.active.selected-angebotsobjekte:hover {
  color: #003F63;
}
/* line 3461, ../scss/style.scss */
.map-and-filter .dropdown-menu.filter-overlay .exp-icon-hidden {
  display: none;
}
/* line 3464, ../scss/style.scss */
.map-and-filter .dropdown-menu.filter-overlay .exp-icon-visible {
  display: inline-block;
}
/* line 3469, ../scss/style.scss */
.map-and-filter .dropdown-menu.filter-overlay a .count,
.map-and-filter .dropdown-menu.filter-overlay label .count {
  color: #919191;
  font-size: 12px;
}
/* line 3474, ../scss/style.scss */
.map-and-filter .dropdown-menu.filter-overlay a:focus,
.map-and-filter .dropdown-menu.filter-overlay a:hover {
  text-decoration: none;
  color: #1b1b1b;
}
/* line 3479, ../scss/style.scss */
.map-and-filter .dropdown-menu.filter-overlay a.active {
  color: #1b1b1b;
  font-weight: 600;
}
/* line 3482, ../scss/style.scss */
.map-and-filter .dropdown-menu.filter-overlay a.active:focus, .map-and-filter .dropdown-menu.filter-overlay a.active:hover {
  color: #db4224;
}
/* line 3491, ../scss/style.scss */
.map-and-filter .dropdown-menu.filter-overlay label:focus .exp-icon-hidden,
.map-and-filter .dropdown-menu.filter-overlay label:hover .exp-icon-hidden,
.map-and-filter .dropdown-menu.filter-overlay a:focus .exp-icon-hidden,
.map-and-filter .dropdown-menu.filter-overlay a:hover .exp-icon-hidden {
  display: inline-block;
}
/* line 3494, ../scss/style.scss */
.map-and-filter .dropdown-menu.filter-overlay label:focus .exp-icon-visible,
.map-and-filter .dropdown-menu.filter-overlay label:hover .exp-icon-visible,
.map-and-filter .dropdown-menu.filter-overlay a:focus .exp-icon-visible,
.map-and-filter .dropdown-menu.filter-overlay a:hover .exp-icon-visible {
  display: none;
}
/* line 3499, ../scss/style.scss */
.map-and-filter .dropdown-menu.filter-overlay .form-group.input-dropdown label {
  font-size: 14px;
  font-weight: 400;
}
/* line 3503, ../scss/style.scss */
.map-and-filter .dropdown-menu.filter-overlay .form-group.input-dropdown .input-group-btn,
.map-and-filter .dropdown-menu.filter-overlay .form-group.input-dropdown ul,
.map-and-filter .dropdown-menu.filter-overlay .form-group.input-dropdown li {
  font-size: inherit;
}
/* line 3508, ../scss/style.scss */
.map-and-filter .dropdown-menu.filter-overlay .form-group.input-dropdown li {
  color: #003F63;
}
/* line 3512, ../scss/style.scss */
.map-and-filter .dropdown-menu.filter-overlay .reset-range {
  background-color: #fff;
  border: 1px solid #db4224;
  color: #db4224;
  flex-basis: 100%;
  font-weight: normal;
  margin: 10px 0 0 0;
}
/* line 3519, ../scss/style.scss */
.map-and-filter .dropdown-menu.filter-overlay .reset-range:hover, .map-and-filter .dropdown-menu.filter-overlay .reset-range:active, .map-and-filter .dropdown-menu.filter-overlay .reset-range:focus {
  background-color: rgba(248, 217, 211, 0.5);
  box-shadow: none;
}
@media screen and (min-width: 768px) {
  /* line 3512, ../scss/style.scss */
  .map-and-filter .dropdown-menu.filter-overlay .reset-range {
    flex-basis: initial;
    margin: 0 0 0 auto;
  }
}

/* line 3534, ../scss/style.scss */
.popover-content-hilfe p {
  line-height: 2.5rem;
  font-size: 14px;
}
/* line 3539, ../scss/style.scss */
.popover-content-hilfe .include {
  color: #003F63;
}
/* line 3542, ../scss/style.scss */
.popover-content-hilfe .exclude {
  color: #db4224;
}
/* line 3545, ../scss/style.scss */
.popover-content-hilfe .underline {
  text-decoration: underline;
}
/* line 3548, ../scss/style.scss */
.popover-content-hilfe label {
  margin-bottom: 0;
}

/* line 3553, ../scss/style.scss */
.facet-selected {
  color: #1b1b1b;
}
/* line 3555, ../scss/style.scss */
.facet-selected a {
  color: #1b1b1b;
}

/* line 3562, ../scss/style.scss */
.logo-claim {
  max-width: 400px;
}

/* line 3566, ../scss/style.scss */
.form-control::-webkit-input-placeholder {
  font-weight: 300;
  color: #1b1b1b;
}

/* line 3572, ../scss/style.scss */
.form-control::-moz-placeholder {
  font-weight: 300;
  color: #1b1b1b;
}

/* line 3577, ../scss/style.scss */
.form-control::-ms-input-placeholder {
  font-weight: 300;
  color: #1b1b1b;
}

/* line 3582, ../scss/style.scss */
.form-control:-ms-input-placeholder {
  font-weight: 300;
  color: #1b1b1b;
}

/* line 3587, ../scss/style.scss */
.form-control::placeholder {
  font-weight: 300;
  color: #1b1b1b;
}

/* line 3599, ../scss/style.scss */
body.toolbar-fixed.navbar-sticky .navbar-wrapper {
  z-index: 500;
  top: 39px;
}
/* line 3605, ../scss/style.scss */
body.toolbar-fixed.navbar-sticky.toolbar-tray-open.toolbar-horizontal .navbar-wrapper {
  top: 79px;
}
@media screen and (min-width: 1200px) {
  /* line 3608, ../scss/style.scss */
  body.toolbar-fixed.navbar-sticky.toolbar-tray-open.toolbar-horizontal .filter {
    top: 155px;
  }
}
@media screen and (min-width: 1200px) {
  /* line 3615, ../scss/style.scss */
  body.toolbar-fixed.navbar-sticky.toolbar-tray-open.toolbar-horizontal .main-container #filter {
    margin-top: 4px;
  }
}
/* line 3622, ../scss/style.scss */
body.toolbar-fixed.navbar-sticky.toolbar-tray-open.toolbar-vertical .navbar-wrapper {
  top: 40px;
}
@media screen and (min-width: 1200px) {
  /* line 3625, ../scss/style.scss */
  body.toolbar-fixed.navbar-sticky.toolbar-tray-open.toolbar-vertical .filter {
    top: 119px;
  }
}

/* line 3636, ../scss/style.scss */
#navbar-wrapper {
  z-index: 500;
}

/* line 3648, ../scss/style.scss */
body.path-user .system-messages-wrapper,
body.path-user .tabs-wrapper {
  width: auto;
  padding-left: 0;
  padding-right: 0;
}

/* line 3657, ../scss/style.scss */
body.page-node-1 .system-messages-wrapper .alert {
  margin-top: 25px;
}

@media screen and (min-width: 1200px) {
  /* line 3664, ../scss/style.scss */
  body.page-node-1 .system-messages-wrapper {
    position: relative;
  }
  /* line 3666, ../scss/style.scss */
  body.page-node-1 .system-messages-wrapper .alert {
    position: absolute;
    top: -60px;
    left: 25px;
    right: 25px;
  }
}
/* line 3676, ../scss/style.scss */
.eu-cookie-compliance-content {
  max-width: none;
}
@media screen and (min-width: 768px) {
  /* line 3676, ../scss/style.scss */
  .eu-cookie-compliance-content {
    width: 770px;
  }
}
@media screen and (min-width: 992px) {
  /* line 3676, ../scss/style.scss */
  .eu-cookie-compliance-content {
    width: 990px;
  }
}
@media screen and (min-width: 1200px) {
  /* line 3676, ../scss/style.scss */
  .eu-cookie-compliance-content {
    width: 1190px;
  }
}

/* line 3689, ../scss/style.scss */
.eu-cookie-compliance-message {
  margin-top: 15px;
}

/* line 3698, ../scss/style.scss */
.eu-cookie-compliance-more-button,
.eu-cookie-compliance-agree-button {
  box-shadow: none;
  text-shadow: none;
}

/* line 3704, ../scss/style.scss */
.form-inline-xs .form-group {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
}

/* line 3709, ../scss/style.scss */
.form-inline-xs .form-control {
  display: inline-block;
  width: auto;
  vertical-align: middle;
}

/* line 3714, ../scss/style.scss */
.form-inline-xs .form-control-static {
  display: inline-block;
}

/* line 3717, ../scss/style.scss */
.form-inline-xs .input-group {
  display: inline-table;
  vertical-align: middle;
}

/* line 3721, ../scss/style.scss */
.form-inline-xs .input-group .input-group-addon,
.form-inline-xs .input-group .input-group-btn,
.form-inline-xs .input-group .form-control {
  width: auto;
}

/* line 3726, ../scss/style.scss */
.form-inline-xs .input-group > .form-control {
  width: 100%;
}

/* line 3729, ../scss/style.scss */
.form-inline-xs .control-label {
  margin-bottom: 0;
  vertical-align: middle;
}

/* line 3733, ../scss/style.scss */
.form-inline-xs .radio,
.form-inline-xs .checkbox {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0;
  vertical-align: middle;
}

/* line 3740, ../scss/style.scss */
.form-inline-xs .radio label,
.form-inline-xs .checkbox label {
  padding-left: 0;
}

/* line 3744, ../scss/style.scss */
.form-inline-xs .radio input[type="radio"],
.form-inline-xs .checkbox input[type="checkbox"] {
  position: relative;
  margin-left: 0;
}

/* line 3749, ../scss/style.scss */
.form-inline-xs .has-feedback .form-control-feedback {
  top: 0;
}

/* line 3753, ../scss/style.scss */
.dense {
  line-height: 1.1em;
  margin-bottom: 0.4em;
}

/* line 3758, ../scss/style.scss */
.text-condensed {
  line-height: 1.5;
}

/* line 3762, ../scss/style.scss */
.nobr {
  white-space: nowrap;
}

/* line 3768, ../scss/style.scss */
.chart {
  min-height: 450px;
}

@media print {
  /* line 3775, ../scss/style.scss */
  .container, .view.view-magazin .pager, .system-messages-wrapper,
  .tabs-wrapper, .eu-cookie-compliance-content, .region-stoerer, .view.view-glossar,
  .full.article,
  .system-messages-wrapper,
  .tabs-wrapper,
  .eu-cookie-compliance-content,
  .view.view-magazin {
    width: auto !important;
  }
}
/* line 3787, ../scss/style.scss */
#gAdresssuche input {
  border: 1px solid #fff;
  padding: 8px 17px;
  font-size: 12px;
  width: 140px;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
}
@media screen and (min-width: 480px) {
  /* line 3787, ../scss/style.scss */
  #gAdresssuche input {
    width: 280px !important;
  }
}

/* line 3800, ../scss/style.scss */
.icon-map-location {
  width: 24px;
  height: 24px;
  line-height: 38px;
  background-image: url("../images/location.svg");
  background-size: 24px 24px;
  display: block;
}
/* line 3807, ../scss/style.scss */
.icon-map-location:hover {
  background-image: url("../images/location_on.svg");
}

/* line 3813, ../scss/style.scss */
#infscr-loading {
  text-align: center;
}

/* line 3821, ../scss/style.scss */
.exp-icon.exp-icon-big.exp-icon-eigentuemer:before, .exp-icon.exp-icon-big.exp-icon-investor:before {
  font-size: 0.875em;
  margin-left: 10px;
}

/* line 3828, ../scss/style.scss */
.bilder-bau {
  margin-top: 2.5em;
}

/* line 3832, ../scss/style.scss */
.ankaeufe {
  margin-right: 25px;
}
/* line 3834, ../scss/style.scss */
.ankaeufe + .ankaeufe {
  margin-top: 2em;
}
/* line 3837, ../scss/style.scss */
.ankaeufe .ankauf {
  padding: 0.5em 0 0;
  margin-left: 79px;
  border-top: 1px solid #e0e8ec;
  border-right: 1px solid #e0e8ec;
  border-left: 1px solid #e0e8ec;
}
/* line 3843, ../scss/style.scss */
.ankaeufe .ankauf .exp-icon-geld {
  position: absolute;
  left: -80px;
}
/* line 3847, ../scss/style.scss */
.ankaeufe .ankauf .pane-content {
  margin-left: 0;
}
/* line 3850, ../scss/style.scss */
.ankaeufe .ankauf .ankauf-kaufpreis {
  margin: 0;
  padding: 0.5em;
}
/* line 3854, ../scss/style.scss */
.ankaeufe .ankauf .date {
  display: inline;
}
/* line 3857, ../scss/style.scss */
.ankaeufe .ankauf + .ankauf {
  border-top: none;
  padding-top: 2em;
}
/* line 3861, ../scss/style.scss */
.ankaeufe .ankauf:last-child {
  border-bottom: 1px solid #e0e8ec;
}

/* line 3867, ../scss/style.scss */
.gka-ohne-ankauf {
  margin-left: 79px;
  margin-right: 0px;
  margin-top: 2em;
}
/* line 3871, ../scss/style.scss */
.gka-ohne-ankauf.pane-big {
  padding: 0.5em;
}

/* line 3877, ../scss/style.scss */
.ooo-settings-form .einstellungen-container--default {
  opacity: 0.75;
}
/* line 3880, ../scss/style.scss */
.ooo-settings-form .einstellungen-container {
  border: 1px solid rgba(255, 255, 255, 0.75);
  padding: 10px 20px;
}
/* line 3886, ../scss/style.scss */
.ooo-settings-form .einstellungen-wohnflaeche .form-item {
  display: inline-block;
  width: calc(100% - 90px);
  margin: 0;
}
/* line 3893, ../scss/style.scss */
.ooo-settings-form .einstellungen-wohnflaeche .text-value {
  width: 50px;
  text-align: right;
  display: inline-block;
  margin: 0;
}
/* line 3901, ../scss/style.scss */
.ooo-settings-form .einstellungen-wohnflaeche .form-range {
  display: inline-block;
}
/* line 3906, ../scss/style.scss */
.ooo-settings-form .einstellungen-wohnflaeche .control-label {
  vertical-align: middle;
  width: 100px;
  margin: 0;
  font-weight: bold;
  display: inline-block;
  line-height: 36px;
  height: 46px;
}
/* line 3916, ../scss/style.scss */
.ooo-settings-form .einstellungen-wohnflaeche .text-muted, .ooo-settings-form .einstellungen-wohnflaeche .author {
  color: rgba(255, 255, 255, 0.75);
}
/* line 3919, ../scss/style.scss */
.ooo-settings-form .einstellungen-wohnflaeche .form-control {
  vertical-align: middle;
  padding: 0;
  width: calc(100% - 130px);
  margin: 0;
}
/* line 3928, ../scss/style.scss */
.ooo-settings-form input[type="number"]::-webkit-outer-spin-button,
.ooo-settings-form input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* line 3933, ../scss/style.scss */
.ooo-settings-form input[type="number"] {
  -moz-appearance: textfield;
}
/* line 3937, ../scss/style.scss */
.ooo-settings-form .einstellungen-wohnflaeche .form-item.form-type-number,
.ooo-settings-form .einstellungen-wohnflaeche .form-control.form-number {
  width: 50px;
}
/* line 3944, ../scss/style.scss */
.ooo-settings-form .einstellungen-hsk .form-control.form-number {
  width: 100px;
}
/* line 3951, ../scss/style.scss */
.ooo-settings-form .einstellungen-container .form-item.form-type-number {
  line-height: 24px;
}
/* line 3954, ../scss/style.scss */
.ooo-settings-form .einstellungen-container .form-control.form-number {
  background-color: #e0e8ec;
  vertical-align: middle;
  text-align: right;
  line-height: 24px;
  height: 34px;
  padding: 0 5px;
  display: inline-block;
}
/* line 3967, ../scss/style.scss */
.ooo-settings-form .input-group-addon {
  background-color: #e0e8ec;
}
/* line 3975, ../scss/style.scss */
.ooo-settings-form .einstellungen-container.form-horizontal .control-label {
  text-align: left;
}
/* line 3978, ../scss/style.scss */
.ooo-settings-form .einstellungen-container.form-horizontal .col-nopad {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
/* line 3992, ../scss/style.scss */
.ooo-settings-form .control-label small {
  margin-top: -10px;
  display: block;
}
/* line 3998, ../scss/style.scss */
.ooo-settings-form .select-wrapper select {
  height: auto;
}
/* line 4003, ../scss/style.scss */
.ooo-settings-form .einstellungen-hsk .bundesland .spin-buttons {
  display: inline-block;
  position: relative;
  height: 26px;
  width: 100%;
}
/* line 4010, ../scss/style.scss */
.ooo-settings-form .einstellungen-hsk .bundesland .spin-buttons:after {
  height: 3px;
  position: absolute;
  background-color: #7797aa;
  display: block;
  top: 12px;
  left: 0;
  right: 0;
  content: "";
  z-index: -1;
}
/* line 4021, ../scss/style.scss */
.ooo-settings-form .einstellungen-hsk .bundesland .spin-buttons button {
  position: absolute;
  top: 0;
  background-color: #8892a1;
  color: #4c5960;
  height: 26px;
  width: 26px;
  border: 2px solid #fff;
  border-radius: 50%;
  font-weight: bold;
  font-size: 24px;
  overflow: hidden;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* line 4037, ../scss/style.scss */
.ooo-settings-form .einstellungen-hsk .bundesland .spin-buttons button:hover, .ooo-settings-form .einstellungen-hsk .bundesland .spin-buttons button:focus {
  background-color: #6d7889;
  color: #353f44;
}
/* line 4043, ../scss/style.scss */
.ooo-settings-form .einstellungen-hsk .bundesland .spin-buttons .spin-down {
  left: 0;
}
/* line 4046, ../scss/style.scss */
.ooo-settings-form .einstellungen-hsk .bundesland .spin-buttons .spin-up {
  right: 0;
}

/* line 4054, ../scss/style.scss */
.ooo-settings-modal .modal-content {
  border: 1px solid #003F63;
}
/* line 4057, ../scss/style.scss */
.ooo-settings-modal .modal-body {
  font-size: 14px;
}
/* line 4059, ../scss/style.scss */
.ooo-settings-modal .modal-body h2,
.ooo-settings-modal .modal-body h3,
.ooo-settings-modal .modal-body h4 {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  letter-spacing: 0;
  line-height: 2;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 0;
  text-transform: none;
  color: #003F63;
}
/* line 4071, ../scss/style.scss */
.ooo-settings-modal .modal-body h3 {
  margin-top: 0;
}
/* line 4074, ../scss/style.scss */
.ooo-settings-modal .modal-body h4 {
  margin-top: 1em;
}

/* line 4080, ../scss/style.scss */
.berechnung-wohnflaeche {
  margin-bottom: 1em;
}
/* line 4082, ../scss/style.scss */
.berechnung-wohnflaeche legend {
  margin-bottom: 0;
}

/* line 4089, ../scss/style.scss */
#gruppe-3 {
  padding: 0;
  max-width: 600px;
}
/* line 4092, ../scss/style.scss */
#gruppe-3 .facet-selected {
  margin-left: 10px;
  margin-bottom: 5px;
}
/* line 4096, ../scss/style.scss */
#gruppe-3 .facet-selected li a {
  line-height: 18.25px;
  display: block;
}

/* line 4103, ../scss/style.scss */
#region-accordion {
  margin-bottom: 0;
}
/* line 4105, ../scss/style.scss */
#region-accordion .panel {
  margin-top: 0;
  box-shadow: none;
  border-top: 0;
  border-radius: 0;
}
/* line 4111, ../scss/style.scss */
#region-accordion .panel-heading {
  background-color: #e0e8ec;
  padding: 0;
}
/* line 4114, ../scss/style.scss */
#region-accordion .panel-heading .panel-title {
  margin: 0;
  padding: 0;
}
/* line 4115, ../scss/style.scss */
#region-accordion .panel-heading .panel-title.stadt {
  text-transform: none;
}
/* line 4120, ../scss/style.scss */
#region-accordion .panel-heading .panel-title a {
  display: block;
  padding: 10px 15px;
  position: relative;
}
/* line 4126, ../scss/style.scss */
#region-accordion .panel-heading .panel-title a .exp-icon-toggle {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -8px;
}
/* line 4131, ../scss/style.scss */
#region-accordion .panel-heading .panel-title a .exp-icon-toggle:before {
  color: #db4224;
  content: "";
}
/* line 4136, ../scss/style.scss */
#region-accordion .panel-heading .panel-title a.collapsed, #region-accordion .panel-heading .panel-title a.no-matches {
  background-color: #fff;
}
/* line 4146, ../scss/style.scss */
#region-accordion .panel-heading .panel-title a:hover, #region-accordion .panel-heading .panel-title a:focus, #region-accordion .panel-heading .panel-title a:active {
  background-color: #e0e8ec;
}
/* line 4150, ../scss/style.scss */
#region-accordion .panel-heading .panel-title a:hover .exp-icon-toggle:before, #region-accordion .panel-heading .panel-title a:focus .exp-icon-toggle:before, #region-accordion .panel-heading .panel-title a:active .exp-icon-toggle:before {
  color: #003F63;
}
/* line 4155, ../scss/style.scss */
#region-accordion .panel-heading .panel-title a.collapsed .exp-icon-toggle:before {
  content: "";
}
/* line 4160, ../scss/style.scss */
#region-accordion .panel-heading .panel-title a.not-subscribed {
  color: #555555;
  cursor: pointer;
  background-color: #fff;
}
/* line 4166, ../scss/style.scss */
#region-accordion .panel-heading .panel-title span.subscribed {
  color: #555555;
  text-transform: none;
}
/* line 4174, ../scss/style.scss */
#region-accordion .panel-body.plz h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 14px;
}
/* line 4183, ../scss/style.scss */
#region-accordion .panel-body.plz h5 + ul {
  margin-bottom: 1em;
}
/* line 4191, ../scss/style.scss */
#region-accordion a.region-bulk-selector {
  cursor: pointer;
  margin-right: 30px;
}
/* line 4194, ../scss/style.scss */
#region-accordion a.region-bulk-selector:last-child {
  margin-right: 0;
}

/* typeahead */
/* line 4201, ../scss/style.scss */
#addresssearch {
  left: 10px !important;
  top: 10px !important;
  right: 60px;
}
@media screen and (min-width: 768px) {
  /* line 4201, ../scss/style.scss */
  #addresssearch {
    top: 10px !important;
    width: 500px !important;
    right: auto;
  }
}
/* line 4217, ../scss/style.scss */
#addresssearch .select-wrapper {
  background: yellow;
  width: auto;
  width: 100px;
  width: auto;
  height: 46px;
  overflow: hidden;
  margin: 0;
  position: absolute;
  right: 46px;
  border: 0;
}
/* line 4228, ../scss/style.scss */
#addresssearch .select-wrapper:after {
  font-family: exp-icon;
  position: absolute;
  width: 16px;
  height: 16px;
  line-height: 16px;
  font-size: 16px;
  display: block;
  right: 10px;
  top: 15px;
  margin: 0;
  color: #db4224;
  content: "";
}
/* line 4243, ../scss/style.scss */
#addresssearch select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  border: 1px solid #003F63;
  border-radius: 0;
  outline: none;
  height: 46px;
  padding-left: 10px;
  padding-right: 30px;
  background: #fff;
  color: #1b1b1b;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 12px;
}
/* line 4260, ../scss/style.scss */
#addresssearch select::-ms-expand {
  display: none;
}
/* line 4263, ../scss/style.scss */
#addresssearch .form-group:first-child {
  position: absolute;
  left: 0;
  right: 92px;
}
/* line 4264, ../scss/style.scss */
#addresssearch .form-group:first-child .twitter-typeahead {
  display: block;
  width: 100%;
}
@media screen and (min-width: 768px) {
  /* line 4263, ../scss/style.scss */
  #addresssearch .form-group:first-child {
    min-width: 400px !important;
  }
}
/* line 4276, ../scss/style.scss */
#addresssearch label {
  background-color: #e4e4e4;
  color: rgba(0, 0, 0, 0.6);
  font-size: 12px;
  line-height: 1;
  text-align: center;
  padding: 8px;
  min-width: 46px;
  margin: 0;
  line-height: 28px;
  border: 1px solid #003F63;
  border-left: 0;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
  transition: all 0.1s ease-in-out;
}
/* line 4295, ../scss/style.scss */
#addresssearch label:hover {
  cursor: pointer;
}
/* line 4298, ../scss/style.scss */
#addresssearch input:checked + label {
  background-color: #003F63;
  color: #fff;
  box-shadow: none;
}

/* line 4305, ../scss/style.scss */
.typeahead {
  box-shadow: none;
  background-color: #fff;
  border-color: #003F63;
  color: #003F63;
  font-weight: normal;
  font-size: 16px;
}
/* line 4315, ../scss/style.scss */
.typeahead.form-control {
  display: block;
  width: 100%;
}
/* line 4319, ../scss/style.scss */
.typeahead:focus, .typeahead:hover {
  border-color: #003F63;
}

/* line 4325, ../scss/style.scss */
.tt-hint {
  color: #999;
}

/* line 4329, ../scss/style.scss */
.tt-menu {
  width: calc(100% + 92px);
  border: 1px solid #003F63;
  margin-top: 3px;
  margin-top: 0;
  margin-top: -1px;
  z-index: 0;
  padding: 0;
  background-color: #fff;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 768px) {
  /* line 4329, ../scss/style.scss */
  .tt-menu {
    max-width: 500px;
  }
}

/* line 4347, ../scss/style.scss */
.tt-suggestion {
  padding: 3px 20px;
  font-size: 14px;
  overflow: hidden;
  line-height: 1.5;
  line-height: 30px;
  color: black;
  position: relative;
  padding-left: 50px;
}
/* line 4356, ../scss/style.scss */
.tt-suggestion .icon {
  font-size: 24px;
  line-height: 30px;
  text-align: center;
  width: 40px;
  height: 40px;
  position: absolute;
  left: 0;
  top: 2px;
  color: #ccc;
  display: block;
}
/* line 4370, ../scss/style.scss */
.tt-suggestion .icon:before {
  font-family: "exp-icon" !important;
  color: #ccc;
}
/* line 4376, ../scss/style.scss */
.tt-suggestion .icon.address:before {
  color: #ccc;
}
/* line 4381, ../scss/style.scss */
.tt-suggestion .desc {
  font-size: 90%;
  color: #444;
  line-height: 1.2;
  margin-top: -5px;
  margin-bottom: 5px;
}
/* line 4389, ../scss/style.scss */
.tt-suggestion:hover, .tt-suggestion:focus, .tt-suggestion.tt-cursor {
  background-color: #e0e8ec;
  cursor: pointer;
}
/* line 4396, ../scss/style.scss */
.tt-suggestion:hover .icon:before, .tt-suggestion:focus .icon:before, .tt-suggestion.tt-cursor .icon:before {
  color: #003F63;
}
/* line 4402, ../scss/style.scss */
.tt-suggestion.error {
  font-weight: bold;
}

/* Firmensuche */
/* line 4409, ../scss/style.scss */
.fulltext .twitter-typeahead {
  min-height: 46px;
  display: flex !important;
}
/* line 4412, ../scss/style.scss */
.fulltext .twitter-typeahead .form-control.tt-hint,
.fulltext .twitter-typeahead .form-control.tt-input {
  width: 100%;
  display: flex !important;
}
/* line 4417, ../scss/style.scss */
.fulltext .twitter-typeahead .tt-suggestion {
  font-weight: 400;
  padding-left: 12px;
}

/* line 4425, ../scss/style.scss */
.gm-style-mtc > button,
.gm-style-mtc > li,
.gm-style-mtc > label {
  font-family: "Roboto", Helvetica, Arial, sans-serif !important;
  font-size: 16px !important;
}

@media screen and (max-width: 768px) {
  /* line 4434, ../scss/style.scss */
  .gm-style-mtc {
    right: 0 !important;
    font-size: 11px !important;
    z-index: 20000 !important;
  }
  /* line 4438, ../scss/style.scss */
  .gm-style-mtc > ul {
    width: 100%;
    font-size: 11px;
    z-index: 20000 !important;
  }
}
@media screen and (min-width: 768px) {
  /* line 4448, ../scss/style.scss */
  .gm-style-mtc img {
    transform: rotate(180deg);
  }
  /* line 4451, ../scss/style.scss */
  .gm-style-mtc > ul {
    bottom: 100%;
    top: 40px !important;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    position: absolute !important;
    left: auto !important;
    padding: 0 !important;
    clear: both;
  }
}
/* Flex utility */
@media screen and (min-width: 992px) {
  /* line 4466, ../scss/style.scss */
  .flex-container .flex-row {
    display: flex;
    flex-direction: row;
    height: 100%;
    flex-wrap: wrap;
  }
  /* line 4471, ../scss/style.scss */
  .flex-container .flex-row > .flex-col {
    flex-direction: column;
    display: flex;
  }

  /* line 4479, ../scss/style.scss */
  .pane-flex {
    display: flex;
    height: 100%;
    flex-direction: column;
  }
}
/* line 4485, ../scss/style.scss */
.bg-red {
  background-color: rgba(248, 217, 211, 0.5);
}

/* line 4488, ../scss/style.scss */
.bg-gray {
  background-color: #eee;
}

/* line 4491, ../scss/style.scss */
.bg-blue {
  background-color: #e0e8ec;
}

/* line 4496, ../scss/style.scss */
.value .exp-icon-wrapper {
  display: inline;
}

/* line 4501, ../scss/style.scss */
.list-options {
  line-height: 40px;
  height: 40px;
}
/* line 4506, ../scss/style.scss */
.list-options a + a {
  margin-left: 1rem;
}
@media (min-width: 992px) {
  /* line 4501, ../scss/style.scss */
  .list-options {
    line-height: 40px;
    height: 40px;
  }
}
/* line 4514, ../scss/style.scss */
.list-options .drucken:hover {
  text-decoration: none;
}
/* line 4517, ../scss/style.scss */
.list-options .selektion-nummerierung {
  color: #003F63;
  display: inline-block;
}
/* line 4522, ../scss/style.scss */
.list-options .selektion,
.list-options .nummerierung {
  margin-bottom: 0;
  margin-left: 20px;
  margin-right: 0;
  font-size: 12px;
  font-weight: normal;
  font-weight: 500;
  text-transform: none;
  vertical-align: top;
}
/* line 4532, ../scss/style.scss */
.list-options .selektion .exp-icon,
.list-options .nummerierung .exp-icon {
  margin-right: 5px;
}
/* line 4537, ../scss/style.scss */
.list-options .statistik-anzeigen {
  vertical-align: middle;
  display: inline-block;
  text-decoration: none;
}
/* line 4542, ../scss/style.scss */
.list-options .exp-icon-statistik {
  font-size: 40px;
  vertical-align: middle;
}
/* line 4546, ../scss/style.scss */
.list-options .karte-anzeigen {
  vertical-align: middle;
  display: inline-block;
}
/* line 4549, ../scss/style.scss */
.list-options .karte-anzeigen:hover {
  text-decoration: none;
}
/* line 4553, ../scss/style.scss */
.list-options .exp-icon-pin-cluster-blau {
  font-size: 40px;
  vertical-align: middle;
}
/* line 4557, ../scss/style.scss */
.list-options .drucken {
  vertical-align: middle;
  display: inline-block;
}
/* line 4561, ../scss/style.scss */
.list-options .exp-icon-drucken {
  font-size: 40px;
  vertical-align: middle;
}
@media (min-width: 992px) {
  /* line 4501, ../scss/style.scss */
  .list-options {
    height: 40px;
    line-height: 40px;
  }
  /* line 4568, ../scss/style.scss */
  .list-options .selektion-nummerierung {
    line-height: 20px;
    vertical-align: middle;
  }
  /* line 4572, ../scss/style.scss */
  .list-options .selektion,
  .list-options .nummerierung {
    display: block;
    vertical-align: middle;
  }
  /* line 4576, ../scss/style.scss */
  .list-options .selektion .exp-icon,
  .list-options .nummerierung .exp-icon {
    vertical-align: middle;
  }
  /* line 4580, ../scss/style.scss */
  .list-options .drucken {
    display: inline-block;
  }
}

/* line 4587, ../scss/style.scss */
input[type="radio"].replaced {
  display: none;
}

/* line 4590, ../scss/style.scss */
input[type="radio"].replaced + .exp-icon-radio {
  display: none;
}

/* line 4593, ../scss/style.scss */
input[type="radio"].replaced + .exp-icon + .exp-icon-radio-off {
  display: inline-block;
}

/* line 4596, ../scss/style.scss */
input[type="radio"].replaced:checked + .exp-icon-radio {
  display: inline-block;
}

/* line 4599, ../scss/style.scss */
input[type="radio"].replaced:checked + .exp-icon + .exp-icon-radio-off {
  display: none;
}

/* line 4602, ../scss/style.scss */
input[type="radio"].replaced:disabled + .exp-icon-radio,
input[type="radio"].replaced:disabled + .exp-icon + .exp-icon-radio-off {
  cursor: not-allowed;
}
/* line 4605, ../scss/style.scss */
input[type="radio"].replaced:disabled + .exp-icon-radio:before,
input[type="radio"].replaced:disabled + .exp-icon + .exp-icon-radio-off:before {
  color: #777777;
}

/* line 4613, ../scss/style.scss */
input[type="checkbox"].replaced {
  display: none;
}

/* line 4616, ../scss/style.scss */
input[type="checkbox"].replaced + .exp-icon-checkbox {
  display: none;
}

/* line 4619, ../scss/style.scss */
input[type="checkbox"].replaced + .exp-icon + .exp-icon-checkbox-off {
  display: inline-block;
}

/* line 4622, ../scss/style.scss */
input[type="checkbox"].replaced:checked + .exp-icon-checkbox {
  display: inline-block;
}

/* line 4625, ../scss/style.scss */
input[type="checkbox"].replaced:checked + .exp-icon + .exp-icon-checkbox-off {
  display: none;
}

/* line 4628, ../scss/style.scss */
input[type="checkbox"].replaced:disabled + .exp-icon-checkbox,
input[type="checkbox"].replaced:disabled + .exp-icon + .exp-icon-checkbox-off {
  cursor: not-allowed;
}
/* line 4631, ../scss/style.scss */
input[type="checkbox"].replaced:disabled + .exp-icon-checkbox:before,
input[type="checkbox"].replaced:disabled + .exp-icon + .exp-icon-checkbox-off:before {
  color: #777777;
}

/* line 4640, ../scss/style.scss */
input[type="checkbox"].replaced + .exp-icon + .exp-icon + .exp-icon-zoom-out {
  display: none;
}

/* line 4644, ../scss/style.scss */
input[type="checkbox"].replaced.some-selected + .exp-icon-checkbox, input[type="checkbox"].replaced.some-selected + .exp-icon + .exp-icon-checkbox-off {
  display: none;
}
/* line 4648, ../scss/style.scss */
input[type="checkbox"].replaced.some-selected + .exp-icon + .exp-icon + .exp-icon-zoom-out {
  display: inline-block;
}
/* line 4651, ../scss/style.scss */
input[type="checkbox"].replaced.some-selected:checked + .exp-icon + .exp-icon-checkbox-off, input[type="checkbox"].replaced.some-selected:checked + .exp-icon + .exp-icon + .exp-icon-zoom-out {
  display: none;
}
/* line 4655, ../scss/style.scss */
input[type="checkbox"].replaced.some-selected:checked + .exp-icon-checkbox {
  display: inline-block;
}

/* line 4664, ../scss/style.scss */
.exp-icon-checkbox-off:hover:before,
.exp-icon-checkbox-off:focus:before,
.exp-icon-checkbox:hover:before,
.exp-icon-checkbox:focus:before {
  color: #db4224;
}

/* line 4669, ../scss/style.scss */
.paragraph--class--equal-height .row {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
}

/* line 4676, ../scss/style.scss */
.paragraph--class--vertical-center .row [class^="col-"],
.paragraph--class--vertical-center .row [class*=" col-"] {
  align-self: center;
}

/* line 4682, ../scss/style.scss */
.carousel-kundenstimmen {
  padding: 0 0 50px 0;
}
/* line 4686, ../scss/style.scss */
.carousel-kundenstimmen .carousel-inner .item {
  padding: 0 70px;
  min-height: 0;
}
/* line 4690, ../scss/style.scss */
.carousel-kundenstimmen .carousel-inner .item .item-content {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  justify-content: center;
}
/* line 4698, ../scss/style.scss */
.carousel-kundenstimmen .carousel-inner .item .item-content blockquote {
  font-size: 16px;
  margin-bottom: 15px;
}
/* line 4702, ../scss/style.scss */
.carousel-kundenstimmen .carousel-inner .item .item-content > p {
  margin-left: 37px;
}
/* line 4708, ../scss/style.scss */
.carousel-kundenstimmen .carousel-indicators {
  margin-bottom: 0;
  bottom: 0;
}
/* line 4712, ../scss/style.scss */
.carousel-kundenstimmen .carousel-indicators li {
  border-color: rgba(0, 0, 0, 0.25);
  background-color: rgba(0, 0, 0, 0.05);
}
/* line 4719, ../scss/style.scss */
.carousel-kundenstimmen .carousel-control {
  width: 50px;
  text-align: left;
  color: #db4224;
}
/* line 4723, ../scss/style.scss */
.carousel-kundenstimmen .carousel-control.right {
  text-align: right;
}
@media (max-width: 767px) {
  /* line 4729, ../scss/style.scss */
  .carousel-kundenstimmen .carousel-inner .item {
    padding: 0;
    margin-top: 30px;
    display: block;
  }
  /* line 4733, ../scss/style.scss */
  .carousel-kundenstimmen .carousel-inner .item .paragraph {
    margin-bottom: 0;
  }
  /* line 4738, ../scss/style.scss */
  .carousel-kundenstimmen .carousel-control,
  .carousel-kundenstimmen .carousel-indicators {
    display: none;
  }
}

/*
.team {
  h3 {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: normal;
    font-family: $font-family-base;
    margin: 0;
    line-height: 24px;
    font-weight: bold;
    color: $text-color;
    text-transform: none;
    margin-top: 15px;
  }
  .team-entry {
    line-height: 24px;
    margin-bottom: 30px;
  }
  .col-sm-4 {
    max-width: 320px;
  }
}

.team.team-feature {
  .team-entry {
    margin-top: 30px;
    margin-bottom: 0;
  }
}

@media screen and (min-width: $screen-sm-min) {
  .team.team-feature {
    .team-entry {
      margin-top: 0;
    }
  }
}
.paragraph--type--team-list .field--name-field-text {
  margin-bottom: 30px;
}
*/
/* line 4789, ../scss/style.scss */
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
  position: relative;
  min-height: 1px;
  padding-right: 25px;
  padding-left: 25px;
}

/* line 4799, ../scss/style.scss */
.col-xs-5ths {
  width: 20%;
  float: left;
}

@media (min-width: 768px) {
  /* line 4805, ../scss/style.scss */
  .col-sm-5ths {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px) {
  /* line 4812, ../scss/style.scss */
  .col-md-4-5ths {
    width: 80%;
    float: left;
  }

  /* line 4817, ../scss/style.scss */
  .col-md-5ths {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  /* line 4824, ../scss/style.scss */
  .col-lg-5ths {
    width: 20%;
    float: left;
  }
}
/*
  user-objekte
*/
/* line 4833, ../scss/style.scss */
#user-objekte-overlay {
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  z-index: 10000;
  outline: 1px solid green;
  top: 0;
  left: 0;
}
/* line 4842, ../scss/style.scss */
#user-objekte-overlay div {
  position: fixed;
  top: 40%;
  left: 40%;
  width: 20%;
  padding: 1%;
  background: #fff;
  opacity: 1;
  font-weight: bold;
  z-index: 10001;
  text-align: center;
  color: #000;
}

/* line 4857, ../scss/style.scss */
.user-objekt-all {
  font-size: 14px !important;
  padding: 5px 10px;
  margin-right: 10px;
  border: 1px solid #1b1b1b;
  line-height: 1.5 !important;
}
/* line 4863, ../scss/style.scss */
.user-objekt-all .exp-icon {
  font-size: 14px !important;
  line-height: 1.5 !important;
}

/* line 4869, ../scss/style.scss */
.user-objekt-all-kauf {
  color: #1b1b1b;
  background-color: #e0e8ec;
}

/* line 4873, ../scss/style.scss */
.user-objekt-all-angebot {
  color: #1b1b1b;
  background-color: rgba(248, 217, 211, 0.5);
}

/* line 4877, ../scss/style.scss */
#user-objekt-all-angebot {
  padding: 5px 10px;
  margin-right: 10px;
  color: #1b1b1b;
  background-color: rgba(248, 217, 211, 0.5);
}
/* line 4883, ../scss/style.scss */
#user-objekt-all-angebot:hover, #user-objekt-all-angebot:focus {
  text-decoration: none;
}

/* line 4888, ../scss/style.scss */
#user-objekt-all-kauf {
  padding: 5px 10px;
  margin-right: 10px;
  color: #1b1b1b;
  background-color: #e0e8ec;
}
/* line 4893, ../scss/style.scss */
#user-objekt-all-kauf:hover, #user-objekt-all-kauf:focus {
  text-decoration: none;
}

/* line 4900, ../scss/style.scss */
.objekt.table .titel div:first-child {
  position: relative;
}
/* line 4902, ../scss/style.scss */
.objekt.table .titel div:first-child .user-objekt-wrapper {
  position: absolute;
  right: 2px;
  top: 2px;
}

/*
.user-objekt.all label {
  padding-top: 7px;
  padding-bottom: 7px;
  display: block;
  position: relative;
  color: $brand-blue;
  font-size: 16px;
  margin: 0;
  line-height: 32px;
  float: left;
  &:hover {
    text-decoration: underline;
  }
  @media (min-width: $screen-md) {
    .projekt-liste & {
      position: absolute;
      left: -8px;
      top: 0;
    }
  }
  .exp-icon {
    line-height: 32px;
    font-size: 20px;
    vertical-align: middle;
    margin-right: 10px;
    // padding-top: 4px;
  }
}
*/
@media (min-width: 768px) {
  /* line 4945, ../scss/style.scss */
  .projekt-liste .projekt h2 .user-select-wrapper {
    font-size: 20px;
    position: absolute;
    left: -8px;
    top: 2px;
  }
}
/* line 4956, ../scss/style.scss */
.selected-kaufobjekte,
.selected-angebotsobjekte {
  display: inline-block;
  cursor: pointer;
  color: #1b1b1b;
}
/* line 4960, ../scss/style.scss */
.selected-kaufobjekte .deselect,
.selected-angebotsobjekte .deselect {
  color: #fff;
}

/* line 4966, ../scss/style.scss */
.selected-kaufobjekte {
  background-color: #e0e8ec;
}

/* line 4969, ../scss/style.scss */
.selected-angebotsobjekte {
  background-color: rgba(248, 217, 211, 0.5);
}

/* line 4973, ../scss/style.scss */
.kurzstatistik-analyse .selected-objekte {
  margin: -1em 0 1em 0;
}
/* line 4975, ../scss/style.scss */
.kurzstatistik-analyse .selected-objekte span {
  margin-right: 1em;
}

/* line 4981, ../scss/style.scss */
.kurzstatistik-analyse .pane-red .exp-icon.exp-icon-verkaeufe,
.kurzstatistik-analyse .pane-red .gewichtete-flaeche {
  color: #db4224;
}
/* line 4987, ../scss/style.scss */
.kurzstatistik-analyse .pane-gray .exp-icon.exp-icon-verkaeufe,
.kurzstatistik-analyse .pane-gray .gewichtete-flaeche {
  color: #666666;
}
/* line 4992, ../scss/style.scss */
.kurzstatistik-analyse strong .gewichtete-flaeche,
.kurzstatistik-analyse .gewichtete-flaeche {
  font-weight: normal;
}

/* line 4998, ../scss/style.scss */
h2 + .selected-objekte {
  margin-top: -32px;
}

/* line 5003, ../scss/style.scss */
#not-subscribed-modal h2 {
  margin: 0;
}
/* line 5006, ../scss/style.scss */
#not-subscribed-modal h2 + p {
  margin-top: 0.5em;
}

@media screen and (min-width: 1200px) {
  /* line 5011, ../scss/style.scss */
  .navbar-custom .menu--account {
    margin-bottom: 0;
    margin-top: 0;
  }
  /* line 5015, ../scss/style.scss */
  .navbar-custom .menu--account a.dropdown-toggle {
    min-height: 78px;
  }
}
/* line 5019, ../scss/style.scss */
.navbar-custom .menu--account a.dropdown-toggle {
  align-items: center;
  color: #003F63 !important;
  display: flex;
  justify-content: space-between;
  padding-bottom: 25px;
  padding-top: 25px;
}
/* line 5026, ../scss/style.scss */
.navbar-custom .menu--account a.dropdown-toggle:hover, .navbar-custom .menu--account a.dropdown-toggle:focus {
  color: #db4224 !important;
}
/* line 5029, ../scss/style.scss */
.navbar-custom .menu--account a.dropdown-toggle:hover .exp-icon:before, .navbar-custom .menu--account a.dropdown-toggle:focus .exp-icon:before {
  color: #db4224 !important;
}
/* line 5033, ../scss/style.scss */
.navbar-custom .menu--account a.dropdown-toggle .username {
  display: inline-block;
  line-height: 15px;
  margin-left: 15px;
  margin-right: auto;
  max-width: 170px;
  order: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* line 5045, ../scss/style.scss */
.navbar-custom .menu--account a.dropdown-toggle .exp-icon-user {
  display: inline-block;
  margin-left: 0;
  order: 1;
}
/* line 5050, ../scss/style.scss */
.navbar-custom .menu--account a.dropdown-toggle .caret {
  order: 3;
}
@media screen and (max-width: 1200px) {
  /* line 5055, ../scss/style.scss */
  .navbar-custom .menu--account a.dropdown-toggle {
    padding-bottom: 15px;
    padding-top: 15px;
  }
}
/* line 5060, ../scss/style.scss */
.navbar-custom .menu--account li.open a.dropdown-toggle {
  background-color: #003F63 !important;
  color: #fff !important;
}
/* line 5063, ../scss/style.scss */
.navbar-custom .menu--account li.open a.dropdown-toggle .exp-icon:before {
  color: #fff !important;
}
/* line 5068, ../scss/style.scss */
.navbar-custom .menu--account .dropdown-menu {
  border-color: #003F63;
  width: 100%;
}
/* line 5073, ../scss/style.scss */
.navbar-custom .menu--account .dropdown-menu li span {
  color: #db4224;
  display: block;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 900;
  font-size: 12px;
  line-height: 15px;
  padding: 12px 15px;
  text-transform: uppercase;
}
/* line 5083, ../scss/style.scss */
.navbar-custom .menu--account .dropdown-menu li a {
  font-size: 15px;
  font-weight: 400 !important;
  padding-top: 5px;
  padding-bottom: 5px;
}
/* line 5088, ../scss/style.scss */
.navbar-custom .menu--account .dropdown-menu li a:active, .navbar-custom .menu--account .dropdown-menu li a:focus, .navbar-custom .menu--account .dropdown-menu li a:hover {
  background-color: #e0e8ec !important;
  color: #003F63 !important;
}
/* line 5095, ../scss/style.scss */
.navbar-custom .menu--account .dropdown-menu li > * {
  width: calc(100% - 2px);
}
/* line 5099, ../scss/style.scss */
.navbar-custom .menu--account .dropdown-menu li.active a,
.navbar-custom .menu--account .dropdown-menu li a.is-active {
  background-color: #e0e8ec !important;
  color: #003F63 !important;
  font-weight: bold !important;
}
/* line 5106, ../scss/style.scss */
.navbar-custom .menu--account .dropdown-menu li.divider {
  margin: 5px 0;
  border-left: 15px solid #fff;
  border-right: 15px solid #fff;
  width: calc(100% - 2px);
}
/* line 5111, ../scss/style.scss */
.navbar-custom .menu--account .dropdown-menu li.divider a,
.navbar-custom .menu--account .dropdown-menu li.divider span {
  display: none;
}
/* line 5116, ../scss/style.scss */
.navbar-custom .menu--account .dropdown-menu li:last-child a {
  text-align: right;
}
/* line 5119, ../scss/style.scss */
.navbar-custom .menu--account .with-icon {
  font-family: inherit !important;
}
/* line 5125, ../scss/style.scss */
.navbar-custom .menu--account .with-icon:before {
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
  font-family: "exp-icon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #003F63;
}
/* line 5144, ../scss/style.scss */
.navbar-custom .menu--account .with-icon.exp-icon-passwort {
  padding-top: 1px;
  padding-bottom: 1px;
  margin-top: 7px;
  line-height: 1.8;
}
/* line 5150, ../scss/style.scss */
.navbar-custom .menu--account .with-icon.exp-icon-abmelden {
  padding-top: 1px;
  padding-bottom: 1px;
  line-height: 1.8;
}
@media screen and (min-width: 992px) {
  /* line 5011, ../scss/style.scss */
  .navbar-custom .menu--account {
    width: 250px;
  }
  /* line 5159, ../scss/style.scss */
  .navbar-custom .menu--account li,
  .navbar-custom .menu--account a {
    width: 250px;
  }
}

/* line 5167, ../scss/style.scss */
.menu--account-guest > li > a {
  font-size: 14px;
  font-weight: 700;
}
@media (min-width: 1200px) {
  /* line 5167, ../scss/style.scss */
  .menu--account-guest > li > a {
    font-size: 18px;
    max-height: 80px;
  }
}

/* line 5177, ../scss/style.scss */
.ausstattungen .container-bewertung {
  border: 1px solid #e0e8ec;
  margin-top: 0.75em;
  padding: 10px;
}
/* line 5183, ../scss/style.scss */
.ausstattungen .container-bewertung + .container-bewertung {
  margin-top: 2rem;
}
/* line 5188, ../scss/style.scss */
.ausstattungen .row-no-inner-padding [class*="col-"] + [class*="col-"]:not([class*="col-"]:last-child) {
  padding-left: 0;
  padding-right: 0;
}
/* line 5193, ../scss/style.scss */
.ausstattungen .row-no-inner-padding [class*="col-"]:last-child {
  padding-left: 0;
}
/* line 5197, ../scss/style.scss */
.ausstattungen .row-no-inner-padding [class*="col-"]:first-child {
  padding-right: 0;
}
/* line 5208, ../scss/style.scss */
.ausstattungen .bewertungs-skala {
  position: relative;
  width: 100%;
  border-bottom: 1px solid black;
  margin: 40px 0;
}
/* line 5214, ../scss/style.scss */
.ausstattungen .bewertungs-skala .segment {
  position: absolute;
  width: 25%;
  height: 10px;
  bottom: 0;
}
/* line 5221, ../scss/style.scss */
.ausstattungen .bewertungs-skala .s1 {
  left: 0%;
}
/* line 5224, ../scss/style.scss */
.ausstattungen .bewertungs-skala .s2 {
  left: 25%;
  border-left: 1px solid black;
}
/* line 5228, ../scss/style.scss */
.ausstattungen .bewertungs-skala .s3 {
  left: 50%;
  border-left: 1px solid black;
}
/* line 5232, ../scss/style.scss */
.ausstattungen .bewertungs-skala .s4 {
  left: 75%;
}
/* line 5235, ../scss/style.scss */
.ausstattungen .bewertungs-skala .beschriftung {
  font-size: 14px;
  font-weight: bold;
  height: 35px;
  text-align: right;
  text-transform: capitalize;
}
/* line 5242, ../scss/style.scss */
.ausstattungen .bewertungs-skala .points {
  position: absolute;
  top: -60px;
  background: #003F63;
  border-radius: 5px;
  color: white;
  font-weight: 700;
  padding: 0.25em 1em;
  font-size: 12px;
  white-space: nowrap;
  transform: translateX(-50%);
}
/* line 5254, ../scss/style.scss */
.ausstattungen .bewertungs-skala .points::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #003F63;
}
/* line 5272, ../scss/style.scss */
.ausstattungen .segment-normal {
  background: #f9da22;
}
/* line 5278, ../scss/style.scss */
.ausstattungen .kategorie-normal-bg::after {
  background: #f9da22;
}
/* line 5272, ../scss/style.scss */
.ausstattungen .segment-gehoben {
  background: #e0dd36;
}
/* line 5278, ../scss/style.scss */
.ausstattungen .kategorie-gehoben-bg::after {
  background: #e0dd36;
}
/* line 5272, ../scss/style.scss */
.ausstattungen .segment-hochwertig {
  background: #b0d24b;
}
/* line 5278, ../scss/style.scss */
.ausstattungen .kategorie-hochwertig-bg::after {
  background: #b0d24b;
}
/* line 5283, ../scss/style.scss */
.ausstattungen table.bewertung {
  border-collapse: collapse;
  width: 100%;
}
/* line 5287, ../scss/style.scss */
.ausstattungen table.bewertung + .ausstattungen table.bewertung {
  margin-top: 5px;
}
/* line 5292, ../scss/style.scss */
.ausstattungen table.bewertung thead td.header-bewertungs-name {
  font-weight: bold;
  border: none;
}
/* line 5296, ../scss/style.scss */
.ausstattungen table.bewertung thead td.hide-mobile {
  display: none;
}
/* line 5300, ../scss/style.scss */
.ausstattungen table.bewertung td {
  display: block;
  float: left;
  width: 100%;
  text-align: left;
  border: 1px solid black;
  padding: 5px 10px;
}
/* line 5309, ../scss/style.scss */
.ausstattungen table.bewertung td[data-label]:before {
  content: attr(data-label);
  color: #000;
  font-weight: normal;
}
/* line 5315, ../scss/style.scss */
.ausstattungen table.bewertung .header-seite {
  background: #ededed;
  font-weight: 500;
}
/* line 5320, ../scss/style.scss */
.ausstattungen table.bewertung .gewichtung {
  text-align: right;
}
/* line 5324, ../scss/style.scss */
.ausstattungen table.bewertung .qualitaet {
  text-transform: capitalize;
  text-align: center;
  position: relative;
}
/* line 5330, ../scss/style.scss */
.ausstattungen table.bewertung .qualitaet::after {
  content: "";
  width: 10px;
  height: 100%;
  display: inline-block;
  position: absolute;
  top: 0px;
  left: 0;
}
@media (min-width: 992px) {
  /* line 5343, ../scss/style.scss */
  .ausstattungen table.bewertung {
    font-size: 12px;
    font-weight: 400;
    table-layout: fixed;
  }
  /* line 5350, ../scss/style.scss */
  .ausstattungen table.bewertung + .ausstattungen table.bewertung {
    margin-top: 5px;
  }
  /* line 5355, ../scss/style.scss */
  .ausstattungen table.bewertung thead td {
    font-weight: bold;
    border: none;
    padding: 0;
    display: table-cell;
  }
  /* line 5362, ../scss/style.scss */
  .ausstattungen table.bewertung thead td.hide-mobile {
    display: table-cell;
  }
  /* line 5367, ../scss/style.scss */
  .ausstattungen table.bewertung td {
    display: table-cell;
    float: none;
    border: 1px solid black;
    padding: 2px 5px;
    line-height: 18px;
  }
  /* line 5375, ../scss/style.scss */
  .ausstattungen table.bewertung td[data-label]:before {
    content: "";
  }
  /* line 5379, ../scss/style.scss */
  .ausstattungen table.bewertung .header-seite {
    padding: 0 5px;
    width: 250px;
  }
  /* line 5387, ../scss/style.scss */
  .ausstattungen table.bewertung .header-bewertungs-name {
    width: 250px;
    text-align: left;
    padding: 5px 0;
  }
  /* line 5393, ../scss/style.scss */
  .ausstattungen table.bewertung .header-gewichtung {
    width: 100px;
    text-align: center;
  }
  /* line 5398, ../scss/style.scss */
  .ausstattungen table.bewertung .header-bewertung {
    width: 150px;
    text-align: center;
  }
  /* line 5403, ../scss/style.scss */
  .ausstattungen table.bewertung .gewichtung {
    vertical-align: top;
    white-space: nowrap;
    text-align: center;
    width: 100px;
  }
  /* line 5411, ../scss/style.scss */
  .ausstattungen table.bewertung .qualitaet {
    font-size: 12px;
    font-weight: bold;
    width: 150px;
    text-transform: capitalize;
    padding-left: 15px;
  }
}
/* line 5421, ../scss/style.scss */
.ausstattungen .btn-toggle-collapse {
  border: none;
  background: transparent;
  color: #003F63;
  font-weight: bold;
  margin: 10px 0;
}
/* line 5428, ../scss/style.scss */
.ausstattungen .btn-toggle-collapse:hover {
  color: #000f17;
  text-decoration: underline;
}
/* line 5432, ../scss/style.scss */
.ausstattungen .btn-toggle-collapse:hover .exp-icon {
  color: #000f17;
}
/* line 5438, ../scss/style.scss */
.ausstattungen .btn-toggle-collapse[data-iscollapsed="true"] .toggle-less {
  display: none;
}
/* line 5441, ../scss/style.scss */
.ausstattungen .btn-toggle-collapse[data-iscollapsed="true"] .toggle-more {
  display: block;
}
/* line 5447, ../scss/style.scss */
.ausstattungen .btn-toggle-collapse[data-iscollapsed="false"] .toggle-less {
  display: block;
}
/* line 5450, ../scss/style.scss */
.ausstattungen .btn-toggle-collapse[data-iscollapsed="false"] .toggle-more {
  display: none;
}
/* line 5456, ../scss/style.scss */
.ausstattungen .pane.herstellungskosten {
  margin: 0;
  padding: 0.5em;
}
/* line 5460, ../scss/style.scss */
.ausstattungen .pane.herstellungskosten .pane-content {
  line-height: 1.3;
}
/* line 5464, ../scss/style.scss */
.ausstattungen .pane.herstellungskosten .pull-right {
  text-align: right;
}

/**
 * Störer
 */
/* line 5473, ../scss/style.scss */
.region-stoerer {
  position: relative;
}
/* line 5477, ../scss/style.scss */
.region-stoerer .block {
  text-align: right;
  width: 150px;
  position: absolute;
  right: 15px;
  top: 20px;
}
/* line 5479, ../scss/style.scss */
.region-stoerer .block a {
  display: inline-block;
}
@media (min-width: 768px) {
  /* line 5477, ../scss/style.scss */
  .region-stoerer .block {
    left: auto;
    right: 15px;
    top: 12px;
  }
}
@media (min-width: 1200px) {
  /* line 5477, ../scss/style.scss */
  .region-stoerer .block {
    top: -85px;
    right: 170px;
  }
}

/* line 5501, ../scss/style.scss */
.region-stoerer + .main-container .paragraph--class--intro .logo-claim {
  margin-right: 170px;
  padding-top: 30px;
}
@media (min-width: 768px) {
  /* line 5501, ../scss/style.scss */
  .region-stoerer + .main-container .paragraph--class--intro .logo-claim {
    margin-right: 0;
    padding-top: 0;
  }
}

/* line 5513, ../scss/style.scss */
.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

/* line 5522, ../scss/style.scss */
.table-sm th,
.table-sm td {
  padding: 4px;
}

/* line 5534, ../scss/style.scss */
.table-borderless > thead > tr > th,
.table-borderless > thead > tr > td,
.table-borderless > tbody > tr > th,
.table-borderless > tbody > tr > td,
.table-borderless > tfoot > tr > th,
.table-borderless > tfoot > tr > td {
  border: 0;
}

/* line 5548, ../scss/style.scss */
.table-sm > thead > tr > th,
.table-sm > thead > tr > td,
.table-sm > tbody > tr > th,
.table-sm > tbody > tr > td,
.table-sm > tfoot > tr > th,
.table-sm > tfoot > tr > td {
  padding: 4px;
}

/* line 5556, ../scss/style.scss */
a.underline {
  text-decoration: underline;
}

/* line 5562, ../scss/style.scss */
#edit-container-hsk-1 .spin-up,
#edit-container-hsk-1 .spin-down,
#edit-container-hsk-2 .spin-up,
#edit-container-hsk-2 .spin-down {
  cursor: not-allowed;
}

/* line 5568, ../scss/style.scss */
.klein {
  font-size: 14px;
}

/* line 5571, ../scss/style.scss */
.rot {
  color: #db4224;
}

/* line 5579, ../scss/style.scss */
body {
  font-size: 14px;
}

/* line 5583, ../scss/style.scss */
h1,
.h1,
.paragraph--class--blue-background h2 .field--name-field-heading,
.paragraph--type--produkt-addon .text .field--name-field-heading {
  font-size: 26px;
}

/* line 5587, ../scss/style.scss */
h2,
.h2,
.paragraph--class--blue-background h3 .field--name-field-heading {
  font-size: 20px;
}

/* line 5591, ../scss/style.scss */
h3,
.h3,
.paragraph--type--video h3,
.paragraph--type--presse .field--name-field-heading,
.paragraph--type--partner .field--name-field-heading,
.paragraph--type--factsheet .field--name-field-heading,
.paragraph--type--vorteile .paragraph--type--vorteil .field--name-field-heading {
  font-size: 16px;
}

@media screen and (min-width: 1200px) {
  /* line 5597, ../scss/style.scss */
  body {
    font-size: 16px;
  }

  /* line 5600, ../scss/style.scss */
  h1,
  .h1,
  .paragraph--class--blue-background h2 .field--name-field-heading,
  .paragraph--type--produkt-addon .text .field--name-field-heading {
    font-size: 48px;
  }

  /* line 5604, ../scss/style.scss */
  h2,
  .h2,
  .paragraph--class--blue-background h3 .field--name-field-heading {
    font-size: 32px;
  }

  /* line 5608, ../scss/style.scss */
  h3,
  .h3,
  .paragraph--type--video h3,
  .paragraph--type--presse .field--name-field-heading,
  .paragraph--type--partner .field--name-field-heading,
  .paragraph--type--factsheet .field--name-field-heading,
  .paragraph--type--vorteile .paragraph--type--vorteil .field--name-field-heading {
    font-size: 24px;
  }
}
/* line 5617, ../scss/style.scss */
.paragraph {
  margin-bottom: 0;
  margin-top: 0;
  padding-bottom: 40px;
  padding-top: 40px;
}
@media screen and (max-width: 991px) {
  /* line 5624, ../scss/style.scss */
  .paragraph.no-padding .row > div:first-child .paragraph--type--image {
    margin-top: -40px;
  }
  /* line 5627, ../scss/style.scss */
  .paragraph.no-padding .row > div:last-child .paragraph--type--image {
    padding-bottom: 0;
    margin-bottom: -40px;
  }
}
@media screen and (min-width: 992px) {
  /* line 5617, ../scss/style.scss */
  .paragraph {
    padding-bottom: 80px;
    padding-top: 80px;
  }
}
/* line 5639, ../scss/style.scss */
.paragraph .paragraph {
  padding-bottom: 0;
  padding-top: 0;
}

/* line 5649, ../scss/style.scss */
.paragraph--type--timeline {
  background-color: #003F63;
  color: #fff;
  padding-bottom: 50px;
  padding-top: 50px;
}
/* line 5654, ../scss/style.scss */
.paragraph--type--timeline ol {
  border-left: 5px dotted #db4224;
  counter-reset: item;
  list-style: none;
  padding: 0;
  margin: 0;
}
/* line 5661, ../scss/style.scss */
.paragraph--type--timeline li {
  counter-increment: item;
  padding-bottom: 50px;
  padding-left: 34px;
  position: relative;
}
/* line 5667, ../scss/style.scss */
.paragraph--type--timeline li:last-child {
  padding-bottom: 0;
}
/* line 5672, ../scss/style.scss */
.paragraph--type--timeline li:last-child:before {
  position: absolute;
  background-color: #003F63;
  bottom: 0;
  content: "";
  left: -50px;
  top: 27px;
  width: 50px;
}
/* line 5684, ../scss/style.scss */
.paragraph--type--timeline .paragraph--type--timeline-item {
  background-color: #003F63;
  font-size: 14px;
  margin-bottom: 0;
  margin-top: 0;
}
/* line 5689, ../scss/style.scss */
.paragraph--type--timeline .paragraph--type--timeline-item .field--name-field-image {
  margin-top: 10px;
}
/* line 5692, ../scss/style.scss */
.paragraph--type--timeline .paragraph--type--timeline-item .field--name-field-heading {
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  line-height: 34px;
  padding-bottom: 10px;
  padding-top: 10px;
  position: relative;
}
/* line 5701, ../scss/style.scss */
.paragraph--type--timeline .paragraph--type--timeline-item .field--name-field-heading:before {
  background-color: #003F63;
  border: 2px solid #fff;
  border-radius: 100%;
  color: white;
  content: counter(item);
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  height: 34px;
  line-height: 30px;
  position: absolute;
  left: -53.5px;
  text-align: center;
  top: 10px;
  width: 34px;
}
/* line 5722, ../scss/style.scss */
.paragraph--type--timeline .field--item:first-child .paragraph--type--timeline-item .field--name-field-heading:after {
  background-color: #003F63;
  content: "";
  height: 10px;
  left: -53.5px;
  position: absolute;
  top: 0;
  width: 50px;
}
@media screen and (min-width: 1200px) {
  /* line 5740, ../scss/style.scss */
  .paragraph--type--timeline ol {
    margin-left: 500px;
    padding: 0 0 0 24px;
    border-left: 12px dotted #db4224;
  }
  /* line 5745, ../scss/style.scss */
  .paragraph--type--timeline .paragraph--type--timeline-item {
    font-size: 16px;
  }
  /* line 5747, ../scss/style.scss */
  .paragraph--type--timeline .paragraph--type--timeline-item .field--name-field-heading {
    font-size: 24px;
    line-height: 64px;
  }
  /* line 5750, ../scss/style.scss */
  .paragraph--type--timeline .paragraph--type--timeline-item .field--name-field-heading:before {
    border: 4px solid #fff;
    font-size: 24px;
    height: 64px;
    left: -96px;
    line-height: 56px;
    width: 64px;
  }
  /* line 5759, ../scss/style.scss */
  .paragraph--type--timeline .paragraph--type--timeline-item .field--name-field-image {
    border-left: 0;
    margin-left: 0;
    margin-top: 0;
    position: absolute;
    left: -400px;
    max-width: 300px;
    top: 0;
  }
  /* line 5770, ../scss/style.scss */
  .paragraph--type--timeline .field--item:-child .paragraph--type--timeline-item .field--name-field-image {
    border-left: 0;
    margin-left: 0;
  }
}

/* line 5789, ../scss/style.scss */
.paragraph--type--produkt-tabelle {
  background-color: #003F63;
  color: #fff;
  font-size: 14px;
  padding-bottom: 0;
  padding-top: 40px;
}
@media screen and (min-width: 1200px) {
  /* line 5789, ../scss/style.scss */
  .paragraph--type--produkt-tabelle {
    padding-top: 80px;
    padding-bottom: 40px;
  }
  /* line 5801, ../scss/style.scss */
  .paragraph--type--produkt-tabelle > .container > .field--name-field-paragraphs, .view.view-magazin .paragraph--type--produkt-tabelle > .pager > .field--name-field-paragraphs, .paragraph--type--produkt-tabelle > .system-messages-wrapper > .field--name-field-paragraphs,
  .paragraph--type--produkt-tabelle > .tabs-wrapper > .field--name-field-paragraphs, .paragraph--type--produkt-tabelle > .eu-cookie-compliance-content > .field--name-field-paragraphs, .paragraph--type--produkt-tabelle > .region-stoerer > .field--name-field-paragraphs, .paragraph--type--produkt-tabelle > .view.view-glossar > .field--name-field-paragraphs {
    box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px rgba(0, 0, 0, 0.14), 0px 1px 10px rgba(0, 0, 0, 0.12);
    display: flex;
  }
}
/* line 5811, ../scss/style.scss */
.paragraph--type--produkt-tabelle .zielgruppen {
  font-weight: bold;
}

/* line 5815, ../scss/style.scss */
.paragraph--type--produkt {
  margin-bottom: 40px !important;
}
/* line 5817, ../scss/style.scss */
.paragraph--type--produkt .field--name-field-zielgruppe {
  font-weight: bold;
  margin-bottom: 6px;
}
/* line 5821, ../scss/style.scss */
.paragraph--type--produkt > .field--name-field-image {
  background-color: #fff;
  padding: 30px 20px;
}
/* line 5825, ../scss/style.scss */
.paragraph--type--produkt .field--name-field-paragraphs {
  color: #1b1b1b;
  display: flex;
}
/* line 5828, ../scss/style.scss */
.paragraph--type--produkt .field--name-field-paragraphs > .field--item {
  flex: 1;
}
/* line 5832, ../scss/style.scss */
.paragraph--type--produkt .field--name-field-paragraphs > .field--item:nth-child(odd) {
  background-color: #E6ECEF;
}
/* line 5837, ../scss/style.scss */
.paragraph--type--produkt .field--name-field-paragraphs > .field--item:nth-child(even) {
  background-color: #BFCFD8;
}

@media screen and (min-width: 1200px) {
  /* line 5846, ../scss/style.scss */
  .paragraph--type--produkt .field--name-field-zielgruppe {
    font-weight: 300;
  }
  /* line 5850, ../scss/style.scss */
  .paragraph--type--produkt .field--name-field-paragraphs > .field--item:only-child {
    background-color: #fff;
  }
}
/* line 5857, ../scss/style.scss */
.paragraph--type--produkt-variante .field {
  box-shadow: inset 0px -1px 0px rgba(0, 0, 0, 0.12);
  padding: 6px;
  text-align: center;
}
/* line 5862, ../scss/style.scss */
.paragraph--type--produkt-variante .field--name-field-preis,
.paragraph--type--produkt-variante .field--name-field-preis-oben {
  font-weight: bold;
}
/* line 5867, ../scss/style.scss */
.paragraph--type--produkt-variante .field--name-field-image img {
  margin-left: auto;
  margin-right: auto;
}

/* line 5874, ../scss/style.scss */
.produkt-tabelle {
  background-color: #fff;
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px rgba(0, 0, 0, 0.14), 0px 1px 10px rgba(0, 0, 0, 0.12);
  color: #1b1b1b;
  margin-bottom: 40px;
  width: 100%;
}
/* line 5882, ../scss/style.scss */
.produkt-tabelle tr td,
.produkt-tabelle tr th {
  padding: 16px;
  font-weight: 300;
  box-shadow: inset 0px -1px 0px rgba(0, 0, 0, 0.12);
}
/* line 5889, ../scss/style.scss */
.produkt-tabelle tr td.v-0 {
  background-color: #E6ECEF;
}
/* line 5892, ../scss/style.scss */
.produkt-tabelle tr td.v-1 {
  background-color: #BFCFD8;
}
@media (min-width: 1200px) {
  /* line 5896, ../scss/style.scss */
  .produkt-tabelle tr td.l-1 {
    background-color: #fff;
  }
}
/* line 5903, ../scss/style.scss */
.produkt-tabelle .img-wrapper img {
  display: block;
  background-color: #fff;
}
/* line 5908, ../scss/style.scss */
.produkt-tabelle .zielgruppen {
  background-color: #003F63;
  color: #fff;
}
/* line 5912, ../scss/style.scss */
.produkt-tabelle .produkt {
  background-color: #fff;
  color: #1b1b1b;
  padding-bottom: 19px;
  padding-top: 19px;
}
/* line 5917, ../scss/style.scss */
.produkt-tabelle .produkt td {
  position: relative;
}
@media (min-width: 1200px) {
  /* line 5920, ../scss/style.scss */
  .produkt-tabelle .produkt td:before {
    background-color: #e0e0e0;
    content: "";
    display: block;
    height: 14px;
    left: -2px;
    position: absolute;
    bottom: 20px;
    width: 2px;
  }
}
/* line 5935, ../scss/style.scss */
.produkt-tabelle .preis th,
.produkt-tabelle .preis td,
.produkt-tabelle .produkt th,
.produkt-tabelle .produkt td {
  font-weight: bold;
}
/* line 5940, ../scss/style.scss */
.produkt-tabelle .anmerkungen {
  font-size: 11px;
}
/* line 5943, ../scss/style.scss */
.produkt-tabelle th {
  width: 130px;
}
@media (min-width: 992px) {
  /* line 5949, ../scss/style.scss */
  .produkt-tabelle .preis th,
  .produkt-tabelle .produkt th {
    font-size: 16px;
  }
  /* line 5955, ../scss/style.scss */
  .produkt-tabelle .version th,
  .produkt-tabelle .zielgruppen th {
    font-size: 18px;
  }
  /* line 5959, ../scss/style.scss */
  .produkt-tabelle .anmerkungen {
    font-size: 14px;
  }
}

/* line 5969, ../scss/style.scss */
.paragraph--type--produkt-spalten {
  background-color: #003F63;
  color: #fff;
  padding-bottom: 40px;
  padding-top: 40px;
}
@media (min-width: 992px) {
  /* line 5969, ../scss/style.scss */
  .paragraph--type--produkt-spalten {
    padding-bottom: 100px;
    padding-top: 100px;
  }
}
@media (min-width: 992px) {
  /* line 5983, ../scss/style.scss */
  .paragraph--type--produkt-spalten .field--name-field-paragraphs > .field--item {
    display: flex;
    align-items: stretch;
  }
}
/* line 5988, ../scss/style.scss */
.paragraph--type--produkt-spalten .field--name-field-paragraphs > .field--item .paragraph--type--produkt-teaser {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px rgba(0, 0, 0, 0.14), 0px 1px 5px rgba(0, 0, 0, 0.12);
  color: #1b1b1b;
  display: flex;
  flex-direction: column;
}

/* line 6001, ../scss/style.scss */
.full .content .paragraph--type--produkt-teaser {
  margin-bottom: 40px;
  padding: 24px;
}
@media (min-width: 992px) {
  /* line 6001, ../scss/style.scss */
  .full .content .paragraph--type--produkt-teaser {
    margin-bottom: 0;
  }
}
/* line 6007, ../scss/style.scss */
.full .content .paragraph--type--produkt-teaser ul {
  list-style-type: none;
  margin-bottom: 24px;
  margin-top: 24px;
}
@media (min-width: 992px) {
  /* line 6007, ../scss/style.scss */
  .full .content .paragraph--type--produkt-teaser ul {
    font-size: 16px;
  }
}
/* line 6014, ../scss/style.scss */
.full .content .paragraph--type--produkt-teaser ul li {
  margin-bottom: 16px;
  padding-left: 40px !important;
}
/* line 6017, ../scss/style.scss */
.full .content .paragraph--type--produkt-teaser ul li:before {
  content: "";
  display: block;
  font-family: "exp-icon";
  font-size: 24px;
  height: 24px;
  margin-right: 16px;
  margin-top: -6px;
  width: 24px;
}
/* line 6030, ../scss/style.scss */
.full .content .paragraph--type--produkt-teaser .field--name-field-image {
  margin-bottom: 24px;
}
/* line 6033, ../scss/style.scss */
.full .content .paragraph--type--produkt-teaser .field--name-field-preis,
.full .content .paragraph--type--produkt-teaser .field--name-field-preis-oben {
  background-color: #F2F3F6;
  color: #003F63;
  font-size: 24px;
  font-weight: 700;
  margin-top: 1rem;
  padding: 1rem;
  text-align: center;
}
/* line 6046, ../scss/style.scss */
.full .content .paragraph--type--produkt-teaser .field--name-field-text {
  font-size: 14px;
}
/* line 6048, ../scss/style.scss */
.full .content .paragraph--type--produkt-teaser .field--name-field-text ul {
  font-weight: 700;
}
/* line 6050, ../scss/style.scss */
.full .content .paragraph--type--produkt-teaser .field--name-field-text ul li:before {
  content: "";
  color: #003F63 !important;
  margin-top: -6px;
}
/* line 6057, ../scss/style.scss */
.full .content .paragraph--type--produkt-teaser .field--name-field-variante-logo {
  margin-top: 40px;
  margin-bottom: 16px;
}
/* line 6063, ../scss/style.scss */
.full .content .paragraph--type--produkt-teaser .btn.btn-link, .full .content .paragraph--type--produkt-teaser .btn-link.eu-cookie-compliance-more-button, .full .content .paragraph--type--produkt-teaser .btn-link.eu-cookie-compliance-agree-button, .full .content .paragraph--type--produkt-teaser .field--name-field-button a.btn-link {
  display: inline !important;
  font-size: 14px;
  font-weight: 300;
  padding: 0 !important;
  text-align: left;
}
/* line 6069, ../scss/style.scss */
.full .content .paragraph--type--produkt-teaser .btn.btn-link .openit, .full .content .paragraph--type--produkt-teaser .btn-link.eu-cookie-compliance-more-button .openit, .full .content .paragraph--type--produkt-teaser .btn-link.eu-cookie-compliance-agree-button .openit, .full .content .paragraph--type--produkt-teaser .field--name-field-button a.btn-link .openit {
  display: none;
}
/* line 6072, ../scss/style.scss */
.full .content .paragraph--type--produkt-teaser .btn.btn-link .closeit, .full .content .paragraph--type--produkt-teaser .btn-link.eu-cookie-compliance-more-button .closeit, .full .content .paragraph--type--produkt-teaser .btn-link.eu-cookie-compliance-agree-button .closeit, .full .content .paragraph--type--produkt-teaser .field--name-field-button a.btn-link .closeit {
  display: inline;
}
/* line 6076, ../scss/style.scss */
.full .content .paragraph--type--produkt-teaser .btn.btn-link.collapsed .openit, .full .content .paragraph--type--produkt-teaser .btn-link.collapsed.eu-cookie-compliance-more-button .openit, .full .content .paragraph--type--produkt-teaser .btn-link.collapsed.eu-cookie-compliance-agree-button .openit, .full .content .paragraph--type--produkt-teaser .field--name-field-button a.btn-link.collapsed .openit {
  display: inline;
}
/* line 6079, ../scss/style.scss */
.full .content .paragraph--type--produkt-teaser .btn.btn-link.collapsed .closeit, .full .content .paragraph--type--produkt-teaser .btn-link.collapsed.eu-cookie-compliance-more-button .closeit, .full .content .paragraph--type--produkt-teaser .btn-link.collapsed.eu-cookie-compliance-agree-button .closeit, .full .content .paragraph--type--produkt-teaser .field--name-field-button a.btn-link.collapsed .closeit {
  display: none;
}
/* line 6086, ../scss/style.scss */
.full .content .paragraph--type--produkt-teaser .field--name-field-button {
  justify-self: flex-end;
  margin-bottom: 0;
  margin-top: auto;
  padding-top: 40px;
  text-transform: uppercase;
}

/* line 6103, ../scss/style.scss */
.paragraph--type--presse .field--name-field-heading {
  color: #1b1b1b;
  margin-top: 40px;
  margin-bottom: 8px;
}
/* line 6111, ../scss/style.scss */
.paragraph--type--presse .field--name-field-download a,
.paragraph--type--presse .field--name-field-button a {
  text-decoration: underline;
}

/* line 6118, ../scss/style.scss */
.paragraph--type--partner .field--name-field-heading {
  color: #1b1b1b;
  margin-top: 40px;
  margin-bottom: 8px;
}
/* line 6125, ../scss/style.scss */
.paragraph--type--partner .field--name-field-text a {
  text-decoration: underline;
}

/* line 6131, ../scss/style.scss */
.paragraph--type--partner-liste img {
  max-width: 250px;
}
/* line 6134, ../scss/style.scss */
.paragraph--type--partner-liste .paragraph--type--partner {
  margin-bottom: 40px;
}
@media screen and (min-width: 992px) {
  /* line 6138, ../scss/style.scss */
  .paragraph--type--partner-liste img {
    max-width: 100%;
  }
  /* line 6141, ../scss/style.scss */
  .paragraph--type--partner-liste .field--name-field-paragraphs > .row {
    display: flex;
    align-items: stretch;
    margin-bottom: 80px;
  }
  /* line 6149, ../scss/style.scss */
  .paragraph--type--partner-liste .paragraph--type--partner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: auto;
  }
  /* line 6155, ../scss/style.scss */
  .paragraph--type--partner-liste .paragraph--type--partner > .image {
    display: flex;
    justify-content: center;
    margin-top: auto;
    margin-bottom: auto;
  }
  /* line 6162, ../scss/style.scss */
  .paragraph--type--partner-liste .paragraph--type--partner > .image .field {
    margin-bottom: auto;
    margin-top: auto;
  }
  /* line 6167, ../scss/style.scss */
  .paragraph--type--partner-liste .paragraph--type--partner > .text {
    flex: 1;
    margin-bottom: auto;
    margin-top: 0;
  }
}

/* line 6177, ../scss/style.scss */
.paragraph--class--blue-background {
  background-color: #003F63;
  color: #fff;
  margin: 0;
  padding: 40px 0;
}
/* line 6185, ../scss/style.scss */
.paragraph--class--blue-background .exp-icon {
  color: #fff;
}
/* line 6188, ../scss/style.scss */
.paragraph--class--blue-background h2 .field--name-field-heading {
  color: #fff;
}
/* line 6192, ../scss/style.scss */
.paragraph--class--blue-background h3 .field--name-field-heading {
  font-weight: 500;
  color: #fff;
  margin-bottom: 37px;
  margin-top: 0;
}

/* line 6200, ../scss/style.scss */
.paragraph--type--produkt-addon {
  background-color: rgba(219, 67, 35, 0.1);
}

/* line 6213, ../scss/style.scss */
.paragraph--class--features ul,
ul.features {
  list-style-type: none;
  margin-bottom: 24px;
  margin-top: 24px;
}
@media (min-width: 992px) {
  /* line 6213, ../scss/style.scss */
  .paragraph--class--features ul,
  ul.features {
    font-size: 16px;
  }
}
/* line 6221, ../scss/style.scss */
.paragraph--class--features ul li,
ul.features li {
  margin-bottom: 16px;
  padding-left: 40px !important;
}
/* line 6224, ../scss/style.scss */
.paragraph--class--features ul li.active,
ul.features li.active {
  font-weight: bold;
  color: #003F63;
}
/* line 6228, ../scss/style.scss */
.paragraph--class--features ul li:before,
ul.features li:before {
  content: "" !important;
  color: #003F63 !important;
  display: block;
  font-family: "exp-icon";
  font-size: 24px;
  height: 24px;
  margin-right: 16px;
  margin-top: -5px;
  width: 24px;
}

/* line 6244, ../scss/style.scss */
.paragraph--class--rotes-band-neu {
  padding-bottom: 30px;
  padding-top: 30px;
}

/* line 6249, ../scss/style.scss */
.paragraph--type--banner {
  padding: 25px 0;
  background: #db4224;
  color: #fff;
}
/* line 6253, ../scss/style.scss */
.paragraph--type--banner:hover {
  background: #BF4125;
}
/* line 6256, ../scss/style.scss */
.paragraph--type--banner a {
  color: inherit;
  text-decoration: none;
}
/* line 6259, ../scss/style.scss */
.paragraph--type--banner a:hover {
  text-decoration: none;
}
/* line 6263, ../scss/style.scss */
.paragraph--type--banner .container, .paragraph--type--banner .view.view-magazin .pager, .view.view-magazin .paragraph--type--banner .pager, .paragraph--type--banner .system-messages-wrapper,
.paragraph--type--banner .tabs-wrapper, .paragraph--type--banner .eu-cookie-compliance-content, .paragraph--type--banner .region-stoerer, .paragraph--type--banner .view.view-glossar {
  text-align: center;
}
/* line 6266, ../scss/style.scss */
.paragraph--type--banner .field--name-field-text {
  font-size: 18px;
}
/* line 6269, ../scss/style.scss */
.paragraph--type--banner .field--name-field-text-mitte {
  font-size: 48px;
  font-weight: 900;
}
/* line 6273, ../scss/style.scss */
.paragraph--type--banner .field--name-field-text-rechts {
  font-size: 24px;
  font-weight: 900;
}
@media screen and (min-width: 992px) {
  /* line 6278, ../scss/style.scss */
  .paragraph--type--banner .container, .paragraph--type--banner .view.view-magazin .pager, .view.view-magazin .paragraph--type--banner .pager, .paragraph--type--banner .system-messages-wrapper,
  .paragraph--type--banner .tabs-wrapper, .paragraph--type--banner .eu-cookie-compliance-content, .paragraph--type--banner .region-stoerer, .paragraph--type--banner .view.view-glossar {
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  /* line 6284, ../scss/style.scss */
  .paragraph--type--banner .field--name-field-text {
    font-size: 20px;
    line-height: 1.25;
  }
  /* line 6288, ../scss/style.scss */
  .paragraph--type--banner .field--name-field-text-mitte {
    font-size: 96px;
    line-height: 1;
    margin: 0 25px;
  }
  /* line 6293, ../scss/style.scss */
  .paragraph--type--banner .field--name-field-text-rechts {
    line-height: 1.15;
    font-size: 36px;
    max-width: 300px;
  }
}

/* line 6301, ../scss/style.scss */
.paragraph--type--factsheet {
  background-color: #fff;
  padding-bottom: 30px;
  padding-top: 30px;
  text-align: center;
  vertical-align: middle;
}
/* line 6307, ../scss/style.scss */
.paragraph--type--factsheet .field--name-field-heading {
  display: block;
  margin-top: 0;
  margin-bottom: 20px;
}
/* line 6312, ../scss/style.scss */
.paragraph--type--factsheet .field--name-field-heading strong {
  color: #db4224;
}
@media screen and (min-width: 992px) {
  /* line 6307, ../scss/style.scss */
  .paragraph--type--factsheet .field--name-field-heading {
    line-height: 36px;
    margin-bottom: 12px;
    margin-top: 12px;
    display: inline-block;
  }
}
/* line 6322, ../scss/style.scss */
.paragraph--type--factsheet .field--name-field-download {
  display: block;
}
/* line 6324, ../scss/style.scss */
.paragraph--type--factsheet .field--name-field-download .btn, .paragraph--type--factsheet .field--name-field-download .eu-cookie-compliance-more-button, .paragraph--type--factsheet .field--name-field-download .eu-cookie-compliance-agree-button, .paragraph--type--factsheet .field--name-field-download .full .content .paragraph--type--produkt-teaser .field--name-field-button a, .full .content .paragraph--type--produkt-teaser .field--name-field-button .paragraph--type--factsheet .field--name-field-download a {
  border-width: 1px;
}
@media screen and (min-width: 992px) {
  /* line 6322, ../scss/style.scss */
  .paragraph--type--factsheet .field--name-field-download {
    display: inline-block;
    margin-left: 40px;
  }
}

/* line 6341, ../scss/style.scss */
.team-entry {
  padding-bottom: 40px;
  padding-top: 40px;
}
/* line 6344, ../scss/style.scss */
.team-entry h3 {
  color: #1b1b1b;
  margin: 40px 0 8px;
}
/* line 6348, ../scss/style.scss */
.team-entry .field--name-field-email,
.team-entry .field--name-field-phone,
.team-entry .field--name-field-position {
  margin-bottom: 8px;
}

/* line 6354, ../scss/style.scss */
.paragraph--type--team-list {
  border-bottom: 1px solid rgba(27, 27, 27, 0.5);
  margin: 0;
  padding: 20px 0;
}
/* line 6358, ../scss/style.scss */
.paragraph--type--team-list .btn, .paragraph--type--team-list .eu-cookie-compliance-more-button, .paragraph--type--team-list .eu-cookie-compliance-agree-button, .paragraph--type--team-list .full .content .paragraph--type--produkt-teaser .field--name-field-button a, .full .content .paragraph--type--produkt-teaser .field--name-field-button .paragraph--type--team-list a {
  position: relative;
  margin: 0;
  padding: 0 0 0 38px;
  text-decoration: none;
}
/* line 6363, ../scss/style.scss */
.paragraph--type--team-list .btn:hover, .paragraph--type--team-list .eu-cookie-compliance-more-button:hover, .paragraph--type--team-list .eu-cookie-compliance-agree-button:hover, .paragraph--type--team-list .full .content .paragraph--type--produkt-teaser .field--name-field-button a:hover, .full .content .paragraph--type--produkt-teaser .field--name-field-button .paragraph--type--team-list a:hover, .paragraph--type--team-list .btn:focus, .paragraph--type--team-list .eu-cookie-compliance-more-button:focus, .paragraph--type--team-list .eu-cookie-compliance-agree-button:focus, .paragraph--type--team-list .full .content .paragraph--type--produkt-teaser .field--name-field-button a:focus, .full .content .paragraph--type--produkt-teaser .field--name-field-button .paragraph--type--team-list a:focus, .paragraph--type--team-list .btn:active, .paragraph--type--team-list .eu-cookie-compliance-more-button:active, .paragraph--type--team-list .eu-cookie-compliance-agree-button:active, .paragraph--type--team-list .full .content .paragraph--type--produkt-teaser .field--name-field-button a:active, .full .content .paragraph--type--produkt-teaser .field--name-field-button .paragraph--type--team-list a:active {
  text-decoration: none;
  outline: none;
}
/* line 6369, ../scss/style.scss */
.paragraph--type--team-list .btn:after, .paragraph--type--team-list .eu-cookie-compliance-more-button:after, .paragraph--type--team-list .eu-cookie-compliance-agree-button:after, .paragraph--type--team-list .full .content .paragraph--type--produkt-teaser .field--name-field-button a:after, .full .content .paragraph--type--produkt-teaser .field--name-field-button .paragraph--type--team-list a:after, .paragraph--type--team-list .btn:before, .paragraph--type--team-list .eu-cookie-compliance-more-button:before, .paragraph--type--team-list .eu-cookie-compliance-agree-button:before, .paragraph--type--team-list .full .content .paragraph--type--produkt-teaser .field--name-field-button a:before, .full .content .paragraph--type--produkt-teaser .field--name-field-button .paragraph--type--team-list a:before {
  background-color: #003F63;
  box-sizing: border-box;
  content: "";
  display: block;
  position: absolute;
}
/* line 6377, ../scss/style.scss */
.paragraph--type--team-list .btn:after, .paragraph--type--team-list .eu-cookie-compliance-more-button:after, .paragraph--type--team-list .eu-cookie-compliance-agree-button:after, .paragraph--type--team-list .full .content .paragraph--type--produkt-teaser .field--name-field-button a:after, .full .content .paragraph--type--produkt-teaser .field--name-field-button .paragraph--type--team-list a:after {
  border-bottom: 10px solid #fff;
  border-top: 10px solid #fff;
  left: 10px;
  top: 0;
  height: 22px;
  width: 2px;
  transition: border-bottom-width 0.2s, border-top-width 0.2s;
}
/* line 6386, ../scss/style.scss */
.paragraph--type--team-list .btn:before, .paragraph--type--team-list .eu-cookie-compliance-more-button:before, .paragraph--type--team-list .eu-cookie-compliance-agree-button:before, .paragraph--type--team-list .full .content .paragraph--type--produkt-teaser .field--name-field-button a:before, .full .content .paragraph--type--produkt-teaser .field--name-field-button .paragraph--type--team-list a:before {
  height: 2px;
  left: 0;
  top: 10px;
  width: 22px;
}
/* line 6392, ../scss/style.scss */
.paragraph--type--team-list .btn.collapsed:after, .paragraph--type--team-list .collapsed.eu-cookie-compliance-more-button:after, .paragraph--type--team-list .collapsed.eu-cookie-compliance-agree-button:after, .paragraph--type--team-list .full .content .paragraph--type--produkt-teaser .field--name-field-button a.collapsed:after, .full .content .paragraph--type--produkt-teaser .field--name-field-button .paragraph--type--team-list a.collapsed:after {
  border-bottom-width: 0;
  border-top-width: 0;
}
/* line 6396, ../scss/style.scss */
.paragraph--type--team-list .btn h2, .paragraph--type--team-list .eu-cookie-compliance-more-button h2, .paragraph--type--team-list .eu-cookie-compliance-agree-button h2, .paragraph--type--team-list .full .content .paragraph--type--produkt-teaser .field--name-field-button a h2, .full .content .paragraph--type--produkt-teaser .field--name-field-button .paragraph--type--team-list a h2 {
  font-size: 20px;
  margin: 0;
}
@media screen and (min-width: 1200px) {
  /* line 6354, ../scss/style.scss */
  .paragraph--type--team-list {
    padding: 40px 0;
  }
  /* line 6403, ../scss/style.scss */
  .paragraph--type--team-list .btn, .paragraph--type--team-list .eu-cookie-compliance-more-button, .paragraph--type--team-list .eu-cookie-compliance-agree-button, .paragraph--type--team-list .full .content .paragraph--type--produkt-teaser .field--name-field-button a, .full .content .paragraph--type--produkt-teaser .field--name-field-button .paragraph--type--team-list a {
    padding: 0 0 0 50px;
  }
  /* line 6405, ../scss/style.scss */
  .paragraph--type--team-list .btn:after, .paragraph--type--team-list .eu-cookie-compliance-more-button:after, .paragraph--type--team-list .eu-cookie-compliance-agree-button:after, .paragraph--type--team-list .full .content .paragraph--type--produkt-teaser .field--name-field-button a:after, .full .content .paragraph--type--produkt-teaser .field--name-field-button .paragraph--type--team-list a:after {
    border-bottom: 16px solid #fff;
    border-top: 16px solid #fff;
    left: 16px;
    top: 11px;
    height: 34px;
    width: 2px;
    transition: border-bottom-width 0.2s, border-top-width 0.2s;
  }
  /* line 6414, ../scss/style.scss */
  .paragraph--type--team-list .btn:before, .paragraph--type--team-list .eu-cookie-compliance-more-button:before, .paragraph--type--team-list .eu-cookie-compliance-agree-button:before, .paragraph--type--team-list .full .content .paragraph--type--produkt-teaser .field--name-field-button a:before, .full .content .paragraph--type--produkt-teaser .field--name-field-button .paragraph--type--team-list a:before {
    height: 2px;
    left: 0;
    top: 27px;
    width: 34px;
  }
  /* line 6420, ../scss/style.scss */
  .paragraph--type--team-list .btn h2, .paragraph--type--team-list .eu-cookie-compliance-more-button h2, .paragraph--type--team-list .eu-cookie-compliance-agree-button h2, .paragraph--type--team-list .full .content .paragraph--type--produkt-teaser .field--name-field-button a h2, .full .content .paragraph--type--produkt-teaser .field--name-field-button .paragraph--type--team-list a h2 {
    font-size: 48px;
  }
}

/* line 6427, ../scss/style.scss */
.paragraph--type--team-feature,
.paragraph--type--team-management {
  background-color: #003F63;
  color: #fff;
  margin: 0;
}
@media screen and (min-width: 992px) {
  /* line 6427, ../scss/style.scss */
  .paragraph--type--team-feature,
  .paragraph--type--team-management {
    padding-bottom: 80px;
    padding-top: 80px;
  }
}
/* line 6436, ../scss/style.scss */
.paragraph--type--team-feature a,
.paragraph--type--team-feature h1,
.paragraph--type--team-feature h2,
.paragraph--type--team-feature h3,
.paragraph--type--team-feature .h1,
.paragraph--type--team-feature .paragraph--class--blue-background h2 .field--name-field-heading,
.paragraph--class--blue-background h2 .paragraph--type--team-feature .field--name-field-heading,
.paragraph--type--team-feature .paragraph--type--produkt-addon .text .field--name-field-heading,
.paragraph--type--produkt-addon .text .paragraph--type--team-feature .field--name-field-heading,
.paragraph--type--team-feature .h2,
.paragraph--type--team-feature .paragraph--class--blue-background h3 .field--name-field-heading,
.paragraph--class--blue-background h3 .paragraph--type--team-feature .field--name-field-heading,
.paragraph--type--team-feature .h3,
.paragraph--type--team-feature .paragraph--type--video h3,
.paragraph--type--video .paragraph--type--team-feature h3,
.paragraph--type--team-feature .paragraph--type--presse .field--name-field-heading,
.paragraph--type--presse .paragraph--type--team-feature .field--name-field-heading,
.paragraph--type--team-feature .paragraph--type--partner .field--name-field-heading,
.paragraph--type--partner .paragraph--type--team-feature .field--name-field-heading,
.paragraph--type--team-feature .paragraph--type--factsheet .field--name-field-heading,
.paragraph--type--factsheet .paragraph--type--team-feature .field--name-field-heading,
.paragraph--type--team-feature .paragraph--type--vorteile .paragraph--type--vorteil .field--name-field-heading,
.paragraph--type--vorteile .paragraph--type--vorteil .paragraph--type--team-feature .field--name-field-heading,
.paragraph--type--team-management a,
.paragraph--type--team-management h1,
.paragraph--type--team-management h2,
.paragraph--type--team-management h3,
.paragraph--type--team-management .h1,
.paragraph--type--team-management .paragraph--class--blue-background h2 .field--name-field-heading,
.paragraph--class--blue-background h2 .paragraph--type--team-management .field--name-field-heading,
.paragraph--type--team-management .paragraph--type--produkt-addon .text .field--name-field-heading,
.paragraph--type--produkt-addon .text .paragraph--type--team-management .field--name-field-heading,
.paragraph--type--team-management .h2,
.paragraph--type--team-management .paragraph--class--blue-background h3 .field--name-field-heading,
.paragraph--class--blue-background h3 .paragraph--type--team-management .field--name-field-heading,
.paragraph--type--team-management .h3,
.paragraph--type--team-management .paragraph--type--video h3,
.paragraph--type--video .paragraph--type--team-management h3,
.paragraph--type--team-management .paragraph--type--presse .field--name-field-heading,
.paragraph--type--presse .paragraph--type--team-management .field--name-field-heading,
.paragraph--type--team-management .paragraph--type--partner .field--name-field-heading,
.paragraph--type--partner .paragraph--type--team-management .field--name-field-heading,
.paragraph--type--team-management .paragraph--type--factsheet .field--name-field-heading,
.paragraph--type--factsheet .paragraph--type--team-management .field--name-field-heading,
.paragraph--type--team-management .paragraph--type--vorteile .paragraph--type--vorteil .field--name-field-heading,
.paragraph--type--vorteile .paragraph--type--vorteil .paragraph--type--team-management .field--name-field-heading {
  color: #fff;
}
/* line 6445, ../scss/style.scss */
.paragraph--type--team-feature .container > h2, .paragraph--type--team-feature .view.view-magazin .pager > h2, .view.view-magazin .paragraph--type--team-feature .pager > h2, .paragraph--type--team-feature .system-messages-wrapper > h2,
.paragraph--type--team-feature .tabs-wrapper > h2, .paragraph--type--team-feature .eu-cookie-compliance-content > h2, .paragraph--type--team-feature .region-stoerer > h2, .paragraph--type--team-feature .view.view-glossar > h2,
.paragraph--type--team-management .container > h2,
.paragraph--type--team-management .view.view-magazin .pager > h2,
.view.view-magazin .paragraph--type--team-management .pager > h2,
.paragraph--type--team-management .system-messages-wrapper > h2,
.paragraph--type--team-management .tabs-wrapper > h2,
.paragraph--type--team-management .eu-cookie-compliance-content > h2,
.paragraph--type--team-management .region-stoerer > h2,
.paragraph--type--team-management .view.view-glossar > h2 {
  margin-bottom: 0;
}
/* line 6448, ../scss/style.scss */
.paragraph--type--team-feature h3,
.paragraph--type--team-management h3 {
  font-size: 26px;
  margin-bottom: 30px;
}
@media screen and (min-width: 1200px) {
  /* line 6448, ../scss/style.scss */
  .paragraph--type--team-feature h3,
  .paragraph--type--team-management h3 {
    font-size: 48px;
  }
}
/* line 6455, ../scss/style.scss */
.paragraph--type--team-feature .field--name-field-text,
.paragraph--type--team-management .field--name-field-text {
  margin-top: 30px;
}

/* line 6460, ../scss/style.scss */
.paragraph--type--team-feature {
  background-color: #db4224;
}

/* line 6465, ../scss/style.scss */
.paragraph--type--produkt-intro .container, .paragraph--type--produkt-intro .view.view-magazin .pager, .view.view-magazin .paragraph--type--produkt-intro .pager, .paragraph--type--produkt-intro .system-messages-wrapper,
.paragraph--type--produkt-intro .tabs-wrapper, .paragraph--type--produkt-intro .eu-cookie-compliance-content, .paragraph--type--produkt-intro .region-stoerer, .paragraph--type--produkt-intro .view.view-glossar {
  position: relative;
}
/* line 6468, ../scss/style.scss */
.paragraph--type--produkt-intro .text {
  margin-right: 80px;
}
/* line 6471, ../scss/style.scss */
.paragraph--type--produkt-intro .field--name-field-hinweis {
  background-color: #003F63;
  border-radius: 8px;
  color: #fff;
  padding: 4px;
  text-align: center;
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  /* line 6479, ../scss/style.scss */
  .paragraph--type--produkt-intro .image {
    margin-left: -25px;
    margin-right: -25px;
    margin-top: 40px;
  }
}
/* line 6487, ../scss/style.scss */
.paragraph--type--produkt-intro .field--name-field-image {
  margin-bottom: 24px;
}
/* line 6489, ../scss/style.scss */
.paragraph--type--produkt-intro .field--name-field-image img {
  width: 100%;
}
/* line 6493, ../scss/style.scss */
.paragraph--type--produkt-intro .field--name-field-stoerer {
  transform: rotate(8deg);
  background-color: #003F63;
  border-radius: 50%;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px;
  text-align: center;
  justify-content: center;
  width: 276px;
  height: 276px;
  margin: 40px auto 0 auto;
}
@media screen and (min-width: 992px) {
  /* line 6493, ../scss/style.scss */
  .paragraph--type--produkt-intro .field--name-field-stoerer {
    position: absolute;
    bottom: -160px;
    right: 0;
    margin: 0;
  }
}
/* line 6513, ../scss/style.scss */
.paragraph--type--produkt-intro .field--name-field-stoerer h3 {
  color: #fff;
}

/* line 6527, ../scss/style.scss */
.btn-blue,
.btn-red,
.full .content .paragraph--type--produkt-teaser .field--name-field-button a {
  text-transform: uppercase;
}

/* line 6534, ../scss/style.scss */
.field--name-field-slider .carousel-control {
  font-size: 48px !important;
}
/* line 6536, ../scss/style.scss */
.field--name-field-slider .carousel-control .exp-icon {
  font-size: 48px;
  outline: 1px solid red;
}

/* line 6544, ../scss/style.scss */
.page-view-glossar .block-page-title-block {
  border-bottom: 0;
}

/* line 6551, ../scss/style.scss */
.view.view-glossar .view.view-glossar {
  padding: 0;
}
/* line 6555, ../scss/style.scss */
.view.view-glossar .item-list ul {
  list-style-type: none;
  padding: 0;
}
/* line 6559, ../scss/style.scss */
.view.view-glossar .attachment {
  margin-bottom: 80px;
}
/* line 6561, ../scss/style.scss */
.view.view-glossar .attachment a {
  border-bottom: 2px solid rgba(27, 27, 27, 0.5);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
  display: inline-block;
  font-weight: 300;
  line-height: 18.75px;
  margin-right: 4px;
  padding: 16px 12px;
}
/* line 6569, ../scss/style.scss */
.view.view-glossar .attachment a.is-active {
  font-weight: 700;
}
/* line 6572, ../scss/style.scss */
.view.view-glossar .attachment a.is-active, .view.view-glossar .attachment a:focus, .view.view-glossar .attachment a:hover {
  background-color: rgba(219, 66, 36, 0.1);
  text-decoration: none;
}

/* line 6581, ../scss/style.scss */
.glossar {
  margin-bottom: 30px;
}
/* line 6583, ../scss/style.scss */
.glossar h2 {
  color: #db4224;
  margin-top: 0;
}

/*
.paragraph--type--columns-two-uneven {
  @media (min-width: ($screen-lg + 200px)) {
    padding-bottom: 0;
    padding-top: 0;
    .paragraph--type--simple {
      padding-bottom: 80px;
      padding-top: 80px;
    }
    .row {
      > div:first-child {
        .paragraph--type--image {
          margin-left: -100px;
        }
        .paragraph--type--simple {
          padding-right: 80px;
        }
      }
      > div:last-child {
        .paragraph--type--image {
          margin-right: -100px;
        }
        .paragraph--type--simple {
          padding-left: 80px;
        }
      }
    }
  }
}

*/
@media (min-width: 1200px) {
  /* line 6627, ../scss/style.scss */
  .paragraph.no-padding .row > div:first-child .text,
  .paragraph.no-padding .row > div:first-child .paragraph--type--simple {
    margin-right: 75px;
  }
  /* line 6632, ../scss/style.scss */
  .paragraph.no-padding .row > div:first-child .carousel,
  .paragraph.no-padding .row > div:first-child .image,
  .paragraph.no-padding .row > div:first-child .paragraph--type--map,
  .paragraph.no-padding .row > div:first-child .paragraph--type--image {
    margin: -80px -24px -80px -100px;
  }
  /* line 6640, ../scss/style.scss */
  .paragraph.no-padding .row > div:last-child .text,
  .paragraph.no-padding .row > div:last-child .paragraph--type--simple {
    margin-left: 75px;
  }
  /* line 6645, ../scss/style.scss */
  .paragraph.no-padding .row > div:last-child .carousel,
  .paragraph.no-padding .row > div:last-child .image,
  .paragraph.no-padding .row > div:last-child .paragraph--type--map,
  .paragraph.no-padding .row > div:last-child .paragraph--type--image {
    margin: -80px -100px -80px -24px;
  }
}
/* line 6658, ../scss/style.scss */
.paragraph--type--simple h1 {
  margin-top: 0;
}

@media screen and (min-width: 992px) {
  /* line 6663, ../scss/style.scss */
  .paragraph--class--nicht-geboxed {
    position: relative;
    overflow-x: hidden;
  }
  /* line 6666, ../scss/style.scss */
  .paragraph--class--nicht-geboxed .col-sm-7 {
    position: static;
  }
  /* line 6669, ../scss/style.scss */
  .paragraph--class--nicht-geboxed .paragraph--type--image {
    position: absolute;
    display: flex;
    align-items: center;
    top: 0;
    left: 50%;
    bottom: 0;
    content: "";
    background-repeat: no-repeat;
  }
  /* line 6681, ../scss/style.scss */
  .paragraph--class--nicht-geboxed .paragraph--type--image .img-responsive, .paragraph--class--nicht-geboxed .paragraph--type--image .full.article .field--name-field-lead img, .full.article .field--name-field-lead .paragraph--class--nicht-geboxed .paragraph--type--image img,
  .paragraph--class--nicht-geboxed .paragraph--type--image .full.article .field--name-body img,
  .full.article .field--name-body .paragraph--class--nicht-geboxed .paragraph--type--image img {
    max-width: none;
  }
}
/* line 6689, ../scss/style.scss */
.paragraph--class--rotes-band {
  color: #003F63;
  font-weight: 400;
  letter-spacing: 1px;
  text-align: left;
}
/* line 6694, ../scss/style.scss */
.paragraph--class--rotes-band .klein {
  letter-spacing: 0.2px;
}
/* line 6697, ../scss/style.scss */
.paragraph--class--rotes-band strong {
  font-weight: 900;
}
@media screen and (min-width: 992px) {
  /* line 6689, ../scss/style.scss */
  .paragraph--class--rotes-band {
    font-size: 24px;
    line-height: 28px;
  }
  /* line 6703, ../scss/style.scss */
  .paragraph--class--rotes-band .klein {
    font-size: 16px;
  }
}

@media screen and (max-width: 991px) {
  /* line 6711, ../scss/style.scss */
  .paragraph--type--columns-two-uneven .paragraph--type--simple,
  .paragraph--type--columns .paragraph--type--simple {
    margin-bottom: 40px;
  }
}
/* line 6716, ../scss/style.scss */
.paragraph--class--bg-red {
  background-color: rgba(248, 217, 211, 0.5);
}

/* line 6719, ../scss/style.scss */
.paragraph--class--bg-gray {
  background-color: #eee;
}

/* line 6722, ../scss/style.scss */
.paragraph--class--bg-blue {
  background-color: #e0e8ec;
}

/* line 6725, ../scss/style.scss */
.back-link {
  font-size: 40px;
  margin-bottom: 24px;
  margin-top: 24px;
}
/* line 6729, ../scss/style.scss */
.back-link:hover {
  text-decoration: none;
}

/* line 6737, ../scss/style.scss */
.navbar-custom .menu--account .dropdown-menu > li {
  border-top: none;
  border-bottom: none !important;
  letter-spacing: normal;
}
/* line 6741, ../scss/style.scss */
.navbar-custom .menu--account .dropdown-menu > li span {
  font-family: Geometria, Helvetica, Arial, sans-serif;
  font-weight: 300;
}
/* line 6745, ../scss/style.scss */
.navbar-custom .menu--account .dropdown-menu > li a {
  letter-spacing: normal;
  line-height: 24px;
}

/* line 6754, ../scss/style.scss */
.paragraph--type--produkt-features h1 {
  margin-bottom: 24px;
  margin-top: 24px;
}
/* line 6759, ../scss/style.scss */
.paragraph--type--produkt-features .field--name-field-image img {
  width: 100%;
}
/* line 6764, ../scss/style.scss */
.paragraph--type--produkt-features .field--name-field-text-rechts ul {
  margin-top: 0;
}
@media screen and (min-width: 1200px) {
  /* line 6769, ../scss/style.scss */
  .paragraph--type--produkt-features .row:first-child .field--name-field-image {
    max-width: 470px;
  }
}

/* line 6775, ../scss/style.scss */
.paragraph--class--no-padding-top {
  padding-top: 0;
}

/* line 6778, ../scss/style.scss */
.paragraph--class--no-padding-bottom {
  padding-bottom: 0;
}

/* line 6782, ../scss/style.scss */
body.path-user h1.page-header {
  color: #fff;
}
/* line 6785, ../scss/style.scss */
body.path-user .block-page-title-block {
  border-bottom: none !important;
}
/* line 6787, ../scss/style.scss */
body.path-user .block-page-title-block .container, body.path-user .block-page-title-block .view.view-magazin .pager, .view.view-magazin body.path-user .block-page-title-block .pager, body.path-user .block-page-title-block .system-messages-wrapper,
body.path-user .block-page-title-block .tabs-wrapper, body.path-user .block-page-title-block .eu-cookie-compliance-content, body.path-user .block-page-title-block .region-stoerer, body.path-user .block-page-title-block .view.view-glossar {
  padding: 0;
  width: auto !important;
}

@media screen and (max-width: 767px) {
  /* line 6796, ../scss/style.scss */
  .paragraph--class--reversed .row {
    flex-direction: column-reverse;
    display: flex;
  }
}

@media (min-width: 992px) {
  /* line 6804, ../scss/style.scss */
  a.anchor {
    display: block;
    position: relative;
    top: -81px;
    visibility: hidden;
  }
}
/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
/* line 6816, ../scss/style.scss */
.visuallyhidden, .block-ooo-test-block .checkbox input.form-checkbox {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
/* line 6832, ../scss/style.scss */
.visuallyhidden.focusable:active, .block-ooo-test-block .checkbox input.focusable.form-checkbox:active,
.visuallyhidden.focusable:focus,
.block-ooo-test-block .checkbox input.focusable.form-checkbox:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/* line 6842, ../scss/style.scss */
.stoerer {
  background-color: #db4224;
  border-radius: 50%;
  color: #fff;
  display: flex;
  font-weight: 400;
  flex-direction: column;
  align-items: center;
  padding: 40px;
  text-align: center;
  justify-content: center;
  width: 250px;
  height: 250px;
  margin: 40px 0 0 0;
}
/* line 6856, ../scss/style.scss */
.stoerer a {
  font-size: 20px;
}

/* line 6862, ../scss/style.scss */
.visually-hidden.focusable.skip-link:focus {
  display: block;
  background-color: #fff;
  padding: 1rem;
  position: absolute !important;
  left: 0;
  top: 0;
  z-index: 1000;
}

/* line 6873, ../scss/style.scss */
.paragraph--type--zitate {
  background-color: rgba(219, 67, 35, 0.1);
}
/* line 6875, ../scss/style.scss */
.paragraph--type--zitate .field--name-field-text {
  color: #003F63;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 2rem;
}
/* line 6881, ../scss/style.scss */
.paragraph--type--zitate .field--name-field-name,
.paragraph--type--zitate .field--name-field-funktion-firma {
  color: #db4224;
  font-weight: bold;
}

/* line 6888, ../scss/style.scss */
.paragraph--type--vorteile {
  padding-bottom: 4rem;
}
/* line 6890, ../scss/style.scss */
.paragraph--type--vorteile h2 {
  font-size: 48px;
  margin-bottom: 4rem;
}
/* line 6894, ../scss/style.scss */
.paragraph--type--vorteile .paragraph--type--vorteil {
  margin-bottom: 4rem;
}
/* line 6896, ../scss/style.scss */
.paragraph--type--vorteile .paragraph--type--vorteil .field--name-field-image {
  margin-bottom: 2.25rem;
}
/* line 6899, ../scss/style.scss */
.paragraph--type--vorteile .paragraph--type--vorteil .field--name-field-heading {
  color: #003F63;
}

@media screen and (max-width: 767px) {
  /* line 6909, ../scss/style.scss */
  .paragraph--type--statistiken .carousel,
  .paragraph--type--zitate .carousel {
    padding-bottom: 80px;
  }
  /* line 6911, ../scss/style.scss */
  .paragraph--type--statistiken .carousel .carousel-control,
  .paragraph--type--zitate .carousel .carousel-control {
    bottom: 0;
    height: 60px;
    top: auto;
  }
  /* line 6915, ../scss/style.scss */
  .paragraph--type--statistiken .carousel .carousel-control .exp-icon,
  .paragraph--type--zitate .carousel .carousel-control .exp-icon {
    font-size: 40px;
    bottom: 10px;
    top: auto;
  }
}
@media screen and (min-width: 768px) {
  /* line 6925, ../scss/style.scss */
  .paragraph--type--statistiken .carousel,
  .paragraph--type--zitate .carousel {
    margin-left: 100px;
    margin-right: 100px;
  }
  /* line 6928, ../scss/style.scss */
  .paragraph--type--statistiken .carousel .carousel-control,
  .paragraph--type--zitate .carousel .carousel-control {
    width: 100px;
  }
  /* line 6930, ../scss/style.scss */
  .paragraph--type--statistiken .carousel .carousel-control .exp-icon,
  .paragraph--type--zitate .carousel .carousel-control .exp-icon {
    font-size: 40px;
  }
  /* line 6933, ../scss/style.scss */
  .paragraph--type--statistiken .carousel .carousel-control.left,
  .paragraph--type--zitate .carousel .carousel-control.left {
    left: -100px;
  }
  /* line 6935, ../scss/style.scss */
  .paragraph--type--statistiken .carousel .carousel-control.left .exp-icon,
  .paragraph--type--zitate .carousel .carousel-control.left .exp-icon {
    left: 0;
  }
  /* line 6939, ../scss/style.scss */
  .paragraph--type--statistiken .carousel .carousel-control.right,
  .paragraph--type--zitate .carousel .carousel-control.right {
    right: -100px;
  }
  /* line 6941, ../scss/style.scss */
  .paragraph--type--statistiken .carousel .carousel-control.right .exp-icon,
  .paragraph--type--zitate .carousel .carousel-control.right .exp-icon {
    right: 0;
  }
}

/* line 6950, ../scss/style.scss */
.paragraph--type--statistiken {
  background-color: rgba(219, 67, 35, 0.1);
}
/* line 6952, ../scss/style.scss */
.paragraph--type--statistiken h2 {
  color: #003F63;
}
/* line 6957, ../scss/style.scss */
.paragraph--type--statistiken .paragraph--type--statistik {
  color: #003F63;
  font-size: 24px;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  /* line 6950, ../scss/style.scss */
  .paragraph--type--statistiken {
    position: relative;
    padding-bottom: 100px;
  }
  /* line 6965, ../scss/style.scss */
  .paragraph--type--statistiken .paragraph--type--statistik {
    margin-bottom: 2rem;
  }
  /* line 6968, ../scss/style.scss */
  .paragraph--type--statistiken .carousel {
    position: static;
    padding-bottom: 0;
  }
  /* line 6971, ../scss/style.scss */
  .paragraph--type--statistiken .carousel .carousel-control {
    bottom: 20px;
  }
}
@media screen and (min-width: 768px) {
  /* line 6978, ../scss/style.scss */
  .paragraph--type--statistiken > .container h2, .view.view-magazin .paragraph--type--statistiken > .pager h2, .paragraph--type--statistiken > .system-messages-wrapper h2,
  .paragraph--type--statistiken > .tabs-wrapper h2, .paragraph--type--statistiken > .eu-cookie-compliance-content h2, .paragraph--type--statistiken > .region-stoerer h2, .paragraph--type--statistiken > .view.view-glossar h2,
  .paragraph--type--statistiken > .container > .field--name-field-text,
  .view.view-magazin .paragraph--type--statistiken > .pager > .field--name-field-text,
  .paragraph--type--statistiken > .system-messages-wrapper > .field--name-field-text,
  .paragraph--type--statistiken > .tabs-wrapper > .field--name-field-text,
  .paragraph--type--statistiken > .eu-cookie-compliance-content > .field--name-field-text,
  .paragraph--type--statistiken > .region-stoerer > .field--name-field-text,
  .paragraph--type--statistiken > .view.view-glossar > .field--name-field-text {
    padding-left: 100px;
  }
}
