@charset "UTF-8";
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: Roboto, Arial, Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 1.5em;
  color: #000000;
  background-color: #fff;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #AA0000;
  text-decoration: none;
}
a:hover, a:focus {
  color: #AA0000;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 10px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.5em;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -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;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role=button] {
  cursor: pointer;
}

html {
  font-size: 18px;
  font-weight: 300;
  text-align: left;
}

/* phones*/
@media screen and (max-width: 767px) {
  html {
    font-size: 14px;
  }
  input, select, textarea {
    font-size: 16px;
  }
}
body {
  font-size: inherit;
}

b, strong {
  font-weight: 500;
  color: #3C5677;
}

figure {
  margin-top: 1rem;
  text-align: center;
}
figure:last-child {
  margin-bottom: 2rem;
}
@media screen and (max-width: 991px) {
  figure:last-child {
    margin-bottom: 1rem;
  }
}

ul, ol {
  list-style-position: outside;
  padding-left: 1rem;
  margin: 1rem 0 2rem;
}
ul:last-child, ol:last-child {
  margin-bottom: 0;
}

ul {
  list-style-type: disc;
}

li {
  margin-bottom: 0.5rem;
}
li > ul {
  margin-top: 1rem;
}
li:last-child {
  margin-bottom: 0;
}

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

p {
  margin: 0 0 1.5rem 0;
}

p:last-child {
  margin: 0;
}

h1 {
  font-family: Roboto, Arial, Helvetica, sans-serif;
  font-weight: 500;
  color: #123B71;
  line-height: 1.25em;
  font-size: 2rem;
  margin: 2.75rem 0 2.75rem;
}

h1.heading--is-small {
  font-family: Roboto, Arial, Helvetica, sans-serif;
  font-weight: 500;
  color: #123B71;
  line-height: 1.25em;
  font-size: 1.75rem;
  margin: 1rem 0 1rem;
}

h2 {
  font-family: Roboto, Arial, Helvetica, sans-serif;
  font-weight: 500;
  color: #123B71;
  line-height: 1.25em;
  font-size: 1.75rem;
  margin: 1rem 0 1rem;
}

h2.heading--is-small {
  font-family: Roboto, Arial, Helvetica, sans-serif;
  font-weight: 500;
  color: #123B71;
  line-height: 1.25em;
  font-size: 1.5rem;
  margin: 1rem 0 1rem;
}

h3 {
  font-family: Roboto, Arial, Helvetica, sans-serif;
  font-weight: 500;
  color: #123B71;
  line-height: 1.25em;
  font-size: 1.5rem;
  margin: 1rem 0 1rem;
}

h3.heading--is-small {
  font-family: Roboto, Arial, Helvetica, sans-serif;
  font-weight: 500;
  color: #123B71;
  line-height: 1.25em;
  font-size: 1.125rem;
  margin: 1rem 0 1rem;
}

h4 {
  font-family: Roboto, Arial, Helvetica, sans-serif;
  font-weight: 500;
  color: #123B71;
  line-height: 1.25em;
  font-size: 1.125rem;
  margin: 1rem 0 1rem;
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: "FontAwesome";
  src: url("/_assets/hypo-custom/Fonts/fontawesome/fontawesome-webfont.eot?v=4.7.0");
  src: url("/_assets/hypo-custom/Fonts/fontawesome/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("/_assets/hypo-custom/Fonts/fontawesome/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("/_assets/hypo-custom/Fonts/fontawesome/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("/_assets/hypo-custom/Fonts/fontawesome/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("/_assets/hypo-custom/Fonts/fontawesome/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.2857142857em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.8571428571em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

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

.fa-music:before {
  content: "\f001";
}

.fa-search:before {
  content: "\f002";
}

.fa-envelope-o:before {
  content: "\f003";
}

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-o:before {
  content: "\f006";
}

.fa-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-check:before {
  content: "\f00c";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-signal:before {
  content: "\f012";
}

.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}

.fa-trash-o:before {
  content: "\f014";
}

.fa-home:before {
  content: "\f015";
}

.fa-file-o:before {
  content: "\f016";
}

.fa-clock-o:before {
  content: "\f017";
}

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-play-circle-o:before {
  content: "\f01d";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}

.fa-refresh:before {
  content: "\f021";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-list:before {
  content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-video-camera:before {
  content: "\f03d";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

.fa-share-square-o:before {
  content: "\f045";
}

.fa-check-square-o:before {
  content: "\f046";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-eject:before {
  content: "\f052";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-times-circle-o:before {
  content: "\f05c";
}

.fa-check-circle-o:before {
  content: "\f05d";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-key:before {
  content: "\f084";
}

.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}

.fa-comments:before {
  content: "\f086";
}

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-heart-o:before {
  content: "\f08a";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-thumb-tack:before {
  content: "\f08d";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-upload:before {
  content: "\f093";
}

.fa-lemon-o:before {
  content: "\f094";
}

.fa-phone:before {
  content: "\f095";
}

.fa-square-o:before {
  content: "\f096";
}

.fa-bookmark-o:before {
  content: "\f097";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}

.fa-hdd-o:before {
  content: "\f0a0";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-money:before {
  content: "\f0d6";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-comments-o:before {
  content: "\f0e6";
}

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-bell-o:before {
  content: "\f0a2";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

.fa-building-o:before {
  content: "\f0f7";
}

.fa-hospital-o:before {
  content: "\f0f8";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

.fa-circle-o:before {
  content: "\f10c";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-folder-o:before {
  content: "\f114";
}

.fa-folder-open-o:before {
  content: "\f115";
}

.fa-smile-o:before {
  content: "\f118";
}

.fa-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before {
  content: "\f11a";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

.fa-flag-o:before {
  content: "\f11d";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-crop:before {
  content: "\f125";
}

.fa-code-fork:before {
  content: "\f126";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-shield:before {
  content: "\f132";
}

.fa-calendar-o:before {
  content: "\f133";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-minus-square-o:before {
  content: "\f147";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-pencil-square:before {
  content: "\f14b";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}

.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}

.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-text:before {
  content: "\f15c";
}

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitbucket-square:before {
  content: "\f172";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

.fa-plus-square-o:before {
  content: "\f196";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-slack:before {
  content: "\f198";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa-file-word-o:before {
  content: "\f1c2";
}

.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}

.fa-file-code-o:before {
  content: "\f1c9";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}

.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}

.fa-history:before {
  content: "\f1da";
}

.fa-circle-thin:before {
  content: "\f1db";
}

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bell-slash-o:before {
  content: "\f1f7";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-eyedropper:before {
  content: "\f1fb";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-area-chart:before {
  content: "\f1fe";
}

.fa-pie-chart:before {
  content: "\f200";
}

.fa-line-chart:before {
  content: "\f201";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bus:before {
  content: "\f207";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-cc:before {
  content: "\f20a";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}

.fa-meanpath:before {
  content: "\f20c";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-venus:before {
  content: "\f221";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-facebook-official:before {
  content: "\f230";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-server:before {
  content: "\f233";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-train:before {
  content: "\f238";
}

.fa-subway:before {
  content: "\f239";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-sticky-note-o:before {
  content: "\f24a";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-hourglass-o:before {
  content: "\f250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}

.fa-hand-scissors-o:before {
  content: "\f257";
}

.fa-hand-lizard-o:before {
  content: "\f258";
}

.fa-hand-spock-o:before {
  content: "\f259";
}

.fa-hand-pointer-o:before {
  content: "\f25a";
}

.fa-hand-peace-o:before {
  content: "\f25b";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-safari:before {
  content: "\f267";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-500px:before {
  content: "\f26e";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-calendar-plus-o:before {
  content: "\f271";
}

.fa-calendar-minus-o:before {
  content: "\f272";
}

.fa-calendar-times-o:before {
  content: "\f273";
}

.fa-calendar-check-o:before {
  content: "\f274";
}

.fa-industry:before {
  content: "\f275";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-map-o:before {
  content: "\f278";
}

.fa-map:before {
  content: "\f279";
}

.fa-commenting:before {
  content: "\f27a";
}

.fa-commenting-o:before {
  content: "\f27b";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-vimeo:before {
  content: "\f27d";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-edge:before {
  content: "\f282";
}

.fa-credit-card-alt:before {
  content: "\f283";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-modx:before {
  content: "\f285";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-usb:before {
  content: "\f287";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-pause-circle-o:before {
  content: "\f28c";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stop-circle-o:before {
  content: "\f28e";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-percent:before {
  content: "\f295";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-envira:before {
  content: "\f299";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-wheelchair-alt:before {
  content: "\f29b";
}

.fa-question-circle-o:before {
  content: "\f29c";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-volume-control-phone:before {
  content: "\f2a0";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-handshake-o:before {
  content: "\f2b5";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-open-o:before {
  content: "\f2b7";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-book-o:before {
  content: "\f2ba";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-circle-o:before {
  content: "\f2be";
}

.fa-user-o:before {
  content: "\f2c0";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-eercast:before {
  content: "\f2da";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-snowflake-o:before {
  content: "\f2dc";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-meetup:before {
  content: "\f2e0";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 200;
  src: local("Roboto Thin"), local("Roboto-Thin"), url("/_assets/hypo-custom/Fonts/roboto/Roboto-Thin.ttf") format("truetype");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  src: local("Roboto Light"), local("Roboto-Light"), url("/_assets/hypo-custom/Fonts/roboto/Roboto-Light.ttf") format("truetype");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: local("Roboto"), local("Roboto-Regular"), url("/_assets/hypo-custom/Fonts/roboto/Roboto-Regular.ttf") format("truetype");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  src: local("Roboto Medium"), local("Roboto-Medium"), url("/_assets/hypo-custom/Fonts/roboto/Roboto-Medium.ttf") format("truetype");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
  font-display: swap;
}
body > img {
  display: block;
  margin-top: -1px;
}

@media only screen and (min-width: 1200px) {
  p.paragraph--is-small {
    font-size: 0.777777rem;
  }
}

.vergleich {
  margin-right: -1rem;
  margin-left: -1rem;
}
.vergleich:before, .vergleich:after {
  display: table;
  content: " ";
}
.vergleich:after {
  clear: both;
}
.vergleich_content {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 1rem;
  padding-left: 1rem;
  border: none;
}
.vergleich_content.iframe--is-autoresized {
  height: 800px;
}
.vergleich-baufinanzierung, .vergleich-baufinanzierungsvergleich, .vergleich-autokredit, .vergleich-ratenkredit, .vergleich-tagesgeld, .vergleich-festgeld, .vergleich-tagesgeldvergleich, .vergleich-festgeldvergleich {
  margin-top: -3rem;
}

.hypocustom_vergleich h2 + .vergleich-baufinanzierung,
.hypocustom_vergleich h2 + .vergleich-baufinanzierungsvergleich,
.hypocustom_vergleich h2 + .vergleich-autokredit,
.hypocustom_vergleich h2 + .vergleich-ratenkredit,
.hypocustom_vergleich h2 + .vergleich-tagesgeld,
.hypocustom_vergleich h2 + .vergleich-festgeld,
.hypocustom_vergleich h2 + .vergleich-tagesgeldvergleich,
.hypocustom_vergleich h2 + .vergleich-festgeldvergleich {
  margin-top: initial;
}

.footerArea {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .footerArea .sockel, .footerArea .footer {
    font-size: 0.75rem;
  }
}
.footerArea .sockel li, .footerArea .footer li {
  margin-bottom: 0.25rem;
}

.text-link-external::before {
  content: "";
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 1em 1em;
  padding-left: 1.2em;
  font-size: 1em;
  background-image: url("/_assets/hypo-custom/Icons/icon-text-external-link-red.svg");
}

.toggleButton, .toggleButton-search, .toggleButton-navigation {
  display: inline-block;
  padding: 0;
  min-width: 48px;
  height: 3em;
  line-height: 3em;
  font-family: Roboto, Arial, Helvetica, sans-serif;
  font-weight: 400;
  color: #FFFFFF;
  background-color: #3C5677;
  background-repeat: no-repeat;
  border: none;
  cursor: pointer;
}

.toggleButton-navigation {
  background-image: url("/_assets/hypo-custom/Images/Vergleich/toggleButton/ic-burger-menue.svg");
  background-position: left center;
  background-size: 24px auto;
}
.toggleButton-navigation .toggleButton_label {
  padding-left: calc(0.5rem + 24px);
}

.toggleButton-search {
  background-image: url("/_assets/hypo-custom/Images/Vergleich/toggleButton/ic-lupe-suche-mobil.svg");
  background-position: right center;
  background-size: 21px auto;
}
.toggleButton-search .toggleButton_label {
  padding-right: calc(0.5rem + 21px);
}

.formWithButton:before, .formWithButton:after {
  display: table;
  content: " ";
}
.formWithButton:after {
  clear: both;
}
.formWithButton .formElement {
  float: left;
}
.formWithButton .formElement_input > .formElement_field > * {
  height: 48px;
  padding-left: 0.5em;
  padding-right: 0.5em;
}
.formWithButton .formElement_field {
  padding-right: 0;
}
.formWithButton .formElement_submitButton {
  margin-top: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.heading {
  font-weight: 500;
}
.heading--is-small {
  font-family: Roboto, Arial, Helvetica, sans-serif;
  font-weight: 500;
  color: #123B71;
  line-height: 1.25em;
  font-size: 1.125rem;
  margin: 1rem 0 1rem;
}

h2[id]::before,
h3[id]::before {
  content: "";
  display: block;
  height: 43px;
  margin-top: -40px;
  visibility: hidden;
}
@media all and (max-width: 767px) {
  h2[id]::before,
  h3[id]::before {
    height: 3px;
    margin-top: 0px;
  }
}

.image-container {
  position: relative;
  text-align: center;
}
.image-container.img-inline-block .image {
  display: inline-block;
}
.image-container.img-inline-block.align-right, .image-container.img-inline-block.align-top-right, .image-container.img-inline-block.align-bottom-right {
  text-align: right;
}
.image-container.img-inline-block.align-left, .image-container.img-inline-block.align-top-left, .image-container.img-inline-block.align-bottom-left {
  text-align: left;
}
@media all and (min-width: 768px) {
  .image-container.img-inline-block.align-center-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .image-container.img-inline-block.align-top-center {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .image-container.img-inline-block.align-top-right {
    position: absolute;
    top: 0;
    right: 1rem;
  }
  .image-container.img-inline-block.align-top-left {
    position: absolute;
    top: 0;
    left: 1rem;
  }
  .image-container.img-inline-block.align-bottom-center {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .image-container.img-inline-block.align-bottom-right {
    position: absolute;
    bottom: 0;
    right: 1rem;
  }
  .image-container.img-inline-block.align-bottom-left {
    position: absolute;
    bottom: 0;
    left: 1rem;
  }
}
.image-container .image {
  text-align: unset;
}

.image {
  margin: auto;
  text-align: left;
  font-size: 0.75rem;
}
.image figcaption {
  color: #3C5677;
  text-align: left;
  padding: 15px;
}
.image figcaption h1, .image figcaption h2, .image figcaption h3, .image figcaption h4, .image figcaption div.heading {
  display: inline-block;
  font-size: 0.75rem;
  line-height: initial;
  margin: 0;
}
.image figcaption h1:before, .image figcaption h2:before, .image figcaption h3:before, .image figcaption h4:before, .image figcaption div.heading:before {
  content: unset;
  margin: 0;
}
.image_placeholder--is-faded-in {
  animation-name: fadeIn;
  animation-duration: 1.5s;
  animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
  animation-fill-mode: forwards;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

img.unvisibleimage {
  height: 1px;
  width: 1px;
  opacity: 0;
}

.searchResult {
  margin-right: -1rem;
  margin-left: -1rem;
  margin: 0;
}
.searchResult:before, .searchResult:after {
  display: table;
  content: " ";
}
.searchResult:after {
  clear: both;
}
.searchResult_number {
  position: relative;
  min-height: 1px;
  padding-right: 1rem;
  padding-left: 1rem;
  font-family: Roboto, Arial, Helvetica, sans-serif;
  font-weight: 500;
  color: #123B71;
  line-height: 1.25em;
  font-size: 1.5rem;
  margin: 1rem 0 1rem;
  margin-top: 0;
  padding-left: 0;
  color: #999999;
  float: left;
}
@media (min-width: 768px) {
  .searchResult_number {
    float: left;
    width: 8.3333333333%;
  }
}
.searchResult_body {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 1rem;
  padding-left: 1rem;
  position: relative;
  min-height: 1px;
  padding-right: 1rem;
  padding-left: 1rem;
  width: 80%;
  padding: 0;
}
@media (min-width: 768px) {
  .searchResult_body {
    float: left;
    width: 91.6666666667%;
  }
}
.searchResult_title {
  font-family: Roboto, Arial, Helvetica, sans-serif;
  font-weight: 500;
  color: #123B71;
  line-height: 1.25em;
  font-size: 1.125rem;
  margin: 1rem 0 1rem;
  margin-top: 0;
  margin-bottom: 0.25rem;
}
.searchResult .breadcrumb {
  margin: 0;
  display: block;
}
.searchResult .breadcrumb:before {
  content: "";
}
@media screen and (max-width: 991px) {
  .searchResult .breadcrumb {
    font-size: 1rem;
  }
}

.indexedSearch_searchForm {
  background-color: #EBF5FC;
  padding: 2rem;
  margin: 2rem 0;
}
@media screen and (max-width: 991px) {
  .indexedSearch_searchForm {
    padding: 1rem;
  }
}
.indexedSearch_searchForm form {
  margin-top: 1rem;
}
.indexedSearch h1 {
  margin-bottom: 0;
}
.indexedSearch .searchResult {
  padding: 1.5rem 0;
}
.indexedSearch .searchResult_body {
  width: 80%;
  padding-left: 0;
}
.indexedSearch_searchResult {
  margin-top: 1rem;
}
.indexedSearch_searchResult p:first-child {
  font-family: Roboto, Arial, Helvetica, sans-serif;
  font-weight: 500;
  color: #123B71;
  line-height: 1.25em;
  font-size: 1.125rem;
  margin: 1rem 0 1rem;
}
.indexedSearch .searchResult + .searchResult {
  border-top: 1px solid #B3C5D9;
}
.indexedSearch_pageBrowser {
  text-align: center;
}
.indexedSearch_pageBrowser .tx-indexedsearch-browsebox {
  list-style-type: none;
  padding: 0;
}
.indexedSearch_pageBrowser .tx-indexedsearch-browsebox .tx-indexedsearch-browselist-currentPage a {
  background-color: #AA0000;
  color: #FFFFFF;
  text-decoration: none;
  cursor: initial;
}
.indexedSearch_pageBrowser .tx-indexedsearch-browsebox li {
  display: inline;
}
.indexedSearch_pageBrowser .tx-indexedsearch-browsebox li + li {
  margin-left: 1rem;
}
.indexedSearch_pageBrowser .tx-indexedsearch-browsebox a {
  font-weight: 500;
  background-color: #F2F2F2;
  display: inline-block;
  height: 48px;
  width: 48px;
  line-height: 48px;
  text-align: center;
}

.indexedSearchForm_search {
  background-color: #EBF5FC;
  padding: 1rem;
  margin-bottom: 2rem;
}

/* Cookiebot banner of drklein.de and lookalikes */
#cookiebanner {
  position: fixed;
  z-index: 12500;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  line-height: 1.25em;
  /* main view */
  /* main buttons */
  /* checkboxes and button */
  /* horizontal tabs */
  /* horizontal tab container */
}
#cookiebanner .cookiebanner-box {
  position: sticky;
  top: 1.5rem;
  margin: auto;
  border: 1px solid #B3C5D9;
  padding: 1rem;
  width: 92%;
  max-width: 40rem;
  max-height: 94%;
  background-color: #FFFFFF;
  overflow: auto;
}
#cookiebanner .cookiebanner-box a {
  font-weight: 500;
  color: #000000;
  text-decoration: underline;
  /*
  &:active,
  &:active:hover,
  &:visited{
  	color: $accent-red-dark;
  }
  */
}
#cookiebanner .cookiebanner-box a:hover {
  color: #AA0000;
}
#cookiebanner .cookiebanner-box a:focus {
  color: #AA0000;
}
#cookiebanner .cookiebanner-box a:focus-visible {
  color: #AA0000;
  border-radius: 1px;
  outline: 2px solid black;
  outline-offset: 2px;
}
#cookiebanner .cookiebanner-box a.link-file, #cookiebanner .cookiebanner-box a.link-download {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16.946' height='16.735' viewBox='0 0 16.946 16.735'%3E%3Cg transform='translate(3277.807 -1458.55)'%3E%3Cg transform='translate(4 -1)'%3E%3Cpath d='M4.647,13.087a1,1,0,0,1-.707-.293L.206,9.061A1,1,0,1,1,1.62,7.647l3.026,3.026L7.673,7.647A1,1,0,1,1,9.087,9.061L5.354,12.794a1,1,0,0,1-.707.293Z' transform='translate(-3278.069 1457.797)' fill='%23a00'/%3E%3Cpath d='M-2685.423,1066.824a1,1,0,0,1-1-1v-9.334a1,1,0,0,1,1-1,1,1,0,0,1,1,1v9.334A1,1,0,0,1-2685.423,1066.824Z' transform='translate(-588 404.06)' fill='%23a00'/%3E%3Cpath d='M-2685.423,1072.436a1,1,0,0,1-1-1V1056.49a1,1,0,0,1,1-1,1,1,0,0,1,1,1v14.945a1,1,0,0,1-.292.708,1,1,0,0,1-.708.293Z' transform='translate(-2209.371 4160.708) rotate(90)' fill='%23a00'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 0;
  padding-left: 22px;
}
#cookiebanner .cookiebanner-box a.link-external {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16.947' height='16.947' viewBox='0 0 16.947 16.947'%3E%3Cpath d='M6260.042-5053.553a2.545,2.545,0,0,1-2.542-2.542v-9.32a2.545,2.545,0,0,1,2.542-2.542h5.084a.847.847,0,0,1,.847.848.847.847,0,0,1-.847.847h-5.084a.848.848,0,0,0-.847.848v9.32a.848.848,0,0,0,.847.848h9.321a.848.848,0,0,0,.847-.848v-5.083a.848.848,0,0,1,.848-.848.847.847,0,0,1,.847.848v5.083a2.545,2.545,0,0,1-2.542,2.542Zm3.638-6.18a.847.847,0,0,1,0-1.2l7.873-7.873h-3.037a.847.847,0,0,1-.847-.848.847.847,0,0,1,.847-.848h5.084a.845.845,0,0,1,.656.312l0,0,.008.011.007.009,0,.006.011.014v0a.849.849,0,0,1,.156.508v5.065a.847.847,0,0,1-.847.848.847.847,0,0,1-.848-.848v-3.038l-7.875,7.874a.843.843,0,0,1-.6.249A.844.844,0,0,1,6263.68-5059.733Z' transform='translate(-6257.5 5070.5)' fill='%23a00'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: 0;
  padding-left: 22px;
}
@media all and (min-width: 768px) {
  #cookiebanner .cookiebanner-box {
    margin-top: 4rem;
  }
}
#cookiebanner .c-header {
  font-family: Roboto, Arial, Helvetica, sans-serif;
  font-weight: 500;
  color: #123B71;
  line-height: 1.25em;
  font-size: 1.125rem;
  margin: 1rem 0 1rem;
  margin-top: 0;
  text-align: center;
}
#cookiebanner .c-message {
  font-size: 0.75rem;
  line-height: 1.25em;
}
#cookiebanner #c-buttons {
  display: flex;
  align-content: center;
  justify-content: space-evenly;
}
#cookiebanner #c-buttons .c-button {
  color: #FFFFFF;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.444rem;
  text-decoration: none;
  display: inline-block;
  border: none;
  margin-top: 1rem;
  height: fit-content;
  white-space: nowrap;
  cursor: pointer;
  background: #123B71 0 0 no-repeat padding-box;
  border-radius: 6px;
  border: 3px solid #123B71;
  padding: 0.611rem 0.778rem;
  min-height: 48px;
  min-width: 14rem;
  text-align: center;
  flex-grow: 1;
  padding-top: 0.75rem;
}
#cookiebanner #c-buttons .c-button:hover, #cookiebanner #c-buttons .c-button:focus, #cookiebanner #c-buttons .c-button:active {
  text-decoration: none;
  color: #FFFFFF;
}
#cookiebanner #c-buttons .c-button:hover {
  background-color: #0E2E58;
  border-color: #0E2E58;
}
#cookiebanner #c-buttons .c-button:focus {
  background-color: #123B71;
  border-color: #000000;
  outline: 0;
}
#cookiebanner #c-buttons .c-button:active {
  background-color: #0B2240;
  border-color: #0B2240;
}
#cookiebanner #c-buttons #CybotCookiebotDialogBodyLevelDetailsWrapper {
  flex-grow: 1;
  text-align: center;
}
#cookiebanner #c-buttons .CybotCookiebotDialogBodyLink {
  border-color: transparent;
  background-color: transparent;
  color: #000000;
  color: #FFFFFF;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.444rem;
  text-decoration: none;
  display: inline-block;
  border: none;
  margin-top: 1rem;
  height: fit-content;
  white-space: nowrap;
  cursor: pointer;
  color: #000000;
  font-size: 1rem;
  line-height: 42px;
  padding: 0.611rem 0.778rem;
  font-size: 0.875rem;
  text-decoration: underline;
  margin: 2.125rem 2rem 0 0;
  padding: 0;
  white-space: normal;
  line-height: normal;
  text-align: center;
}
#cookiebanner #c-buttons .CybotCookiebotDialogBodyLink:hover {
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
  color: #000000;
}
#cookiebanner #c-buttons .CybotCookiebotDialogBodyLink:focus {
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
  color: #000000;
}
#cookiebanner #c-buttons .CybotCookiebotDialogBodyLink:active {
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
  color: #000000;
}
#cookiebanner #c-buttons .CybotCookiebotDialogBodyLink:active:hover, #cookiebanner #c-buttons .CybotCookiebotDialogBodyLink:active.focus {
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
  color: #000000;
}
#cookiebanner #c-buttons .CybotCookiebotDialogBodyLink:hover, #cookiebanner #c-buttons .CybotCookiebotDialogBodyLink:focus, #cookiebanner #c-buttons .CybotCookiebotDialogBodyLink:active {
  text-decoration: none;
  color: #FFFFFF;
}
#cookiebanner #c-buttons .CybotCookiebotDialogBodyLink:before {
  display: none;
}
#cookiebanner #c-buttons .CybotCookiebotDialogBodyLink:hover, #cookiebanner #c-buttons .CybotCookiebotDialogBodyLink:focus {
  text-decoration: none;
}
#cookiebanner #c-buttons .CybotCookiebotDialogBodyLink:hover {
  color: #AA0000;
  text-decoration: underline;
}
#cookiebanner #c-buttons .CybotCookiebotDialogBodyLink:focus, #cookiebanner #c-buttons .CybotCookiebotDialogBodyLink:active {
  color: #AA0000;
  text-decoration: underline;
  outline: none;
}
#cookiebanner #c-buttons .CybotCookiebotDialogBodyLink:focus-visible {
  color: #AA0000;
  border-radius: 1px;
  outline: 2px solid black;
  outline-offset: 2px;
}
#cookiebanner #CybotCookiebotDialogBodyLevelButtonsSelectPane {
  padding: 1rem 0;
}
#cookiebanner #CybotCookiebotDialogBodyLevelButtonsSelectPane .CybotCookiebotDialogBodyLevelButtonWrapper {
  display: inline-block;
  position: relative;
  margin-right: 0.875rem;
  margin-left: 0;
  font-size: 0.75rem;
}
#cookiebanner #CybotCookiebotDialogBodyLevelButtonsSelectPane .CybotCookiebotDialogBodyLevelButtonWrapper input[type=checkbox] {
  display: none;
  appearance: none;
  width: 0.875rem;
  height: 0.875rem;
}
#cookiebanner #CybotCookiebotDialogBodyLevelButtonsSelectPane .CybotCookiebotDialogBodyLevelButtonWrapper input[type=checkbox] + label {
  display: inline-block;
  padding-left: 1rem;
  margin: 0 0.125rem 0 0;
  line-height: 1;
}
#cookiebanner #CybotCookiebotDialogBodyLevelButtonsSelectPane .CybotCookiebotDialogBodyLevelButtonWrapper input[type=checkbox] + label::before {
  border: 1px solid #B3C5D9;
  border-radius: 3px;
  content: "";
  display: block;
  position: absolute;
  width: 1rem;
  height: 1rem;
  margin-right: 0.5rem;
  margin-left: -1.25rem;
  margin-top: -0.15rem;
  font-size: 0.7rem;
  color: #FFFFFF;
  background-color: #FFFFFF;
  font-weight: 400;
  line-height: 1.25em;
  text-align: center;
}
#cookiebanner #CybotCookiebotDialogBodyLevelButtonsSelectPane .CybotCookiebotDialogBodyLevelButtonWrapper input[type=checkbox]:checked + label::before {
  font-family: FontAwesome;
  content: "\f00c";
  border-color: #496B94;
  background-color: #496B94;
}
#cookiebanner #CybotCookiebotDialogBodyLevelButtonsSelectPane .CybotCookiebotDialogBodyLevelButtonWrapper input[type=checkbox]:disabled {
  cursor: not-allowed !important;
}
#cookiebanner #CybotCookiebotDialogBodyLevelButtonsSelectPane .CybotCookiebotDialogBodyLevelButtonWrapper input[type=checkbox]:disabled + label::before {
  background-color: #CCCCCC;
  border-color: #CCCCCC;
}
#cookiebanner #CybotCookiebotDialogBodyLevelButtonsSelectPane .c-button-details {
  border-color: #6b6b6b;
  background-color: #6b6b6b;
  color: #FFFFFF;
  color: #FFFFFF;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.444rem;
  text-decoration: none;
  display: inline-block;
  border: none;
  margin-top: 1rem;
  height: fit-content;
  white-space: nowrap;
  cursor: pointer;
  color: #FFFFFF;
  font-size: 1rem;
  line-height: 42px;
  padding: 0.611rem 0.778rem;
  font-size: 0.75rem;
  line-height: 1.5em;
  border-radius: 3px;
}
#cookiebanner #CybotCookiebotDialogBodyLevelButtonsSelectPane .c-button-details:hover {
  background-color: #4b4b4b;
  border-color: #525252;
  color: #FFFFFF;
}
#cookiebanner #CybotCookiebotDialogBodyLevelButtonsSelectPane .c-button-details:focus {
  background-color: #525252;
  border-color: #383838;
  color: #FFFFFF;
}
#cookiebanner #CybotCookiebotDialogBodyLevelButtonsSelectPane .c-button-details:active {
  background-color: #525252;
  border-color: #525252;
  color: #FFFFFF;
}
#cookiebanner #CybotCookiebotDialogBodyLevelButtonsSelectPane .c-button-details:active:hover, #cookiebanner #CybotCookiebotDialogBodyLevelButtonsSelectPane .c-button-details:active.focus {
  background-color: #404040;
  border-color: #383838;
  color: #FFFFFF;
}
#cookiebanner #CybotCookiebotDialogBodyLevelButtonsSelectPane .c-button-details:hover, #cookiebanner #CybotCookiebotDialogBodyLevelButtonsSelectPane .c-button-details:focus, #cookiebanner #CybotCookiebotDialogBodyLevelButtonsSelectPane .c-button-details:active {
  text-decoration: none;
  color: #FFFFFF;
}
#cookiebanner #CybotCookiebotDialogBodyLevelButtonsSelectPane .c-button-details:before {
  display: none;
}
#cookiebanner #CybotCookiebotDialogBodyLevelButtonsSelectPane .c-button-details:hover, #cookiebanner #CybotCookiebotDialogBodyLevelButtonsSelectPane .c-button-details:focus {
  text-decoration: none;
}
#cookiebanner #CybotCookiebotDialogDetailBodyContentTabs {
  border-bottom: 1px solid #DDDDDD;
  padding-bottom: 0.3rem;
}
#cookiebanner .CybotCookiebotDialogDetailBodyContentTab {
  border: 1px solid #B3C5D9;
  border-color: #DDDDDD;
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  position: relative;
  padding: 0.5rem;
  color: #000000;
  background-color: #EEEEEE;
  font-size: 0.75rem;
  text-decoration: none;
}
#cookiebanner .CybotCookiebotDialogDetailBodyContentTab:hover {
  background-color: #DDDDDD;
}
#cookiebanner .CybotCookiebotDialogDetailBodyContentTab.active {
  top: 1px;
  background-color: #FFFFFF;
}
#cookiebanner #CybotCookiebotDialogDetailBodyContentCookieContainer {
  display: flex;
  border: 1px solid #DDDDDD;
  border-top: none;
  /* horizontal tab container left*/
  /* horizontal tab container right*/
  /* tab container*/
}
#cookiebanner #CybotCookiebotDialogDetailBodyContentCookieContainer #CybotCookiebotDialogDetailBodyContentCookieContainerTypes {
  flex-basis: 25%;
  display: flex;
  flex-direction: column;
  padding: 0.5rem 0;
  /* vertical tabs */
}
#cookiebanner #CybotCookiebotDialogDetailBodyContentCookieContainer #CybotCookiebotDialogDetailBodyContentCookieContainerTypes .CybotCookiebotDialogDetailBodyContentCookieContainerTypes {
  white-space: nowrap;
  font-size: 0.7rem;
  padding: 0.5rem;
  color: #000000;
  background-color: #EEEEEE;
  border-bottom: 1px solid #DDDDDD;
  border-left: none;
  text-decoration: none;
  cursor: pointer;
}
#cookiebanner #CybotCookiebotDialogDetailBodyContentCookieContainer #CybotCookiebotDialogDetailBodyContentCookieContainerTypes .CybotCookiebotDialogDetailBodyContentCookieContainerTypes:hover {
  background-color: #DDDDDD;
}
#cookiebanner #CybotCookiebotDialogDetailBodyContentCookieContainer #CybotCookiebotDialogDetailBodyContentCookieContainerTypes .CybotCookiebotDialogDetailBodyContentCookieContainerTypes.active {
  background-color: #FFFFFF;
  font-weight: 500;
}
#cookiebanner #CybotCookiebotDialogDetailBodyContentCookieContainer #CybotCookiebotDialogDetailBodyContentCookieContainerTypeDetails {
  flex-basis: 75%;
  padding: 0.5rem;
  height: 12.5rem;
  overflow-y: scroll;
  background-color: #FFFFFF;
  font-size: 0.7rem;
}
#cookiebanner #CybotCookiebotDialogDetailBodyContentCookieContainer .CybotCookiebotDialogDetailBodyContentCookieTabs {
  display: none;
  padding: 0.25rem;
  /* cookie tables */
}
#cookiebanner #CybotCookiebotDialogDetailBodyContentCookieContainer .CybotCookiebotDialogDetailBodyContentCookieTabs .CybotCookiebotDialogDetailBodyContentCookieTypeTable {
  padding: 0;
  margin: 0.5rem 0 0;
  border-spacing: 0;
  border-collapse: collapse;
  width: 100%;
  font-size: 0.6rem;
  border: 1px solid #DDDDDD;
}
#cookiebanner #CybotCookiebotDialogDetailBodyContentCookieContainer .CybotCookiebotDialogDetailBodyContentCookieTabs .CybotCookiebotDialogDetailBodyContentCookieTypeTable a {
  font-weight: 500;
  color: #000000;
  text-decoration: underline;
  /*
  &:active,
  &:active:hover,
  &:visited{
  	color: $accent-red-dark;
  }
  */
}
#cookiebanner #CybotCookiebotDialogDetailBodyContentCookieContainer .CybotCookiebotDialogDetailBodyContentCookieTabs .CybotCookiebotDialogDetailBodyContentCookieTypeTable a:hover {
  color: #AA0000;
}
#cookiebanner #CybotCookiebotDialogDetailBodyContentCookieContainer .CybotCookiebotDialogDetailBodyContentCookieTabs .CybotCookiebotDialogDetailBodyContentCookieTypeTable a:focus {
  color: #AA0000;
}
#cookiebanner #CybotCookiebotDialogDetailBodyContentCookieContainer .CybotCookiebotDialogDetailBodyContentCookieTabs .CybotCookiebotDialogDetailBodyContentCookieTypeTable a:focus-visible {
  color: #AA0000;
  border-radius: 1px;
  outline: 2px solid black;
  outline-offset: 2px;
}
#cookiebanner #CybotCookiebotDialogDetailBodyContentCookieContainer .CybotCookiebotDialogDetailBodyContentCookieTabs .CybotCookiebotDialogDetailBodyContentCookieTypeTable a.link-file, #cookiebanner #CybotCookiebotDialogDetailBodyContentCookieContainer .CybotCookiebotDialogDetailBodyContentCookieTabs .CybotCookiebotDialogDetailBodyContentCookieTypeTable a.link-download {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16.946' height='16.735' viewBox='0 0 16.946 16.735'%3E%3Cg transform='translate(3277.807 -1458.55)'%3E%3Cg transform='translate(4 -1)'%3E%3Cpath d='M4.647,13.087a1,1,0,0,1-.707-.293L.206,9.061A1,1,0,1,1,1.62,7.647l3.026,3.026L7.673,7.647A1,1,0,1,1,9.087,9.061L5.354,12.794a1,1,0,0,1-.707.293Z' transform='translate(-3278.069 1457.797)' fill='%23a00'/%3E%3Cpath d='M-2685.423,1066.824a1,1,0,0,1-1-1v-9.334a1,1,0,0,1,1-1,1,1,0,0,1,1,1v9.334A1,1,0,0,1-2685.423,1066.824Z' transform='translate(-588 404.06)' fill='%23a00'/%3E%3Cpath d='M-2685.423,1072.436a1,1,0,0,1-1-1V1056.49a1,1,0,0,1,1-1,1,1,0,0,1,1,1v14.945a1,1,0,0,1-.292.708,1,1,0,0,1-.708.293Z' transform='translate(-2209.371 4160.708) rotate(90)' fill='%23a00'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 0;
  padding-left: 22px;
}
#cookiebanner #CybotCookiebotDialogDetailBodyContentCookieContainer .CybotCookiebotDialogDetailBodyContentCookieTabs .CybotCookiebotDialogDetailBodyContentCookieTypeTable a.link-external {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16.947' height='16.947' viewBox='0 0 16.947 16.947'%3E%3Cpath d='M6260.042-5053.553a2.545,2.545,0,0,1-2.542-2.542v-9.32a2.545,2.545,0,0,1,2.542-2.542h5.084a.847.847,0,0,1,.847.848.847.847,0,0,1-.847.847h-5.084a.848.848,0,0,0-.847.848v9.32a.848.848,0,0,0,.847.848h9.321a.848.848,0,0,0,.847-.848v-5.083a.848.848,0,0,1,.848-.848.847.847,0,0,1,.847.848v5.083a2.545,2.545,0,0,1-2.542,2.542Zm3.638-6.18a.847.847,0,0,1,0-1.2l7.873-7.873h-3.037a.847.847,0,0,1-.847-.848.847.847,0,0,1,.847-.848h5.084a.845.845,0,0,1,.656.312l0,0,.008.011.007.009,0,.006.011.014v0a.849.849,0,0,1,.156.508v5.065a.847.847,0,0,1-.847.848.847.847,0,0,1-.848-.848v-3.038l-7.875,7.874a.843.843,0,0,1-.6.249A.844.844,0,0,1,6263.68-5059.733Z' transform='translate(-6257.5 5070.5)' fill='%23a00'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: 0;
  padding-left: 22px;
}
#cookiebanner #CybotCookiebotDialogDetailBodyContentCookieContainer .CybotCookiebotDialogDetailBodyContentCookieTabs .CybotCookiebotDialogDetailBodyContentCookieTypeTable thead tr {
  height: 2rem;
}
#cookiebanner #CybotCookiebotDialogDetailBodyContentCookieContainer .CybotCookiebotDialogDetailBodyContentCookieTabs .CybotCookiebotDialogDetailBodyContentCookieTypeTable tbody td {
  border-bottom: 1px solid #DDDDDD;
  border-right: 1px solid #DDDDDD;
  text-align: left;
  vertical-align: top;
  padding: 0.25rem;
  max-width: 4.5rem;
  overflow: hidden;
  font-size: 0.6rem;
  word-break: break-word;
}
#cookiebanner #CybotCookiebotDialogDetailBodyContentCookieContainer .CybotCookiebotDialogDetailBodyContentCookieTabs .CybotCookiebotDialogDetailBodyContentCookieTypeTable thead td,
#cookiebanner #CybotCookiebotDialogDetailBodyContentCookieContainer .CybotCookiebotDialogDetailBodyContentCookieTabs .CybotCookiebotDialogDetailBodyContentCookieTypeTable thead th {
  background-color: #EEEEEE;
  text-align: left;
  vertical-align: top;
  padding: 0.125rem;
  border-bottom: 1px solid #DDDDDD;
  font-weight: 400;
}
#cookiebanner .CybotCookiebotDialogDetailBodyContent {
  font-size: 0.75rem;
  line-height: 1.25em;
}
#cookiebanner #CybotCookiebotDialogDetailBodyContent_about {
  padding: 0.5rem;
}

/*
/* Cookiebot banner overrides - Customized default banner of Cookiebot
*/
#CybotCookiebotDialog {
  background: #FFFFFF !important;
  font-family: "Source Sans Pro", sans-serif !important;
  border: 1px solid #DDDDDD !important;
  box-shadow: none !important;
  border-radius: 5px !important;
  line-height: 1.25em !important;
  transform: none !important;
}
#CybotCookiebotDialog a,
#CybotCookiebotDialog br,
#CybotCookiebotDialog div,
#CybotCookiebotDialog td,
#CybotCookiebotDialog #CybotCookiebotDialogBodyContentControls,
#CybotCookiebotDialog #CybotCookiebotDialogBodyContentTitle {
  font-family: "Source Sans Pro", sans-serif !important;
  line-height: 1.25em !important;
}
#CybotCookiebotDialog #CybotCookiebotDialogBodyContent {
  font-size: 0.75rem;
  line-height: 1.25em;
}
#CybotCookiebotDialog #CybotCookiebotDialogBodyContentTitle {
  font-size: 1.5rem;
  font-weight: 500;
  color: #555555;
}
#CybotCookiebotDialog #CybotCookiebotDialogBodyContentText a {
  font-weight: 500;
  color: #000000;
  text-decoration: underline;
  /*
  &:active,
  &:active:hover,
  &:visited{
  	color: $accent-red-dark;
  }
  */
}
#CybotCookiebotDialog #CybotCookiebotDialogBodyContentText a:hover {
  color: #AA0000;
}
#CybotCookiebotDialog #CybotCookiebotDialogBodyContentText a:focus {
  color: #AA0000;
}
#CybotCookiebotDialog #CybotCookiebotDialogBodyContentText a:focus-visible {
  color: #AA0000;
  border-radius: 1px;
  outline: 2px solid black;
  outline-offset: 2px;
}
#CybotCookiebotDialog #CybotCookiebotDialogBodyContentText a.link-file, #CybotCookiebotDialog #CybotCookiebotDialogBodyContentText a.link-download {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16.946' height='16.735' viewBox='0 0 16.946 16.735'%3E%3Cg transform='translate(3277.807 -1458.55)'%3E%3Cg transform='translate(4 -1)'%3E%3Cpath d='M4.647,13.087a1,1,0,0,1-.707-.293L.206,9.061A1,1,0,1,1,1.62,7.647l3.026,3.026L7.673,7.647A1,1,0,1,1,9.087,9.061L5.354,12.794a1,1,0,0,1-.707.293Z' transform='translate(-3278.069 1457.797)' fill='%23a00'/%3E%3Cpath d='M-2685.423,1066.824a1,1,0,0,1-1-1v-9.334a1,1,0,0,1,1-1,1,1,0,0,1,1,1v9.334A1,1,0,0,1-2685.423,1066.824Z' transform='translate(-588 404.06)' fill='%23a00'/%3E%3Cpath d='M-2685.423,1072.436a1,1,0,0,1-1-1V1056.49a1,1,0,0,1,1-1,1,1,0,0,1,1,1v14.945a1,1,0,0,1-.292.708,1,1,0,0,1-.708.293Z' transform='translate(-2209.371 4160.708) rotate(90)' fill='%23a00'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 0;
  padding-left: 22px;
}
#CybotCookiebotDialog #CybotCookiebotDialogBodyContentText a.link-external {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16.947' height='16.947' viewBox='0 0 16.947 16.947'%3E%3Cpath d='M6260.042-5053.553a2.545,2.545,0,0,1-2.542-2.542v-9.32a2.545,2.545,0,0,1,2.542-2.542h5.084a.847.847,0,0,1,.847.848.847.847,0,0,1-.847.847h-5.084a.848.848,0,0,0-.847.848v9.32a.848.848,0,0,0,.847.848h9.321a.848.848,0,0,0,.847-.848v-5.083a.848.848,0,0,1,.848-.848.847.847,0,0,1,.847.848v5.083a2.545,2.545,0,0,1-2.542,2.542Zm3.638-6.18a.847.847,0,0,1,0-1.2l7.873-7.873h-3.037a.847.847,0,0,1-.847-.848.847.847,0,0,1,.847-.848h5.084a.845.845,0,0,1,.656.312l0,0,.008.011.007.009,0,.006.011.014v0a.849.849,0,0,1,.156.508v5.065a.847.847,0,0,1-.847.848.847.847,0,0,1-.848-.848v-3.038l-7.875,7.874a.843.843,0,0,1-.6.249A.844.844,0,0,1,6263.68-5059.733Z' transform='translate(-6257.5 5070.5)' fill='%23a00'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: 0;
  padding-left: 22px;
}
#CybotCookiebotDialog a#CybotCookiebotDialogBodyButtonAccept,
#CybotCookiebotDialog a#CybotCookiebotDialogBodyButtonDecline,
#CybotCookiebotDialog a#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll,
#CybotCookiebotDialog a#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection,
#CybotCookiebotDialog a#CybotCookiebotDialogBodyLevelButtonLevelOptinDeclineAll {
  height: auto;
  border-width: 1px;
  border-style: solid;
  border-radius: 5px;
  padding: 0.4rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
}
#CybotCookiebotDialog a#CybotCookiebotDialogBodyButtonAccept {
  width: 9.5rem !important;
}
#CybotCookiebotDialog a#CybotCookiebotDialogBodyButtonDecline {
  width: 7.5rem !important;
}
#CybotCookiebotDialog a#CybotCookiebotDialogBodyButtonDecline,
#CybotCookiebotDialog a#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection {
  background-color: #FFFFFF;
  border-color: #FFFFFF;
  color: #555555;
  font-size: 0.75rem;
  text-decoration: underline;
}
#CybotCookiebotDialog a#CybotCookiebotDialogBodyButtonDecline:hover, #CybotCookiebotDialog a#CybotCookiebotDialogBodyButtonDecline:active, #CybotCookiebotDialog a#CybotCookiebotDialogBodyButtonDecline:focus,
#CybotCookiebotDialog a#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection:hover,
#CybotCookiebotDialog a#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection:active,
#CybotCookiebotDialog a#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection:focus {
  color: #344c6a;
}
#CybotCookiebotDialog a#CybotCookiebotDialogBodyLevelButtonAccept,
#CybotCookiebotDialog a#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll {
  border-color: #496B94;
  background-color: #496B94;
  color: #FFFFFF;
}
#CybotCookiebotDialog a#CybotCookiebotDialogBodyLevelButtonAccept:hover,
#CybotCookiebotDialog a#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll:hover {
  background-color: #344c6a;
  border-color: #385272;
  color: #FFFFFF;
}
#CybotCookiebotDialog a#CybotCookiebotDialogBodyLevelButtonAccept:focus,
#CybotCookiebotDialog a#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll:focus {
  background-color: #385272;
  border-color: #273a50;
  color: #FFFFFF;
}
#CybotCookiebotDialog a#CybotCookiebotDialogBodyLevelButtonAccept:active,
#CybotCookiebotDialog a#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll:active {
  background-color: #385272;
  border-color: #385272;
  color: #FFFFFF;
}
#CybotCookiebotDialog a#CybotCookiebotDialogBodyLevelButtonAccept:active:hover, #CybotCookiebotDialog a#CybotCookiebotDialogBodyLevelButtonAccept:active.focus,
#CybotCookiebotDialog a#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll:active:hover,
#CybotCookiebotDialog a#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll:active.focus {
  background-color: #2c415a;
  border-color: #273a50;
  color: #FFFFFF;
}
#CybotCookiebotDialog input[type=checkbox].CybotCookiebotDialogBodyLevelButton:checked + label {
  background-image: url("/_assets/hypo-custom/Images/Vergleich/cookiebot/check.svg") !important;
  background-size: 0.875rem !important;
  background-position: 0;
}
#CybotCookiebotDialog input[type=checkbox].CybotCookiebotDialogBodyLevelButton.CybotCookiebotDialogBodyLevelButtonDisabled + label {
  background-image: url("/_assets/hypo-custom/Images/Vergleich/cookiebot/check-disabled.svg") !important;
}
@media all and (max-width: 991px) {
  #CybotCookiebotDialog a#CybotCookiebotDialogBodyButtonAccept,
  #CybotCookiebotDialog a#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll {
    max-width: 7.5rem;
  }
  #CybotCookiebotDialog a#CybotCookiebotDialogBodyButtonDecline,
  #CybotCookiebotDialog a#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection {
    max-width: 9.5rem;
  }
}

#CybotCookiebotDialogBodyUnderlay {
  background: #000000 !important;
  opacity: 0.5 !important;
}

.CookieDeclaration .CookieDeclarationType {
  padding: 1rem 1rem 0 1rem;
  border: 1px solid #DDDDDD;
  min-width: 350px;
  overflow: auto;
}
.CookieDeclaration .CookieDeclarationDialogText,
.CookieDeclaration .CookieDeclarationIntro,
.CookieDeclaration .CookieDeclarationLastUpdated {
  margin-bottom: 1rem;
}
.CookieDeclaration .CookieDeclarationTypeHeader {
  font-weight: 500;
}
.CookieDeclaration .CookieDeclarationTable .CookieDeclarationTableHeader {
  font-weight: 500;
}
.CookieDeclaration .CookieDeclarationTable .CookieDeclarationTableHeader,
.CookieDeclaration .CookieDeclarationTable .CookieDeclarationTableCell {
  font-size: 0.75rem;
  line-height: 1.25em;
  border-color: #DDDDDD;
}
.CookieDeclaration .CookieDeclarationTable tr:last-child td {
  border-bottom: none;
}
.CookieDeclaration #CookieDeclarationUserStatusLabelConsentDate {
  font-weight: 500;
}
.CookieDeclaration #CookieDeclarationUserStatusLabelWithdraw > a,
.CookieDeclaration #CookieDeclarationChangeConsent > a {
  display: inline-block;
  text-align: center;
  margin-bottom: 0.5rem;
  border-radius: 5px;
  padding: 0.4rem 0.75rem;
  font-size: 1rem;
  border-color: #496B94;
  background-color: #496B94;
  color: #FFFFFF;
}
.CookieDeclaration #CookieDeclarationUserStatusLabelWithdraw > a:hover,
.CookieDeclaration #CookieDeclarationChangeConsent > a:hover {
  background-color: #344c6a;
  border-color: #385272;
  color: #FFFFFF;
}
.CookieDeclaration #CookieDeclarationUserStatusLabelWithdraw > a:focus,
.CookieDeclaration #CookieDeclarationChangeConsent > a:focus {
  background-color: #385272;
  border-color: #273a50;
  color: #FFFFFF;
}
.CookieDeclaration #CookieDeclarationUserStatusLabelWithdraw > a:active,
.CookieDeclaration #CookieDeclarationChangeConsent > a:active {
  background-color: #385272;
  border-color: #385272;
  color: #FFFFFF;
}
.CookieDeclaration #CookieDeclarationUserStatusLabelWithdraw > a:active:hover, .CookieDeclaration #CookieDeclarationUserStatusLabelWithdraw > a:active.focus,
.CookieDeclaration #CookieDeclarationChangeConsent > a:active:hover,
.CookieDeclaration #CookieDeclarationChangeConsent > a:active.focus {
  background-color: #2c415a;
  border-color: #273a50;
  color: #FFFFFF;
}
.CookieDeclaration #CookieDeclarationUserStatusLabelWithdraw > a:hover, .CookieDeclaration #CookieDeclarationUserStatusLabelWithdraw > a:focus,
.CookieDeclaration #CookieDeclarationChangeConsent > a:hover,
.CookieDeclaration #CookieDeclarationChangeConsent > a:focus {
  text-decoration: none;
}

a.link {
  font-weight: 500;
  color: #000000;
  text-decoration: underline;
  /*
  &:active,
  &:active:hover,
  &:visited{
  	color: $accent-red-dark;
  }
  */
}
a.link:hover {
  color: #AA0000;
}
a.link:focus {
  color: #AA0000;
}
a.link:focus-visible {
  color: #AA0000;
  border-radius: 1px;
  outline: 2px solid black;
  outline-offset: 2px;
}
a.link.link-file, a.link.link-download {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16.946' height='16.735' viewBox='0 0 16.946 16.735'%3E%3Cg transform='translate(3277.807 -1458.55)'%3E%3Cg transform='translate(4 -1)'%3E%3Cpath d='M4.647,13.087a1,1,0,0,1-.707-.293L.206,9.061A1,1,0,1,1,1.62,7.647l3.026,3.026L7.673,7.647A1,1,0,1,1,9.087,9.061L5.354,12.794a1,1,0,0,1-.707.293Z' transform='translate(-3278.069 1457.797)' fill='%23a00'/%3E%3Cpath d='M-2685.423,1066.824a1,1,0,0,1-1-1v-9.334a1,1,0,0,1,1-1,1,1,0,0,1,1,1v9.334A1,1,0,0,1-2685.423,1066.824Z' transform='translate(-588 404.06)' fill='%23a00'/%3E%3Cpath d='M-2685.423,1072.436a1,1,0,0,1-1-1V1056.49a1,1,0,0,1,1-1,1,1,0,0,1,1,1v14.945a1,1,0,0,1-.292.708,1,1,0,0,1-.708.293Z' transform='translate(-2209.371 4160.708) rotate(90)' fill='%23a00'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 0;
  padding-left: 22px;
}
a.link.link-external {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16.947' height='16.947' viewBox='0 0 16.947 16.947'%3E%3Cpath d='M6260.042-5053.553a2.545,2.545,0,0,1-2.542-2.542v-9.32a2.545,2.545,0,0,1,2.542-2.542h5.084a.847.847,0,0,1,.847.848.847.847,0,0,1-.847.847h-5.084a.848.848,0,0,0-.847.848v9.32a.848.848,0,0,0,.847.848h9.321a.848.848,0,0,0,.847-.848v-5.083a.848.848,0,0,1,.848-.848.847.847,0,0,1,.847.848v5.083a2.545,2.545,0,0,1-2.542,2.542Zm3.638-6.18a.847.847,0,0,1,0-1.2l7.873-7.873h-3.037a.847.847,0,0,1-.847-.848.847.847,0,0,1,.847-.848h5.084a.845.845,0,0,1,.656.312l0,0,.008.011.007.009,0,.006.011.014v0a.849.849,0,0,1,.156.508v5.065a.847.847,0,0,1-.847.848.847.847,0,0,1-.848-.848v-3.038l-7.875,7.874a.843.843,0,0,1-.6.249A.844.844,0,0,1,6263.68-5059.733Z' transform='translate(-6257.5 5070.5)' fill='%23a00'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: 0;
  padding-left: 22px;
}

p a,
ol.list-ordered > li a,
ul.list-base > li a,
ul.list-plus > li a,
ul.list-minus > li a,
ul.list-checkmark > li a,
td a,
ol.breadcrumb a {
  font-weight: 500;
  color: #000000;
  text-decoration: underline;
  /*
  &:active,
  &:active:hover,
  &:visited{
  	color: $accent-red-dark;
  }
  */
}
p a:hover,
ol.list-ordered > li a:hover,
ul.list-base > li a:hover,
ul.list-plus > li a:hover,
ul.list-minus > li a:hover,
ul.list-checkmark > li a:hover,
td a:hover,
ol.breadcrumb a:hover {
  color: #AA0000;
}
p a:focus,
ol.list-ordered > li a:focus,
ul.list-base > li a:focus,
ul.list-plus > li a:focus,
ul.list-minus > li a:focus,
ul.list-checkmark > li a:focus,
td a:focus,
ol.breadcrumb a:focus {
  color: #AA0000;
}
p a:focus-visible,
ol.list-ordered > li a:focus-visible,
ul.list-base > li a:focus-visible,
ul.list-plus > li a:focus-visible,
ul.list-minus > li a:focus-visible,
ul.list-checkmark > li a:focus-visible,
td a:focus-visible,
ol.breadcrumb a:focus-visible {
  color: #AA0000;
  border-radius: 1px;
  outline: 2px solid black;
  outline-offset: 2px;
}
p a.link-file, p a.link-download,
ol.list-ordered > li a.link-file,
ol.list-ordered > li a.link-download,
ul.list-base > li a.link-file,
ul.list-base > li a.link-download,
ul.list-plus > li a.link-file,
ul.list-plus > li a.link-download,
ul.list-minus > li a.link-file,
ul.list-minus > li a.link-download,
ul.list-checkmark > li a.link-file,
ul.list-checkmark > li a.link-download,
td a.link-file,
td a.link-download,
ol.breadcrumb a.link-file,
ol.breadcrumb a.link-download {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16.946' height='16.735' viewBox='0 0 16.946 16.735'%3E%3Cg transform='translate(3277.807 -1458.55)'%3E%3Cg transform='translate(4 -1)'%3E%3Cpath d='M4.647,13.087a1,1,0,0,1-.707-.293L.206,9.061A1,1,0,1,1,1.62,7.647l3.026,3.026L7.673,7.647A1,1,0,1,1,9.087,9.061L5.354,12.794a1,1,0,0,1-.707.293Z' transform='translate(-3278.069 1457.797)' fill='%23a00'/%3E%3Cpath d='M-2685.423,1066.824a1,1,0,0,1-1-1v-9.334a1,1,0,0,1,1-1,1,1,0,0,1,1,1v9.334A1,1,0,0,1-2685.423,1066.824Z' transform='translate(-588 404.06)' fill='%23a00'/%3E%3Cpath d='M-2685.423,1072.436a1,1,0,0,1-1-1V1056.49a1,1,0,0,1,1-1,1,1,0,0,1,1,1v14.945a1,1,0,0,1-.292.708,1,1,0,0,1-.708.293Z' transform='translate(-2209.371 4160.708) rotate(90)' fill='%23a00'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 0;
  padding-left: 22px;
}
p a.link-external,
ol.list-ordered > li a.link-external,
ul.list-base > li a.link-external,
ul.list-plus > li a.link-external,
ul.list-minus > li a.link-external,
ul.list-checkmark > li a.link-external,
td a.link-external,
ol.breadcrumb a.link-external {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16.947' height='16.947' viewBox='0 0 16.947 16.947'%3E%3Cpath d='M6260.042-5053.553a2.545,2.545,0,0,1-2.542-2.542v-9.32a2.545,2.545,0,0,1,2.542-2.542h5.084a.847.847,0,0,1,.847.848.847.847,0,0,1-.847.847h-5.084a.848.848,0,0,0-.847.848v9.32a.848.848,0,0,0,.847.848h9.321a.848.848,0,0,0,.847-.848v-5.083a.848.848,0,0,1,.848-.848.847.847,0,0,1,.847.848v5.083a2.545,2.545,0,0,1-2.542,2.542Zm3.638-6.18a.847.847,0,0,1,0-1.2l7.873-7.873h-3.037a.847.847,0,0,1-.847-.848.847.847,0,0,1,.847-.848h5.084a.845.845,0,0,1,.656.312l0,0,.008.011.007.009,0,.006.011.014v0a.849.849,0,0,1,.156.508v5.065a.847.847,0,0,1-.847.848.847.847,0,0,1-.848-.848v-3.038l-7.875,7.874a.843.843,0,0,1-.6.249A.844.844,0,0,1,6263.68-5059.733Z' transform='translate(-6257.5 5070.5)' fill='%23a00'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: 0;
  padding-left: 22px;
}

.list, .list-checkmark, .list-minus, .list-plus, .list-ordered {
  list-style-type: none;
  padding: 0;
}
.list > li, .list-checkmark > li, .list-minus > li, .list-plus > li, .list-ordered > li {
  background-repeat: no-repeat;
  background-position: 0 0.25rem;
  padding-left: 1.75rem;
  background-size: 1rem;
}

.list-ordered {
  counter-reset: item;
}
.list-ordered[start="1"] {
  counter-reset: item 0;
}
.list-ordered[start="2"] {
  counter-reset: item 1;
}
.list-ordered[start="3"] {
  counter-reset: item 2;
}
.list-ordered[start="4"] {
  counter-reset: item 3;
}
.list-ordered[start="5"] {
  counter-reset: item 4;
}
.list-ordered[start="6"] {
  counter-reset: item 5;
}
.list-ordered[start="7"] {
  counter-reset: item 6;
}
.list-ordered[start="8"] {
  counter-reset: item 7;
}
.list-ordered[start="9"] {
  counter-reset: item 8;
}
.list-ordered[start="10"] {
  counter-reset: item 9;
}
.list-ordered > li {
  counter-increment: item;
}
.list-ordered > li:before {
  position: absolute;
  display: block;
  margin: 0.25rem 0.75rem 0 -1.75rem;
  border-radius: 100%;
  width: 1rem;
  height: 1rem;
  content: counter(item);
  background: #496B94;
  color: #FFFFFF;
  text-align: center;
  font-family: Roboto, Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 1rem;
}

.list-plus > li {
  background-image: url("/_assets/hypo-custom/Images/Vergleich/list/icon-vorteil.svg");
}

.list-minus > li {
  background-image: url("/_assets/hypo-custom/Images/Vergleich/list/icon-nachteil.svg");
}

.list-checkmark > li {
  background-image: url("/_assets/hypo-custom/Images/Vergleich/list/icon-check.svg");
}

.container.maklaro {
  max-width: 770px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .container.maklaro {
    margin-right: -15px;
    margin-left: -15px;
  }
}

.modalFenster {
  display: none;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  outline: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
}
.modalFenster.in .modal_dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modalFenster_dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
@media (min-width: 768px) {
  .modalFenster_dialog {
    width: 600px;
    margin: 30px auto;
  }
}
.modalFenster_content {
  -webkit-box-shadow: 0 3px 9px 0 #3C5677;
  -moz-box-shadow: 0 3px 9px 0 #3C5677;
  box-shadow: 0 3px 9px 0 #3C5677;
  position: relative;
  background-color: #FFFFFF;
  border: 1px solid #B3C5D9;
  background-clip: padding-box;
  outline: 0;
}
@media (min-width: 768px) {
  .modalFenster_content {
    -webkit-box-shadow: 0 5px 15px 0 #3C5677;
    -moz-box-shadow: 0 5px 15px 0 #3C5677;
    box-shadow: 0 5px 15px 0 #3C5677;
  }
}
.modalFenster_header {
  font-family: Roboto, Arial, Helvetica, sans-serif;
  font-weight: 500;
  color: #123B71;
  line-height: 1.25em;
  font-size: 1.75rem;
  margin: 1rem 0 1rem;
  padding: 1rem;
  background-color: #FFFFFF;
  border-bottom: 1px solid #B3C5D9;
  margin: 0;
  line-height: 48px;
}
.modalFenster_close {
  cursor: pointer;
  float: right;
  width: 48px;
  height: 48px;
  text-align: center;
  font-size: 2rem;
  font-weight: 200;
  background: transparent;
  border: transparent;
}
.modalFenster_close::after {
  content: "✕";
}
.modalFenster_title {
  margin: 0;
}
.modalFenster_body {
  position: relative;
  padding: 1rem;
}

.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #3C5677;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

.modalLink {
  cursor: pointer;
}

.newsletterAnmeldung .formElement {
  float: none;
  padding: 0;
}
.newsletterAnmeldung .formElement .formElement_input input {
  width: 100%;
  border-color: #999999;
}
.newsletterAnmeldung .formElement_submitButton {
  color: #FFFFFF;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.444rem;
  text-decoration: none;
  display: inline-block;
  border: none;
  margin-top: 1rem;
  height: fit-content;
  white-space: nowrap;
  cursor: pointer;
  background: #123B71 0 0 no-repeat padding-box;
  border-radius: 6px;
  border: 3px solid #123B71;
  padding: 0.611rem 0.778rem;
  min-height: 48px;
  min-width: 14rem;
  text-align: center;
  width: 100%;
}
.newsletterAnmeldung .formElement_submitButton:hover, .newsletterAnmeldung .formElement_submitButton:focus, .newsletterAnmeldung .formElement_submitButton:active {
  text-decoration: none;
  color: #FFFFFF;
}
.newsletterAnmeldung .formElement_submitButton:hover {
  background-color: #0E2E58;
  border-color: #0E2E58;
}
.newsletterAnmeldung .formElement_submitButton:focus {
  background-color: #123B71;
  border-color: #000000;
  outline: 0;
}
.newsletterAnmeldung .formElement_submitButton:active {
  background-color: #0B2240;
  border-color: #0B2240;
}

.back-to-top {
  position: fixed;
  z-index: 1000;
  right: 1em;
  bottom: 1em;
  background-image: url("/_assets/hypo-custom/Images/Vergleich/backToTop/ic-back-to-top.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
  border: none;
  width: 53px;
  height: 53px;
}
.back-to-top:focus {
  outline: none;
}

.breadcrumb {
  font-size: 0.75rem;
  list-style: none;
  margin: 1rem 0;
  padding: 0;
  /* phones or smaller */
}
.breadcrumb:before {
  content: "Sie sind hier: ";
}
.breadcrumb li {
  display: inline-block;
  margin: 0;
}
.breadcrumb li + li:before {
  content: " > ";
}
@media screen and (max-width: 767px) {
  .breadcrumb {
    display: none;
  }
}

.footer {
  background-color: #3C5677;
  color: #FFFFFF;
  font-weight: 500;
}
.footer_contentContainer {
  padding-right: 1rem;
  padding-left: 1rem;
  margin-right: auto;
  margin-left: auto;
}
.footer_contentContainer:before, .footer_contentContainer:after {
  display: table;
  content: " ";
}
.footer_contentContainer:after {
  clear: both;
}
@media (min-width: 1200px) {
  .footer_contentContainer {
    width: 1170px;
  }
}
.footer_row {
  margin-right: -1rem;
  margin-left: -1rem;
  line-height: 3rem;
}
.footer_row:before, .footer_row:after {
  display: table;
  content: " ";
}
.footer_row:after {
  clear: both;
}
.footer_menu {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 1rem;
  padding-left: 1rem;
  position: relative;
  min-height: 1px;
  padding-right: 1rem;
  padding-left: 1rem;
  list-style: none;
  margin: 0;
}
@media (min-width: 992px) {
  .footer_menu {
    float: left;
    width: 50%;
  }
}
.footer_menuEntry {
  padding: 0;
  display: inline-block;
}
@media screen and (min-width: 992px) {
  .footer_menuEntry {
    display: inline;
  }
}
.footer_menuEntry:not(:last-child) {
  margin: 0 1em 0 0;
}
.footer_menuEntry a {
  color: #FFFFFF;
}
.footer_copyright {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 1rem;
  padding-left: 1rem;
  position: relative;
  min-height: 1px;
  padding-right: 1rem;
  padding-left: 1rem;
  color: #FFFFFF;
  font-size: 0.75rem;
}
@media (min-width: 992px) {
  .footer_copyright {
    float: left;
    width: 50%;
  }
}
@media screen and (min-width: 992px) {
  .footer_copyright {
    text-align: right;
  }
}

.header {
  background-color: #FFFFFF;
  margin: 0;
}
.header_contentContainer {
  padding-right: 1rem;
  padding-left: 1rem;
  margin-right: auto;
  margin-left: auto;
}
.header_contentContainer:before, .header_contentContainer:after {
  display: table;
  content: " ";
}
.header_contentContainer:after {
  clear: both;
}
@media (min-width: 1200px) {
  .header_contentContainer {
    width: 1170px;
  }
}
.header > .header_contentContainer:first-child {
  height: 7rem;
}
.header > .header_contentContainer:first-child .header_row {
  display: flex;
  align-items: center;
  flex-direction: row;
  height: 7rem;
  justify-content: space-between;
}
.header_row {
  margin-right: -1rem;
  margin-left: -1rem;
}
.header_row:before, .header_row:after {
  display: table;
  content: " ";
}
.header_row:after {
  clear: both;
}
.header_headerLogo {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-right: 1rem;
  padding-left: 1rem;
  position: relative;
  min-height: 1px;
  padding-right: 1rem;
  padding-left: 1rem;
  position: relative;
  min-height: 1px;
  padding-right: 1rem;
  padding-left: 1rem;
}
@media (min-width: 768px) {
  .header_headerLogo {
    float: left;
    width: 33.3333333333%;
  }
}
@media (min-width: 992px) {
  .header_headerLogo {
    float: left;
    width: 33.3333333333%;
  }
}
.header_phoneContact {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 1rem;
  padding-left: 1rem;
  position: relative;
  min-height: 1px;
  padding-right: 1rem;
  padding-left: 1rem;
  position: relative;
  min-height: 1px;
  padding-right: 1rem;
  padding-left: 1rem;
  padding-left: 4rem;
}
@media (min-width: 768px) {
  .header_phoneContact {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .header_phoneContact {
    float: left;
    width: 33.3333333333%;
  }
}
.header_phoneContact .telefonhoerer {
  text-align: right;
}
@media screen and (min-width: 992px) {
  .header_phoneContact .telefonhoerer {
    display: none;
  }
}
.header_buttonsMobile {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 1rem;
  padding-left: 1rem;
}
@media screen and (min-width: 992px) {
  .header_buttonsMobile {
    display: none;
  }
}
.header_buttonsMobile .toggleButton-navigation:focus {
  outline: none;
}
.header_buttonsMobile .toggleButton-search {
  float: right;
}
.header_buttonsMobile .toggleButton-search:before, .header_buttonsMobile .toggleButton-search:after {
  display: table;
  content: " ";
}
.header_buttonsMobile .toggleButton-search:after {
  clear: both;
}
.header_buttonsMobile .toggleButton-search:focus {
  outline: none;
}
.header .toggleButton-search {
  cursor: pointer;
}
.header .toggleButton-search label {
  cursor: pointer;
}
.header .toggleButton-search:focus {
  outline: none;
}
.header_search {
  position: relative;
  min-height: 1px;
  padding-right: 1rem;
  padding-left: 1rem;
  position: relative;
  min-height: 1px;
  padding-right: 1rem;
  padding-left: 1rem;
}
@media (min-width: 768px) {
  .header_search {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .header_search {
    float: left;
    width: 33.3333333333%;
  }
}
@media screen and (min-width: 992px) {
  .header_search {
    display: block;
    margin-top: 0;
    background-color: transparent;
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 991px) {
  .header_search {
    display: none;
  }
}
.header_searchMobile {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 1rem;
  padding-left: 1rem;
  border-top: 1px solid #FFFFFF;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: none;
}
.header_searchMobile .formElement {
  padding: 0;
}
.header_navigationBackground {
  background-color: #3C5677;
  position: relative;
  z-index: 3;
}
.header_navigation {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 1rem;
  padding-left: 1rem;
  display: none;
  padding: 0;
  margin: 0;
  z-index: 100;
}
@media screen and (min-width: 992px) {
  .header_navigation {
    display: block;
  }
}
.header_navigation li {
  margin-bottom: 0;
}
.header_navigation ul {
  margin: 0;
}
.header_breadcrumb {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 1rem;
  padding-left: 1rem;
}
@media only screen and (min-width: 992px) {
  .header #header_navigation {
    display: block !important;
  }
}
@media only screen and (max-width: 991px) {
  .header #header_navigation button.toggleButton-search {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .header #header_headerLogo_small {
    top: 11px !important;
  }
}
.header:not(.is-sticky) #header_headerLogo_small {
  display: none;
}
@media only screen and (min-width: 992px) {
  .header.is-sticky div.header_navigationBackground {
    position: fixed;
    top: 0;
    width: 100%;
    -webkit-box-shadow: 0 0 5px 0 #000000;
    -moz-box-shadow: 0 0 5px 0 #000000;
    box-shadow: 0 0 5px 0 #000000;
  }
}
@media only screen and (min-width: 992px) {
  .header.is-sticky .header_navigationBackground #header_navigation {
    padding-left: 62px;
  }
}
.header.is-sticky #header_navigation button.toggleButton-search {
  position: absolute;
  right: 0.5rem;
  top: -8px;
  display: none;
}
.header.is-sticky .header_row {
  position: relative;
}
.header.is-sticky #header_headerLogo_small {
  display: inline-block;
  width: 32px;
  height: 32px;
  overflow: hidden;
  margin-top: 9px;
  position: absolute;
  left: 1rem;
  z-index: 1000;
  background-image: url("/_assets/hypo-custom/Images/Vergleich/header/bubble-vergleichde-haken-weiss.png");
  background-size: cover;
  text-indent: -9999px;
}
.header.is-sticky #header_headerLogo_small a {
  width: 100%;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 991px) {
  .header.is-sticky #header_headerLogo_small {
    position: fixed;
    top: 18px;
    left: 50%;
    transform: translateX(-50%);
    width: 28px;
    height: 28px;
    margin-top: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1100px) {
  .header.is-sticky #header_navigation button.toggleButton-search {
    display: none;
  }
}

.headerLogo .headerLogo_box, .headerLogo .headerLogo_box img {
  height: 50px;
}
@media screen and (max-width: 991px) {
  .headerLogo .headerLogo_box, .headerLogo .headerLogo_box img {
    width: 200px;
  }
}
.headerLogo .headerLogo_box.show-jubilaeum {
  display: flex;
}
.headerLogo .headerLogo_box.show-jubilaeum {
  width: 390px;
}
@media screen and (max-width: 991px) {
  .headerLogo .headerLogo_box.show-jubilaeum {
    max-width: 320px;
  }
}
@media screen and (max-width: 379px) {
  .headerLogo .headerLogo_box.show-jubilaeum {
    max-width: 260px;
  }
}
.headerLogo .headerLogo_box.show-jubilaeum a {
  text-decoration: none;
  z-index: 100;
}
.headerLogo .headerLogo_box.show-jubilaeum img {
  width: 230px;
}
@media screen and (max-width: 991px) {
  .headerLogo .headerLogo_box.show-jubilaeum img {
    width: 200px;
  }
}
@media screen and (max-width: 379px) {
  .headerLogo .headerLogo_box.show-jubilaeum img {
    width: 185px;
  }
}
.headerLogo .headerLogo_box.show-jubilaeum img.vergleich-jubilaeum {
  width: 70px;
  margin-right: 10px;
}
@media screen and (max-width: 379px) {
  .headerLogo .headerLogo_box.show-jubilaeum img.vergleich-jubilaeum {
    width: 55px;
    margin-right: 7px;
  }
}

.phoneContact {
  color: #000000;
  background-color: #FFFFFF;
}
.phoneContact_title {
  font-weight: 500;
}
.phoneContact_phoneNumber {
  font-size: 1.125rem;
  font-weight: 500;
}
.phoneContact_phoneNumber .phoneNumber {
  color: #AA0000;
}
.phoneContact_openingHours {
  font-size: 0.75rem;
}
@media screen and (max-width: 991px) {
  .phoneContact {
    display: none;
  }
}

.nav ul.nav-levels li.nav-level .nav-top {
  font-size: 1.3rem;
  padding: 1rem;
  color: #ffffff;
  cursor: pointer;
}
.nav ul.nav-levels li.nav-level .nav-hidden {
  background-color: #ffffff;
}
.nav ul.nav-levels li.nav-level .nav-hidden .nav-space .nav-orient {
  padding: 2rem 0 0 0;
  margin: 1rem 3rem 2rem;
  background-size: 5rem auto;
  background-repeat: no-repeat;
  background-position: left 1rem;
  font-size: 1.5rem;
}
.nav ul.nav-levels li.nav-level .nav-hidden .nav-space .nav-orient img.nav-orient-img {
  max-height: 2.85rem;
  float: left;
  opacity: 1;
  margin: -0.85rem 0 0 0;
}
.nav ul.nav-levels li.nav-level .nav-hidden .nav-space .nav-orient .nav-orient-title {
  font-size: 1.4rem;
  font-weight: 500;
  float: none;
  padding: 0 0 0 0.8rem;
  hyphens: manual;
}
.nav ul.nav-levels li.nav-level .nav-hidden .nav-space .nav-orient .nav-orient-hint {
  display: none;
  font-size: 2rem;
  font-weight: 500;
  margin: 2.2rem 0 1.5rem 0;
  padding: 1.5rem 0;
  background-image: none;
}
.nav ul.nav-levels li.nav-level .nav-hidden .nav-space .nav-sec ul {
  padding: 0;
}
.nav ul.nav-levels li.nav-level .nav-hidden .nav-space .nav-sec ul li {
  list-style-type: none;
}
.nav ul.nav-levels li.nav-level .nav-hidden .nav-space .nav-sec ul li.nav-sec-area {
  flex-basis: 100%;
  padding: 0.5rem 3rem;
}
.nav ul.nav-levels li.nav-level .nav-hidden .nav-space .nav-sec ul li.nav-sec-area .nav-sec-head {
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 2.6rem;
  padding: 2rem 1rem 2rem 3.5rem;
  margin: 1rem 0 0 0;
  font-size: 1.15rem;
  color: #496B94;
  font-weight: 500;
  border-bottom: 1px solid #D2E8F5;
  hyphens: manual;
}
.nav ul.nav-levels li.nav-level .nav-hidden .nav-space .nav-sec ul li.nav-sec-area .nav-sec-items ul li {
  transition: all 0.3s ease-in-out;
}
.nav ul.nav-levels li.nav-level .nav-hidden .nav-space .nav-sec ul li.nav-sec-area .nav-sec-items ul li a {
  font-size: 1.3rem;
  display: block;
  padding: 1.5rem 2rem 1.5rem 0;
  background-image: url("data:image/svg+xml,%3Csvg width='100%25' height='100%25' viewBox='0 0 29 14' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xml:space='preserve' xmlns:serif='http://www.serif.com/' style='fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;'%3E%3Cg transform='matrix(2.59863,0,0,1.76123,-0.13499,-0.0883744)'%3E%3Cpath d='M1.104,0.025L0.039,0.025L3.204,3.978L0.039,7.974L1.104,7.974L4.272,3.992L1.104,0.025Z' style='fill:rgb(73,107,148);'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: 100% center;
  background-size: 29px 14px;
  border-bottom: 1px solid #D2E8F5;
  transition: all 0.3s ease-in-out;
}
.nav ul.nav-levels li.nav-level .nav-hidden .nav-space .nav-sec ul li.nav-sec-area .nav-sec-items ul li a:link, .nav ul.nav-levels li.nav-level .nav-hidden .nav-space .nav-sec ul li.nav-sec-area .nav-sec-items ul li a:visited, .nav ul.nav-levels li.nav-level .nav-hidden .nav-space .nav-sec ul li.nav-sec-area .nav-sec-items ul li a:active {
  text-decoration: none;
  color: #496B94;
}
.nav ul.nav-levels li.nav-level .nav-hidden .nav-space .nav-sec ul li.nav-sec-area .nav-sec-items ul li a:hover {
  text-decoration: none;
  color: #496B94;
  background-image: url("data:image/svg+xml,%3Csvg width='100%25' height='100%25' viewBox='0 0 29 14' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xml:space='preserve' xmlns:serif='http://www.serif.com/' style='fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;'%3E%3Cg transform='matrix(2.59863,0,0,1.76123,-0.13499,-0.0883744)'%3E%3Cpath d='M1.104,0.025L0.039,0.025L3.204,3.978L0.039,7.974L1.104,7.974L4.272,3.992L1.104,0.025Z' style='fill:rgb(69,198,141);'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-position: 102% center;
}
.nav ul.nav-levels li.nav-level .nav-hidden .nav-space .nav-sec ul li.nav-sec-area .nav-sec-items ul li:hover {
  background-color: #EBF5FC;
  margin: 0 -3rem 0 -3rem;
  padding: 0 3rem 0 3rem;
}
.nav ul.nav-levels li.nav-level .nav-hidden .nav-space .nav-sec ul li.nav-sec-area:nth-child(odd), .nav ul.nav-levels li.nav-level .nav-hidden .nav-space .nav-sec ul li.nav-sec-area:nth-child(even) {
  box-shadow: none;
  padding: 0 3rem 0 3rem;
}

@media only screen and (min-width: 992px) {
  .nav {
    position: relative;
    margin: 0;
    padding: 0;
  }
  .nav ul.nav-levels {
    float: left;
  }
  .nav ul.nav-levels li.nav-level {
    float: left;
    margin: 0;
    padding: 0;
    list-style-type: none;
  }
  .nav ul.nav-levels li.nav-level .nav-top {
    padding: 1rem;
    color: #ffffff;
    font-size: 0.9rem;
    cursor: pointer;
    background-color: #496B94;
    transition: background-color 0.3s ease-in-out;
  }
  .nav ul.nav-levels li.nav-level .nav-hidden {
    max-height: 0;
    overflow-y: hidden;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    margin-top: -3px;
    position: absolute;
    left: 0;
    width: 100%;
    background-color: #ffffff;
    z-index: 11000;
    box-shadow: 12px 12px 18px 8px rgba(0, 0, 0, 0.06);
  }
  .nav ul.nav-levels li.nav-level .nav-hidden .nav-space {
    margin: 1rem 0 0 0;
  }
  .nav ul.nav-levels li.nav-level .nav-hidden .nav-space .nav-orient {
    float: left;
    display: block;
    background-size: 4.2rem;
    background-position: left top;
    width: 100%;
    padding: 0.2rem 1rem 1rem 1rem;
    margin: 0;
    border-bottom: 1px solid #D2E8F5;
    position: relative;
  }
  .nav ul.nav-levels li.nav-level .nav-hidden .nav-space .nav-orient span {
    display: block;
    float: left;
    color: #496B94;
  }
  .nav ul.nav-levels li.nav-level .nav-hidden .nav-space .nav-orient img.nav-orient-img {
    max-height: 2.35rem;
    margin: -0.1rem 0 0 0;
  }
  .nav ul.nav-levels li.nav-level .nav-hidden .nav-space .nav-orient .nav-orient-title {
    padding: 0.3rem 1.4rem 0.3rem 0.7rem;
    font-size: 1.35rem;
    font-weight: 400;
    float: left;
  }
  .nav ul.nav-levels li.nav-level .nav-hidden .nav-space .nav-orient .nav-orient-hint {
    padding: 0.5rem 1.8rem 0.5rem 0;
    margin: -0.2rem 0 0 0;
    font-size: 0.9rem;
    background-image: url("data:image/svg+xml,%3Csvg width='100%25' height='100%25' viewBox='0 0 19 10' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xml:space='preserve' style='fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;'%3E%3Cg transform='matrix(1.65367,0,0,1.25802,-0.0644933,-0.0314505)'%3E%3Cpath d='M1.104,0.025L0.039,0.025L3.204,3.978L0.039,7.974L1.104,7.974L4.272,3.992L1.104,0.025Z' style='fill:rgb(73,107,148);'/%3E%3C/g%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: right 16px;
    background-size: 18px 13px;
    display: block;
    font-weight: 400;
    border-radius: 0.5rem;
    transition: all 0.3s ease-in-out;
  }
  .nav ul.nav-levels li.nav-level .nav-hidden .nav-space .nav-orient:hover .nav-orient-hint {
    background-color: rgb(235, 245, 252);
    padding: 0.5rem 1.8rem 0.5rem 0.6rem;
    background-image: url("data:image/svg+xml,%3Csvg width='100%25' height='100%25' viewBox='0 0 19 10' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xml:space='preserve' style='fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;'%3E%3Cg transform='matrix(1.65367,0,0,1.25802,-0.0644933,-0.0314505)'%3E%3Cpath d='M1.104,0.025L0.039,0.025L3.204,3.978L0.039,7.974L1.104,7.974L4.272,3.992L1.104,0.025Z' style='fill:rgb(69,198,141);'/%3E%3C/g%3E%3C/svg%3E%0A");
  }
  .nav ul.nav-levels li.nav-level .nav-hidden .nav-space .nav-orient .nav-orient-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 42px;
    height: 42px;
    border-radius: 10px;
    background-color: #EBF5FC;
  }
  .nav ul.nav-levels li.nav-level .nav-hidden .nav-space .nav-sec {
    clear: both;
    margin: 0;
  }
  .nav ul.nav-levels li.nav-level .nav-hidden .nav-space .nav-sec ul {
    display: flex;
    flex-wrap: wrap;
  }
  .nav ul.nav-levels li.nav-level .nav-hidden .nav-space .nav-sec ul li.nav-sec-area {
    flex-basis: 25%;
    box-shadow: 0 0.33rem 0.5rem 0 rgba(0, 0, 0, 0.04);
    list-style-type: none;
  }
  .nav ul.nav-levels li.nav-level .nav-hidden .nav-space .nav-sec ul li.nav-sec-area .nav-sec-head {
    font-size: 0.9rem;
    background-size: 2rem;
    margin: 0;
    padding: 1rem 0 1rem 2.5rem;
  }
  .nav ul.nav-levels li.nav-level .nav-hidden .nav-space .nav-sec ul li.nav-sec-area .nav-sec-area-shadow-inner {
    height: 0.7rem;
    box-shadow: 0.33rem 0 0 0 rgba(0, 0, 0, 0.04);
    margin: 0 -2rem 0 -2rem;
    display: none;
  }
  .nav ul.nav-levels li.nav-level .nav-hidden .nav-space .nav-sec ul li.nav-sec-area .nav-sec-items ul {
    margin: 0;
    padding: 0;
    width: 100%;
    display: block;
  }
  .nav ul.nav-levels li.nav-level .nav-hidden .nav-space .nav-sec ul li.nav-sec-area .nav-sec-items ul li {
    margin: 0;
    padding: 0;
    list-style-type: none;
  }
  .nav ul.nav-levels li.nav-level .nav-hidden .nav-space .nav-sec ul li.nav-sec-area .nav-sec-items ul li a {
    padding: 1rem 2rem 1rem 0;
    display: block;
    font-size: 1rem;
    color: #496B94;
    background-image: url("data:image/svg+xml,%3Csvg width='100%25' height='100%25' viewBox='0 0 25 10' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xml:space='preserve' xmlns:serif='http://www.serif.com/' style='fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;'%3E%3Cg transform='matrix(1.65367,0,0,1.25802,-0.0644933,-0.0314505)'%3E%3Cpath d='M1.104,0.025L0.039,0.025L3.204,3.978L0.039,7.974L1.104,7.974L4.272,3.992L1.104,0.025Z' style='fill:rgb(73,107,148);'/%3E%3C/g%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 25px 10px;
    hyphens: manual;
  }
  .nav ul.nav-levels li.nav-level .nav-hidden .nav-space .nav-sec ul li.nav-sec-area .nav-sec-items ul li a.nav-sec-items-last {
    margin: 0 0 1rem 0;
    border-bottom: none;
  }
  .nav ul.nav-levels li.nav-level .nav-hidden .nav-space .nav-sec ul li.nav-sec-area .nav-sec-items ul li:hover {
    margin: 0 -1rem;
    padding: 0 1rem;
  }
  .nav ul.nav-levels li.nav-level .nav-hidden .nav-space .nav-sec ul li.nav-sec-area:nth-child(odd) {
    padding: 0;
    box-shadow: 0 0.33rem 0.5rem 0 rgba(0, 0, 0, 0.04);
  }
  .nav ul.nav-levels li.nav-level .nav-hidden .nav-space .nav-sec ul li.nav-sec-area:nth-child(even) {
    padding: 0;
    box-shadow: 0 0.33rem 0.5rem 0 rgba(0, 0, 0, 0.04);
  }
  .nav ul.nav-levels li.nav-level .nav-hidden .nav-space .nav-sec ul li.nav-sec-area:nth-child(1) {
    padding: 0 1rem 0 1rem;
  }
  .nav ul.nav-levels li.nav-level .nav-hidden .nav-space .nav-sec ul li.nav-sec-area:nth-child(1) .nav-sec-area-shadow-inner {
    margin: 0 -2rem 0 -1rem;
  }
  .nav ul.nav-levels li.nav-level .nav-hidden .nav-space .nav-sec ul li.nav-sec-area:nth-child(2) {
    padding: 0 1rem 0 1rem;
  }
  .nav ul.nav-levels li.nav-level .nav-hidden .nav-space .nav-sec ul li.nav-sec-area:nth-child(2) .nav-sec-area-shadow-inner {
    margin: 0 -2rem 0 -1.6rem;
  }
  .nav ul.nav-levels li.nav-level .nav-hidden .nav-space .nav-sec ul li.nav-sec-area:nth-child(3) {
    padding: 0 1rem 0 1rem;
  }
  .nav ul.nav-levels li.nav-level .nav-hidden .nav-space .nav-sec ul li.nav-sec-area:nth-child(3) .nav-sec-area-shadow-inner {
    margin: 0 -2rem 0 -1.6rem;
  }
  .nav ul.nav-levels li.nav-level .nav-hidden .nav-space .nav-sec ul li.nav-sec-area:nth-child(4) {
    padding: 0 1rem 0 1rem;
  }
  .nav ul.nav-levels li.nav-level .nav-hidden .nav-space .nav-sec ul li.nav-sec-area:nth-child(4) .nav-sec-area-shadow-inner {
    margin: 0 -1rem 0 -1.6rem;
  }
  .nav ul.nav-levels li.nav-level .nav-hidden .nav-space .nav-sec ul:first-child li.nav-sec-area:nth-child(1) .nav-sec-area-shadow-inner {
    display: none;
  }
  .nav ul.nav-levels li.nav-level .nav-hidden .nav-space .nav-sec ul:first-child li.nav-sec-area:nth-child(2) .nav-sec-area-shadow-inner {
    display: none;
  }
  .nav ul.nav-levels li.nav-level .nav-hidden .nav-space .nav-sec ul:first-child li.nav-sec-area:nth-child(3) .nav-sec-area-shadow-inner {
    display: none;
  }
  .nav ul.nav-levels li.nav-level .nav-hidden .nav-space .nav-sec ul:first-child li.nav-sec-area:nth-child(4) .nav-sec-area-shadow-inner {
    display: none;
  }
  .nav ul.nav-levels li.nav-level a.nav-level-fix {
    display: block;
    position: absolute;
    top: 13px;
    left: 1rem;
    height: 2.1rem;
    width: 2.1rem;
    overflow: hidden;
  }
  .nav ul.nav-levels li.nav-level img {
    opacity: 0;
    max-width: unset;
  }
  .nav ul.nav-levels li.nav-level:hover .nav-top {
    background-color: #3C5677;
  }
  .nav ul.nav-levels li.nav-level:first-child {
    margin: 0 0 0 -1rem;
  }
  .nav ul.nav-levels li.nav-level-has-subs:hover .nav-hidden {
    opacity: 1;
    max-height: 9999px;
    margin-top: 0;
  }
  .nav ul.nav-levels li.nav-level-has-subs:hover .nav-hidden.nav-hidden-open {
    z-index: 11000;
  }
  .nav ul.nav-levels li.nav-level.nav-level-has-subs .nav-top {
    transition: background-position 0.3s ease-out;
    background-image: url("data:image/svg+xml,%3Csvg width='100%25' height='100%25' viewBox='0 0 19 9' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xml:space='preserve' xmlns:serif='http://www.serif.com/' style='fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;'%3E%3Cg transform='matrix(1.20574,0,0,1.1738,-1.53509,-0.970356)'%3E%3Cpath d='M9.152,0.827L17.031,8.494L1.273,8.494L9.152,0.827Z' style='fill:white;'/%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 19px 9px;
    background-position: center 63px;
  }
  .nav ul.nav-levels li.nav-level.nav-level-has-subs:hover .nav-top {
    background-position: center 54px;
  }
  .nav ul.nav-levels li.nav-level:first-child {
    padding: 0;
    height: 2rem;
    max-width: none;
  }
  .header_searchNavigation {
    display: none;
  }
  .header.is-sticky .header_navigationBackgrounds {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
  }
  .header.is-sticky .header_navigation {
    background-color: #496B94;
  }
  .header.is-sticky .header_navigation .nav ul.nav-levels li.nav-level:first-child {
    padding: 0 0 0 4rem;
  }
  .header.is-sticky .header_navigation .nav ul.nav-levels li.nav-level:first-child a.nav-level-fix img {
    opacity: 1;
  }
  .header_navigationBackgrounds {
    background-color: #496B94;
  }
}
@media only screen and (max-width: 767px) {
  .nav ul.nav-levels li.nav-level .nav-top {
    margin: 0.6rem 0 0 0;
  }
  .nav ul.nav-levels li.nav-level .nav-hidden .nav-space .nav-orient .nav-orient-hint {
    font-size: 1.2rem;
  }
  .nav ul.nav-levels li.nav-level .nav-hidden .nav-space .nav-sec li.nav-sec-area:nth-child(odd) {
    padding: 0 3rem 0 3rem;
  }
  .nav ul.nav-levels li.nav-level .nav-hidden .nav-space .nav-sec li.nav-sec-area:nth-child(even) {
    box-shadow: none;
    padding: 0 3rem 0 3rem;
  }
  .nav ul.nav-levels li.nav-level .nav-hidden .nav-space .nav-sec ul li.nav-sec-area {
    box-shadow: 0 0.33rem 1rem 0 rgba(0, 0, 0, 0.04);
    padding: 0 3rem 3rem 3rem;
  }
  .nav ul.nav-levels li.nav-level .nav-hidden .nav-space .nav-sec ul li.nav-sec-area:nth-child(odd) {
    padding: 0;
    box-shadow: 0 0.33rem 1rem 0 rgba(0, 0, 0, 0.04);
  }
  .nav ul.nav-levels li.nav-level .nav-hidden .nav-space .nav-sec ul li.nav-sec-area:nth-child(even) {
    padding: 0;
    box-shadow: 0 0.33rem 1rem 0 rgba(0, 0, 0, 0.04);
  }
  .nav ul.nav-levels li.nav-level .nav-hidden .nav-space ul:first-child li.nav-sec-area:nth-child(1) {
    padding: 0 3rem 3rem 3rem;
  }
  .nav ul.nav-levels li.nav-level .nav-hidden .nav-space ul:first-child li.nav-sec-area:nth-child(1) .nav-sec-area-shadow-inner {
    display: none;
  }
  .nav ul.nav-levels li.nav-level .nav-hidden .nav-space ul:first-child li.nav-sec-area:nth-child(2) {
    padding: 0 3rem 3rem 3rem;
  }
  .nav ul.nav-levels li.nav-level .nav-hidden .nav-space ul:first-child li.nav-sec-area:nth-child(2) .nav-sec-area-shadow-inner {
    display: none;
  }
  .nav ul.nav-levels li.nav-level .nav-hidden .nav-space ul:first-child li.nav-sec-area:nth-child(3) {
    padding: 0 3rem 3rem 3rem;
  }
  .nav ul.nav-levels li.nav-level .nav-hidden .nav-space ul:first-child li.nav-sec-area:nth-child(3) .nav-sec-area-shadow-inner {
    display: none;
  }
  .nav ul.nav-levels li.nav-level .nav-hidden .nav-space ul:first-child li.nav-sec-area:nth-child(4) {
    padding: 0 3rem 3rem 3rem;
  }
  .nav ul.nav-levels li.nav-level .nav-hidden .nav-space ul:first-child li.nav-sec-area:nth-child(4) .nav-sec-area-shadow-inner {
    display: none;
  }
  .nav ul.nav-levels li.nav-level .nav-hidden .nav-space ul:nth-child(2) li.nav-sec-area:nth-child(1) {
    padding: 0 3rem 3rem 3rem;
  }
  .nav ul.nav-levels li.nav-level .nav-hidden .nav-space ul:nth-child(2) li.nav-sec-area:nth-child(1) .nav-sec-area-shadow-inner {
    display: none;
  }
  .nav ul.nav-levels li.nav-level .nav-hidden .nav-space ul:nth-child(2) li.nav-sec-area:nth-child(2) {
    padding: 0 3rem 3rem 3rem;
  }
  .nav ul.nav-levels li.nav-level .nav-hidden .nav-space ul:nth-child(2) li.nav-sec-area:nth-child(2) .nav-sec-area-shadow-inner {
    display: none;
  }
  .nav ul.nav-levels li.nav-level .nav-hidden .nav-space ul:nth-child(2) li.nav-sec-area:nth-child(3) {
    padding: 0 3rem 3rem 3rem;
  }
  .nav ul.nav-levels li.nav-level .nav-hidden .nav-space ul:nth-child(2) li.nav-sec-area:nth-child(3) .nav-sec-area-shadow-inner {
    display: none;
  }
  .nav ul.nav-levels li.nav-level .nav-hidden .nav-space ul:nth-child(2) li.nav-sec-area:nth-child(4) {
    padding: 0 3rem 3rem 3rem;
  }
  .nav ul.nav-levels li.nav-level .nav-hidden .nav-space ul:nth-child(2) li.nav-sec-area:nth-child(4) .nav-sec-area-shadow-inner {
    display: none;
  }
  .header_navigation.search-active #header_searchNavigation {
    height: 78px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 990px) {
  .nav ul.nav-levels li.nav-level .nav-top {
    font-size: 1rem;
    padding: 1rem 3rem 1rem 1rem;
    margin: 0.6rem 0 0 0;
  }
  .nav ul.nav-levels li.nav-level .nav-hidden .nav-space .nav-sec ul {
    display: flex;
    flex-wrap: wrap;
  }
  .nav ul.nav-levels li.nav-level .nav-hidden .nav-space .nav-sec ul li.nav-sec-area {
    padding: 0 3rem 0 3rem;
  }
  .nav ul.nav-levels li.nav-level .nav-hidden .nav-space .nav-sec ul li.nav-sec-area .nav-sec-head {
    font-size: 0.9rem;
    background-size: 2rem;
    padding: 1rem 1rem 1rem 2rem;
    margin: 1rem 0 0 0;
  }
  .nav ul.nav-levels li.nav-level .nav-hidden .nav-space .nav-sec ul li.nav-sec-area .nav-sec-items ul {
    display: block;
  }
  .nav ul.nav-levels li.nav-level .nav-hidden .nav-space .nav-sec ul li.nav-sec-area .nav-sec-items ul li a {
    font-size: 1rem;
    padding: 1rem 3rem 1rem 0;
  }
  .nav ul.nav-levels li.nav-level .nav-hidden .nav-space .nav-sec ul li.nav-sec-area .nav-sec-items ul li a.nav-sec-items-last {
    margin: 0 0 2rem 0;
  }
  .nav ul.nav-levels li.nav-level .nav-hidden .nav-space .nav-sec ul li.nav-sec-area .nav-sec-items ul li:hover {
    margin: 0 -3rem;
    padding: 0 3rem 0 3rem;
  }
  .nav ul.nav-levels li.nav-level .nav-hidden .nav-space .nav-sec ul li.nav-sec-area {
    box-shadow: 0 0.33rem 0.5rem 0 rgba(0, 0, 0, 0.04);
  }
  .nav ul.nav-levels li.nav-level .nav-hidden .nav-space .nav-sec ul li.nav-sec-area .nav-sec-area-shadow-inner {
    height: 0.7rem;
    box-shadow: 0 0.33rem 0.5rem 0 rgba(0, 0, 0, 0.04) !important;
  }
  .nav ul.nav-levels li.nav-level .nav-hidden .nav-space .nav-sec ul li.nav-sec-area:nth-child(odd) {
    box-shadow: 0 0.33rem 0.5rem 0 rgba(0, 0, 0, 0.04);
  }
  .nav ul.nav-levels li.nav-level .nav-hidden .nav-space .nav-sec ul li.nav-sec-area:nth-child(even) {
    box-shadow: 0 0.33rem 0.5rem 0 rgba(0, 0, 0, 0.04);
  }
  .nav ul.nav-levels li.nav-level .nav-hidden .nav-space .nav-sec ul li.nav-sec-area:nth-child(3) .nav-sec-area-shadow-inner, .nav ul.nav-levels li.nav-level .nav-hidden .nav-space .nav-sec ul li.nav-sec-area:nth-child(4) .nav-sec-area-shadow-inner {
    display: block;
  }
  .nav ul.nav-levels li.nav-level .nav-hidden .nav-space .nav-sec ul li.nav-sec-area:nth-child(3) .nav-sec-area-shadow-inner {
    margin: 0 -3rem 0 -3rem;
  }
  .nav ul.nav-levels li.nav-level .nav-hidden .nav-space .nav-sec ul li.nav-sec-area:nth-child(4) .nav-sec-area-shadow-inner {
    margin: 0 -3rem 0 -3rem;
  }
  .nav ul.nav-levels li.nav-level .nav-hidden .nav-space .nav-orient {
    background-size: 4.2rem auto;
    padding: 1.6rem 0 0 0;
  }
  .nav ul.nav-levels li.nav-level .nav-hidden .nav-space .nav-orient img.nav-orient-img {
    max-height: 2.3rem;
    margin: -0.35rem 0 0 0;
  }
  .nav ul.nav-levels li.nav-level .nav-hidden .nav-space .nav-orient .nav-orient-title {
    font-size: 1.2rem;
    padding: 0 0 0 0.75rem;
  }
  .nav ul.nav-levels li.nav-level .nav-hidden .nav-space .nav-orient .nav-orient-hint {
    font-size: 1rem;
    padding: 1rem 0;
    margin: 1.6rem 0 0 0;
  }
  .nav ul.nav-levels li.nav-level .nav-hidden .nav-space .nav-orient .nav-orient-hint .nav-orient-hint-inner {
    background-position: 101% center;
  }
  .header_navigation.search-active #header_searchNavigation {
    height: 90px;
  }
}
@media only screen and (max-width: 991px) {
  .nav ul.nav-levels {
    padding: 0;
    margin: 0;
    float: none;
  }
  .nav ul.nav-levels li.nav-level {
    background-color: #3C5677;
    float: none;
  }
  .nav ul.nav-levels li.nav-level .nav-hidden {
    position: relative;
    max-height: none;
    display: none;
    overflow-y: hidden;
    opacity: 1;
    transition: max-height 0.7s ease-in-out;
  }
  .nav ul.nav-levels li.nav-level .nav-hidden .nav-space .nav-orient {
    border-bottom: none;
  }
  .nav ul.nav-levels li.nav-level .nav-hidden .nav-space .nav-orient span {
    float: none;
  }
  .nav ul.nav-levels li.nav-level .nav-hidden .nav-space .nav-orient .nav-orient-hint {
    display: block;
    transition: all 0.3s ease-in-out;
    margin: 1.8rem 0 1.5rem 0;
    padding: 0;
    border-top: 1px solid #D2E8F5;
    border-bottom: 1px solid #D2E8F5;
  }
  .nav ul.nav-levels li.nav-level .nav-hidden .nav-space .nav-orient .nav-orient-hint .nav-orient-hint-inner {
    display: block;
    font-weight: 400;
    background-image: url("data:image/svg+xml,%3Csvg width='100%25' height='100%25' viewBox='0 0 29 14' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xml:space='preserve' xmlns:serif='http://www.serif.com/' style='fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;'%3E%3Cg transform='matrix(2.59863,0,0,1.76123,-0.13499,-0.0883744)'%3E%3Cpath d='M1.104,0.025L0.039,0.025L3.204,3.978L0.039,7.974L1.104,7.974L4.272,3.992L1.104,0.025Z' style='fill:rgb(73,107,148);'/%3E%3C/g%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: 100% center;
    background-size: 29px 14px;
    margin: 0;
    padding: 1.5rem 0;
    transition: all 0.3s ease-in-out;
  }
  .nav ul.nav-levels li.nav-level .nav-hidden .nav-space .nav-orient .nav-orient-hint:hover .nav-orient-hint-inner {
    background-color: #EBF5FC;
    margin: 0 -3rem 0 -3rem;
    padding: 1.5rem 3rem 1.5rem 3rem;
    background-position: 96% center;
    background-image: url("data:image/svg+xml,%3Csvg width='100%25' height='100%25' viewBox='0 0 29 14' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xml:space='preserve' xmlns:serif='http://www.serif.com/' style='fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;'%3E%3Cg transform='matrix(2.59863,0,0,1.76123,-0.13499,-0.0883744)'%3E%3Cpath d='M1.104,0.025L0.039,0.025L3.204,3.978L0.039,7.974L1.104,7.974L4.272,3.992L1.104,0.025Z' style='fill:rgb(69,198,141);'/%3E%3C/g%3E%3C/svg%3E%0A");
  }
  .nav ul.nav-levels li.nav-level .nav-hidden .nav-space a.nav-orient {
    display: block;
    position: relative;
  }
  .nav ul.nav-levels li.nav-level .nav-hidden .nav-space a.nav-orient:link, .nav ul.nav-levels li.nav-level .nav-hidden .nav-space a.nav-orient:visited, .nav ul.nav-levels li.nav-level .nav-hidden .nav-space a.nav-orient:active {
    text-decoration: none;
    color: #496B94;
  }
  .nav ul.nav-levels li.nav-level .nav-hidden .nav-space a.nav-orient:hover {
    text-decoration: none;
    color: #496B94;
  }
  .nav ul.nav-levels li.nav-level .nav-hidden .nav-space .nav-sec {
    border-top: 1px solid #D2E8F5;
  }
  .nav ul.nav-levels li.nav-level .nav-hidden .nav-space .nav-sec ul li.nav-sec-area {
    flex-basis: 50%;
  }
  .nav ul.nav-levels li.nav-level .nav-hidden .nav-space .nav-sec ul li.nav-sec-area .nav-sec-area-shadow-inner {
    margin: 0 -3rem 0 -3rem;
  }
  .nav ul.nav-levels li.nav-level .nav-hidden .nav-space .nav-sec ul li.nav-sec-area .nav-sec-items ul a {
    font-size: 1rem;
    padding: 1.5rem 1rem 1.5rem 0;
  }
  .nav ul.nav-levels li.nav-level .nav-hidden .nav-space .nav-sec ul:first-child li.nav-sec-area:nth-child(1) .nav-sec-area-shadow-inner {
    display: none;
  }
  .nav ul.nav-levels li.nav-level .nav-hidden .nav-space .nav-sec ul:first-child li.nav-sec-area:nth-child(2) .nav-sec-area-shadow-inner {
    display: none;
  }
  .nav ul.nav-levels li.nav-level .nav-hidden .nav-space .nav-sec ul:first-child li.nav-sec-area:nth-child(3) .nav-sec-area-shadow-inner {
    display: none;
  }
  .nav ul.nav-levels li.nav-level .nav-hidden .nav-space .nav-sec ul:first-child li.nav-sec-area:nth-child(4) .nav-sec-area-shadow-inner {
    display: none;
  }
  .nav ul.nav-levels li.nav-level .nav-hidden .nav-space .nav-sec ul:nth-child(2) li.nav-sec-area:nth-child(1) .nav-sec-area-shadow-inner {
    display: none;
  }
  .nav ul.nav-levels li.nav-level .nav-hidden .nav-space .nav-sec ul:nth-child(2) li.nav-sec-area:nth-child(2) .nav-sec-area-shadow-inner {
    display: none;
  }
  .nav ul.nav-levels li.nav-level .nav-hidden .nav-space .nav-sec ul:nth-child(2) li.nav-sec-area:nth-child(3) .nav-sec-area-shadow-inner {
    display: none;
  }
  .nav ul.nav-levels li.nav-level .nav-hidden .nav-space .nav-sec ul:nth-child(2) li.nav-sec-area:nth-child(4) .nav-sec-area-shadow-inner {
    display: none;
  }
  .nav ul.nav-levels li.nav-level a {
    display: none;
  }
  .nav ul.nav-levels li.nav-level.nav-level-has-subs .nav-top {
    background-image: url("data:image/svg+xml,%3Csvg width='100%25' height='100%25' viewBox='0 0 36 18' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xml:space='preserve' xmlns:serif='http://www.serif.com/' style='fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;'%3E%3Cg transform='matrix(2.59863,0,0,1.76123,-0.101347,1.95507)'%3E%3Cpath d='M1.104,0.025L0.039,0.025L3.204,3.978L0.039,7.974L1.104,7.974L4.272,3.992L1.104,0.025Z' style='fill:white;'/%3E%3C/g%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 36px 18px;
  }
  .nav ul.nav-levels li.nav-level.nav-level-has-subs .nav-top.isopen {
    background-image: url("data:image/svg+xml,%3Csvg width='100%25' height='100%25' viewBox='0 0 36 18' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xml:space='preserve' xmlns:serif='http://www.serif.com/' style='fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;'%3E%3Cg transform='matrix(1.5912e-16,2.59863,-1.76123,1.07844e-16,14.044,3.39776)'%3E%3Cpath d='M1.104,0.025L0.039,0.025L3.204,3.978L0.039,7.974L1.104,7.974L4.272,3.992L1.104,0.025Z' style='fill:white;'/%3E%3C/g%3E%3C/svg%3E%0A");
  }
  .nav ul.nav-levels li.nav-level.nav-level-has-subs .nav-top.isopen:hover {
    background-image: url("data:image/svg+xml,%3Csvg width='100%25' height='100%25' viewBox='0 0 36 18' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xml:space='preserve' xmlns:serif='http://www.serif.com/' style='fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;'%3E%3Cg transform='matrix(1.5912e-16,2.59863,-1.76123,1.07844e-16,14.044,3.39776)'%3E%3Cpath d='M1.104,0.025L0.039,0.025L3.204,3.978L0.039,7.974L1.104,7.974L4.272,3.992L1.104,0.025Z' style='fill:white;'/%3E%3C/g%3E%3C/svg%3E%0A");
  }
  .nav ul.nav-levels li.nav-level:first-child {
    margin: 0;
  }
  header#header .header_navigationBackgrounds .header_buttonsMobile {
    background-image: -o-linear-gradient(90deg, #496B94 0%, #3C5677 100%);
    background-image: -moz-linear-gradient(90deg, #496B94 0%, #3C5677 100%);
    background-image: -webkit-linear-gradient(90deg, #496B94 0%, #3C5677 100%);
    background-image: -ms-linear-gradient(90deg, #496B94 0%, #3C5677 100%);
    background-image: linear-gradient(90deg, #496B94 0%, #3C5677 100%);
    height: 4rem;
    box-shadow: none;
  }
  header#header .header_navigationBackgrounds .header_navigation {
    position: relative;
    top: 4rem;
    padding: 0 0 4rem 0;
    background-image: -o-linear-gradient(90deg, #496B94 0%, #3C5677 100%);
    background-image: -moz-linear-gradient(90deg, #496B94 0%, #3C5677 100%);
    background-image: -webkit-linear-gradient(90deg, #496B94 0%, #3C5677 100%);
    background-image: -ms-linear-gradient(90deg, #496B94 0%, #3C5677 100%);
    background-image: linear-gradient(90deg, #496B94 0%, #3C5677 100%);
    float: none;
  }
  header#header.is-sticky .header_navigationBackgrounds .header_navigation.search-active {
    position: fixed;
  }
  .header_navigation.search-active {
    display: block;
  }
  .header_navigation.search-active #nav {
    display: none;
  }
  .header_navigation.search-active #header_searchNavigation {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    display: none;
  }
  .header_navigationBackgrounds, #header_searchNavigation {
    background-image: -o-linear-gradient(90deg, #496B94 0%, #3C5677 100%);
    background-image: -moz-linear-gradient(90deg, #496B94 0%, #3C5677 100%);
    background-image: -webkit-linear-gradient(90deg, #496B94 0%, #3C5677 100%);
    background-image: -ms-linear-gradient(90deg, #496B94 0%, #3C5677 100%);
    background-image: linear-gradient(90deg, #496B94 0%, #3C5677 100%);
  }
  body.navigation {
    overflow-y: hidden;
  }
  body.navigation header#header .header_navigationBackgrounds #header_contentContainer_top .header_row {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 0;
    padding: 0 0 200px 0;
    z-index: 100;
    background-image: -o-linear-gradient(90deg, #496B94 0%, #3C5677 100%);
    background-image: -moz-linear-gradient(90deg, #496B94 0%, #3C5677 100%);
    background-image: -webkit-linear-gradient(90deg, #496B94 0%, #3C5677 100%);
    background-image: -ms-linear-gradient(90deg, #496B94 0%, #3C5677 100%);
    background-image: linear-gradient(90deg, #496B94 0%, #3C5677 100%);
  }
  body.navigation header#header .header_navigationBackgrounds #header_contentContainer_top .header_row .header_buttonsMobile {
    position: fixed;
    z-index: 101;
  }
  body.navigation header#header .header_navigationBackgrounds #header_contentContainer_top .header_row .header_buttonsMobile .toggleButton-navigation {
    background-image: url("/_assets/hypo-custom/Images/Vergleich/toggleButton/ic-burger-menue-close.svg");
  }
  body.navigation header#header section, body.navigation header#header iframe, body.navigation header#header .social-Links-outer, body.navigation header#header footer {
    transition: opacity 0.1s ease-out;
    opacity: 0.5;
  }
  body.navigation-move header#header .header_navigationBackgrounds #header_contentContainer_top .header_buttonsMobile {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
  }
}
.header_searchNavigation, .header_searchMobile {
  border-top: 1px solid #8696a8;
  padding: 1rem 1rem 0.5rem 1rem;
}
.header_searchNavigation .formElement, .header_searchMobile .formElement {
  padding: 0;
}
.header_searchNavigation .formElement_field input, .header_searchMobile .formElement_field input {
  box-shadow: none;
  border: none;
  border-radius: 0.2rem;
  height: auto;
  min-height: auto;
  padding-left: 1em;
  padding-right: 1em;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #3C5677;
  font-weight: 500;
}
.header_searchNavigation .formElement_field input::placeholder, .header_searchMobile .formElement_field input::placeholder {
  color: #3C5677;
}
.header_searchNavigation .suchformular .formElement_submitButton, .header_searchMobile .suchformular .formElement_submitButton {
  background-image: url("data:image/svg+xml,%3Csvg width='100%25' height='100%25' viewBox='0 0 19 19' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xml:space='preserve' style='fill-rule:evenodd;clip-rule:evenodd;stroke-miterlimit:10;'%3E%3Ccircle cx='8' cy='8' r='7' style='fill:none;stroke:rgb(73,107,148);stroke-width:2px;'/%3E%3Cpath d='M13,13L19,19' style='fill:none;fill-rule:nonzero;stroke:rgb(73,107,148);stroke-width:2px;'/%3E%3C/svg%3E");
  position: absolute;
  right: 0;
  top: 0;
  background-position: center center;
  background-size: 1.4rem;
}
.header_searchNavigation .suchformular .formElement:first-of-type, .header_searchMobile .suchformular .formElement:first-of-type {
  width: 100%;
}

.toggleButton, .toggleButton-navigation, .toggleButton-search {
  background-color: transparent;
  cursor: pointer;
  height: 4rem;
  line-height: 4rem;
}

.toggleButton-navigation {
  padding-left: 1rem;
  padding-right: 2rem;
  margin-left: -1rem;
  background-position: 1rem center;
}

.toggleButton-search {
  padding-left: 2rem;
}

.toggleButton_label {
  cursor: pointer;
}

body.sticky-overflow section article, body.sticky-overflow section div, body.sticky-overflow footer {
  display: none;
}

.header.is-sticky div.header_buttonsMobile {
  top: 0rem;
  position: fixed;
  z-index: 101;
}

.sticky-overflow header#header.is-sticky .header_navigationBackgrounds .header_navigation {
  top: 4rem;
}

section.blur, footer.blur {
  opacity: 0;
  transition: opacity 0.1s ease-out;
}

.navigation {
  background-color: #3C5677;
  /** Navigation Level 1 **/
  /** Navigation Level 2 **/
}
.navigation_link {
  display: block;
  padding: 1rem;
  line-height: 1rem;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
  width: 100%;
  color: #FFFFFF;
}
.navigation_link:hover, .navigation_link:focus {
  color: #FFFFFF;
  text-decoration: none;
}
.navigation_startPage {
  display: none;
}
.navigation_mehr {
  display: none;
}
.navigation_mainNavigation {
  padding: 0;
  margin: 0;
}
.navigation_mainNavigationItem {
  position: relative;
  float: left;
  list-style: none;
  transition: background-color 0.5s linear;
}
.navigation_mainNavigationItem:hover {
  background: #496B94;
  transition: none;
}
.navigation_mainNavigationItem:hover.navigation_mainNavigationItem--has-sub {
  background-image: url("/_assets/hypo-custom/Images/Vergleich/navigation/ic-dreieck-navigation-open.svg");
  background-repeat: no-repeat;
  background-position: right 1rem top 1.25rem;
  padding-right: 1.5rem;
}
@media all and (max-width: 991px) {
  .navigation_mainNavigationItem:hover.navigation_mainNavigationItem--has-sub {
    padding-right: 0;
  }
}
.navigation_mainNavigationItem:hover.navigation_mainNavigationItem--has-sub .navigation_subNavigation {
  max-height: 1080px;
  visibility: visible;
}
.navigation_mainNavigationItem:hover.navigation_mainNavigationItem--has-sub.navigation_mainNavigationItem--is-hover-hidden {
  background: inherit;
  transition: none;
  background-image: url("/_assets/hypo-custom/Images/Vergleich/navigation/ic-dreieck-navigation.svg");
  background-repeat: no-repeat;
  background-position: right 1rem top 1.25rem;
  padding-right: 1.5rem;
}
@media all and (max-width: 991px) {
  .navigation_mainNavigationItem:hover.navigation_mainNavigationItem--has-sub.navigation_mainNavigationItem--is-hover-hidden {
    padding-right: 0;
  }
}
.navigation_mainNavigationItem:hover.navigation_mainNavigationItem--has-sub.navigation_mainNavigationItem--is-hover-hidden .navigation_subNavigation {
  max-height: 0px;
  visibility: collapse;
}
.navigation_mainNavigationItem--has-sub {
  background-image: url("/_assets/hypo-custom/Images/Vergleich/navigation/ic-dreieck-navigation.svg");
  background-repeat: no-repeat;
  background-position: right 1rem top 1.25rem;
  padding-right: 1.5rem;
}
@media all and (max-width: 991px) {
  .navigation_mainNavigationItem--has-sub {
    padding-right: 0;
  }
}
.navigation_subNavigation {
  position: absolute;
  padding: 0;
  margin: 0;
  max-height: 0px;
  visibility: collapse;
  transition: all 0.4s ease-out;
  overflow-y: hidden;
  background-color: #496B94;
  z-index: 4;
}
.navigation_subNavigationItem {
  list-style: none;
  border-top: 1px solid #3C5677;
}
@media all and (max-width: 991px) {
  .navigation_mainNavigationItem {
    float: none;
    width: 100%;
    border-top: 1px solid #FFFFFF;
  }
  .navigation_mainNavigationItem:hover.navigation_mainNavigationItem--has-sub.navigation_mainNavigationItem--in-rootline {
    background: inherit;
    transition: none;
    background-image: url("/_assets/hypo-custom/Images/Vergleich/navigation/ic-dreieck-navigation.svg");
    background-repeat: no-repeat;
    background-position: right 1rem top 1.25rem;
    padding-right: 1.5rem;
  }
}
@media all and (max-width: 991px) and (max-width: 991px) {
  .navigation_mainNavigationItem:hover.navigation_mainNavigationItem--has-sub.navigation_mainNavigationItem--in-rootline {
    padding-right: 0;
  }
}
@media all and (max-width: 991px) {
  .navigation_mainNavigationItem:hover.navigation_mainNavigationItem--has-sub.navigation_mainNavigationItem--in-rootline .navigation_subNavigation {
    max-height: 0px;
    visibility: collapse;
  }
  .navigation_mainNavigationItem:hover.navigation_mainNavigationItem--has-sub.navigation_mainNavigationItem--in-rootline.navigation_mainNavigationItem--is-hover-hidden {
    background: #496B94;
    transition: none;
  }
  .navigation_mainNavigationItem:hover.navigation_mainNavigationItem--has-sub.navigation_mainNavigationItem--in-rootline.navigation_mainNavigationItem--is-hover-hidden.navigation_mainNavigationItem--has-sub {
    background-image: url("/_assets/hypo-custom/Images/Vergleich/navigation/ic-dreieck-navigation-open.svg");
    background-repeat: no-repeat;
    background-position: right 1rem top 1.25rem;
    padding-right: 1.5rem;
  }
}
@media all and (max-width: 991px) and (max-width: 991px) {
  .navigation_mainNavigationItem:hover.navigation_mainNavigationItem--has-sub.navigation_mainNavigationItem--in-rootline.navigation_mainNavigationItem--is-hover-hidden.navigation_mainNavigationItem--has-sub {
    padding-right: 0;
  }
}
@media all and (max-width: 991px) {
  .navigation_mainNavigationItem:hover.navigation_mainNavigationItem--has-sub.navigation_mainNavigationItem--in-rootline.navigation_mainNavigationItem--is-hover-hidden.navigation_mainNavigationItem--has-sub .navigation_subNavigation {
    max-height: 1080px;
    visibility: visible;
  }
  .navigation_mainNavigationItem--is-expanded {
    background: #496B94;
    transition: none;
  }
  .navigation_mainNavigationItem--is-expanded.navigation_mainNavigationItem--has-sub {
    background-image: url("/_assets/hypo-custom/Images/Vergleich/navigation/ic-dreieck-navigation-open.svg");
    background-repeat: no-repeat;
    background-position: right 1rem top 1.25rem;
    padding-right: 1.5rem;
  }
}
@media all and (max-width: 991px) and (max-width: 991px) {
  .navigation_mainNavigationItem--is-expanded.navigation_mainNavigationItem--has-sub {
    padding-right: 0;
  }
}
@media all and (max-width: 991px) {
  .navigation_mainNavigationItem--is-expanded.navigation_mainNavigationItem--has-sub .navigation_subNavigation {
    max-height: 1080px;
    visibility: visible;
  }
  .navigation_subNavigation {
    position: relative;
  }
  .navigation_subNavigation .navigation_link {
    padding-left: 2rem;
  }
}
@media all and (min-width: 992px) {
  .navigation_subNavigation {
    min-width: 100%;
    white-space: nowrap;
  }
  .navigation_subNavigationItem.navigation_themenUebersicht {
    display: none;
  }
}

.sockel {
  background-color: #F2F2F2;
  border-top: 5px solid #AA0000;
}
.sockel_contentContainer {
  padding-right: 1rem;
  padding-left: 1rem;
  margin-right: auto;
  margin-left: auto;
}
.sockel_contentContainer:before, .sockel_contentContainer:after {
  display: table;
  content: " ";
}
.sockel_contentContainer:after {
  clear: both;
}
@media (min-width: 1200px) {
  .sockel_contentContainer {
    width: 1170px;
  }
}
.sockel_row {
  margin-right: -1rem;
  margin-left: -1rem;
}
.sockel_row:before, .sockel_row:after {
  display: table;
  content: " ";
}
.sockel_row:after {
  clear: both;
}
.sockel_nav {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 1rem;
  padding-left: 1rem;
  position: relative;
  min-height: 1px;
  padding-right: 1rem;
  padding-left: 1rem;
  position: relative;
  min-height: 1px;
  padding-right: 1rem;
  padding-left: 1rem;
}
@media (min-width: 768px) {
  .sockel_nav {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .sockel_nav {
    float: left;
    width: 25%;
  }
}
.sockel_nav a {
  color: #000000;
  font-weight: 400;
}
.sockel_heading {
  font-family: Roboto, Arial, Helvetica, sans-serif;
  font-weight: 500;
  color: #123B71;
  line-height: 1.25em;
  font-size: 1.125rem;
  margin: 1rem 0 1rem;
  color: #000000;
  font-size: 1rem;
  margin-top: 2.75rem;
}
.sockel_menu {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.sockel_newsletter {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 1rem;
  padding-left: 1rem;
  position: relative;
  min-height: 1px;
  padding-right: 1rem;
  padding-left: 1rem;
  position: relative;
  min-height: 1px;
  padding-right: 1rem;
  padding-left: 1rem;
}
@media (min-width: 768px) {
  .sockel_newsletter {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .sockel_newsletter {
    float: left;
    width: 25%;
  }
}
.sockel .socialMediaIcons:before {
  color: #000000;
}

.social-Links {
  margin: 2rem auto 3rem;
}
.social-Links-inner {
  padding: 0 0 1rem;
  box-shadow: 0px 20px 30px rgba(197, 197, 217, 0.38);
  border-top: 0.6rem solid #B3C5D9;
  width: 288px;
  margin: 0 auto;
}
.social-Links-Links {
  display: flex;
  margin-top: -1px;
}
.social-Links-Links a {
  flex-basis: 16.66666%;
  display: block;
}
.social-Links-meta {
  display: flex;
  margin: 1rem 0 0 0;
}
.social-Links-meta div {
  background-repeat: no-repeat;
  background-size: auto 21px;
  background-position: center center;
  padding: 5% 0;
}
.social-Links-meta-space {
  flex-basis: auto;
  flex-grow: 1;
}
.social-Links-meta-print {
  flex-basis: 50px;
  border-right: 1px solid #B3C5D9;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg width='100%25' height='100%25' viewBox='0 0 22 20' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xml:space='preserve' style='fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;'%3E%3Cg transform='matrix(1.02709,0,0,1.00529,-2.31096,-3.39286)'%3E%3Cpath d='M22.125,7.962L19.832,7.962L19.832,3.375L6.072,3.375L6.072,7.962L3.779,7.962C2.941,7.962 2.251,8.652 2.25,9.49L2.25,17.134C2.25,17.973 2.94,18.663 3.779,18.663L6.072,18.663L6.072,23.25L19.832,23.25L19.832,18.663L22.125,18.663C22.964,18.663 23.654,17.973 23.654,17.134L23.654,9.49C23.653,8.652 22.963,7.962 22.125,7.962ZM7.6,4.9L18.3,4.9L18.3,7.962L7.6,7.962L7.6,4.9ZM18.3,21.721L7.6,21.721L7.6,14.077L18.3,14.077L18.3,21.721ZM22.122,17.134L19.832,17.134L19.832,12.548L6.072,12.548L6.072,17.135L3.779,17.135L3.779,9.49L22.125,9.49L22.122,17.134Z' style='fill:rgb(73,107,148);fill-rule:nonzero;'/%3E%3C/g%3E%3C/svg%3E");
}
.social-Links-meta-mail {
  flex-basis: 50px;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg width='100%25' height='100%25' viewBox='0 0 20 22' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xml:space='preserve' style='fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;'%3E%3Cg transform='matrix(1.01552,0,0,1.01654,-3.04656,-3.09926)'%3E%3Cpath d='M22.662,7.966C22.659,6.89 21.776,6.005 20.7,6L4.966,6C3.889,6.003 3.003,6.889 3,7.966L3,19.766C3.004,20.843 3.889,21.727 4.966,21.73L20.7,21.73C21.777,21.727 22.663,20.841 22.666,19.764L22.666,7.966M20.7,7.966L12.835,12.882L4.966,7.966L20.7,7.966M20.7,19.766L4.966,19.766L4.966,9.932L12.831,14.848L20.7,9.932L20.7,19.766Z' style='fill:rgb(73,107,148);fill-rule:nonzero;'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.social-Links-meta-copy {
  flex-basis: 50px;
  cursor: pointer;
  border-left: 1px solid #B3C5D9;
  background-image: url("data:image/svg+xml,%3Csvg width='100%25' height='100%25' viewBox='0 0 16 19' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xml:space='preserve' style='fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;'%3E%3Cg transform='matrix(1,0,0,1,-3,-1.5)'%3E%3Cpath d='M17.265,18.819L7.9,18.819L7.9,6.9L17.265,6.9M17.265,5.2L7.9,5.2C6.967,5.2 6.2,5.967 6.2,6.9L6.2,18.819C6.2,19.752 6.967,20.519 7.9,20.519L17.265,20.519C18.198,20.519 18.965,19.752 18.965,18.819L18.965,6.9C18.965,5.967 18.198,5.2 17.265,5.2M14.919,1.5L4.7,1.5C3.767,1.5 3,2.267 3,3.2L3,15.122L4.7,15.122L4.7,3.2L14.919,3.2L14.919,1.5Z' style='fill:rgb(73,107,148);fill-rule:nonzero;'/%3E%3C/g%3E%3C/svg%3E%0A");
}

@media all and (min-width: 480px) {
  .social-Links-inner {
    display: flex;
    padding: 0;
    margin: 0;
    width: auto;
  }
  .social-Links-Links {
    flex-basis: 288px;
    border: none;
  }
  .social-Links-Links a {
    flex-basis: 48px;
  }
  .social-Links-meta {
    flex-basis: auto;
    flex-grow: 1;
    margin: 0;
  }
  .social-Links-meta div {
    background-size: auto 21px;
    padding: 0;
    margin: 0.5rem 0;
  }
  .social-Links-meta-space {
    flex-basis: 0;
    flex-grow: initial;
  }
  .social-Links-meta-space:first-of-type {
    flex-basis: auto;
    flex-grow: 1;
  }
}
.social-Links-outer .social-Links {
  padding: 0 1rem;
}

@media all and (min-width: 992px) {
  .social-Links {
    max-width: 1172px;
  }
  .social-Links-inner {
    width: 100%;
  }
  .social-Links-outer .social-Links-inner {
    width: 672px;
  }
}
@media all and (min-width: 768px) {
  .phoneNumber {
    text-decoration: inherit;
    color: inherit;
    pointer-events: none;
    display: block;
  }
}
.phoneNumber:hover, .phoneNumber:active, .phoneNumber:focus {
  text-decoration: inherit;
  color: inherit;
}

.socialMediaIcons {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 1rem;
  padding-left: 1rem;
  margin: 1rem 0 2rem;
}
.socialMediaIcons a {
  display: inline-block;
  height: 48px;
  width: 48px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 40px;
}
.socialMediaIcons_facebook {
  background-image: url("/_assets/hypo-custom/Images/Vergleich/socialMediaIcons/ic-facebook-footer.svg");
}
.socialMediaIcons_instagram {
  background-image: url("/_assets/hypo-custom/Images/Vergleich/socialMediaIcons/ic-instagram-footer.svg");
}
.socialMediaIcons_twitter-x {
  background-image: url("/_assets/hypo-custom/Images/Vergleich/socialMediaIcons/ic-twitter-x-footer.svg");
}
.socialMediaIcons_youtube {
  background-image: url("/_assets/hypo-custom/Images/Vergleich/socialMediaIcons/ic-youtube-footer.svg");
}
.socialMediaIcons_pinterest {
  background-image: url("/_assets/hypo-custom/Images/Vergleich/socialMediaIcons/ic-pinterest-footer.svg");
}
.socialMediaIcons:before {
  font-family: Roboto, Arial, Helvetica, sans-serif;
  font-weight: 500;
  color: #123B71;
  line-height: 1.25em;
  font-size: 1.125rem;
  margin: 1rem 0 1rem;
  content: "Vergleich.de im Social Web:";
  display: inline-block;
  line-height: 48px;
  font-size: 1rem;
  margin: 0 1em 0 0;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .socialMediaIcons:before {
    display: block;
  }
}

.sprungliste {
  display: none;
  margin-top: 1rem;
}
.sprungliste .klappmodul {
  border-color: #F2F2F2;
}
.sprungliste .klappmodul_head {
  font-family: Roboto, Arial, Helvetica, sans-serif;
  font-weight: 500;
  color: #123B71;
  line-height: 1.25em;
  font-size: 1.5rem;
  margin: 1rem 0 1rem;
  user-select: none;
  margin: 0;
}
.sprungliste .klappmodul_head:before {
  content: "";
  background-image: url("/_assets/hypo-custom/Images/Container/Sprungliste/list-solid.svg");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 1.5rem 1.5rem;
  padding-left: 2rem;
}
.sprungliste .klappmodul_body {
  border-top: 0;
  padding-top: 1rem;
}
.sprungliste .klappmodul_body ul {
  list-style-type: none;
  padding: 0;
}
.sprungliste .klappmodul_body li {
  background-image: url("/_assets/hypo-custom/Images/Container/LinkListeTeaser/ic-linkliste.svg");
  background-repeat: no-repeat;
  background-position: 0 0.35rem;
  padding-left: 1rem;
}
.sprungliste .klappmodul_body li a {
  font-weight: 400;
}

.suchformular .formElement {
  margin: 0;
}
.suchformular .formElement:first-of-type {
  width: calc(100% - 48px);
}
.suchformular .formElement > * {
  padding: 0;
}
.suchformular .formElement_field {
  padding-right: 0;
}
.suchformular .formElement_submitButton {
  margin-top: 0;
  background-image: url("/_assets/hypo-custom/Images/Container/Suchformular/ic-lupe-suche-desktop.svg");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  width: 48px;
  min-width: inherit;
  border: none;
}
.suchformular .formElement_submitButton:before {
  background: none;
}
.suchformular .formElement_submitButton:hover, .suchformular .formElement_submitButton:focus {
  background-image: url("/_assets/hypo-custom/Images/Container/Suchformular/ic-lupe-suche-desktop.svg");
  background-color: transparent;
}

.tabelle, .tabelle-responsive {
  margin: 1rem 0;
  line-height: 1.25rem;
}
.tabelle table, .tabelle-responsive table {
  border-bottom: 1px solid #B3C5D9;
  border-right: 1px solid #B3C5D9;
  width: 100%;
}
.tabelle table thead tr th, .tabelle-responsive table thead tr th {
  border-left: 1px solid #B3C5D9;
  border-top: 1px solid #B3C5D9;
  padding: 0.5rem;
  font-weight: 300;
  vertical-align: top;
  background-color: #D2E8F5;
  font-weight: 500;
  color: #3C5677;
}
.tabelle table tbody tr th, .tabelle-responsive table tbody tr th {
  border-left: 1px solid #B3C5D9;
  border-top: 1px solid #B3C5D9;
  padding: 0.5rem;
  font-weight: 300;
  vertical-align: top;
}
.tabelle table tbody tr th[scope=rowgroup], .tabelle-responsive table tbody tr th[scope=rowgroup] {
  border-left: 1px solid #B3C5D9;
  border-top: 1px solid #B3C5D9;
  padding: 0.5rem;
  font-weight: 300;
  vertical-align: top;
  background-color: #D2E8F5;
  font-weight: 500;
  color: #3C5677;
}
.tabelle table tbody tr td, .tabelle-responsive table tbody tr td {
  border-left: 1px solid #B3C5D9;
  border-top: 1px solid #B3C5D9;
  padding: 0.5rem;
  font-weight: 300;
  vertical-align: top;
}
.tabelle table tbody tr:nth-child(even) > *, .tabelle-responsive table tbody tr:nth-child(even) > * {
  background-color: #EBF5FC;
}
.tabelle table tbody tr:nth-child(odd) > *, .tabelle-responsive table tbody tr:nth-child(odd) > * {
  background-color: #FFFFFF;
}
@media all and (max-width: 767px) {
  .tabelle-responsive {
    line-height: 1.5rem;
  }
  .tabelle-responsive table {
    display: block;
    border: none;
    text-align: center;
  }
  .tabelle-responsive table thead {
    display: none;
  }
  .tabelle-responsive table tbody {
    display: block;
  }
  .tabelle-responsive table tbody tr {
    display: block;
  }
  .tabelle-responsive table tbody tr + tr {
    border: 1px solid #B3C5D9;
    border-top: none;
  }
  .tabelle-responsive table tbody tr:first-child {
    border: 1px solid #B3C5D9;
  }
  .tabelle-responsive table tbody tr:nth-child(even) > th, .tabelle-responsive table tbody tr:nth-child(odd) > th {
    background-color: #D2E8F5;
  }
  .tabelle-responsive table tbody tr td {
    display: block;
    border: none;
  }
  .tabelle-responsive table tbody tr td:before {
    content: attr(data-label);
    display: block;
    font-size: 1rem;
    color: #999999;
    white-space: pre;
  }
  .tabelle-responsive table tbody tr td:nth-child(even) {
    background-color: #FFFFFF;
  }
  .tabelle-responsive table tbody tr td:nth-child(odd) {
    background-color: #EBF5FC;
  }
  .tabelle-responsive table tbody tr td:first-child {
    border-left: 1px solid #B3C5D9;
    border-top: 1px solid #B3C5D9;
    padding: 0.5rem;
    font-weight: 300;
    vertical-align: top;
    background-color: #D2E8F5;
    font-weight: 500;
    color: #3C5677;
    border: none;
    padding: 1rem;
  }
  .tabelle-responsive table tbody tr td:first-child:before {
    display: inline-block;
    font-size: inherit;
    color: inherit;
    padding-right: 0.4rem;
  }
  .tabelle-responsive table tbody tr th {
    border-left: 1px solid #B3C5D9;
    border-top: 1px solid #B3C5D9;
    padding: 0.5rem;
    font-weight: 300;
    vertical-align: top;
    background-color: #D2E8F5;
    font-weight: 500;
    color: #3C5677;
    display: block;
    border: none;
  }
  .tabelle-responsive table tbody tr th[scope=rowgroup] {
    background-color: #D2E8F5;
  }
}
@media screen and (min-width: 768px) {
  .tabelle table, .tabelle-responsive table {
    font-size: 0.75rem;
  }
}

.textpic {
  margin-top: 2rem;
}
.textpic:before, .textpic:after {
  display: table;
  content: " ";
}
.textpic:after {
  clear: both;
}
.textpic figure {
  margin: 0;
}
.textpic .textpic_image, .textpic .textpic_image-right, .textpic .textpic_image-left {
  max-width: 100%;
  width: 50%;
  /* phones */
}
.textpic .textpic_image figure, .textpic .textpic_image-right figure, .textpic .textpic_image-left figure {
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .textpic .textpic_image, .textpic .textpic_image-right, .textpic .textpic_image-left {
    width: 100%;
    float: none;
  }
}
.textpic .textpic_image-left {
  float: left;
  margin-right: 1rem;
}
.textpic .textpic_image-right {
  float: right;
  margin-left: 1rem;
}

.throbber {
  position: relative;
  width: 128px;
  height: 128px;
}
.throbber div {
  left: calc(50% - 5px);
  width: 10px;
  height: 28px;
  position: absolute;
  animation-name: fadeIn;
  animation-timing-function: linear;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  background: #3C5677;
  border-radius: 5px;
  transform-origin: 5px 64px;
}
.throbber div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: 0s;
}
.throbber div:nth-child(2) {
  transform: rotate(22.5deg);
  animation-delay: 0.0625s;
}
.throbber div:nth-child(3) {
  transform: rotate(45deg);
  animation-delay: 0.125s;
}
.throbber div:nth-child(4) {
  transform: rotate(67.5deg);
  animation-delay: 0.1875s;
}
.throbber div:nth-child(5) {
  transform: rotate(90deg);
  animation-delay: 0.25s;
}
.throbber div:nth-child(6) {
  transform: rotate(112.5deg);
  animation-delay: 0.3125s;
}
.throbber div:nth-child(7) {
  transform: rotate(135deg);
  animation-delay: 0.375s;
}
.throbber div:nth-child(8) {
  transform: rotate(157.5deg);
  animation-delay: 0.4375s;
}
.throbber div:nth-child(9) {
  transform: rotate(180deg);
  animation-delay: 0.5s;
}
.throbber div:nth-child(10) {
  transform: rotate(202.5deg);
  animation-delay: 0.5625s;
}
.throbber div:nth-child(11) {
  transform: rotate(225deg);
  animation-delay: 0.625s;
}
.throbber div:nth-child(12) {
  transform: rotate(247.5deg);
  animation-delay: 0.6875s;
}
.throbber div:nth-child(13) {
  transform: rotate(270deg);
  animation-delay: 0.75s;
}
.throbber div:nth-child(14) {
  transform: rotate(292.5deg);
  animation-delay: 0.8125s;
}
.throbber div:nth-child(15) {
  transform: rotate(315deg);
  animation-delay: 0.875s;
}
.throbber div:nth-child(16) {
  transform: rotate(337.5deg);
  animation-delay: 0.9375s;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.video {
  width: 100%;
}
.video_iframeContainer {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.video_noconsent a {
  font-weight: 500;
  color: #000000;
  text-decoration: underline;
  /*
  &:active,
  &:active:hover,
  &:visited{
  	color: $accent-red-dark;
  }
  */
}
.video_noconsent a:hover {
  color: #AA0000;
}
.video_noconsent a:focus {
  color: #AA0000;
}
.video_noconsent a:focus-visible {
  color: #AA0000;
  border-radius: 1px;
  outline: 2px solid black;
  outline-offset: 2px;
}
.video_noconsent a.link-file, .video_noconsent a.link-download {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16.946' height='16.735' viewBox='0 0 16.946 16.735'%3E%3Cg transform='translate(3277.807 -1458.55)'%3E%3Cg transform='translate(4 -1)'%3E%3Cpath d='M4.647,13.087a1,1,0,0,1-.707-.293L.206,9.061A1,1,0,1,1,1.62,7.647l3.026,3.026L7.673,7.647A1,1,0,1,1,9.087,9.061L5.354,12.794a1,1,0,0,1-.707.293Z' transform='translate(-3278.069 1457.797)' fill='%23a00'/%3E%3Cpath d='M-2685.423,1066.824a1,1,0,0,1-1-1v-9.334a1,1,0,0,1,1-1,1,1,0,0,1,1,1v9.334A1,1,0,0,1-2685.423,1066.824Z' transform='translate(-588 404.06)' fill='%23a00'/%3E%3Cpath d='M-2685.423,1072.436a1,1,0,0,1-1-1V1056.49a1,1,0,0,1,1-1,1,1,0,0,1,1,1v14.945a1,1,0,0,1-.292.708,1,1,0,0,1-.708.293Z' transform='translate(-2209.371 4160.708) rotate(90)' fill='%23a00'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 0;
  padding-left: 22px;
}
.video_noconsent a.link-external {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16.947' height='16.947' viewBox='0 0 16.947 16.947'%3E%3Cpath d='M6260.042-5053.553a2.545,2.545,0,0,1-2.542-2.542v-9.32a2.545,2.545,0,0,1,2.542-2.542h5.084a.847.847,0,0,1,.847.848.847.847,0,0,1-.847.847h-5.084a.848.848,0,0,0-.847.848v9.32a.848.848,0,0,0,.847.848h9.321a.848.848,0,0,0,.847-.848v-5.083a.848.848,0,0,1,.848-.848.847.847,0,0,1,.847.848v5.083a2.545,2.545,0,0,1-2.542,2.542Zm3.638-6.18a.847.847,0,0,1,0-1.2l7.873-7.873h-3.037a.847.847,0,0,1-.847-.848.847.847,0,0,1,.847-.848h5.084a.845.845,0,0,1,.656.312l0,0,.008.011.007.009,0,.006.011.014v0a.849.849,0,0,1,.156.508v5.065a.847.847,0,0,1-.847.848.847.847,0,0,1-.848-.848v-3.038l-7.875,7.874a.843.843,0,0,1-.6.249A.844.844,0,0,1,6263.68-5059.733Z' transform='translate(-6257.5 5070.5)' fill='%23a00'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: 0;
  padding-left: 22px;
}
.video_iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.redakteur {
  /* Modul Plugin */
}
.redakteur_modulView {
  display: flex;
  margin-top: 16px;
  margin-bottom: 24px;
}
@media all and (min-width: 992px) {
  .redakteur_modulView {
    margin-bottom: 32px;
  }
}
.redakteur_modulView_portrait {
  min-width: 64px;
  max-width: 64px;
  margin-right: 16px;
}
@media all and (min-width: 992px) {
  .redakteur_modulView_portrait {
    min-width: 80px;
    max-width: 80px;
  }
}
.redakteur_modulView_portrait a {
  display: block;
  position: relative;
}
.redakteur_modulView_portrait a:after {
  content: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg width='100%25' height='100%25' viewBox='0 0 24 24' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xml:space='preserve' xmlns:serif='http://www.serif.com/' style='fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;'%3E%3Cg transform='matrix(1.11111,0,0,1.11111,-3.55556,-2.44444)'%3E%3Ccircle cx='14' cy='13' r='9' style='fill:white;'/%3E%3C/g%3E%3Cg transform='matrix(0.641711,0,0,0.641711,2.27982e-15,0)'%3E%3Cpath d='M18.7,0C8.441,0 -0,8.441 -0,18.7C-0,28.959 8.441,37.4 18.7,37.4C28.959,37.4 37.4,28.959 37.4,18.7C37.4,8.441 28.959,0 18.7,0ZM29.9,15.3L15.4,29.8L8,22.4C7.417,21.817 7.089,21.025 7.089,20.2C7.089,18.493 8.493,17.089 10.2,17.089C11.025,17.089 11.817,17.417 12.4,18L15.4,21L25.4,11C25.983,10.417 26.775,10.089 27.6,10.089C29.307,10.089 30.711,11.493 30.711,13.2C30.711,14.025 30.383,14.817 29.8,15.4L29.9,15.3Z' style='fill:rgb(170,0,0);fill-rule:nonzero;'/%3E%3C/g%3E%3C/svg%3E%0A");
  position: absolute;
  bottom: 0;
  right: 0;
  min-width: 24px;
  max-width: 24px;
  max-height: 24px;
}
.redakteur_modulView_name {
  font-size: 14px;
  line-height: 16px;
}
@media all and (min-width: 992px) {
  .redakteur_modulView_name {
    font-size: 16px;
    line-height: 24px;
  }
}
.redakteur_modulView_name a {
  font-weight: 500;
  color: #000000;
  text-decoration: underline;
  /*
  &:active,
  &:active:hover,
  &:visited{
  	color: $accent-red-dark;
  }
  */
}
.redakteur_modulView_name a:hover {
  color: #AA0000;
}
.redakteur_modulView_name a:focus {
  color: #AA0000;
}
.redakteur_modulView_name a:focus-visible {
  color: #AA0000;
  border-radius: 1px;
  outline: 2px solid black;
  outline-offset: 2px;
}
.redakteur_modulView_name a.link-file, .redakteur_modulView_name a.link-download {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16.946' height='16.735' viewBox='0 0 16.946 16.735'%3E%3Cg transform='translate(3277.807 -1458.55)'%3E%3Cg transform='translate(4 -1)'%3E%3Cpath d='M4.647,13.087a1,1,0,0,1-.707-.293L.206,9.061A1,1,0,1,1,1.62,7.647l3.026,3.026L7.673,7.647A1,1,0,1,1,9.087,9.061L5.354,12.794a1,1,0,0,1-.707.293Z' transform='translate(-3278.069 1457.797)' fill='%23a00'/%3E%3Cpath d='M-2685.423,1066.824a1,1,0,0,1-1-1v-9.334a1,1,0,0,1,1-1,1,1,0,0,1,1,1v9.334A1,1,0,0,1-2685.423,1066.824Z' transform='translate(-588 404.06)' fill='%23a00'/%3E%3Cpath d='M-2685.423,1072.436a1,1,0,0,1-1-1V1056.49a1,1,0,0,1,1-1,1,1,0,0,1,1,1v14.945a1,1,0,0,1-.292.708,1,1,0,0,1-.708.293Z' transform='translate(-2209.371 4160.708) rotate(90)' fill='%23a00'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 0;
  padding-left: 22px;
}
.redakteur_modulView_name a.link-external {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16.947' height='16.947' viewBox='0 0 16.947 16.947'%3E%3Cpath d='M6260.042-5053.553a2.545,2.545,0,0,1-2.542-2.542v-9.32a2.545,2.545,0,0,1,2.542-2.542h5.084a.847.847,0,0,1,.847.848.847.847,0,0,1-.847.847h-5.084a.848.848,0,0,0-.847.848v9.32a.848.848,0,0,0,.847.848h9.321a.848.848,0,0,0,.847-.848v-5.083a.848.848,0,0,1,.848-.848.847.847,0,0,1,.847.848v5.083a2.545,2.545,0,0,1-2.542,2.542Zm3.638-6.18a.847.847,0,0,1,0-1.2l7.873-7.873h-3.037a.847.847,0,0,1-.847-.848.847.847,0,0,1,.847-.848h5.084a.845.845,0,0,1,.656.312l0,0,.008.011.007.009,0,.006.011.014v0a.849.849,0,0,1,.156.508v5.065a.847.847,0,0,1-.847.848.847.847,0,0,1-.848-.848v-3.038l-7.875,7.874a.843.843,0,0,1-.6.249A.844.844,0,0,1,6263.68-5059.733Z' transform='translate(-6257.5 5070.5)' fill='%23a00'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: 0;
  padding-left: 22px;
}
.redakteur_modulView_quote {
  margin-top: 4px;
  font-size: 14px;
  line-height: 16px;
}
@media all and (min-width: 992px) {
  .redakteur_modulView_quote {
    font-size: 16px;
    line-height: 24px;
  }
}
.redakteur_modulView_info {
  margin-top: 8px;
  color: #707070;
  font-size: 14px;
  line-height: 24px;
}
.redakteur_modulView_date {
  display: inline-block;
  padding-right: 16px;
}
.redakteur_modulView_lesezeit {
  display: inline-block;
  position: relative;
  padding-left: 17px;
}
.redakteur_modulView_lesezeit:before {
  position: absolute;
  left: 0;
  top: 2px;
  content: "";
  border-left: 1px solid #707070;
  height: 20px;
}
.redakteur_modulView.color-inverted .redakteur_modulView_name a {
  color: #F2F2F2;
  font-weight: 400;
}
.redakteur_modulView.color-inverted .redakteur_modulView_name a:hover {
  color: #F2F2F2;
  font-weight: 500;
}
.redakteur_modulView.color-inverted .redakteur_modulView_quote,
.redakteur_modulView.color-inverted .redakteur_modulView_info {
  color: #F2F2F2;
}
.redakteur_modulView.color-inverted .redakteur_modulView_lesezeit:before {
  border-left: 1px solid #F2F2F2;
}
.redakteur_portrait {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1rem;
}
.redakteur_portrait img {
  height: 300px;
  width: 300px;
}
.redakteur_listView {
  display: flex;
  flex-wrap: wrap;
  column-gap: 1rem;
}
.redakteur_teaser {
  flex: 0 0 49%;
  margin-bottom: 1rem;
  border-radius: 0.5rem;
  padding: 1rem;
  background-color: #FFFFFF;
  text-align: center;
}
.redakteur_teaser .redakteur_teaser_heading {
  margin-top: 0;
  text-align: center;
}
.redakteur_teaser .redakteur_portrait img {
  height: 9.375rem;
  width: 9.375rem;
}
.redakteur_teaser .zitat {
  margin-top: 0;
  padding: 0;
  text-align: center;
}
.redakteur_teaser .redakteur_teaserText {
  text-align: left;
}
.redakteur_detailView {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #FAFAFA;
}
.redakteur_detailView_container, .redakteur_recentPost_container {
  padding-right: 1rem;
  padding-left: 1rem;
  margin-right: auto;
  margin-left: auto;
}
.redakteur_detailView_container:before, .redakteur_detailView_container:after, .redakteur_recentPost_container:before, .redakteur_recentPost_container:after {
  display: table;
  content: " ";
}
.redakteur_detailView_container:after, .redakteur_recentPost_container:after {
  clear: both;
}
@media (min-width: 1200px) {
  .redakteur_detailView_container, .redakteur_recentPost_container {
    width: 1170px;
  }
}
.redakteur_recentPosts {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.redakteur_recentPosts_mainHeading {
  font-size: 1.75rem !important;
  margin: 2rem 0 3rem !important;
}
.redakteur_recentPost {
  margin-bottom: 1rem;
}
.redakteur_recentPost_image {
  margin-bottom: 1rem;
}
.redakteur_recentPost_image img {
  height: auto;
  border: 1px solid #FAFAFA;
}
.redakteur_recentPost_text .redakteur_recentPost_heading {
  margin-top: 0;
}
.redakteur_recentPost_readmore {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-top: 0.5px solid #B3C5D9;
  border-bottom: 0.5px solid #B3C5D9;
}
.redakteur_detailView_row {
  margin-right: -1rem;
  margin-left: -1rem;
}
.redakteur_detailView_row:before, .redakteur_detailView_row:after {
  display: table;
  content: " ";
}
.redakteur_detailView_row:after {
  clear: both;
}
.redakteur_detailView_portrait, .redakteur_detailView_text {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 1rem;
  padding-left: 1rem;
}
.redakteur_detailView_portraitAndQuote {
  position: relative;
  min-height: 1px;
  padding-right: 1rem;
  padding-left: 1rem;
  position: relative;
  min-height: 1px;
  padding-right: 1rem;
  padding-left: 1rem;
}
@media (min-width: 992px) {
  .redakteur_detailView_portraitAndQuote {
    float: left;
    width: 33.3333333333%;
  }
}
@media (min-width: 1200px) {
  .redakteur_detailView_portraitAndQuote {
    float: left;
    width: 41.6666666667%;
  }
}
.redakteur_detailView_portraitAndQuote .zitat {
  padding-top: 0;
}
.redakteur_detailView_text {
  position: relative;
  min-height: 1px;
  padding-right: 1rem;
  padding-left: 1rem;
  position: relative;
  min-height: 1px;
  padding-right: 1rem;
  padding-left: 1rem;
}
@media (min-width: 992px) {
  .redakteur_detailView_text {
    float: left;
    width: 66.6666666667%;
  }
}
@media (min-width: 1200px) {
  .redakteur_detailView_text {
    float: left;
    width: 58.3333333333%;
  }
}
.redakteur_detailView_text h1 {
  font-size: 1.5rem;
  margin: 0 0 1rem;
}
.redakteur_detailView_text .redakteur_teaserText {
  margin-bottom: 1rem;
}
@media all and (min-width: 768px) {
  .redakteur_detailView_portraitAndQuote {
    text-align: center;
  }
}
@media all and (max-width: 991px) {
  .redakteur_detailView {
    margin-top: -0.5rem;
  }
  .redakteur_detailView_row {
    text-align: center;
  }
  .redakteur_detailView_text p {
    text-align: left;
  }
}
@media all and (max-width: 479px) {
  .redakteur_recentPost {
    flex-direction: column;
  }
  .redakteur_recentPost_image {
    max-width: none;
    margin-right: 0;
    margin-bottom: 1rem;
  }
}

.layout-zweispaltig .layout_column .redakteur_modulView,
.flexibleContent .flexibleContent_colsize6 .redakteur_modulView,
.flexibleContent .flexibleContent_colsize5 .redakteur_modulView,
.flexibleContent .flexibleContent_colsize4 .redakteur_modulView,
.flexibleContent .flexibleContent_colsize3 .redakteur_modulView,
.flexibleContent .flexibleContent_colsize2 .redakteur_modulView,
.flexibleContent .flexibleContent_colsize1 .redakteur_modulView {
  display: flex;
}
.layout-zweispaltig .layout_column .redakteur_modulView_portrait,
.flexibleContent .flexibleContent_colsize6 .redakteur_modulView_portrait,
.flexibleContent .flexibleContent_colsize5 .redakteur_modulView_portrait,
.flexibleContent .flexibleContent_colsize4 .redakteur_modulView_portrait,
.flexibleContent .flexibleContent_colsize3 .redakteur_modulView_portrait,
.flexibleContent .flexibleContent_colsize2 .redakteur_modulView_portrait,
.flexibleContent .flexibleContent_colsize1 .redakteur_modulView_portrait {
  display: inline-flex;
  max-width: 2.667rem;
  margin-right: 0.389rem;
}
.layout-zweispaltig .layout_column .redakteur_modulView_name,
.flexibleContent .flexibleContent_colsize6 .redakteur_modulView_name,
.flexibleContent .flexibleContent_colsize5 .redakteur_modulView_name,
.flexibleContent .flexibleContent_colsize4 .redakteur_modulView_name,
.flexibleContent .flexibleContent_colsize3 .redakteur_modulView_name,
.flexibleContent .flexibleContent_colsize2 .redakteur_modulView_name,
.flexibleContent .flexibleContent_colsize1 .redakteur_modulView_name {
  line-height: 1.25rem;
  max-height: 1.25em;
}
.layout-zweispaltig .layout_column .redakteur_modulView_name a,
.flexibleContent .flexibleContent_colsize6 .redakteur_modulView_name a,
.flexibleContent .flexibleContent_colsize5 .redakteur_modulView_name a,
.flexibleContent .flexibleContent_colsize4 .redakteur_modulView_name a,
.flexibleContent .flexibleContent_colsize3 .redakteur_modulView_name a,
.flexibleContent .flexibleContent_colsize2 .redakteur_modulView_name a,
.flexibleContent .flexibleContent_colsize1 .redakteur_modulView_name a {
  font-size: 1rem;
  line-height: 1.25em;
}
.layout-zweispaltig .layout_column .redakteur_modulView_info div.mobilebreak,
.flexibleContent .flexibleContent_colsize6 .redakteur_modulView_info div.mobilebreak,
.flexibleContent .flexibleContent_colsize5 .redakteur_modulView_info div.mobilebreak,
.flexibleContent .flexibleContent_colsize4 .redakteur_modulView_info div.mobilebreak,
.flexibleContent .flexibleContent_colsize3 .redakteur_modulView_info div.mobilebreak,
.flexibleContent .flexibleContent_colsize2 .redakteur_modulView_info div.mobilebreak,
.flexibleContent .flexibleContent_colsize1 .redakteur_modulView_info div.mobilebreak {
  display: block;
  top: -2px;
}
.layout-zweispaltig .layout_column .redakteur_modulView_date,
.flexibleContent .flexibleContent_colsize6 .redakteur_modulView_date,
.flexibleContent .flexibleContent_colsize5 .redakteur_modulView_date,
.flexibleContent .flexibleContent_colsize4 .redakteur_modulView_date,
.flexibleContent .flexibleContent_colsize3 .redakteur_modulView_date,
.flexibleContent .flexibleContent_colsize2 .redakteur_modulView_date,
.flexibleContent .flexibleContent_colsize1 .redakteur_modulView_date {
  margin-left: 0;
  padding-left: 0;
}
.layout-zweispaltig .layout_column .redakteur_modulView_date:before,
.flexibleContent .flexibleContent_colsize6 .redakteur_modulView_date:before,
.flexibleContent .flexibleContent_colsize5 .redakteur_modulView_date:before,
.flexibleContent .flexibleContent_colsize4 .redakteur_modulView_date:before,
.flexibleContent .flexibleContent_colsize3 .redakteur_modulView_date:before,
.flexibleContent .flexibleContent_colsize2 .redakteur_modulView_date:before,
.flexibleContent .flexibleContent_colsize1 .redakteur_modulView_date:before {
  content: initial;
}
.layout-zweispaltig .layout_column .redakteur_modulView_lesezeit,
.flexibleContent .flexibleContent_colsize6 .redakteur_modulView_lesezeit,
.flexibleContent .flexibleContent_colsize5 .redakteur_modulView_lesezeit,
.flexibleContent .flexibleContent_colsize4 .redakteur_modulView_lesezeit,
.flexibleContent .flexibleContent_colsize3 .redakteur_modulView_lesezeit,
.flexibleContent .flexibleContent_colsize2 .redakteur_modulView_lesezeit,
.flexibleContent .flexibleContent_colsize1 .redakteur_modulView_lesezeit {
  margin-left: 0.278rem;
  padding-left: 0.389rem;
}
.layout-zweispaltig .layout_column .redakteur_modulView_lesezeit:before,
.flexibleContent .flexibleContent_colsize6 .redakteur_modulView_lesezeit:before,
.flexibleContent .flexibleContent_colsize5 .redakteur_modulView_lesezeit:before,
.flexibleContent .flexibleContent_colsize4 .redakteur_modulView_lesezeit:before,
.flexibleContent .flexibleContent_colsize3 .redakteur_modulView_lesezeit:before,
.flexibleContent .flexibleContent_colsize2 .redakteur_modulView_lesezeit:before,
.flexibleContent .flexibleContent_colsize1 .redakteur_modulView_lesezeit:before {
  top: 2px;
  height: 0.611rem;
}

.artikelseiteBuehne .artikelseiteBuehne_body > div:last-of-type.hypocustom_redakteurmodul .redakteur_modulView {
  margin-bottom: 0;
}

.stage-content p:has(+ div.hypocustom_redakteurmodul),
.stage-texts p:has(+ div.hypocustom_redakteurmodul) {
  margin-bottom: 16px;
}
.stage-content p + div.hypocustom_redakteurmodul .redakteur_modulView,
.stage-texts p + div.hypocustom_redakteurmodul .redakteur_modulView {
  margin: 0;
}

.hypocustom_kurzvergleich {
  max-width: 44rem;
  margin-bottom: 2rem;
  border: 1px solid #B3C5D9;
  border-radius: 0.5rem;
  background-color: #FFFFFF;
  padding: 2rem 1rem 5rem;
}
.hypocustom_kurzvergleich .header {
  background-color: transparent;
}
.hypocustom_kurzvergleich .header h1, .hypocustom_kurzvergleich .header h2, .hypocustom_kurzvergleich .header h3, .hypocustom_kurzvergleich .header .heading {
  color: #000000;
  font-size: 1rem;
  font-weight: 500;
  margin: 0;
}
.hypocustom_kurzvergleich .headertext {
  font-size: 0.667rem;
  font-weight: 300;
}
.hypocustom_kurzvergleich .products .product {
  display: grid;
  grid-template-columns: 23% 23% 29% 25%;
  margin: 1rem 0;
  padding: 1rem;
  background: #FFFFFF 0 0 no-repeat padding-box;
  box-shadow: 0 3px 8px rgba(73, 107, 148, 0.3019607843);
  border-radius: 1rem;
  color: #000000;
}
@media all and (max-width: 479px) {
  .hypocustom_kurzvergleich .products .product {
    grid-template-columns: 35% 25% 40%;
  }
}
@media all and (min-width: 480px) and (max-width: 767px) {
  .hypocustom_kurzvergleich .products .product {
    grid-template-columns: 25% 20% 30% 25%;
  }
}
@media all and (min-width: 768px) and (max-width: 991px) {
  .hypocustom_kurzvergleich .products .product {
    grid-template-columns: 25% 20% 30% 25%;
  }
}
.hypocustom_kurzvergleich .products .product:hover {
  color: #000000;
  text-decoration: none;
}
.hypocustom_kurzvergleich .products .product > div.logo {
  position: relative;
}
.hypocustom_kurzvergleich .products .product > div.logo img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  max-width: 90%;
}
.hypocustom_kurzvergleich .products .product > div.zins {
  font-size: 1.556rem;
  line-height: 1.556rem;
  font-weight: 500;
  text-align: center;
}
@media all and (max-width: 479px) {
  .hypocustom_kurzvergleich .products .product > div.zins {
    font-size: 1.167rem;
    line-height: 1.167rem;
    text-align: left;
  }
}
.hypocustom_kurzvergleich .products .product > div.zins .legende {
  display: block;
  font-size: 0.611rem;
  line-height: 0.778rem;
  font-weight: 500;
}
.hypocustom_kurzvergleich .products .product > div.konditionen {
  font-size: 0.778rem;
  line-height: 1.5em;
}
@media all and (max-width: 479px) {
  .hypocustom_kurzvergleich .products .product > div.konditionen {
    font-size: 0.667rem;
  }
}
.hypocustom_kurzvergleich .products .product > div.link {
  text-align: end;
}
@media all and (max-width: 479px) {
  .hypocustom_kurzvergleich .products .product > div.link {
    display: none;
  }
}
.hypocustom_kurzvergleich .products .product > div.link .button {
  margin-top: 0;
  min-height: 42px;
  font-size: 0.889rem;
  line-height: 42px;
}
@media all and (min-width: 480px) and (max-width: 767px) {
  .hypocustom_kurzvergleich .products .product > div.link .button {
    min-height: 32px;
    line-height: 32px;
  }
}
.hypocustom_kurzvergleich .copyright {
  text-align: left;
  font-size: 0.778rem;
  font-weight: 300;
  color: #1C4452;
}
@media all and (max-width: 479px) {
  .hypocustom_kurzvergleich .copyright {
    font-size: 0.667rem;
  }
}
.hypocustom_kurzvergleich .copyright .vgl {
  white-space: nowrap;
}
.hypocustom_kurzvergleich .cta {
  border-width: 2px;
  float: right;
  min-height: 42px;
  line-height: 42px;
  font-weight: 500;
}
@media all and (max-width: 479px) {
  .hypocustom_kurzvergleich .cta {
    width: 100%;
    text-align: center;
  }
}

.antrag {
  counter-reset: antrag-counter;
}
.antrag_container {
  padding-right: 1rem;
  padding-left: 1rem;
  margin-right: auto;
  margin-left: auto;
}
.antrag_container:before, .antrag_container:after {
  display: table;
  content: " ";
}
.antrag_container:after {
  clear: both;
}
@media (min-width: 1200px) {
  .antrag_container {
    width: 1170px;
  }
}
.antrag_header {
  margin-right: -1rem;
  margin-left: -1rem;
  display: flex;
  height: 7rem;
  align-items: center;
}
.antrag_header:before, .antrag_header:after {
  display: table;
  content: " ";
}
.antrag_header:after {
  clear: both;
}
.antrag_headerLogo {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-right: 1rem;
  padding-left: 1rem;
  position: relative;
  min-height: 1px;
  padding-right: 1rem;
  padding-left: 1rem;
}
@media (min-width: 768px) {
  .antrag_headerLogo {
    float: left;
    width: 33.3333333333%;
  }
}
.antrag_phoneContact {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-right: 1rem;
  padding-left: 1rem;
  position: relative;
  min-height: 1px;
  padding-right: 1rem;
  padding-left: 1rem;
  position: relative;
  min-height: 1px;
  padding-right: 1rem;
  padding-left: 1rem;
  padding-left: 4rem;
}
@media (min-width: 768px) {
  .antrag_phoneContact {
    float: left;
    width: 66.6666666667%;
  }
}
@media (min-width: 992px) {
  .antrag_phoneContact {
    float: left;
    width: 33.3333333333%;
  }
}
.antrag_phoneContact .telefonhoerer {
  text-align: right;
}
.antrag_navigationBackground {
  background-color: #3C5677;
  min-height: 3rem;
}
.antrag_navigation {
  padding-left: 0;
  margin: 0;
}
.antrag_navigationItem {
  display: inline-block;
  margin-right: 1.5rem;
  margin-bottom: 0;
  padding: 1rem;
  line-height: 1rem;
  font-weight: 500;
  color: #B3C5D9;
}
.antrag_navigationItem::before {
  display: inline-block;
  position: absolute;
  margin-top: -0.25rem;
  padding-top: 0.25rem;
  width: 1.5rem;
  height: 1.5rem;
  counter-increment: antrag-counter;
  content: counter(antrag-counter);
  background-color: #B3C5D9;
  color: #3C5677;
  border-radius: 100%;
  text-align: center;
}
.antrag_navigationItemLabel {
  margin-left: 2rem;
}
.antrag_row {
  margin-right: -1rem;
  margin-left: -1rem;
}
.antrag_row:before, .antrag_row:after {
  display: table;
  content: " ";
}
.antrag_row:after {
  clear: both;
}
.antrag_content {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 1rem;
  padding-left: 1rem;
  position: relative;
  min-height: 1px;
  padding-right: 1rem;
  padding-left: 1rem;
  margin-bottom: 5.5rem;
}
@media (min-width: 992px) {
  .antrag_content {
    float: left;
    width: 66.6666666667%;
  }
}
.antrag_throbber {
  margin-top: 2rem;
  min-height: 25rem;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.antrag_throbber--is-hidden {
  transition-property: min-height;
  transition-timing-function: ease-in;
  transition-duration: 300ms;
  min-height: 0;
  height: 0;
  overflow: hidden;
}
.antrag_throbber .throbber {
  animation-name: fadeOut;
  animation-duration: 1s;
  animation-delay: 35s;
  animation-fill-mode: forwards;
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.antrag_notLoadedError {
  width: 100%;
  opacity: 0;
  animation-name: fadeIn;
  animation-duration: 1s;
  animation-delay: 35s;
  animation-fill-mode: forwards;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.antrag_teaser {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 1rem;
  padding-left: 1rem;
  position: relative;
  min-height: 1px;
  padding-right: 1rem;
  padding-left: 1rem;
  margin-bottom: 2.75rem;
}
@media (min-width: 992px) {
  .antrag_teaser {
    float: left;
    width: 33.3333333333%;
  }
}
.antrag_teaser .mehrwerteTeaser {
  padding-top: 1.75rem;
  padding-bottom: 2.75rem;
}
.antrag_teaser .mehrwerteTeaser + .mehrwerteTeaser {
  border-top: 1px solid #999999;
}
.antrag_teaser h1, .antrag_teaser h2, .antrag_teaser h3, .antrag_teaser h4, .antrag_teaser div.heading {
  font-family: Roboto, Arial, Helvetica, sans-serif;
  font-weight: 500;
  color: #123B71;
  line-height: 1.25em;
  font-size: 1.125rem;
  margin: 1rem 0 1rem;
}
.antrag--is-stepOne .antrag_navigationItemOne {
  background-color: #496B94;
  color: #FFFFFF;
}
.antrag--is-stepOne .antrag_navigationItemOne::before {
  color: #3C5677;
  background-color: #FFFFFF;
}
.antrag--is-stepOne .antrag_navigationItemOne::after {
  content: "";
  display: inline-block;
  position: absolute;
  margin-top: -1rem;
  margin-left: 1rem;
  width: 0;
  height: 0;
  border-top-width: 1.5rem;
  border-top-color: #3C5677;
  border-top-style: solid;
  border-bottom-width: 1.5rem;
  border-bottom-color: #3C5677;
  border-bottom-style: solid;
  border-left-width: 1.5rem;
  border-left-color: #496B94;
  border-left-style: solid;
}
.antrag--is-stepOne .antrag_stepTwo {
  display: none;
}
.antrag--is-stepOne .antrag_confirmation {
  display: none;
}
.antrag--is-stepTwo .antrag_navigationItemTwo {
  background-color: #496B94;
  color: #FFFFFF;
}
.antrag--is-stepTwo .antrag_navigationItemTwo::before {
  color: #3C5677;
  background-color: #FFFFFF;
}
.antrag--is-stepTwo .antrag_navigationItemTwo::after {
  content: "";
  display: inline-block;
  position: absolute;
  margin-top: -1rem;
  margin-left: 1rem;
  width: 0;
  height: 0;
  border-top-width: 1.5rem;
  border-top-color: #3C5677;
  border-top-style: solid;
  border-bottom-width: 1.5rem;
  border-bottom-color: #3C5677;
  border-bottom-style: solid;
  border-left-width: 1.5rem;
  border-left-color: #496B94;
  border-left-style: solid;
}
.antrag--is-stepTwo .antrag_stepOne {
  display: none;
}
.antrag--is-stepTwo .antrag_confirmation {
  display: none;
}
.antrag--is-confirmation .antrag_stepOne {
  display: none;
}
.antrag--is-confirmation .antrag_stepTwo {
  display: none;
}
.antrag--is-confirmation .antrag_navigationItem {
  display: none;
}
@media all and (max-width: 991px) {
  .antrag_teaser .mehrwerteTeaser {
    border-top: 1px solid #999999;
  }
}
@media all and (min-width: 992px) {
  .antrag_content {
    padding-right: 5rem;
  }
  .antrag_teaser {
    padding-left: 2rem;
  }
  .antrag_phoneContact .telefonhoerer {
    display: none;
  }
}