meta.foundation-version {
  font-family: "/5.1.0/"
}

meta.foundation-mq-small {
  font-family: "/only screen and (max-width: 40em)/";
  width: 0em
}

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em
}

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.063em)/";
  width: 64.063em
}

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 90.063em
}

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em
}

meta.foundation-data-attribute-namespace {
  font-family: false
}

html,
body {
  height: 100%
}

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

html,
body {
  font-size: 100%
}

body {
  background: #fff;
  color: #222;
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  position: relative;
  cursor: default
}

a:hover {
  cursor: pointer
}

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

object,
embed {
  height: 100%
}

img {
  -ms-interpolation-mode: bicubic
}

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important
}

.left {
  float: left !important
}

.right {
  float: right !important
}

.clearfix {
  *zoom: 1
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table
}

.clearfix:after {
  clear: both
}

.hide {
  display: none
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

img {
  display: inline-block;
  vertical-align: middle
}

textarea {
  height: auto;
  min-height: 50px
}

select {
  width: 100%
}

.alert-box {
  border-style: solid;
  border-width: 1px;
  display: block;
  font-weight: normal;
  margin-bottom: 1.25rem;
  position: relative;
  padding: 0.875rem 1.5rem 0.875rem 0.875rem;
  font-size: 0.8125rem;
  background-color: #008CBA;
  border-color: #0078a0;
  color: #fff
}

.alert-box .close {
  font-size: 1.375rem;
  padding: 9px 6px 4px;
  line-height: 0;
  position: absolute;
  top: 50%;
  margin-top: -0.6875rem;
  right: 0.25rem;
  color: #333;
  opacity: 0.3
}

.alert-box .close:hover,
.alert-box .close:focus {
  opacity: 0.5
}

.alert-box.radius {
  -webkit-border-radius: 3px;
  border-radius: 3px
}

.alert-box.round {
  -webkit-border-radius: 1000px;
  border-radius: 1000px
}

.alert-box.success {
  background-color: #43AC6A;
  border-color: #3a945b;
  color: #fff
}

.alert-box.alert {
  background-color: #f04124;
  border-color: #de2d0f;
  color: #fff
}

.alert-box.secondary {
  background-color: #e7e7e7;
  border-color: #c7c7c7;
  color: #4f4f4f
}

.alert-box.warning {
  background-color: #f08a24;
  border-color: #de770f;
  color: #fff
}

.alert-box.info {
  background-color: #a0d3e8;
  border-color: #74bfdd;
  color: #4f4f4f
}

[class*="block-grid-"] {
  display: block;
  padding: 0;
  margin: 0 -0.625rem;
  *zoom: 1
}

[class*="block-grid-"]:before,
[class*="block-grid-"]:after {
  content: " ";
  display: table
}

[class*="block-grid-"]:after {
  clear: both
}

[class*="block-grid-"]>li {
  display: block;
  height: auto;
  float: left;
  padding: 0 0.625rem 1.25rem
}

@media only screen {
  .small-block-grid-1>li {
      width: 100%;
      list-style: none
  }
  .small-block-grid-1>li:nth-of-type(n) {
      clear: none
  }
  .small-block-grid-1>li:nth-of-type(1n+1) {
      clear: both
  }
  .small-block-grid-2>li {
      width: 50%;
      list-style: none
  }
  .small-block-grid-2>li:nth-of-type(n) {
      clear: none
  }
  .small-block-grid-2>li:nth-of-type(2n+1) {
      clear: both
  }
  .small-block-grid-3>li {
      width: 33.33333%;
      list-style: none
  }
  .small-block-grid-3>li:nth-of-type(n) {
      clear: none
  }
  .small-block-grid-3>li:nth-of-type(3n+1) {
      clear: both
  }
  .small-block-grid-4>li {
      width: 25%;
      list-style: none
  }
  .small-block-grid-4>li:nth-of-type(n) {
      clear: none
  }
  .small-block-grid-4>li:nth-of-type(4n+1) {
      clear: both
  }
  .small-block-grid-5>li {
      width: 20%;
      list-style: none
  }
  .small-block-grid-5>li:nth-of-type(n) {
      clear: none
  }
  .small-block-grid-5>li:nth-of-type(5n+1) {
      clear: both
  }
  .small-block-grid-6>li {
      width: 16.66667%;
      list-style: none
  }
  .small-block-grid-6>li:nth-of-type(n) {
      clear: none
  }
  .small-block-grid-6>li:nth-of-type(6n+1) {
      clear: both
  }
  .small-block-grid-7>li {
      width: 14.28571%;
      list-style: none
  }
  .small-block-grid-7>li:nth-of-type(n) {
      clear: none
  }
  .small-block-grid-7>li:nth-of-type(7n+1) {
      clear: both
  }
  .small-block-grid-8>li {
      width: 12.5%;
      list-style: none
  }
  .small-block-grid-8>li:nth-of-type(n) {
      clear: none
  }
  .small-block-grid-8>li:nth-of-type(8n+1) {
      clear: both
  }
  .small-block-grid-9>li {
      width: 11.11111%;
      list-style: none
  }
  .small-block-grid-9>li:nth-of-type(n) {
      clear: none
  }
  .small-block-grid-9>li:nth-of-type(9n+1) {
      clear: both
  }
  .small-block-grid-10>li {
      width: 10%;
      list-style: none
  }
  .small-block-grid-10>li:nth-of-type(n) {
      clear: none
  }
  .small-block-grid-10>li:nth-of-type(10n+1) {
      clear: both
  }
  .small-block-grid-11>li {
      width: 9.09091%;
      list-style: none
  }
  .small-block-grid-11>li:nth-of-type(n) {
      clear: none
  }
  .small-block-grid-11>li:nth-of-type(11n+1) {
      clear: both
  }
  .small-block-grid-12>li {
      width: 8.33333%;
      list-style: none
  }
  .small-block-grid-12>li:nth-of-type(n) {
      clear: none
  }
  .small-block-grid-12>li:nth-of-type(12n+1) {
      clear: both
  }
}

@media only screen and (min-width: 40.063em) {
  .medium-block-grid-1>li {
      width: 100%;
      list-style: none
  }
  .medium-block-grid-1>li:nth-of-type(n) {
      clear: none
  }
  .medium-block-grid-1>li:nth-of-type(1n+1) {
      clear: both
  }
  .medium-block-grid-2>li {
      width: 50%;
      list-style: none
  }
  .medium-block-grid-2>li:nth-of-type(n) {
      clear: none
  }
  .medium-block-grid-2>li:nth-of-type(2n+1) {
      clear: both
  }
  .medium-block-grid-3>li {
      width: 33.33333%;
      list-style: none
  }
  .medium-block-grid-3>li:nth-of-type(n) {
      clear: none
  }
  .medium-block-grid-3>li:nth-of-type(3n+1) {
      clear: both
  }
  .medium-block-grid-4>li {
      width: 25%;
      list-style: none
  }
  .medium-block-grid-4>li:nth-of-type(n) {
      clear: none
  }
  .medium-block-grid-4>li:nth-of-type(4n+1) {
      clear: both
  }
  .medium-block-grid-5>li {
      width: 20%;
      list-style: none
  }
  .medium-block-grid-5>li:nth-of-type(n) {
      clear: none
  }
  .medium-block-grid-5>li:nth-of-type(5n+1) {
      clear: both
  }
  .medium-block-grid-6>li {
      width: 16.66667%;
      list-style: none
  }
  .medium-block-grid-6>li:nth-of-type(n) {
      clear: none
  }
  .medium-block-grid-6>li:nth-of-type(6n+1) {
      clear: both
  }
  .medium-block-grid-7>li {
      width: 14.28571%;
      list-style: none
  }
  .medium-block-grid-7>li:nth-of-type(n) {
      clear: none
  }
  .medium-block-grid-7>li:nth-of-type(7n+1) {
      clear: both
  }
  .medium-block-grid-8>li {
      width: 12.5%;
      list-style: none
  }
  .medium-block-grid-8>li:nth-of-type(n) {
      clear: none
  }
  .medium-block-grid-8>li:nth-of-type(8n+1) {
      clear: both
  }
  .medium-block-grid-9>li {
      width: 11.11111%;
      list-style: none
  }
  .medium-block-grid-9>li:nth-of-type(n) {
      clear: none
  }
  .medium-block-grid-9>li:nth-of-type(9n+1) {
      clear: both
  }
  .medium-block-grid-10>li {
      width: 10%;
      list-style: none
  }
  .medium-block-grid-10>li:nth-of-type(n) {
      clear: none
  }
  .medium-block-grid-10>li:nth-of-type(10n+1) {
      clear: both
  }
  .medium-block-grid-11>li {
      width: 9.09091%;
      list-style: none
  }
  .medium-block-grid-11>li:nth-of-type(n) {
      clear: none
  }
  .medium-block-grid-11>li:nth-of-type(11n+1) {
      clear: both
  }
  .medium-block-grid-12>li {
      width: 8.33333%;
      list-style: none
  }
  .medium-block-grid-12>li:nth-of-type(n) {
      clear: none
  }
  .medium-block-grid-12>li:nth-of-type(12n+1) {
      clear: both
  }
}

@media only screen and (min-width: 64.063em) {
  .large-block-grid-1>li {
      width: 100%;
      list-style: none
  }
  .large-block-grid-1>li:nth-of-type(n) {
      clear: none
  }
  .large-block-grid-1>li:nth-of-type(1n+1) {
      clear: both
  }
  .large-block-grid-2>li {
      width: 50%;
      list-style: none
  }
  .large-block-grid-2>li:nth-of-type(n) {
      clear: none
  }
  .large-block-grid-2>li:nth-of-type(2n+1) {
      clear: both
  }
  .large-block-grid-3>li {
      width: 33.33333%;
      list-style: none
  }
  .large-block-grid-3>li:nth-of-type(n) {
      clear: none
  }
  .large-block-grid-3>li:nth-of-type(3n+1) {
      clear: both
  }
  .large-block-grid-4>li {
      width: 25%;
      list-style: none
  }
  .large-block-grid-4>li:nth-of-type(n) {
      clear: none
  }
  .large-block-grid-4>li:nth-of-type(4n+1) {
      clear: both
  }
  .large-block-grid-5>li {
      width: 20%;
      list-style: none
  }
  .large-block-grid-5>li:nth-of-type(n) {
      clear: none
  }
  .large-block-grid-5>li:nth-of-type(5n+1) {
      clear: both
  }
  .large-block-grid-6>li {
      width: 16.66667%;
      list-style: none
  }
  .large-block-grid-6>li:nth-of-type(n) {
      clear: none
  }
  .large-block-grid-6>li:nth-of-type(6n+1) {
      clear: both
  }
  .large-block-grid-7>li {
      width: 14.28571%;
      list-style: none
  }
  .large-block-grid-7>li:nth-of-type(n) {
      clear: none
  }
  .large-block-grid-7>li:nth-of-type(7n+1) {
      clear: both
  }
  .large-block-grid-8>li {
      width: 12.5%;
      list-style: none
  }
  .large-block-grid-8>li:nth-of-type(n) {
      clear: none
  }
  .large-block-grid-8>li:nth-of-type(8n+1) {
      clear: both
  }
  .large-block-grid-9>li {
      width: 11.11111%;
      list-style: none
  }
  .large-block-grid-9>li:nth-of-type(n) {
      clear: none
  }
  .large-block-grid-9>li:nth-of-type(9n+1) {
      clear: both
  }
  .large-block-grid-10>li {
      width: 10%;
      list-style: none
  }
  .large-block-grid-10>li:nth-of-type(n) {
      clear: none
  }
  .large-block-grid-10>li:nth-of-type(10n+1) {
      clear: both
  }
  .large-block-grid-11>li {
      width: 9.09091%;
      list-style: none
  }
  .large-block-grid-11>li:nth-of-type(n) {
      clear: none
  }
  .large-block-grid-11>li:nth-of-type(11n+1) {
      clear: both
  }
  .large-block-grid-12>li {
      width: 8.33333%;
      list-style: none
  }
  .large-block-grid-12>li:nth-of-type(n) {
      clear: none
  }
  .large-block-grid-12>li:nth-of-type(12n+1) {
      clear: both
  }
}

.clearing-thumbs,
[data-clearing] {
  *zoom: 1;
  margin-bottom: 0;
  margin-left: 0;
  list-style: none
}

.clearing-thumbs:before,
.clearing-thumbs:after,
[data-clearing]:before,
[data-clearing]:after {
  content: " ";
  display: table
}

.clearing-thumbs:after,
[data-clearing]:after {
  clear: both
}

.clearing-thumbs li,
[data-clearing] li {
  float: left;
  margin-right: 10px
}

.clearing-thumbs[class*="block-grid-"] li,
[data-clearing][class*="block-grid-"] li {
  margin-right: 0
}

.clearing-blackout {
  background: #333;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 998
}

.clearing-blackout .clearing-close {
  display: block
}

.clearing-container {
  position: relative;
  z-index: 998;
  height: 100%;
  overflow: hidden;
  margin: 0
}

.clearing-touch-label {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #aaa;
  font-size: 0.6em
}

.visible-img {
  height: 95%;
  position: relative
}

.visible-img img {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -50%;
  max-height: 100%;
  max-width: 100%
}

.clearing-caption {
  color: #ccc;
  font-size: 0.875em;
  line-height: 1.3;
  margin-bottom: 0;
  text-align: center;
  bottom: 0;
  background: #333;
  width: 100%;
  padding: 10px 30px 20px;
  position: absolute;
  left: 0
}

.clearing-close {
  z-index: 999;
  padding-left: 20px;
  padding-top: 10px;
  font-size: 30px;
  line-height: 1;
  color: #ccc;
  display: none
}

.clearing-close:hover,
.clearing-close:focus {
  color: #ccc
}

.clearing-assembled .clearing-container {
  height: 100%
}

.clearing-assembled .clearing-container .carousel>ul {
  display: none
}

.clearing-feature li {
  display: none
}

.clearing-feature li.clearing-featured-img {
  display: block
}

@media only screen and (min-width: 40.063em) {
  .clearing-main-prev,
  .clearing-main-next {
      position: absolute;
      height: 100%;
      width: 40px;
      top: 0
  }
  .clearing-main-prev>span,
  .clearing-main-next>span {
      position: absolute;
      top: 50%;
      display: block;
      width: 0;
      height: 0;
      border: solid 12px
  }
  .clearing-main-prev>span:hover,
  .clearing-main-next>span:hover {
      opacity: 0.8
  }
  .clearing-main-prev {
      left: 0
  }
  .clearing-main-prev>span {
      left: 5px;
      border-color: transparent;
      border-right-color: #ccc
  }
  .clearing-main-next {
      right: 0
  }
  .clearing-main-next>span {
      border-color: transparent;
      border-left-color: #ccc
  }
  .clearing-main-prev.disabled,
  .clearing-main-next.disabled {
      opacity: 0.3
  }
  .clearing-assembled .clearing-container .carousel {
      background: rgba(51, 51, 51, 0.8);
      height: 120px;
      margin-top: 10px;
      text-align: center
  }
  .clearing-assembled .clearing-container .carousel>ul {
      display: inline-block;
      z-index: 999;
      height: 100%;
      position: relative;
      float: none
  }
  .clearing-assembled .clearing-container .carousel>ul li {
      display: block;
      width: 120px;
      min-height: inherit;
      float: left;
      overflow: hidden;
      margin-right: 0;
      padding: 0;
      position: relative;
      cursor: pointer;
      opacity: 0.4
  }
  .clearing-assembled .clearing-container .carousel>ul li.fix-height img {
      height: 100%;
      max-width: none
  }
  .clearing-assembled .clearing-container .carousel>ul li a.th {
      border: none;
      -webkit-box-shadow: none;
      box-shadow: none;
      display: block
  }
  .clearing-assembled .clearing-container .carousel>ul li img {
      cursor: pointer !important;
      width: 100% !important
  }
  .clearing-assembled .clearing-container .carousel>ul li.visible {
      opacity: 1
  }
  .clearing-assembled .clearing-container .carousel>ul li:hover {
      opacity: 0.8
  }
  .clearing-assembled .clearing-container .visible-img {
      background: #333;
      overflow: hidden;
      height: 85%
  }
  .clearing-close {
      position: absolute;
      top: 10px;
      right: 20px;
      padding-left: 0;
      padding-top: 0
  }
}

.f-dropdown {
  position: absolute;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  width: 100%;
  max-height: none;
  height: auto;
  background: #fff;
  border: solid 1px #ccc;
  font-size: 0.875rem;
  z-index: 99;
  margin-top: 2px;
  max-width: 200px
}

.f-dropdown>*:first-child {
  margin-top: 0
}

.f-dropdown>*:last-child {
  margin-bottom: 0
}

.f-dropdown:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: transparent transparent #fff transparent;
  border-bottom-style: solid;
  position: absolute;
  top: -12px;
  left: 10px;
  z-index: 99
}

.f-dropdown:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 7px;
  border-color: transparent transparent #ccc transparent;
  border-bottom-style: solid;
  position: absolute;
  top: -14px;
  left: 9px;
  z-index: 98
}

.f-dropdown.right:before {
  left: auto;
  right: 10px
}

.f-dropdown.right:after {
  left: auto;
  right: 9px
}

.f-dropdown li {
  font-size: 0.875rem;
  cursor: pointer;
  line-height: 1.125rem;
  margin: 0
}

.f-dropdown li:hover,
.f-dropdown li:focus {
  background: #eee
}

.f-dropdown li a {
  display: block;
  padding: 0.5rem;
  color: #555
}

.f-dropdown.content {
  position: absolute;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  padding: 1.25rem;
  width: 100%;
  height: auto;
  max-height: none;
  background: #fff;
  border: solid 1px #ccc;
  font-size: 0.875rem;
  z-index: 99;
  max-width: 200px
}

.f-dropdown.content>*:first-child {
  margin-top: 0
}

.f-dropdown.content>*:last-child {
  margin-bottom: 0
}

.f-dropdown.tiny {
  max-width: 200px
}

.f-dropdown.small {
  max-width: 300px
}

.f-dropdown.medium {
  max-width: 500px
}

.f-dropdown.large {
  max-width: 800px
}

.row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 86.25rem;
  *zoom: 1
}

.row:before,
.row:after {
  content: " ";
  display: table
}

.row:after {
  clear: both
}

.row.collapse>.column,
.row.collapse>.columns {
  padding-left: 0;
  padding-right: 0;
  float: left
}

.row.collapse .row {
  margin-left: 0;
  margin-right: 0
}

.row .row {
  width: auto;
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
  margin-top: 0;
  margin-bottom: 0;
  max-width: none;
  *zoom: 1
}

.row .row:before,
.row .row:after {
  content: " ";
  display: table
}

.row .row:after {
  clear: both
}

.row .row.collapse {
  width: auto;
  margin: 0;
  max-width: none;
  *zoom: 1
}

.row .row.collapse:before,
.row .row.collapse:after {
  content: " ";
  display: table
}

.row .row.collapse:after {
  clear: both
}

.column,
.columns {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
  float: left
}

@media only screen {
  .column.small-centered,
  .columns.small-centered {
      margin-left: auto;
      margin-right: auto;
      float: none !important
  }
  .column.small-uncentered,
  .columns.small-uncentered {
      margin-left: 0;
      margin-right: 0;
      float: left
  }
  .column.small-uncentered.opposite,
  .columns.small-uncentered.opposite {
      float: right
  }
  .small-push-0 {
      left: 0%;
      right: auto
  }
  .small-pull-0 {
      right: 0%;
      left: auto
  }
  .small-push-1 {
      left: 8.33333%;
      right: auto
  }
  .small-pull-1 {
      right: 8.33333%;
      left: auto
  }
  .small-push-2 {
      left: 16.66667%;
      right: auto
  }
  .small-pull-2 {
      right: 16.66667%;
      left: auto
  }
  .small-push-3 {
      left: 25%;
      right: auto
  }
  .small-pull-3 {
      right: 25%;
      left: auto
  }
  .small-push-4 {
      left: 33.33333%;
      right: auto
  }
  .small-pull-4 {
      right: 33.33333%;
      left: auto
  }
  .small-push-5 {
      left: 41.66667%;
      right: auto
  }
  .small-pull-5 {
      right: 41.66667%;
      left: auto
  }
  .small-push-6 {
      left: 50%;
      right: auto
  }
  .small-pull-6 {
      right: 50%;
      left: auto
  }
  .small-push-7 {
      left: 58.33333%;
      right: auto
  }
  .small-pull-7 {
      right: 58.33333%;
      left: auto
  }
  .small-push-8 {
      left: 66.66667%;
      right: auto
  }
  .small-pull-8 {
      right: 66.66667%;
      left: auto
  }
  .small-push-9 {
      left: 75%;
      right: auto
  }
  .small-pull-9 {
      right: 75%;
      left: auto
  }
  .small-push-10 {
      left: 83.33333%;
      right: auto
  }
  .small-pull-10 {
      right: 83.33333%;
      left: auto
  }
  .small-push-11 {
      left: 91.66667%;
      right: auto
  }
  .small-pull-11 {
      right: 91.66667%;
      left: auto
  }
  .column,
  .columns {
      position: relative;
      padding-left: 0.9375rem;
      padding-right: 0.9375rem;
      float: left
  }
  .small-1 {
      width: 8.33333%
  }
  .small-2 {
      width: 16.66667%
  }
  .small-3 {
      width: 25%
  }
  .small-4 {
      width: 33.33333%
  }
  .small-5 {
      width: 41.66667%
  }
  .small-6 {
      width: 50%
  }
  .small-7 {
      width: 58.33333%
  }
  .small-8 {
      width: 66.66667%
  }
  .small-9 {
      width: 75%
  }
  .small-10 {
      width: 83.33333%
  }
  .small-11 {
      width: 91.66667%
  }
  .small-12 {
      width: 100%
  }
  [class*="column"]+[class*="column"]:last-child {
      float: right
  }
  [class*="column"]+[class*="column"].end {
      float: left
  }
  .small-offset-0 {
      margin-left: 0% !important
  }
  .small-offset-1 {
      margin-left: 8.33333% !important
  }
  .small-offset-2 {
      margin-left: 16.66667% !important
  }
  .small-offset-3 {
      margin-left: 25% !important
  }
  .small-offset-4 {
      margin-left: 33.33333% !important
  }
  .small-offset-5 {
      margin-left: 41.66667% !important
  }
  .small-offset-6 {
      margin-left: 50% !important
  }
  .small-offset-7 {
      margin-left: 58.33333% !important
  }
  .small-offset-8 {
      margin-left: 66.66667% !important
  }
  .small-offset-9 {
      margin-left: 75% !important
  }
  .small-offset-10 {
      margin-left: 83.33333% !important
  }
  .small-offset-11 {
      margin-left: 91.66667% !important
  }
  .small-reset-order,
  .small-reset-order {
      margin-left: 0;
      margin-right: 0;
      left: auto;
      right: auto;
      float: left
  }
}

@media only screen and (min-width: 40.063em) {
  .column.medium-centered,
  .columns.medium-centered {
      margin-left: auto;
      margin-right: auto;
      float: none !important
  }
  .column.medium-uncentered,
  .columns.medium-uncentered {
      margin-left: 0;
      margin-right: 0;
      float: left
  }
  .column.medium-uncentered.opposite,
  .columns.medium-uncentered.opposite {
      float: right
  }
  .medium-push-0 {
      left: 0%;
      right: auto
  }
  .medium-pull-0 {
      right: 0%;
      left: auto
  }
  .medium-push-1 {
      left: 8.33333%;
      right: auto
  }
  .medium-pull-1 {
      right: 8.33333%;
      left: auto
  }
  .medium-push-2 {
      left: 16.66667%;
      right: auto
  }
  .medium-pull-2 {
      right: 16.66667%;
      left: auto
  }
  .medium-push-3 {
      left: 25%;
      right: auto
  }
  .medium-pull-3 {
      right: 25%;
      left: auto
  }
  .medium-push-4 {
      left: 33.33333%;
      right: auto
  }
  .medium-pull-4 {
      right: 33.33333%;
      left: auto
  }
  .medium-push-5 {
      left: 41.66667%;
      right: auto
  }
  .medium-pull-5 {
      right: 41.66667%;
      left: auto
  }
  .medium-push-6 {
      left: 50%;
      right: auto
  }
  .medium-pull-6 {
      right: 50%;
      left: auto
  }
  .medium-push-7 {
      left: 58.33333%;
      right: auto
  }
  .medium-pull-7 {
      right: 58.33333%;
      left: auto
  }
  .medium-push-8 {
      left: 66.66667%;
      right: auto
  }
  .medium-pull-8 {
      right: 66.66667%;
      left: auto
  }
  .medium-push-9 {
      left: 75%;
      right: auto
  }
  .medium-pull-9 {
      right: 75%;
      left: auto
  }
  .medium-push-10 {
      left: 83.33333%;
      right: auto
  }
  .medium-pull-10 {
      right: 83.33333%;
      left: auto
  }
  .medium-push-11 {
      left: 91.66667%;
      right: auto
  }
  .medium-pull-11 {
      right: 91.66667%;
      left: auto
  }
  .column,
  .columns {
      position: relative;
      padding-left: 0.9375rem;
      padding-right: 0.9375rem;
      float: left
  }
  .medium-1 {
      width: 8.33333%
  }
  .medium-2 {
      width: 16.66667%
  }
  .medium-3 {
      width: 25%
  }
  .medium-4 {
      width: 33.33333%
  }
  .medium-5 {
      width: 41.66667%
  }
  .medium-6 {
      width: 50%
  }
  .medium-7 {
      width: 58.33333%
  }
  .medium-8 {
      width: 66.66667%
  }
  .medium-9 {
      width: 75%
  }
  .medium-10 {
      width: 83.33333%
  }
  .medium-11 {
      width: 91.66667%
  }
  .medium-12 {
      width: 100%
  }
  [class*="column"]+[class*="column"]:last-child {
      float: right
  }
  [class*="column"]+[class*="column"].end {
      float: left
  }
  .medium-offset-0 {
      margin-left: 0% !important
  }
  .medium-offset-1 {
      margin-left: 8.33333% !important
  }
  .medium-offset-2 {
      margin-left: 16.66667% !important
  }
  .medium-offset-3 {
      margin-left: 25% !important
  }
  .medium-offset-4 {
      margin-left: 33.33333% !important
  }
  .medium-offset-5 {
      margin-left: 41.66667% !important
  }
  .medium-offset-6 {
      margin-left: 50% !important
  }
  .medium-offset-7 {
      margin-left: 58.33333% !important
  }
  .medium-offset-8 {
      margin-left: 66.66667% !important
  }
  .medium-offset-9 {
      margin-left: 75% !important
  }
  .medium-offset-10 {
      margin-left: 83.33333% !important
  }
  .medium-offset-11 {
      margin-left: 91.66667% !important
  }
  .medium-reset-order,
  .medium-reset-order {
      margin-left: 0;
      margin-right: 0;
      left: auto;
      right: auto;
      float: left
  }
  .push-0 {
      left: 0%;
      right: auto
  }
  .pull-0 {
      right: 0%;
      left: auto
  }
  .push-1 {
      left: 8.33333%;
      right: auto
  }
  .pull-1 {
      right: 8.33333%;
      left: auto
  }
  .push-2 {
      left: 16.66667%;
      right: auto
  }
  .pull-2 {
      right: 16.66667%;
      left: auto
  }
  .push-3 {
      left: 25%;
      right: auto
  }
  .pull-3 {
      right: 25%;
      left: auto
  }
  .push-4 {
      left: 33.33333%;
      right: auto
  }
  .pull-4 {
      right: 33.33333%;
      left: auto
  }
  .push-5 {
      left: 41.66667%;
      right: auto
  }
  .pull-5 {
      right: 41.66667%;
      left: auto
  }
  .push-6 {
      left: 50%;
      right: auto
  }
  .pull-6 {
      right: 50%;
      left: auto
  }
  .push-7 {
      left: 58.33333%;
      right: auto
  }
  .pull-7 {
      right: 58.33333%;
      left: auto
  }
  .push-8 {
      left: 66.66667%;
      right: auto
  }
  .pull-8 {
      right: 66.66667%;
      left: auto
  }
  .push-9 {
      left: 75%;
      right: auto
  }
  .pull-9 {
      right: 75%;
      left: auto
  }
  .push-10 {
      left: 83.33333%;
      right: auto
  }
  .pull-10 {
      right: 83.33333%;
      left: auto
  }
  .push-11 {
      left: 91.66667%;
      right: auto
  }
  .pull-11 {
      right: 91.66667%;
      left: auto
  }
}

@media only screen and (min-width: 64.063em) {
  .column.large-centered,
  .columns.large-centered {
      margin-left: auto;
      margin-right: auto;
      float: none !important
  }
  .column.large-uncentered,
  .columns.large-uncentered {
      margin-left: 0;
      margin-right: 0;
      float: left
  }
  .column.large-uncentered.opposite,
  .columns.large-uncentered.opposite {
      float: right
  }
  .large-push-0 {
      left: 0%;
      right: auto
  }
  .large-pull-0 {
      right: 0%;
      left: auto
  }
  .large-push-1 {
      left: 8.33333%;
      right: auto
  }
  .large-pull-1 {
      right: 8.33333%;
      left: auto
  }
  .large-push-2 {
      left: 16.66667%;
      right: auto
  }
  .large-pull-2 {
      right: 16.66667%;
      left: auto
  }
  .large-push-3 {
      left: 25%;
      right: auto
  }
  .large-pull-3 {
      right: 25%;
      left: auto
  }
  .large-push-4 {
      left: 33.33333%;
      right: auto
  }
  .large-pull-4 {
      right: 33.33333%;
      left: auto
  }
  .large-push-5 {
      left: 41.66667%;
      right: auto
  }
  .large-pull-5 {
      right: 41.66667%;
      left: auto
  }
  .large-push-6 {
      left: 50%;
      right: auto
  }
  .large-pull-6 {
      right: 50%;
      left: auto
  }
  .large-push-7 {
      left: 58.33333%;
      right: auto
  }
  .large-pull-7 {
      right: 58.33333%;
      left: auto
  }
  .large-push-8 {
      left: 66.66667%;
      right: auto
  }
  .large-pull-8 {
      right: 66.66667%;
      left: auto
  }
  .large-push-9 {
      left: 75%;
      right: auto
  }
  .large-pull-9 {
      right: 75%;
      left: auto
  }
  .large-push-10 {
      left: 83.33333%;
      right: auto
  }
  .large-pull-10 {
      right: 83.33333%;
      left: auto
  }
  .large-push-11 {
      left: 91.66667%;
      right: auto
  }
  .large-pull-11 {
      right: 91.66667%;
      left: auto
  }
  .column,
  .columns {
      position: relative;
      padding-left: 0.9375rem;
      padding-right: 0.9375rem;
      float: left
  }
  .large-1 {
      width: 8.33333%
  }
  .large-2 {
      width: 16.66667%
  }
  .large-3 {
      width: 25%
  }
  .large-4 {
      width: 33.33333%
  }
  .large-5 {
      width: 41.66667%
  }
  .large-6 {
      width: 50%
  }
  .large-7 {
      width: 58.33333%
  }
  .large-8 {
      width: 66.66667%
  }
  .large-9 {
      width: 75%
  }
  .large-10 {
      width: 83.33333%
  }
  .large-11 {
      width: 91.66667%
  }
  .large-12 {
      width: 100%
  }
  [class*="column"]+[class*="column"]:last-child {
      float: right
  }
  [class*="column"]+[class*="column"].end {
      float: left
  }
  .large-offset-0 {
      margin-left: 0% !important
  }
  .large-offset-1 {
      margin-left: 8.33333% !important
  }
  .large-offset-2 {
      margin-left: 16.66667% !important
  }
  .large-offset-3 {
      margin-left: 25% !important
  }
  .large-offset-4 {
      margin-left: 33.33333% !important
  }
  .large-offset-5 {
      margin-left: 41.66667% !important
  }
  .large-offset-6 {
      margin-left: 50% !important
  }
  .large-offset-7 {
      margin-left: 58.33333% !important
  }
  .large-offset-8 {
      margin-left: 66.66667% !important
  }
  .large-offset-9 {
      margin-left: 75% !important
  }
  .large-offset-10 {
      margin-left: 83.33333% !important
  }
  .large-offset-11 {
      margin-left: 91.66667% !important
  }
  .large-reset-order,
  .large-reset-order {
      margin-left: 0;
      margin-right: 0;
      left: auto;
      right: auto;
      float: left
  }
  .push-0 {
      left: 0%;
      right: auto
  }
  .pull-0 {
      right: 0%;
      left: auto
  }
  .push-1 {
      left: 8.33333%;
      right: auto
  }
  .pull-1 {
      right: 8.33333%;
      left: auto
  }
  .push-2 {
      left: 16.66667%;
      right: auto
  }
  .pull-2 {
      right: 16.66667%;
      left: auto
  }
  .push-3 {
      left: 25%;
      right: auto
  }
  .pull-3 {
      right: 25%;
      left: auto
  }
  .push-4 {
      left: 33.33333%;
      right: auto
  }
  .pull-4 {
      right: 33.33333%;
      left: auto
  }
  .push-5 {
      left: 41.66667%;
      right: auto
  }
  .pull-5 {
      right: 41.66667%;
      left: auto
  }
  .push-6 {
      left: 50%;
      right: auto
  }
  .pull-6 {
      right: 50%;
      left: auto
  }
  .push-7 {
      left: 58.33333%;
      right: auto
  }
  .pull-7 {
      right: 58.33333%;
      left: auto
  }
  .push-8 {
      left: 66.66667%;
      right: auto
  }
  .pull-8 {
      right: 66.66667%;
      left: auto
  }
  .push-9 {
      left: 75%;
      right: auto
  }
  .pull-9 {
      right: 75%;
      left: auto
  }
  .push-10 {
      left: 83.33333%;
      right: auto
  }
  .pull-10 {
      right: 83.33333%;
      left: auto
  }
  .push-11 {
      left: 91.66667%;
      right: auto
  }
  .pull-11 {
      right: 91.66667%;
      left: auto
  }
}

@-webkit-keyframes rotate {
  from {
      -webkit-transform: rotate(0deg)
  }
  to {
      -webkit-transform: rotate(360deg)
  }
}

@-moz-keyframes rotate {
  from {
      -moz-transform: rotate(0deg)
  }
  to {
      -moz-transform: rotate(360deg)
  }
}

@-o-keyframes rotate {
  from {
      -o-transform: rotate(0deg)
  }
  to {
      -o-transform: rotate(360deg)
  }
}

@keyframes rotate {
  from {
      transform: rotate(0deg)
  }
  to {
      transform: rotate(360deg)
  }
}

.slideshow-wrapper {
  position: relative
}

.slideshow-wrapper ul {
  list-style-type: none;
  margin: 0
}

.slideshow-wrapper ul li,
.slideshow-wrapper ul li .orbit-caption {
  display: none
}

.slideshow-wrapper ul li:first-child {
  display: block
}

.slideshow-wrapper .orbit-container {
  background-color: transparent
}

.slideshow-wrapper .orbit-container ul li {
  display: block
}

.slideshow-wrapper .orbit-container ul li .orbit-caption {
  display: block
}

.preloader {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
  border: solid 3px;
  border-color: #555 #fff;
  -webkit-border-radius: 1000px;
  border-radius: 1000px;
  -webkit-animation-name: rotate;
  -webkit-animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: rotate;
  -moz-animation-duration: 1.5s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -o-animation-name: rotate;
  -o-animation-duration: 1.5s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
  animation-name: rotate;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear
}

.orbit-container {
  overflow: hidden;
  width: 100%;
  position: relative;
  background: none
}

.orbit-container .orbit-slides-container {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  -webkit-transform: translateZ(0)
}

.orbit-container .orbit-slides-container img {
  display: block;
  max-width: 100%
}

.orbit-container .orbit-slides-container>* {
  position: absolute;
  top: 0;
  width: 100%;
  margin-left: 100%
}

.orbit-container .orbit-slides-container>*:first-child {
  margin-left: 0%
}

.orbit-container .orbit-slides-container>* .orbit-caption {
  position: absolute;
  bottom: 0;
  background-color: rgba(51, 51, 51, 0.8);
  color: #fff;
  width: 100%;
  padding: 0.625rem 0.875rem;
  font-size: 0.875rem
}

.orbit-container .orbit-slide-number {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 12px;
  color: #fff;
  background: transparent;
  z-index: 10
}

.orbit-container .orbit-slide-number span {
  font-weight: 700;
  padding: 0.3125rem;
  display: inline-block
}

.orbit-container .orbit-timer {
  position: absolute;
  top: 12px;
  right: 10px;
  height: 6px;
  width: 100px;
  z-index: 10
}

.orbit-container .orbit-timer .orbit-progress {
  height: 3px;
  background-color: rgba(255, 255, 255, 0.3);
  display: block;
  width: 0%;
  position: relative;
  right: 20px;
  top: 5px
}

.orbit-container .orbit-timer>span {
  display: none;
  position: absolute;
  top: 0px;
  right: 0;
  width: 11px;
  height: 14px;
  border: solid 4px #fff;
  border-top: none;
  border-bottom: none
}

.orbit-container .orbit-timer.paused>span {
  right: -4px;
  top: 0px;
  width: 11px;
  height: 14px;
  border: inset 8px;
  border-right-style: solid;
  border-color: transparent transparent transparent #fff
}

.orbit-container .orbit-timer.paused>span.dark {
  border-color: transparent transparent transparent #333
}

.orbit-container:hover .orbit-timer>span {
  display: block
}

.orbit-container .orbit-prev,
.orbit-container .orbit-next {
  position: absolute;
  top: 45%;
  margin-top: -25px;
  width: 36px;
  height: 60px;
  line-height: 50px;
  color: white;
  background-color: none;
  text-indent: -9999px !important;
  z-index: 10
}

.orbit-container .orbit-prev:hover,
.orbit-container .orbit-next:hover {
  background-color: rgba(0, 0, 0, 0.3)
}

.orbit-container .orbit-prev>span,
.orbit-container .orbit-next>span {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  display: block;
  width: 0;
  height: 0;
  border: inset 10px
}

.orbit-container .orbit-prev {
  left: 0
}

.orbit-container .orbit-prev>span {
  border-right-style: solid;
  border-color: transparent;
  border-right-color: #fff
}

.orbit-container .orbit-prev:hover>span {
  border-right-color: #fff
}

.orbit-container .orbit-next {
  right: 0
}

.orbit-container .orbit-next>span {
  border-color: transparent;
  border-left-style: solid;
  border-left-color: #fff;
  left: 50%;
  margin-left: -4px
}

.orbit-container .orbit-next:hover>span {
  border-left-color: #fff
}

.orbit-bullets-container {
  text-align: center
}

.orbit-bullets {
  margin: 0 auto 30px auto;
  overflow: hidden;
  position: relative;
  top: 10px;
  float: none;
  text-align: center;
  display: block
}

.orbit-bullets li {
  display: inline-block;
  width: 0.5625rem;
  height: 0.5625rem;
  background: #ccc;
  float: none;
  margin-right: 6px;
  -webkit-border-radius: 1000px;
  border-radius: 1000px
}

.orbit-bullets li.active {
  background: #999
}

.orbit-bullets li:last-child {
  margin-right: 0
}

.touch .orbit-container .orbit-prev,
.touch .orbit-container .orbit-next {
  display: none
}

.touch .orbit-bullets {
  display: none
}

@media only screen and (min-width: 40.063em) {
  .touch .orbit-container .orbit-prev,
  .touch .orbit-container .orbit-next {
      display: inherit
  }
  .touch .orbit-bullets {
      display: block
  }
}

@media only screen and (max-width: 40em) {
  .orbit-stack-on-small .orbit-slides-container {
      height: auto !important
  }
  .orbit-stack-on-small .orbit-slides-container>* {
      position: relative;
      margin-left: 0% !important
  }
  .orbit-stack-on-small .orbit-timer,
  .orbit-stack-on-small .orbit-next,
  .orbit-stack-on-small .orbit-prev,
  .orbit-stack-on-small .orbit-bullets {
      display: none
  }
}

meta.foundation-mq-topbar {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em
}

.contain-to-grid {
  width: 100%;
  background: #333
}

.contain-to-grid .top-bar {
  margin-bottom: 0
}

.fixed {
  width: 100%;
  left: 0;
  position: fixed;
  top: 0;
  z-index: 99
}

.fixed.expanded:not(.top-bar) {
  overflow-y: auto;
  height: auto;
  width: 100%;
  max-height: 100%
}

.fixed.expanded:not(.top-bar) .title-area {
  position: fixed;
  width: 100%;
  z-index: 99
}

.fixed.expanded:not(.top-bar) .top-bar-section {
  z-index: 98;
  margin-top: 45px
}

.top-bar {
  overflow: hidden;
  height: 45px;
  line-height: 45px;
  position: relative;
  background: #333;
  margin-bottom: 0
}

.top-bar ul {
  margin-bottom: 0;
  list-style: none
}

.top-bar .row {
  max-width: none
}

.top-bar form,
.top-bar input {
  margin-bottom: 0
}

.top-bar input {
  height: auto;
  padding-top: .35rem;
  padding-bottom: .35rem;
  font-size: 0.75rem
}

.top-bar .button {
  padding-top: .45rem;
  padding-bottom: .35rem;
  margin-bottom: 0;
  font-size: 0.75rem
}

.top-bar .title-area {
  position: relative;
  margin: 0
}

.top-bar .name {
  height: 45px;
  margin: 0;
  font-size: 16px
}

.top-bar .name h1 {
  line-height: 45px;
  font-size: 1.0625rem;
  margin: 0
}

.top-bar .name h1 a {
  font-weight: normal;
  color: #fff;
  width: 50%;
  display: block;
  padding: 0 15px
}

.top-bar .toggle-topbar {
  position: absolute;
  right: 0;
  top: 0
}

.top-bar .toggle-topbar a {
  color: #fff;
  text-transform: uppercase;
  font-size: 0.8125rem;
  font-weight: bold;
  position: relative;
  display: block;
  padding: 0 15px;
  height: 45px;
  line-height: 45px
}

.top-bar .toggle-topbar.menu-icon {
  right: 15px;
  top: 50%;
  margin-top: -16px;
  padding-left: 40px
}

.top-bar .toggle-topbar.menu-icon a {
  height: 34px;
  line-height: 33px;
  padding: 0;
  padding-right: 25px;
  color: #fff;
  position: relative
}

.top-bar .toggle-topbar.menu-icon a::after {
  content: "";
  position: absolute;
  right: 0;
  display: block;
  width: 16px;
  top: 0;
  height: 0;
  -webkit-box-shadow: 1px 10px 1px 1px #fff, 1px 16px 1px 1px #fff, 1px 22px 1px 1px #fff;
  box-shadow: 0 10px 0 1px #fff, 0 16px 0 1px #fff, 0 22px 0 1px #fff
}

.top-bar.expanded {
  height: auto;
  background: transparent
}

.top-bar.expanded .title-area {
  background: #333
}

.top-bar.expanded .toggle-topbar a {
  color: #888
}

.top-bar.expanded .toggle-topbar a::after {
  -webkit-box-shadow: 1px 10px 1px 1px #888, 1px 16px 1px 1px #888, 1px 22px 1px 1px #888;
  box-shadow: 0 10px 0 1px #888, 0 16px 0 1px #888, 0 22px 0 1px #888
}

.top-bar-section {
  left: 0;
  position: relative;
  width: auto;
  -webkit-transition: left 300ms ease-out;
  -moz-transition: left 300ms ease-out;
  -o-transition: left 300ms ease-out;
  transition: left 300ms ease-out
}

.top-bar-section ul {
  width: 100%;
  height: auto;
  display: block;
  background: #333;
  font-size: 16px;
  margin: 0
}

.top-bar-section .divider,
.top-bar-section [role="separator"] {
  border-top: solid 1px #1a1a1a;
  clear: both;
  height: 1px;
  width: 100%
}

.top-bar-section ul li>a {
  display: block;
  width: 100%;
  color: #fff;
  padding: 12px 0 12px 0;
  padding-left: 15px;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-size: 0.8125rem;
  font-weight: normal;
  text-transform: none;
  background: #333
}

.top-bar-section ul li>a.button {
  background: #008CBA;
  font-size: 0.8125rem;
  padding-right: 15px;
  padding-left: 15px
}

.top-bar-section ul li>a.button:hover {
  background: #068
}

.top-bar-section ul li>a.button.secondary {
  background: #e7e7e7
}

.top-bar-section ul li>a.button.secondary:hover {
  background: #cecece
}

.top-bar-section ul li>a.button.success {
  background: #43AC6A
}

.top-bar-section ul li>a.button.success:hover {
  background: #358854
}

.top-bar-section ul li>a.button.alert {
  background: #f04124
}

.top-bar-section ul li>a.button.alert:hover {
  background: #d42b0f
}

.top-bar-section ul li:hover:not(.has-form)>a {
  background: #272727;
  color: #fff
}

.top-bar-section ul li.active>a {
  background: #008CBA;
  color: #fff
}

.top-bar-section ul li.active>a:hover {
  background: #0078a0;
  color: #fff
}

.top-bar-section .has-form {
  padding: 15px
}

.top-bar-section .has-dropdown {
  position: relative
}

.top-bar-section .has-dropdown>a:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: transparent transparent transparent rgba(255, 255, 255, 0.4);
  border-left-style: solid;
  margin-right: 15px;
  margin-top: -4.5px;
  position: absolute;
  top: 50%;
  right: 0
}

.top-bar-section .has-dropdown.moved {
  position: static
}

.top-bar-section .has-dropdown.moved>.dropdown {
  display: block;
  position: static !important;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto;
  position: absolute !important;
  width: 100%
}

.top-bar-section .has-dropdown.moved>a:after {
  display: none
}

.top-bar-section .dropdown {
  position: absolute;
  left: 100%;
  top: 0;
  z-index: 99;
  display: block;
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px)
}

.top-bar-section .dropdown li {
  width: 100%;
  height: auto
}

.top-bar-section .dropdown li a {
  font-weight: normal;
  padding: 8px 15px
}

.top-bar-section .dropdown li a.parent-link {
  font-weight: normal
}

.top-bar-section .dropdown li.title h5 {
  margin-bottom: 0
}

.top-bar-section .dropdown li.title h5 a {
  color: #fff;
  line-height: 22.5px;
  display: block
}

.top-bar-section .dropdown li.has-form {
  padding: 8px 15px
}

.top-bar-section .dropdown li .button {
  top: auto
}

.top-bar-section .dropdown label {
  padding: 8px 15px 2px;
  margin-bottom: 0;
  text-transform: uppercase;
  color: #777;
  font-weight: bold;
  font-size: 0.625rem
}

.js-generated {
  display: block
}

@media only screen and (min-width: 40.063em) {
  .top-bar {
      background: #333;
      *zoom: 1;
      overflow: visible
  }
  .top-bar:before,
  .top-bar:after {
      content: " ";
      display: table
  }
  .top-bar:after {
      clear: both
  }
  .top-bar .toggle-topbar {
      display: none
  }
  .top-bar .title-area {
      float: left
  }
  .top-bar .name h1 a {
      width: auto
  }
  .top-bar input,
  .top-bar .button {
      font-size: 0.875rem;
      position: relative;
      top: 7px
  }
  .top-bar.expanded {
      background: #333
  }
  .contain-to-grid .top-bar {
      max-width: 86.25rem;
      margin: 0 auto;
      margin-bottom: 0
  }
  .top-bar-section {
      -webkit-transition: none 0 0;
      -moz-transition: none 0 0;
      -o-transition: none 0 0;
      transition: none 0 0;
      left: 0 !important
  }
  .top-bar-section ul {
      width: auto;
      height: auto !important;
      display: inline
  }
  .top-bar-section ul li {
      float: left
  }
  .top-bar-section ul li .js-generated {
      display: none
  }
  .top-bar-section li.hover>a:not(.button) {
      background: #272727;
      color: #fff
  }
  .top-bar-section li:not(.has-form) a:not(.button) {
      padding: 0 15px;
      line-height: 45px;
      background: #333
  }
  .top-bar-section li:not(.has-form) a:not(.button):hover {
      background: #272727
  }
  .top-bar-section li.active:not(.has-form) a:not(.button) {
      padding: 0 15px;
      line-height: 45px;
      color: #fff;
      background: #008CBA
  }
  .top-bar-section li.active:not(.has-form) a:not(.button):hover {
      background: #0078a0
  }
  .top-bar-section .has-dropdown>a {
      padding-right: 35px !important
  }
  .top-bar-section .has-dropdown>a:after {
      content: "";
      display: block;
      width: 0;
      height: 0;
      border: inset 5px;
      border-color: rgba(255, 255, 255, 0.4) transparent transparent transparent;
      border-top-style: solid;
      margin-top: -2.5px;
      top: 22.5px
  }
  .top-bar-section .has-dropdown.moved {
      position: relative
  }
  .top-bar-section .has-dropdown.moved>.dropdown {
      display: block;
      position: absolute !important;
      height: 1px;
      width: 1px;
      overflow: hidden;
      clip: rect(1px, 1px, 1px, 1px)
  }
  .top-bar-section .has-dropdown.hover>.dropdown,
  .top-bar-section .has-dropdown.not-click:hover>.dropdown {
      display: block;
      position: static !important;
      height: auto;
      width: auto;
      overflow: visible;
      clip: auto;
      position: absolute !important
  }
  .top-bar-section .has-dropdown .dropdown li.has-dropdown>a:after {
      border: none;
      content: "\00bb";
      top: 1rem;
      margin-top: -7px;
      right: 5px;
      line-height: 1.2
  }
  .top-bar-section .dropdown {
      left: 0;
      top: auto;
      background: transparent;
      min-width: 100%
  }
  .top-bar-section .dropdown li a {
      color: #fff;
      line-height: 1;
      white-space: nowrap;
      padding: 12px 15px;
      background: #333
  }
  .top-bar-section .dropdown li label {
      white-space: nowrap;
      background: #333
  }
  .top-bar-section .dropdown li .dropdown {
      left: 100%;
      top: 0
  }
  .top-bar-section>ul>.divider,
  .top-bar-section>ul>[role="separator"] {
      border-bottom: none;
      border-top: none;
      border-right: solid 1px #4e4e4e;
      clear: none;
      height: 45px;
      width: 0
  }
  .top-bar-section .has-form {
      background: #333;
      padding: 0 15px;
      height: 45px
  }
  .top-bar-section .right li .dropdown {
      left: auto;
      right: 0
  }
  .top-bar-section .right li .dropdown li .dropdown {
      right: 100%
  }
  .top-bar-section .left li .dropdown {
      right: auto;
      left: 0
  }
  .top-bar-section .left li .dropdown li .dropdown {
      left: 100%
  }
  .no-js .top-bar-section ul li:hover>a {
      background: #272727;
      color: #fff
  }
  .no-js .top-bar-section ul li:active>a {
      background: #008CBA;
      color: #fff
  }
  .no-js .top-bar-section .has-dropdown:hover>.dropdown {
      display: block;
      position: static !important;
      height: auto;
      width: auto;
      overflow: visible;
      clip: auto;
      position: absolute !important
  }
}

.off-canvas-wrap {
  -webkit-backface-visibility: hidden;
  position: relative;
  width: 100%;
  overflow-x: hidden
}

.off-canvas-wrap.move-right,
.off-canvas-wrap.move-left {
  height: 100%
}

.inner-wrap {
  -webkit-backface-visibility: hidden;
  position: relative;
  width: 100%;
  *zoom: 1;
  -webkit-transition: -webkit-transform 500ms ease;
  -moz-transition: -moz-transform 500ms ease;
  -ms-transition: -ms-transform 500ms ease;
  -o-transition: -o-transform 500ms ease;
  transition: transform 500ms ease
}

.inner-wrap:before,
.inner-wrap:after {
  content: " ";
  display: table
}

.inner-wrap:after {
  clear: both
}

.tab-bar {
  -webkit-backface-visibility: hidden;
  background: #333;
  color: #fff;
  height: 2.8125rem;
  line-height: 2.8125rem;
  position: relative
}

.tab-bar h1,
.tab-bar h2,
.tab-bar h3,
.tab-bar h4,
.tab-bar h5,
.tab-bar h6 {
  color: #fff;
  font-weight: bold;
  line-height: 2.8125rem;
  margin: 0
}

.left-small {
  width: 2.8125rem;
  height: 2.8125rem;
  position: absolute;
  top: 0;
  border-right: solid 1px #1a1a1a;
  box-shadow: 1px 0 0 #4e4e4e;
  left: 0
}

.right-small {
  width: 2.8125rem;
  height: 2.8125rem;
  position: absolute;
  top: 0;
  border-left: solid 1px #4e4e4e;
  box-shadow: -1px 0 0 #1a1a1a;
  right: 0
}

.tab-bar-section {
  padding: 0 0.625rem;
  position: absolute;
  text-align: center;
  height: 2.8125rem;
  top: 0
}

@media only screen and (min-width: 40.063em) {
  .tab-bar-section {
      text-align: left
  }
}

.tab-bar-section.left {
  left: 0;
  right: 2.8125rem
}

.tab-bar-section.right {
  left: 2.8125rem;
  right: 0
}

.tab-bar-section.middle {
  left: 2.8125rem;
  right: 2.8125rem
}

.tab-bar .menu-icon {
  text-indent: 2.1875rem;
  width: 2.8125rem;
  height: 2.8125rem;
  display: block;
  line-height: 2.0625rem;
  padding: 0;
  color: #fff;
  position: relative
}

.tab-bar .menu-icon span {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0;
  left: 0.8125rem;
  top: 0.3125rem;
  -webkit-box-shadow: 1px 10px 1px 1px #FFF, 1px 16px 1px 1px #FFF, 1px 22px 1px 1px #FFF;
  box-shadow: 0 10px 0 1px #FFF, 0 16px 0 1px #FFF, 0 22px 0 1px #FFF
}

.tab-bar .menu-icon:hover span {
  -webkit-box-shadow: 1px 10px 1px 1px #b3b3b3, 1px 16px 1px 1px #b3b3b3, 1px 22px 1px 1px #b3b3b3;
  box-shadow: 0 10px 0 1px #b3b3b3, 0 16px 0 1px #b3b3b3, 0 22px 0 1px #b3b3b3
}

.left-off-canvas-menu {
  -webkit-backface-visibility: hidden;
  width: 15.625rem;
  top: 0;
  bottom: 0;
  position: absolute;
  overflow-y: auto;
  background: #333;
  z-index: 1001;
  box-sizing: content-box;
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  left: 0
}

.left-off-canvas-menu * {
  -webkit-backface-visibility: hidden
}

.right-off-canvas-menu {
  -webkit-backface-visibility: hidden;
  width: 15.625rem;
  top: 0;
  bottom: 0;
  position: absolute;
  overflow-y: auto;
  background: #333;
  z-index: 1001;
  box-sizing: content-box;
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  right: 0
}

.right-off-canvas-menu * {
  -webkit-backface-visibility: hidden
}

ul.off-canvas-list {
  list-style-type: none;
  padding: 0;
  margin: 0
}

ul.off-canvas-list li label {
  padding: 0.3rem 0.9375rem;
  color: #999;
  text-transform: uppercase;
  font-weight: bold;
  background: #444;
  border-top: 1px solid #5e5e5e;
  border-bottom: none;
  margin: 0
}

ul.off-canvas-list li a {
  display: block;
  padding: 0.66667rem;
  color: rgba(255, 255, 255, 0.7);
  border-bottom: 1px solid #262626
}

.move-right>.inner-wrap {
  -webkit-transform: translate3d(15.625rem, 0, 0);
  -moz-transform: translate3d(15.625rem, 0, 0);
  -ms-transform: translate3d(15.625rem, 0, 0);
  -o-transform: translate3d(15.625rem, 0, 0);
  transform: translate3d(15.625rem, 0, 0)
}

.move-right .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  transition: background 300ms ease;
  cursor: pointer;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1002;
  -webkit-tap-highlight-color: transparent
}

@media only screen and (min-width: 40.063em) {
  .move-right .exit-off-canvas:hover {
      background: rgba(255, 255, 255, 0.05)
  }
}

.move-left>.inner-wrap {
  -webkit-transform: translate3d(-15.625rem, 0, 0);
  -moz-transform: translate3d(-15.625rem, 0, 0);
  -ms-transform: translate3d(-15.625rem, 0, 0);
  -o-transform: translate3d(-15.625rem, 0, 0);
  transform: translate3d(-15.625rem, 0, 0)
}

.move-left .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  transition: background 300ms ease;
  cursor: pointer;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1002;
  -webkit-tap-highlight-color: transparent
}

@media only screen and (min-width: 40.063em) {
  .move-left .exit-off-canvas:hover {
      background: rgba(255, 255, 255, 0.05)
  }
}

.csstransforms.no-csstransforms3d .left-off-canvas-menu {
  -webkit-transform: translate(-100%, 0);
  -moz-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  -o-transform: translate(-100%, 0);
  transform: translate(-100%, 0)
}

.csstransforms.no-csstransforms3d .right-off-canvas-menu {
  -webkit-transform: translate(100%, 0);
  -moz-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  -o-transform: translate(100%, 0);
  transform: translate(100%, 0)
}

.csstransforms.no-csstransforms3d .move-left>.inner-wrap {
  -webkit-transform: translate(-15.625rem, 0);
  -moz-transform: translate(-15.625rem, 0);
  -ms-transform: translate(-15.625rem, 0);
  -o-transform: translate(-15.625rem, 0);
  transform: translate(-15.625rem, 0)
}

.csstransforms.no-csstransforms3d .move-right>.inner-wrap {
  -webkit-transform: translate(15.625rem, 0);
  -moz-transform: translate(15.625rem, 0);
  -ms-transform: translate(15.625rem, 0);
  -o-transform: translate(15.625rem, 0);
  transform: translate(15.625rem, 0)
}

.no-csstransforms .left-off-canvas-menu {
  left: -15.625rem
}

.no-csstransforms .right-off-canvas-menu {
  right: -15.625rem
}

.no-csstransforms .move-left>.inner-wrap {
  right: 15.625rem
}

.no-csstransforms .move-right>.inner-wrap {
  left: 15.625rem
}

[data-abide] .error small.error,
[data-abide] span.error,
[data-abide] small.error {
  background: red;
  color: white
}

[data-abide] span.error,
[data-abide] small.error {
  display: none
}

[data-abide] .error input,
[data-abide] .error textarea,
[data-abide] .error select {
  margin-bottom: 0
}

[data-abide] .error input[type="checkbox"],
[data-abide] .error input[type="radio"] {
  margin-bottom: 10px
}

[data-abide] .error label,
[data-abide] .error label.error {
  color: red
}

[data-abide] .error small.error {
  display: block;
  background: red;
  color: white
}

[data-abide] .error>label>small {
  color: green;
  background: transparent;
  padding: 0;
  text-transform: capitalize;
  font-style: normal;
  font-size: 60%;
  margin: 0;
  display: inline
}

[data-abide] .error span.error-message {
  display: block
}

@media only screen {
  .show-for-small-only,
  .show-for-small-up,
  .show-for-small,
  .show-for-small-down,
  .hide-for-medium-only,
  .hide-for-medium-up,
  .hide-for-medium,
  .show-for-medium-down,
  .hide-for-large-only,
  .hide-for-large-up,
  .hide-for-large,
  .show-for-large-down,
  .hide-for-xlarge-only,
  .hide-for-xlarge-up,
  .hide-for-xlarge,
  .show-for-xlarge-down,
  .hide-for-xxlarge-only,
  .hide-for-xxlarge-up,
  .hide-for-xxlarge,
  .show-for-xxlarge-down {
      display: inherit !important
  }
  .hide-for-small-only,
  .hide-for-small-up,
  .hide-for-small,
  .hide-for-small-down,
  .show-for-medium-only,
  .show-for-medium-up,
  .show-for-medium,
  .hide-for-medium-down,
  .show-for-large-only,
  .show-for-large-up,
  .show-for-large,
  .hide-for-large-down,
  .show-for-xlarge-only,
  .show-for-xlarge-up,
  .show-for-xlarge,
  .hide-for-xlarge-down,
  .show-for-xxlarge-only,
  .show-for-xxlarge-up,
  .show-for-xxlarge,
  .hide-for-xxlarge-down {
      display: none !important
  }
  table.show-for-small-only,
  table.show-for-small-up,
  table.show-for-small,
  table.show-for-small-down,
  table.hide-for-medium-only,
  table.hide-for-medium-up,
  table.hide-for-medium,
  table.show-for-medium-down,
  table.hide-for-large-only,
  table.hide-for-large-up,
  table.hide-for-large,
  table.show-for-large-down,
  table.hide-for-xlarge-only,
  table.hide-for-xlarge-up,
  table.hide-for-xlarge,
  table.show-for-xlarge-down,
  table.hide-for-xxlarge-only,
  table.hide-for-xxlarge-up,
  table.hide-for-xxlarge,
  table.show-for-xxlarge-down {
      display: table
  }
  thead.show-for-small-only,
  thead.show-for-small-up,
  thead.show-for-small,
  thead.show-for-small-down,
  thead.hide-for-medium-only,
  thead.hide-for-medium-up,
  thead.hide-for-medium,
  thead.show-for-medium-down,
  thead.hide-for-large-only,
  thead.hide-for-large-up,
  thead.hide-for-large,
  thead.show-for-large-down,
  thead.hide-for-xlarge-only,
  thead.hide-for-xlarge-up,
  thead.hide-for-xlarge,
  thead.show-for-xlarge-down,
  thead.hide-for-xxlarge-only,
  thead.hide-for-xxlarge-up,
  thead.hide-for-xxlarge,
  thead.show-for-xxlarge-down {
      display: table-header-group !important
  }
  tbody.show-for-small-only,
  tbody.show-for-small-up,
  tbody.show-for-small,
  tbody.show-for-small-down,
  tbody.hide-for-medium-only,
  tbody.hide-for-medium-up,
  tbody.hide-for-medium,
  tbody.show-for-medium-down,
  tbody.hide-for-large-only,
  tbody.hide-for-large-up,
  tbody.hide-for-large,
  tbody.show-for-large-down,
  tbody.hide-for-xlarge-only,
  tbody.hide-for-xlarge-up,
  tbody.hide-for-xlarge,
  tbody.show-for-xlarge-down,
  tbody.hide-for-xxlarge-only,
  tbody.hide-for-xxlarge-up,
  tbody.hide-for-xxlarge,
  tbody.show-for-xxlarge-down {
      display: table-row-group !important
  }
  tr.show-for-small-only,
  tr.show-for-small-up,
  tr.show-for-small,
  tr.show-for-small-down,
  tr.hide-for-medium-only,
  tr.hide-for-medium-up,
  tr.hide-for-medium,
  tr.show-for-medium-down,
  tr.hide-for-large-only,
  tr.hide-for-large-up,
  tr.hide-for-large,
  tr.show-for-large-down,
  tr.hide-for-xlarge-only,
  tr.hide-for-xlarge-up,
  tr.hide-for-xlarge,
  tr.show-for-xlarge-down,
  tr.hide-for-xxlarge-only,
  tr.hide-for-xxlarge-up,
  tr.hide-for-xxlarge,
  tr.show-for-xxlarge-down {
      display: table-row !important
  }
  th.show-for-small-only,
  td.show-for-small-only,
  th.show-for-small-up,
  td.show-for-small-up,
  th.show-for-small,
  td.show-for-small,
  th.show-for-small-down,
  td.show-for-small-down,
  th.hide-for-medium-only,
  td.hide-for-medium-only,
  th.hide-for-medium-up,
  td.hide-for-medium-up,
  th.hide-for-medium,
  td.hide-for-medium,
  th.show-for-medium-down,
  td.show-for-medium-down,
  th.hide-for-large-only,
  td.hide-for-large-only,
  th.hide-for-large-up,
  td.hide-for-large-up,
  th.hide-for-large,
  td.hide-for-large,
  th.show-for-large-down,
  td.show-for-large-down,
  th.hide-for-xlarge-only,
  td.hide-for-xlarge-only,
  th.hide-for-xlarge-up,
  td.hide-for-xlarge-up,
  th.hide-for-xlarge,
  td.hide-for-xlarge,
  th.show-for-xlarge-down,
  td.show-for-xlarge-down,
  th.hide-for-xxlarge-only,
  td.hide-for-xxlarge-only,
  th.hide-for-xxlarge-up,
  td.hide-for-xxlarge-up,
  th.hide-for-xxlarge,
  td.hide-for-xxlarge,
  th.show-for-xxlarge-down,
  td.show-for-xxlarge-down {
      display: table-cell !important
  }
}

@media only screen and (min-width: 40.063em) {
  .hide-for-small-only,
  .show-for-small-up,
  .hide-for-small,
  .hide-for-small-down,
  .show-for-medium-only,
  .show-for-medium-up,
  .show-for-medium,
  .show-for-medium-down,
  .hide-for-large-only,
  .hide-for-large-up,
  .hide-for-large,
  .show-for-large-down,
  .hide-for-xlarge-only,
  .hide-for-xlarge-up,
  .hide-for-xlarge,
  .show-for-xlarge-down,
  .hide-for-xxlarge-only,
  .hide-for-xxlarge-up,
  .hide-for-xxlarge,
  .show-for-xxlarge-down {
      display: inherit !important
  }
  .show-for-small-only,
  .hide-for-small-up,
  .show-for-small,
  .show-for-small-down,
  .hide-for-medium-only,
  .hide-for-medium-up,
  .hide-for-medium,
  .hide-for-medium-down,
  .show-for-large-only,
  .show-for-large-up,
  .show-for-large,
  .hide-for-large-down,
  .show-for-xlarge-only,
  .show-for-xlarge-up,
  .show-for-xlarge,
  .hide-for-xlarge-down,
  .show-for-xxlarge-only,
  .show-for-xxlarge-up,
  .show-for-xxlarge,
  .hide-for-xxlarge-down {
      display: none !important
  }
  table.hide-for-small-only,
  table.show-for-small-up,
  table.hide-for-small,
  table.hide-for-small-down,
  table.show-for-medium-only,
  table.show-for-medium-up,
  table.show-for-medium,
  table.show-for-medium-down,
  table.hide-for-large-only,
  table.hide-for-large-up,
  table.hide-for-large,
  table.show-for-large-down,
  table.hide-for-xlarge-only,
  table.hide-for-xlarge-up,
  table.hide-for-xlarge,
  table.show-for-xlarge-down,
  table.hide-for-xxlarge-only,
  table.hide-for-xxlarge-up,
  table.hide-for-xxlarge,
  table.show-for-xxlarge-down {
      display: table
  }
  thead.hide-for-small-only,
  thead.show-for-small-up,
  thead.hide-for-small,
  thead.hide-for-small-down,
  thead.show-for-medium-only,
  thead.show-for-medium-up,
  thead.show-for-medium,
  thead.show-for-medium-down,
  thead.hide-for-large-only,
  thead.hide-for-large-up,
  thead.hide-for-large,
  thead.show-for-large-down,
  thead.hide-for-xlarge-only,
  thead.hide-for-xlarge-up,
  thead.hide-for-xlarge,
  thead.show-for-xlarge-down,
  thead.hide-for-xxlarge-only,
  thead.hide-for-xxlarge-up,
  thead.hide-for-xxlarge,
  thead.show-for-xxlarge-down {
      display: table-header-group !important
  }
  tbody.hide-for-small-only,
  tbody.show-for-small-up,
  tbody.hide-for-small,
  tbody.hide-for-small-down,
  tbody.show-for-medium-only,
  tbody.show-for-medium-up,
  tbody.show-for-medium,
  tbody.show-for-medium-down,
  tbody.hide-for-large-only,
  tbody.hide-for-large-up,
  tbody.hide-for-large,
  tbody.show-for-large-down,
  tbody.hide-for-xlarge-only,
  tbody.hide-for-xlarge-up,
  tbody.hide-for-xlarge,
  tbody.show-for-xlarge-down,
  tbody.hide-for-xxlarge-only,
  tbody.hide-for-xxlarge-up,
  tbody.hide-for-xxlarge,
  tbody.show-for-xxlarge-down {
      display: table-row-group !important
  }
  tr.hide-for-small-only,
  tr.show-for-small-up,
  tr.hide-for-small,
  tr.hide-for-small-down,
  tr.show-for-medium-only,
  tr.show-for-medium-up,
  tr.show-for-medium,
  tr.show-for-medium-down,
  tr.hide-for-large-only,
  tr.hide-for-large-up,
  tr.hide-for-large,
  tr.show-for-large-down,
  tr.hide-for-xlarge-only,
  tr.hide-for-xlarge-up,
  tr.hide-for-xlarge,
  tr.show-for-xlarge-down,
  tr.hide-for-xxlarge-only,
  tr.hide-for-xxlarge-up,
  tr.hide-for-xxlarge,
  tr.show-for-xxlarge-down {
      display: table-row !important
  }
  th.hide-for-small-only,
  td.hide-for-small-only,
  th.show-for-small-up,
  td.show-for-small-up,
  th.hide-for-small,
  td.hide-for-small,
  th.hide-for-small-down,
  td.hide-for-small-down,
  th.show-for-medium-only,
  td.show-for-medium-only,
  th.show-for-medium-up,
  td.show-for-medium-up,
  th.show-for-medium,
  td.show-for-medium,
  th.show-for-medium-down,
  td.show-for-medium-down,
  th.hide-for-large-only,
  td.hide-for-large-only,
  th.hide-for-large-up,
  td.hide-for-large-up,
  th.hide-for-large,
  td.hide-for-large,
  th.show-for-large-down,
  td.show-for-large-down,
  th.hide-for-xlarge-only,
  td.hide-for-xlarge-only,
  th.hide-for-xlarge-up,
  td.hide-for-xlarge-up,
  th.hide-for-xlarge,
  td.hide-for-xlarge,
  th.show-for-xlarge-down,
  td.show-for-xlarge-down,
  th.hide-for-xxlarge-only,
  td.hide-for-xxlarge-only,
  th.hide-for-xxlarge-up,
  td.hide-for-xxlarge-up,
  th.hide-for-xxlarge,
  td.hide-for-xxlarge,
  th.show-for-xxlarge-down,
  td.show-for-xxlarge-down {
      display: table-cell !important
  }
}

@media only screen and (min-width: 64.063em) {
  .hide-for-small-only,
  .show-for-small-up,
  .hide-for-small,
  .hide-for-small-down,
  .hide-for-medium-only,
  .show-for-medium-up,
  .hide-for-medium,
  .hide-for-medium-down,
  .show-for-large-only,
  .show-for-large-up,
  .show-for-large,
  .show-for-large-down,
  .hide-for-xlarge-only,
  .hide-for-xlarge-up,
  .hide-for-xlarge,
  .show-for-xlarge-down,
  .hide-for-xxlarge-only,
  .hide-for-xxlarge-up,
  .hide-for-xxlarge,
  .show-for-xxlarge-down {
      display: inherit !important
  }
  .show-for-small-only,
  .hide-for-small-up,
  .show-for-small,
  .show-for-small-down,
  .show-for-medium-only,
  .hide-for-medium-up,
  .show-for-medium,
  .show-for-medium-down,
  .hide-for-large-only,
  .hide-for-large-up,
  .hide-for-large,
  .hide-for-large-down,
  .show-for-xlarge-only,
  .show-for-xlarge-up,
  .show-for-xlarge,
  .hide-for-xlarge-down,
  .show-for-xxlarge-only,
  .show-for-xxlarge-up,
  .show-for-xxlarge,
  .hide-for-xxlarge-down {
      display: none !important
  }
  table.hide-for-small-only,
  table.show-for-small-up,
  table.hide-for-small,
  table.hide-for-small-down,
  table.hide-for-medium-only,
  table.show-for-medium-up,
  table.hide-for-medium,
  table.hide-for-medium-down,
  table.show-for-large-only,
  table.show-for-large-up,
  table.show-for-large,
  table.show-for-large-down,
  table.hide-for-xlarge-only,
  table.hide-for-xlarge-up,
  table.hide-for-xlarge,
  table.show-for-xlarge-down,
  table.hide-for-xxlarge-only,
  table.hide-for-xxlarge-up,
  table.hide-for-xxlarge,
  table.show-for-xxlarge-down {
      display: table
  }
  thead.hide-for-small-only,
  thead.show-for-small-up,
  thead.hide-for-small,
  thead.hide-for-small-down,
  thead.hide-for-medium-only,
  thead.show-for-medium-up,
  thead.hide-for-medium,
  thead.hide-for-medium-down,
  thead.show-for-large-only,
  thead.show-for-large-up,
  thead.show-for-large,
  thead.show-for-large-down,
  thead.hide-for-xlarge-only,
  thead.hide-for-xlarge-up,
  thead.hide-for-xlarge,
  thead.show-for-xlarge-down,
  thead.hide-for-xxlarge-only,
  thead.hide-for-xxlarge-up,
  thead.hide-for-xxlarge,
  thead.show-for-xxlarge-down {
      display: table-header-group !important
  }
  tbody.hide-for-small-only,
  tbody.show-for-small-up,
  tbody.hide-for-small,
  tbody.hide-for-small-down,
  tbody.hide-for-medium-only,
  tbody.show-for-medium-up,
  tbody.hide-for-medium,
  tbody.hide-for-medium-down,
  tbody.show-for-large-only,
  tbody.show-for-large-up,
  tbody.show-for-large,
  tbody.show-for-large-down,
  tbody.hide-for-xlarge-only,
  tbody.hide-for-xlarge-up,
  tbody.hide-for-xlarge,
  tbody.show-for-xlarge-down,
  tbody.hide-for-xxlarge-only,
  tbody.hide-for-xxlarge-up,
  tbody.hide-for-xxlarge,
  tbody.show-for-xxlarge-down {
      display: table-row-group !important
  }
  tr.hide-for-small-only,
  tr.show-for-small-up,
  tr.hide-for-small,
  tr.hide-for-small-down,
  tr.hide-for-medium-only,
  tr.show-for-medium-up,
  tr.hide-for-medium,
  tr.hide-for-medium-down,
  tr.show-for-large-only,
  tr.show-for-large-up,
  tr.show-for-large,
  tr.show-for-large-down,
  tr.hide-for-xlarge-only,
  tr.hide-for-xlarge-up,
  tr.hide-for-xlarge,
  tr.show-for-xlarge-down,
  tr.hide-for-xxlarge-only,
  tr.hide-for-xxlarge-up,
  tr.hide-for-xxlarge,
  tr.show-for-xxlarge-down {
      display: table-row !important
  }
  th.hide-for-small-only,
  td.hide-for-small-only,
  th.show-for-small-up,
  td.show-for-small-up,
  th.hide-for-small,
  td.hide-for-small,
  th.hide-for-small-down,
  td.hide-for-small-down,
  th.hide-for-medium-only,
  td.hide-for-medium-only,
  th.show-for-medium-up,
  td.show-for-medium-up,
  th.hide-for-medium,
  td.hide-for-medium,
  th.hide-for-medium-down,
  td.hide-for-medium-down,
  th.show-for-large-only,
  td.show-for-large-only,
  th.show-for-large-up,
  td.show-for-large-up,
  th.show-for-large,
  td.show-for-large,
  th.show-for-large-down,
  td.show-for-large-down,
  th.hide-for-xlarge-only,
  td.hide-for-xlarge-only,
  th.hide-for-xlarge-up,
  td.hide-for-xlarge-up,
  th.hide-for-xlarge,
  td.hide-for-xlarge,
  th.show-for-xlarge-down,
  td.show-for-xlarge-down,
  th.hide-for-xxlarge-only,
  td.hide-for-xxlarge-only,
  th.hide-for-xxlarge-up,
  td.hide-for-xxlarge-up,
  th.hide-for-xxlarge,
  td.hide-for-xxlarge,
  th.show-for-xxlarge-down,
  td.show-for-xxlarge-down {
      display: table-cell !important
  }
}

@media only screen and (min-width: 90.063em) {
  .hide-for-small-only,
  .show-for-small-up,
  .hide-for-small,
  .hide-for-small-down,
  .hide-for-medium-only,
  .show-for-medium-up,
  .hide-for-medium,
  .hide-for-medium-down,
  .hide-for-large-only,
  .show-for-large-up,
  .hide-for-large,
  .hide-for-large-down,
  .show-for-xlarge-only,
  .show-for-xlarge-up,
  .show-for-xlarge,
  .show-for-xlarge-down,
  .hide-for-xxlarge-only,
  .hide-for-xxlarge-up,
  .hide-for-xxlarge,
  .show-for-xxlarge-down {
      display: inherit !important
  }
  .show-for-small-only,
  .hide-for-small-up,
  .show-for-small,
  .show-for-small-down,
  .show-for-medium-only,
  .hide-for-medium-up,
  .show-for-medium,
  .show-for-medium-down,
  .show-for-large-only,
  .hide-for-large-up,
  .show-for-large,
  .show-for-large-down,
  .hide-for-xlarge-only,
  .hide-for-xlarge-up,
  .hide-for-xlarge,
  .hide-for-xlarge-down,
  .show-for-xxlarge-only,
  .show-for-xxlarge-up,
  .show-for-xxlarge,
  .hide-for-xxlarge-down {
      display: none !important
  }
  table.hide-for-small-only,
  table.show-for-small-up,
  table.hide-for-small,
  table.hide-for-small-down,
  table.hide-for-medium-only,
  table.show-for-medium-up,
  table.hide-for-medium,
  table.hide-for-medium-down,
  table.hide-for-large-only,
  table.show-for-large-up,
  table.hide-for-large,
  table.hide-for-large-down,
  table.show-for-xlarge-only,
  table.show-for-xlarge-up,
  table.show-for-xlarge,
  table.show-for-xlarge-down,
  table.hide-for-xxlarge-only,
  table.hide-for-xxlarge-up,
  table.hide-for-xxlarge,
  table.show-for-xxlarge-down {
      display: table
  }
  thead.hide-for-small-only,
  thead.show-for-small-up,
  thead.hide-for-small,
  thead.hide-for-small-down,
  thead.hide-for-medium-only,
  thead.show-for-medium-up,
  thead.hide-for-medium,
  thead.hide-for-medium-down,
  thead.hide-for-large-only,
  thead.show-for-large-up,
  thead.hide-for-large,
  thead.hide-for-large-down,
  thead.show-for-xlarge-only,
  thead.show-for-xlarge-up,
  thead.show-for-xlarge,
  thead.show-for-xlarge-down,
  thead.hide-for-xxlarge-only,
  thead.hide-for-xxlarge-up,
  thead.hide-for-xxlarge,
  thead.show-for-xxlarge-down {
      display: table-header-group !important
  }
  tbody.hide-for-small-only,
  tbody.show-for-small-up,
  tbody.hide-for-small,
  tbody.hide-for-small-down,
  tbody.hide-for-medium-only,
  tbody.show-for-medium-up,
  tbody.hide-for-medium,
  tbody.hide-for-medium-down,
  tbody.hide-for-large-only,
  tbody.show-for-large-up,
  tbody.hide-for-large,
  tbody.hide-for-large-down,
  tbody.show-for-xlarge-only,
  tbody.show-for-xlarge-up,
  tbody.show-for-xlarge,
  tbody.show-for-xlarge-down,
  tbody.hide-for-xxlarge-only,
  tbody.hide-for-xxlarge-up,
  tbody.hide-for-xxlarge,
  tbody.show-for-xxlarge-down {
      display: table-row-group !important
  }
  tr.hide-for-small-only,
  tr.show-for-small-up,
  tr.hide-for-small,
  tr.hide-for-small-down,
  tr.hide-for-medium-only,
  tr.show-for-medium-up,
  tr.hide-for-medium,
  tr.hide-for-medium-down,
  tr.hide-for-large-only,
  tr.show-for-large-up,
  tr.hide-for-large,
  tr.hide-for-large-down,
  tr.show-for-xlarge-only,
  tr.show-for-xlarge-up,
  tr.show-for-xlarge,
  tr.show-for-xlarge-down,
  tr.hide-for-xxlarge-only,
  tr.hide-for-xxlarge-up,
  tr.hide-for-xxlarge,
  tr.show-for-xxlarge-down {
      display: table-row !important
  }
  th.hide-for-small-only,
  td.hide-for-small-only,
  th.show-for-small-up,
  td.show-for-small-up,
  th.hide-for-small,
  td.hide-for-small,
  th.hide-for-small-down,
  td.hide-for-small-down,
  th.hide-for-medium-only,
  td.hide-for-medium-only,
  th.show-for-medium-up,
  td.show-for-medium-up,
  th.hide-for-medium,
  td.hide-for-medium,
  th.hide-for-medium-down,
  td.hide-for-medium-down,
  th.hide-for-large-only,
  td.hide-for-large-only,
  th.show-for-large-up,
  td.show-for-large-up,
  th.hide-for-large,
  td.hide-for-large,
  th.hide-for-large-down,
  td.hide-for-large-down,
  th.show-for-xlarge-only,
  td.show-for-xlarge-only,
  th.show-for-xlarge-up,
  td.show-for-xlarge-up,
  th.show-for-xlarge,
  td.show-for-xlarge,
  th.show-for-xlarge-down,
  td.show-for-xlarge-down,
  th.hide-for-xxlarge-only,
  td.hide-for-xxlarge-only,
  th.hide-for-xxlarge-up,
  td.hide-for-xxlarge-up,
  th.hide-for-xxlarge,
  td.hide-for-xxlarge,
  th.show-for-xxlarge-down,
  td.show-for-xxlarge-down {
      display: table-cell !important
  }
}

@media only screen and (min-width: 120.063em) {
  .hide-for-small-only,
  .show-for-small-up,
  .hide-for-small,
  .hide-for-small-down,
  .hide-for-medium-only,
  .show-for-medium-up,
  .hide-for-medium,
  .hide-for-medium-down,
  .hide-for-large-only,
  .show-for-large-up,
  .hide-for-large,
  .hide-for-large-down,
  .hide-for-xlarge-only,
  .show-for-xlarge-up,
  .hide-for-xlarge,
  .hide-for-xlarge-down,
  .show-for-xxlarge-only,
  .show-for-xxlarge-up,
  .show-for-xxlarge,
  .show-for-xxlarge-down {
      display: inherit !important
  }
  .show-for-small-only,
  .hide-for-small-up,
  .show-for-small,
  .show-for-small-down,
  .show-for-medium-only,
  .hide-for-medium-up,
  .show-for-medium,
  .show-for-medium-down,
  .show-for-large-only,
  .hide-for-large-up,
  .show-for-large,
  .show-for-large-down,
  .show-for-xlarge-only,
  .hide-for-xlarge-up,
  .show-for-xlarge,
  .show-for-xlarge-down,
  .hide-for-xxlarge-only,
  .hide-for-xxlarge-up,
  .hide-for-xxlarge,
  .hide-for-xxlarge-down {
      display: none !important
  }
  table.hide-for-small-only,
  table.show-for-small-up,
  table.hide-for-small,
  table.hide-for-small-down,
  table.hide-for-medium-only,
  table.show-for-medium-up,
  table.hide-for-medium,
  table.hide-for-medium-down,
  table.hide-for-large-only,
  table.show-for-large-up,
  table.hide-for-large,
  table.hide-for-large-down,
  table.hide-for-xlarge-only,
  table.show-for-xlarge-up,
  table.hide-for-xlarge,
  table.hide-for-xlarge-down,
  table.show-for-xxlarge-only,
  table.show-for-xxlarge-up,
  table.show-for-xxlarge,
  table.show-for-xxlarge-down {
      display: table
  }
  thead.hide-for-small-only,
  thead.show-for-small-up,
  thead.hide-for-small,
  thead.hide-for-small-down,
  thead.hide-for-medium-only,
  thead.show-for-medium-up,
  thead.hide-for-medium,
  thead.hide-for-medium-down,
  thead.hide-for-large-only,
  thead.show-for-large-up,
  thead.hide-for-large,
  thead.hide-for-large-down,
  thead.hide-for-xlarge-only,
  thead.show-for-xlarge-up,
  thead.hide-for-xlarge,
  thead.hide-for-xlarge-down,
  thead.show-for-xxlarge-only,
  thead.show-for-xxlarge-up,
  thead.show-for-xxlarge,
  thead.show-for-xxlarge-down {
      display: table-header-group !important
  }
  tbody.hide-for-small-only,
  tbody.show-for-small-up,
  tbody.hide-for-small,
  tbody.hide-for-small-down,
  tbody.hide-for-medium-only,
  tbody.show-for-medium-up,
  tbody.hide-for-medium,
  tbody.hide-for-medium-down,
  tbody.hide-for-large-only,
  tbody.show-for-large-up,
  tbody.hide-for-large,
  tbody.hide-for-large-down,
  tbody.hide-for-xlarge-only,
  tbody.show-for-xlarge-up,
  tbody.hide-for-xlarge,
  tbody.hide-for-xlarge-down,
  tbody.show-for-xxlarge-only,
  tbody.show-for-xxlarge-up,
  tbody.show-for-xxlarge,
  tbody.show-for-xxlarge-down {
      display: table-row-group !important
  }
  tr.hide-for-small-only,
  tr.show-for-small-up,
  tr.hide-for-small,
  tr.hide-for-small-down,
  tr.hide-for-medium-only,
  tr.show-for-medium-up,
  tr.hide-for-medium,
  tr.hide-for-medium-down,
  tr.hide-for-large-only,
  tr.show-for-large-up,
  tr.hide-for-large,
  tr.hide-for-large-down,
  tr.hide-for-xlarge-only,
  tr.show-for-xlarge-up,
  tr.hide-for-xlarge,
  tr.hide-for-xlarge-down,
  tr.show-for-xxlarge-only,
  tr.show-for-xxlarge-up,
  tr.show-for-xxlarge,
  tr.show-for-xxlarge-down {
      display: table-row !important
  }
  th.hide-for-small-only,
  td.hide-for-small-only,
  th.show-for-small-up,
  td.show-for-small-up,
  th.hide-for-small,
  td.hide-for-small,
  th.hide-for-small-down,
  td.hide-for-small-down,
  th.hide-for-medium-only,
  td.hide-for-medium-only,
  th.show-for-medium-up,
  td.show-for-medium-up,
  th.hide-for-medium,
  td.hide-for-medium,
  th.hide-for-medium-down,
  td.hide-for-medium-down,
  th.hide-for-large-only,
  td.hide-for-large-only,
  th.show-for-large-up,
  td.show-for-large-up,
  th.hide-for-large,
  td.hide-for-large,
  th.hide-for-large-down,
  td.hide-for-large-down,
  th.hide-for-xlarge-only,
  td.hide-for-xlarge-only,
  th.show-for-xlarge-up,
  td.show-for-xlarge-up,
  th.hide-for-xlarge,
  td.hide-for-xlarge,
  th.hide-for-xlarge-down,
  td.hide-for-xlarge-down,
  th.show-for-xxlarge-only,
  td.show-for-xxlarge-only,
  th.show-for-xxlarge-up,
  td.show-for-xxlarge-up,
  th.show-for-xxlarge,
  td.show-for-xxlarge,
  th.show-for-xxlarge-down,
  td.show-for-xxlarge-down {
      display: table-cell !important
  }
}

.show-for-landscape,
.hide-for-portrait {
  display: inherit !important
}

.hide-for-landscape,
.show-for-portrait {
  display: none !important
}

table.hide-for-landscape,
table.show-for-portrait {
  display: table
}

thead.hide-for-landscape,
thead.show-for-portrait {
  display: table-header-group !important
}

tbody.hide-for-landscape,
tbody.show-for-portrait {
  display: table-row-group !important
}

tr.hide-for-landscape,
tr.show-for-portrait {
  display: table-row !important
}

td.hide-for-landscape,
td.show-for-portrait,
th.hide-for-landscape,
th.show-for-portrait {
  display: table-cell !important
}

@media only screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
      display: inherit !important
  }
  .hide-for-landscape,
  .show-for-portrait {
      display: none !important
  }
  table.show-for-landscape,
  table.hide-for-portrait {
      display: table
  }
  thead.show-for-landscape,
  thead.hide-for-portrait {
      display: table-header-group !important
  }
  tbody.show-for-landscape,
  tbody.hide-for-portrait {
      display: table-row-group !important
  }
  tr.show-for-landscape,
  tr.hide-for-portrait {
      display: table-row !important
  }
  td.show-for-landscape,
  td.hide-for-portrait,
  th.show-for-landscape,
  th.hide-for-portrait {
      display: table-cell !important
  }
}

@media only screen and (orientation: portrait) {
  .show-for-portrait,
  .hide-for-landscape {
      display: inherit !important
  }
  .hide-for-portrait,
  .show-for-landscape {
      display: none !important
  }
  table.show-for-portrait,
  table.hide-for-landscape {
      display: table
  }
  thead.show-for-portrait,
  thead.hide-for-landscape {
      display: table-header-group !important
  }
  tbody.show-for-portrait,
  tbody.hide-for-landscape {
      display: table-row-group !important
  }
  tr.show-for-portrait,
  tr.hide-for-landscape {
      display: table-row !important
  }
  td.show-for-portrait,
  td.hide-for-landscape,
  th.show-for-portrait,
  th.hide-for-landscape {
      display: table-cell !important
  }
}

.show-for-touch {
  display: none !important
}

.hide-for-touch {
  display: inherit !important
}

.touch .show-for-touch {
  display: inherit !important
}

.touch .hide-for-touch {
  display: none !important
}

table.hide-for-touch {
  display: table
}

.touch table.show-for-touch {
  display: table
}

thead.hide-for-touch {
  display: table-header-group !important
}

.touch thead.show-for-touch {
  display: table-header-group !important
}

tbody.hide-for-touch {
  display: table-row-group !important
}

.touch tbody.show-for-touch {
  display: table-row-group !important
}

tr.hide-for-touch {
  display: table-row !important
}

.touch tr.show-for-touch {
  display: table-row !important
}

td.hide-for-touch {
  display: table-cell !important
}

.touch td.show-for-touch {
  display: table-cell !important
}

th.hide-for-touch {
  display: table-cell !important
}

.touch th.show-for-touch {
  display: table-cell !important
}

.reveal-modal-bg {
  position: fixed;
  height: 100%;
  width: 100%;
  background: #000;
  background: rgba(0, 0, 0, 0.45);
  z-index: 98;
  display: none;
  top: 0;
  left: 0
}

dialog,
.reveal-modal {
  visibility: hidden;
  display: none;
  position: absolute;
  left: 50%;
  z-index: 99;
  height: auto;
  margin-left: -40%;
  width: 80%;
  background-color: #fff;
  padding: 1.25rem;
  border: solid 1px #666;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  top: 6.25rem
}

dialog .column,
dialog .columns,
.reveal-modal .column,
.reveal-modal .columns {
  min-width: 0
}

dialog>:first-child,
.reveal-modal>:first-child {
  margin-top: 0
}

dialog>:last-child,
.reveal-modal>:last-child {
  margin-bottom: 0
}

dialog .close-reveal-modal,
.reveal-modal .close-reveal-modal {
  font-size: 1.375rem;
  line-height: 1;
  position: absolute;
  top: 0.5rem;
  right: 0.6875rem;
  color: #aaa;
  font-weight: bold;
  cursor: pointer
}

dialog[open] {
  display: block;
  visibility: visible
}

@media only screen and (min-width: 40.063em) {
  dialog,
  .reveal-modal {
      padding: 1.875rem;
      top: 6.25rem
  }
  dialog.tiny,
  .reveal-modal.tiny {
      margin-left: -15%;
      width: 30%
  }
  dialog.small,
  .reveal-modal.small {
      margin-left: -20%;
      width: 40%
  }
  dialog.medium,
  .reveal-modal.medium {
      margin-left: -30%;
      width: 60%
  }
  dialog.large,
  .reveal-modal.large {
      margin-left: -35%;
      width: 70%
  }
  dialog.xlarge,
  .reveal-modal.xlarge {
      margin-left: -47.5%;
      width: 95%
  }
}

@media print {
  dialog,
  .reveal-modal {
      background: #fff !important
  }
}


/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */

html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%
}

body {
  margin: 0
}

article,
aside,
footer,
header,
nav,
section {
  display: block
}

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

figcaption,
figure,
main {
  display: block
}

figure {
  margin: 1em 40px
}

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

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

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects
}

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

b,
strong {
  font-weight: inherit
}

b,
strong {
  font-weight: bolder
}

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

dfn {
  font-style: italic
}

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

small {
  font-size: 80%
}

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

sub {
  bottom: -0.25em
}

sup {
  top: -0.5em
}

audio,
video {
  display: inline-block
}

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

img {
  border-style: none
}

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

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0
}

button,
input {
  overflow: visible
}

button,
select {
  text-transform: none
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText
}

fieldset {
  padding: 0.35em 0.75em 0.625em
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal
}

progress {
  display: inline-block;
  vertical-align: baseline
}

textarea {
  overflow: auto
}

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

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

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px
}

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

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}

details,
menu {
  display: block
}

summary {
  display: list-item
}

canvas {
  display: inline-block
}

template {
  display: none
}

[hidden] {
  display: none
}

@font-face {
  font-family: 'Sparkasse Web';
  src: url("../fonts/sparrg-webfont.eot");
  src: url("../fonts/sparrg-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/sparrg-webfont.woff") format("woff"), url("../fonts/sparrg-webfont.ttf") format("truetype"), url("../fonts/sparrg-webfont.svg#sparkasse_rgregular") format("svg");
  font-weight: normal;
  font-style: normal
}

@font-face {
  font-family: 'Sparkasse Web';
  src: url("../fonts/sparrgit-webfont.eot");
  src: url("../fonts/sparrgit-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/sparrgit-webfont.woff") format("woff"), url("../fonts/sparrgit-webfont.ttf") format("truetype"), url("../fonts/sparrgit-webfont.svg#sparkasse_rgitalic") format("svg");
  font-weight: normal;
  font-style: italic
}

@font-face {
  font-family: 'Sparkasse Web';
  src: url("../fonts/sparlt-webfont.eot");
  src: url("../fonts/sparlt-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/sparlt-webfont.woff") format("woff"), url("../fonts/sparlt-webfont.ttf") format("truetype"), url("../fonts/sparlt-webfont.svg#sparkasse_ltregular") format("svg");
  font-weight: 200;
  font-style: normal
}

@font-face {
  font-family: 'Sparkasse Web';
  src: url("../fonts/sparltit-webfont.eot");
  src: url("../fonts/sparltit-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/sparltit-webfont.woff") format("woff"), url("../fonts/sparltit-webfont.ttf") format("truetype"), url("../fonts/sparltit-webfont.svg#sparkasse_ltitalic") format("svg");
  font-weight: 200;
  font-style: italic
}

@font-face {
  font-family: 'Sparkasse Web Serif';
  src: url("../fonts/UnitSlabWeb-Regular.eot");
  src: url("../fonts/UnitSlabWeb-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/UnitSlabWeb-Regular.woff") format("woff"), url("../fonts/UnitSlabWeb-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal
}

@font-face {
  font-family: 'Sparkasse Web Serif';
  src: url("../fonts/UnitSlabWeb-Medium.eot");
  src: url("../fonts/UnitSlabWeb-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/UnitSlabWeb-Medium.woff") format("woff"), url("../fonts/UnitSlabWeb-Medium.ttf") format("truetype");
  font-weight: bold;
  font-style: normal
}


/*!
*  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
*  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
*/

@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.6.3");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.6.3") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.6.3") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.6.3") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.6.3") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.6.3#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
}

.fa-lg {
  font-size: 1.33333em;
  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.28571em;
  text-align: center
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none
}

.fa-ul>li {
  position: relative
}

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center
}

.fa-li.fa-lg {
  left: -1.85714em
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em
}

.fa-pull-left {
  float: left
}

.fa-pull-right {
  float: right
}

.fa.fa-pull-left {
  margin-right: .3em
}

.fa.fa-pull-right {
  margin-left: .3em
}

.pull-right {
  float: right
}

.pull-left {
  float: left
}

.fa.pull-left {
  margin-right: .3em
}

.fa.pull-right {
  margin-left: .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
}

.fa-glass:before {
  content: ""
}

.fa-music:before {
  content: ""
}

.fa-search:before {
  content: ""
}

.fa-envelope-o:before {
  content: ""
}

.fa-heart:before {
  content: ""
}

.fa-star:before {
  content: ""
}

.fa-star-o:before {
  content: ""
}

.fa-user:before {
  content: ""
}

.fa-film:before {
  content: ""
}

.fa-th-large:before {
  content: ""
}

.fa-th:before {
  content: ""
}

.fa-th-list:before {
  content: ""
}

.fa-check:before {
  content: ""
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""
}

.fa-search-plus:before {
  content: ""
}

.fa-search-minus:before {
  content: ""
}

.fa-power-off:before {
  content: ""
}

.fa-signal:before {
  content: ""
}

.fa-gear:before,
.fa-cog:before {
  content: ""
}

.fa-trash-o:before {
  content: ""
}

.fa-home:before {
  content: ""
}

.fa-file-o:before {
  content: ""
}

.fa-clock-o:before {
  content: ""
}

.fa-road:before {
  content: ""
}

.fa-download:before {
  content: ""
}

.fa-arrow-circle-o-down:before {
  content: ""
}

.fa-arrow-circle-o-up:before {
  content: ""
}

.fa-inbox:before {
  content: ""
}

.fa-play-circle-o:before {
  content: ""
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""
}

.fa-refresh:before {
  content: ""
}

.fa-list-alt:before {
  content: ""
}

.fa-lock:before {
  content: ""
}

.fa-flag:before {
  content: ""
}

.fa-headphones:before {
  content: ""
}

.fa-volume-off:before {
  content: ""
}

.fa-volume-down:before {
  content: ""
}

.fa-volume-up:before {
  content: ""
}

.fa-qrcode:before {
  content: ""
}

.fa-barcode:before {
  content: ""
}

.fa-tag:before {
  content: ""
}

.fa-tags:before {
  content: ""
}

.fa-book:before {
  content: ""
}

.fa-bookmark:before {
  content: ""
}

.fa-print:before {
  content: ""
}

.fa-camera:before {
  content: ""
}

.fa-font:before {
  content: ""
}

.fa-bold:before {
  content: ""
}

.fa-italic:before {
  content: ""
}

.fa-text-height:before {
  content: ""
}

.fa-text-width:before {
  content: ""
}

.fa-align-left:before {
  content: ""
}

.fa-align-center:before {
  content: ""
}

.fa-align-right:before {
  content: ""
}

.fa-align-justify:before {
  content: ""
}

.fa-list:before {
  content: ""
}

.fa-dedent:before,
.fa-outdent:before {
  content: ""
}

.fa-indent:before {
  content: ""
}

.fa-video-camera:before {
  content: ""
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""
}

.fa-pencil:before {
  content: ""
}

.fa-map-marker:before {
  content: ""
}

.fa-adjust:before {
  content: ""
}

.fa-tint:before {
  content: ""
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""
}

.fa-share-square-o:before {
  content: ""
}

.fa-check-square-o:before {
  content: ""
}

.fa-arrows:before {
  content: ""
}

.fa-step-backward:before {
  content: ""
}

.fa-fast-backward:before {
  content: ""
}

.fa-backward:before {
  content: ""
}

.fa-play:before {
  content: ""
}

.fa-pause:before {
  content: ""
}

.fa-stop:before {
  content: ""
}

.fa-forward:before {
  content: ""
}

.fa-fast-forward:before {
  content: ""
}

.fa-step-forward:before {
  content: ""
}

.fa-eject:before {
  content: ""
}

.fa-chevron-left:before {
  content: ""
}

.fa-chevron-right:before {
  content: ""
}

.fa-plus-circle:before {
  content: ""
}

.fa-minus-circle:before {
  content: ""
}

.fa-times-circle:before {
  content: ""
}

.fa-check-circle:before {
  content: ""
}

.fa-question-circle:before {
  content: ""
}

.fa-info-circle:before {
  content: ""
}

.fa-crosshairs:before {
  content: ""
}

.fa-times-circle-o:before {
  content: ""
}

.fa-check-circle-o:before {
  content: ""
}

.fa-ban:before {
  content: ""
}

.fa-arrow-left:before {
  content: ""
}

.fa-arrow-right:before {
  content: ""
}

.fa-arrow-up:before {
  content: ""
}

.fa-arrow-down:before {
  content: ""
}

.fa-mail-forward:before,
.fa-share:before {
  content: ""
}

.fa-expand:before {
  content: ""
}

.fa-compress:before {
  content: ""
}

.fa-plus:before {
  content: ""
}

.fa-minus:before {
  content: ""
}

.fa-asterisk:before {
  content: ""
}

.fa-exclamation-circle:before {
  content: ""
}

.fa-gift:before {
  content: ""
}

.fa-leaf:before {
  content: ""
}

.fa-fire:before {
  content: ""
}

.fa-eye:before {
  content: ""
}

.fa-eye-slash:before {
  content: ""
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""
}

.fa-plane:before {
  content: ""
}

.fa-calendar:before {
  content: ""
}

.fa-random:before {
  content: ""
}

.fa-comment:before {
  content: ""
}

.fa-magnet:before {
  content: ""
}

.fa-chevron-up:before {
  content: ""
}

.fa-chevron-down:before {
  content: ""
}

.fa-retweet:before {
  content: ""
}

.fa-shopping-cart:before {
  content: ""
}

.fa-folder:before {
  content: ""
}

.fa-folder-open:before {
  content: ""
}

.fa-arrows-v:before {
  content: ""
}

.fa-arrows-h:before {
  content: ""
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: ""
}

.fa-twitter-square:before {
  content: ""
}

.fa-facebook-square:before {
  content: ""
}

.fa-camera-retro:before {
  content: ""
}

.fa-key:before {
  content: ""
}

.fa-gears:before,
.fa-cogs:before {
  content: ""
}

.fa-comments:before {
  content: ""
}

.fa-thumbs-o-up:before {
  content: ""
}

.fa-thumbs-o-down:before {
  content: ""
}

.fa-star-half:before {
  content: ""
}

.fa-heart-o:before {
  content: ""
}

.fa-sign-out:before {
  content: ""
}

.fa-linkedin-square:before {
  content: ""
}

.fa-thumb-tack:before {
  content: ""
}

.fa-external-link:before {
  content: ""
}

.fa-sign-in:before {
  content: ""
}

.fa-trophy:before {
  content: ""
}

.fa-github-square:before {
  content: ""
}

.fa-upload:before {
  content: ""
}

.fa-lemon-o:before {
  content: ""
}

.fa-phone:before {
  content: ""
}

.fa-square-o:before {
  content: ""
}

.fa-bookmark-o:before {
  content: ""
}

.fa-phone-square:before {
  content: ""
}

.fa-twitter:before {
  content: ""
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: ""
}

.fa-github:before {
  content: ""
}

.fa-unlock:before {
  content: ""
}

.fa-credit-card:before {
  content: ""
}

.fa-feed:before,
.fa-rss:before {
  content: ""
}

.fa-hdd-o:before {
  content: ""
}

.fa-bullhorn:before {
  content: ""
}

.fa-bell:before {
  content: ""
}

.fa-certificate:before {
  content: ""
}

.fa-hand-o-right:before {
  content: ""
}

.fa-hand-o-left:before {
  content: ""
}

.fa-hand-o-up:before {
  content: ""
}

.fa-hand-o-down:before {
  content: ""
}

.fa-arrow-circle-left:before {
  content: ""
}

.fa-arrow-circle-right:before {
  content: ""
}

.fa-arrow-circle-up:before {
  content: ""
}

.fa-arrow-circle-down:before {
  content: ""
}

.fa-globe:before {
  content: ""
}

.fa-wrench:before {
  content: ""
}

.fa-tasks:before {
  content: ""
}

.fa-filter:before {
  content: ""
}

.fa-briefcase:before {
  content: ""
}

.fa-arrows-alt:before {
  content: ""
}

.fa-group:before,
.fa-users:before {
  content: ""
}

.fa-chain:before,
.fa-link:before {
  content: ""
}

.fa-cloud:before {
  content: ""
}

.fa-flask:before {
  content: ""
}

.fa-cut:before,
.fa-scissors:before {
  content: ""
}

.fa-copy:before,
.fa-files-o:before {
  content: ""
}

.fa-paperclip:before {
  content: ""
}

.fa-save:before,
.fa-floppy-o:before {
  content: ""
}

.fa-square:before {
  content: ""
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""
}

.fa-list-ul:before {
  content: ""
}

.fa-list-ol:before {
  content: ""
}

.fa-strikethrough:before {
  content: ""
}

.fa-underline:before {
  content: ""
}

.fa-table:before {
  content: ""
}

.fa-magic:before {
  content: ""
}

.fa-truck:before {
  content: ""
}

.fa-pinterest:before {
  content: ""
}

.fa-pinterest-square:before {
  content: ""
}

.fa-google-plus-square:before {
  content: ""
}

.fa-google-plus:before {
  content: ""
}

.fa-money:before {
  content: ""
}

.fa-caret-down:before {
  content: ""
}

.fa-caret-up:before {
  content: ""
}

.fa-caret-left:before {
  content: ""
}

.fa-caret-right:before {
  content: ""
}

.fa-columns:before {
  content: ""
}

.fa-unsorted:before,
.fa-sort:before {
  content: ""
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""
}

.fa-envelope:before {
  content: ""
}

.fa-linkedin:before {
  content: ""
}

.fa-rotate-left:before,
.fa-undo:before {
  content: ""
}

.fa-legal:before,
.fa-gavel:before {
  content: ""
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""
}

.fa-comment-o:before {
  content: ""
}

.fa-comments-o:before {
  content: ""
}

.fa-flash:before,
.fa-bolt:before {
  content: ""
}

.fa-sitemap:before {
  content: ""
}

.fa-umbrella:before {
  content: ""
}

.fa-paste:before,
.fa-clipboard:before {
  content: ""
}

.fa-lightbulb-o:before {
  content: ""
}

.fa-exchange:before {
  content: ""
}

.fa-cloud-download:before {
  content: ""
}

.fa-cloud-upload:before {
  content: ""
}

.fa-user-md:before {
  content: ""
}

.fa-stethoscope:before {
  content: ""
}

.fa-suitcase:before {
  content: ""
}

.fa-bell-o:before {
  content: ""
}

.fa-coffee:before {
  content: ""
}

.fa-cutlery:before {
  content: ""
}

.fa-file-text-o:before {
  content: ""
}

.fa-building-o:before {
  content: ""
}

.fa-hospital-o:before {
  content: ""
}

.fa-ambulance:before {
  content: ""
}

.fa-medkit:before {
  content: ""
}

.fa-fighter-jet:before {
  content: ""
}

.fa-beer:before {
  content: ""
}

.fa-h-square:before {
  content: ""
}

.fa-plus-square:before {
  content: ""
}

.fa-angle-double-left:before {
  content: ""
}

.fa-angle-double-right:before {
  content: ""
}

.fa-angle-double-up:before {
  content: ""
}

.fa-angle-double-down:before {
  content: ""
}

.fa-angle-left:before {
  content: ""
}

.fa-angle-right:before {
  content: ""
}

.fa-angle-up:before {
  content: ""
}

.fa-angle-down:before {
  content: ""
}

.fa-desktop:before {
  content: ""
}

.fa-laptop:before {
  content: ""
}

.fa-tablet:before {
  content: ""
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""
}

.fa-circle-o:before {
  content: ""
}

.fa-quote-left:before {
  content: ""
}

.fa-quote-right:before {
  content: ""
}

.fa-spinner:before {
  content: ""
}

.fa-circle:before {
  content: ""
}

.fa-mail-reply:before,
.fa-reply:before {
  content: ""
}

.fa-github-alt:before {
  content: ""
}

.fa-folder-o:before {
  content: ""
}

.fa-folder-open-o:before {
  content: ""
}

.fa-smile-o:before {
  content: ""
}

.fa-frown-o:before {
  content: ""
}

.fa-meh-o:before {
  content: ""
}

.fa-gamepad:before {
  content: ""
}

.fa-keyboard-o:before {
  content: ""
}

.fa-flag-o:before {
  content: ""
}

.fa-flag-checkered:before {
  content: ""
}

.fa-terminal:before {
  content: ""
}

.fa-code:before {
  content: ""
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""
}

.fa-location-arrow:before {
  content: ""
}

.fa-crop:before {
  content: ""
}

.fa-code-fork:before {
  content: ""
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""
}

.fa-question:before {
  content: ""
}

.fa-info:before {
  content: ""
}

.fa-exclamation:before {
  content: ""
}

.fa-superscript:before {
  content: ""
}

.fa-subscript:before {
  content: ""
}

.fa-eraser:before {
  content: ""
}

.fa-puzzle-piece:before {
  content: ""
}

.fa-microphone:before {
  content: ""
}

.fa-microphone-slash:before {
  content: ""
}

.fa-shield:before {
  content: ""
}

.fa-calendar-o:before {
  content: ""
}

.fa-fire-extinguisher:before {
  content: ""
}

.fa-rocket:before {
  content: ""
}

.fa-maxcdn:before {
  content: ""
}

.fa-chevron-circle-left:before {
  content: ""
}

.fa-chevron-circle-right:before {
  content: ""
}

.fa-chevron-circle-up:before {
  content: ""
}

.fa-chevron-circle-down:before {
  content: ""
}

.fa-html5:before {
  content: ""
}

.fa-css3:before {
  content: ""
}

.fa-anchor:before {
  content: ""
}

.fa-unlock-alt:before {
  content: ""
}

.fa-bullseye:before {
  content: ""
}

.fa-ellipsis-h:before {
  content: ""
}

.fa-ellipsis-v:before {
  content: ""
}

.fa-rss-square:before {
  content: ""
}

.fa-play-circle:before {
  content: ""
}

.fa-ticket:before {
  content: ""
}

.fa-minus-square:before {
  content: ""
}

.fa-minus-square-o:before {
  content: ""
}

.fa-level-up:before {
  content: ""
}

.fa-level-down:before {
  content: ""
}

.fa-check-square:before {
  content: ""
}

.fa-pencil-square:before {
  content: ""
}

.fa-external-link-square:before {
  content: ""
}

.fa-share-square:before {
  content: ""
}

.fa-compass:before {
  content: ""
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""
}

.fa-euro:before,
.fa-eur:before {
  content: ""
}

.fa-gbp:before {
  content: ""
}

.fa-dollar:before,
.fa-usd:before {
  content: ""
}

.fa-rupee:before,
.fa-inr:before {
  content: ""
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""
}

.fa-won:before,
.fa-krw:before {
  content: ""
}

.fa-bitcoin:before,
.fa-btc:before {
  content: ""
}

.fa-file:before {
  content: ""
}

.fa-file-text:before {
  content: ""
}

.fa-sort-alpha-asc:before {
  content: ""
}

.fa-sort-alpha-desc:before {
  content: ""
}

.fa-sort-amount-asc:before {
  content: ""
}

.fa-sort-amount-desc:before {
  content: ""
}

.fa-sort-numeric-asc:before {
  content: ""
}

.fa-sort-numeric-desc:before {
  content: ""
}

.fa-thumbs-up:before {
  content: ""
}

.fa-thumbs-down:before {
  content: ""
}

.fa-youtube-square:before {
  content: ""
}

.fa-youtube:before {
  content: ""
}

.fa-xing:before {
  content: ""
}

.fa-xing-square:before {
  content: ""
}

.fa-youtube-play:before {
  content: ""
}

.fa-dropbox:before {
  content: ""
}

.fa-stack-overflow:before {
  content: ""
}

.fa-instagram:before {
  content: ""
}

.fa-flickr:before {
  content: ""
}

.fa-adn:before {
  content: ""
}

.fa-bitbucket:before {
  content: ""
}

.fa-bitbucket-square:before {
  content: ""
}

.fa-tumblr:before {
  content: ""
}

.fa-tumblr-square:before {
  content: ""
}

.fa-long-arrow-down:before {
  content: ""
}

.fa-long-arrow-up:before {
  content: ""
}

.fa-long-arrow-left:before {
  content: ""
}

.fa-long-arrow-right:before {
  content: ""
}

.fa-apple:before {
  content: ""
}

.fa-windows:before {
  content: ""
}

.fa-android:before {
  content: ""
}

.fa-linux:before {
  content: ""
}

.fa-dribbble:before {
  content: ""
}

.fa-skype:before {
  content: ""
}

.fa-foursquare:before {
  content: ""
}

.fa-trello:before {
  content: ""
}

.fa-female:before {
  content: ""
}

.fa-male:before {
  content: ""
}

.fa-gittip:before,
.fa-gratipay:before {
  content: ""
}

.fa-sun-o:before {
  content: ""
}

.fa-moon-o:before {
  content: ""
}

.fa-archive:before {
  content: ""
}

.fa-bug:before {
  content: ""
}

.fa-vk:before {
  content: ""
}

.fa-weibo:before {
  content: ""
}

.fa-renren:before {
  content: ""
}

.fa-pagelines:before {
  content: ""
}

.fa-stack-exchange:before {
  content: ""
}

.fa-arrow-circle-o-right:before {
  content: ""
}

.fa-arrow-circle-o-left:before {
  content: ""
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""
}

.fa-dot-circle-o:before {
  content: ""
}

.fa-wheelchair:before {
  content: ""
}

.fa-vimeo-square:before {
  content: ""
}

.fa-turkish-lira:before,
.fa-try:before {
  content: ""
}

.fa-plus-square-o:before {
  content: ""
}

.fa-space-shuttle:before {
  content: ""
}

.fa-slack:before {
  content: ""
}

.fa-envelope-square:before {
  content: ""
}

.fa-wordpress:before {
  content: ""
}

.fa-openid:before {
  content: ""
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""
}

.fa-yahoo:before {
  content: ""
}

.fa-google:before {
  content: ""
}

.fa-reddit:before {
  content: ""
}

.fa-reddit-square:before {
  content: ""
}

.fa-stumbleupon-circle:before {
  content: ""
}

.fa-stumbleupon:before {
  content: ""
}

.fa-delicious:before {
  content: ""
}

.fa-digg:before {
  content: ""
}

.fa-pied-piper-pp:before {
  content: ""
}

.fa-pied-piper-alt:before {
  content: ""
}

.fa-drupal:before {
  content: ""
}

.fa-joomla:before {
  content: ""
}

.fa-language:before {
  content: ""
}

.fa-fax:before {
  content: ""
}

.fa-building:before {
  content: ""
}

.fa-child:before {
  content: ""
}

.fa-paw:before {
  content: ""
}

.fa-spoon:before {
  content: ""
}

.fa-cube:before {
  content: ""
}

.fa-cubes:before {
  content: ""
}

.fa-behance:before {
  content: ""
}

.fa-behance-square:before {
  content: ""
}

.fa-steam:before {
  content: ""
}

.fa-steam-square:before {
  content: ""
}

.fa-recycle:before {
  content: ""
}

.fa-automobile:before,
.fa-car:before {
  content: ""
}

.fa-cab:before,
.fa-taxi:before {
  content: ""
}

.fa-tree:before {
  content: ""
}

.fa-spotify:before {
  content: ""
}

.fa-deviantart:before {
  content: ""
}

.fa-soundcloud:before {
  content: ""
}

.fa-database:before {
  content: ""
}

.fa-file-pdf-o:before {
  content: ""
}

.fa-file-word-o:before {
  content: ""
}

.fa-file-excel-o:before {
  content: ""
}

.fa-file-powerpoint-o:before {
  content: ""
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""
}

.fa-file-code-o:before {
  content: ""
}

.fa-vine:before {
  content: ""
}

.fa-codepen:before {
  content: ""
}

.fa-jsfiddle:before {
  content: ""
}

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

.fa-circle-o-notch:before {
  content: ""
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: ""
}

.fa-ge:before,
.fa-empire:before {
  content: ""
}

.fa-git-square:before {
  content: ""
}

.fa-git:before {
  content: ""
}

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

.fa-tencent-weibo:before {
  content: ""
}

.fa-qq:before {
  content: ""
}

.fa-wechat:before,
.fa-weixin:before {
  content: ""
}

.fa-send:before,
.fa-paper-plane:before {
  content: ""
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""
}

.fa-history:before {
  content: ""
}

.fa-circle-thin:before {
  content: ""
}

.fa-header:before {
  content: ""
}

.fa-paragraph:before {
  content: ""
}

.fa-sliders:before {
  content: ""
}

.fa-share-alt:before {
  content: ""
}

.fa-share-alt-square:before {
  content: ""
}

.fa-bomb:before {
  content: ""
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""
}

.fa-tty:before {
  content: ""
}

.fa-binoculars:before {
  content: ""
}

.fa-plug:before {
  content: ""
}

.fa-slideshare:before {
  content: ""
}

.fa-twitch:before {
  content: ""
}

.fa-yelp:before {
  content: ""
}

.fa-newspaper-o:before {
  content: ""
}

.fa-wifi:before {
  content: ""
}

.fa-calculator:before {
  content: ""
}

.fa-paypal:before {
  content: ""
}

.fa-google-wallet:before {
  content: ""
}

.fa-cc-visa:before {
  content: ""
}

.fa-cc-mastercard:before {
  content: ""
}

.fa-cc-discover:before {
  content: ""
}

.fa-cc-amex:before {
  content: ""
}

.fa-cc-paypal:before {
  content: ""
}

.fa-cc-stripe:before {
  content: ""
}

.fa-bell-slash:before {
  content: ""
}

.fa-bell-slash-o:before {
  content: ""
}

.fa-trash:before {
  content: ""
}

.fa-copyright:before {
  content: ""
}

.fa-at:before {
  content: ""
}

.fa-eyedropper:before {
  content: ""
}

.fa-paint-brush:before {
  content: ""
}

.fa-birthday-cake:before {
  content: ""
}

.fa-area-chart:before {
  content: ""
}

.fa-pie-chart:before {
  content: ""
}

.fa-line-chart:before {
  content: ""
}

.fa-lastfm:before {
  content: ""
}

.fa-lastfm-square:before {
  content: ""
}

.fa-toggle-off:before {
  content: ""
}

.fa-toggle-on:before {
  content: ""
}

.fa-bicycle:before {
  content: ""
}

.fa-bus:before {
  content: ""
}

.fa-ioxhost:before {
  content: ""
}

.fa-angellist:before {
  content: ""
}

.fa-cc:before {
  content: ""
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""
}

.fa-meanpath:before {
  content: ""
}

.fa-buysellads:before {
  content: ""
}

.fa-connectdevelop:before {
  content: ""
}

.fa-dashcube:before {
  content: ""
}

.fa-forumbee:before {
  content: ""
}

.fa-leanpub:before {
  content: ""
}

.fa-sellsy:before {
  content: ""
}

.fa-shirtsinbulk:before {
  content: ""
}

.fa-simplybuilt:before {
  content: ""
}

.fa-skyatlas:before {
  content: ""
}

.fa-cart-plus:before {
  content: ""
}

.fa-cart-arrow-down:before {
  content: ""
}

.fa-diamond:before {
  content: ""
}

.fa-ship:before {
  content: ""
}

.fa-user-secret:before {
  content: ""
}

.fa-motorcycle:before {
  content: ""
}

.fa-street-view:before {
  content: ""
}

.fa-heartbeat:before {
  content: ""
}

.fa-venus:before {
  content: ""
}

.fa-mars:before {
  content: ""
}

.fa-mercury:before {
  content: ""
}

.fa-intersex:before,
.fa-transgender:before {
  content: ""
}

.fa-transgender-alt:before {
  content: ""
}

.fa-venus-double:before {
  content: ""
}

.fa-mars-double:before {
  content: ""
}

.fa-venus-mars:before {
  content: ""
}

.fa-mars-stroke:before {
  content: ""
}

.fa-mars-stroke-v:before {
  content: ""
}

.fa-mars-stroke-h:before {
  content: ""
}

.fa-neuter:before {
  content: ""
}

.fa-genderless:before {
  content: ""
}

.fa-facebook-official:before {
  content: ""
}

.fa-pinterest-p:before {
  content: ""
}

.fa-whatsapp:before {
  content: ""
}

.fa-server:before {
  content: ""
}

.fa-user-plus:before {
  content: ""
}

.fa-user-times:before {
  content: ""
}

.fa-hotel:before,
.fa-bed:before {
  content: ""
}

.fa-viacoin:before {
  content: ""
}

.fa-train:before {
  content: ""
}

.fa-subway:before {
  content: ""
}

.fa-medium:before {
  content: ""
}

.fa-yc:before,
.fa-y-combinator:before {
  content: ""
}

.fa-optin-monster:before {
  content: ""
}

.fa-opencart:before {
  content: ""
}

.fa-expeditedssl:before {
  content: ""
}

.fa-battery-4:before,
.fa-battery-full:before {
  content: ""
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: ""
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: ""
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: ""
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: ""
}

.fa-mouse-pointer:before {
  content: ""
}

.fa-i-cursor:before {
  content: ""
}

.fa-object-group:before {
  content: ""
}

.fa-object-ungroup:before {
  content: ""
}

.fa-sticky-note:before {
  content: ""
}

.fa-sticky-note-o:before {
  content: ""
}

.fa-cc-jcb:before {
  content: ""
}

.fa-cc-diners-club:before {
  content: ""
}

.fa-clone:before {
  content: ""
}

.fa-balance-scale:before {
  content: ""
}

.fa-hourglass-o:before {
  content: ""
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: ""
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: ""
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: ""
}

.fa-hourglass:before {
  content: ""
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: ""
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: ""
}

.fa-hand-scissors-o:before {
  content: ""
}

.fa-hand-lizard-o:before {
  content: ""
}

.fa-hand-spock-o:before {
  content: ""
}

.fa-hand-pointer-o:before {
  content: ""
}

.fa-hand-peace-o:before {
  content: ""
}

.fa-trademark:before {
  content: ""
}

.fa-registered:before {
  content: ""
}

.fa-creative-commons:before {
  content: ""
}

.fa-gg:before {
  content: ""
}

.fa-gg-circle:before {
  content: ""
}

.fa-tripadvisor:before {
  content: ""
}

.fa-odnoklassniki:before {
  content: ""
}

.fa-odnoklassniki-square:before {
  content: ""
}

.fa-get-pocket:before {
  content: ""
}

.fa-wikipedia-w:before {
  content: ""
}

.fa-safari:before {
  content: ""
}

.fa-chrome:before {
  content: ""
}

.fa-firefox:before {
  content: ""
}

.fa-opera:before {
  content: ""
}

.fa-internet-explorer:before {
  content: ""
}

.fa-tv:before,
.fa-television:before {
  content: ""
}

.fa-contao:before {
  content: ""
}

.fa-500px:before {
  content: ""
}

.fa-amazon:before {
  content: ""
}

.fa-calendar-plus-o:before {
  content: ""
}

.fa-calendar-minus-o:before {
  content: ""
}

.fa-calendar-times-o:before {
  content: ""
}

.fa-calendar-check-o:before {
  content: ""
}

.fa-industry:before {
  content: ""
}

.fa-map-pin:before {
  content: ""
}

.fa-map-signs:before {
  content: ""
}

.fa-map-o:before {
  content: ""
}

.fa-map:before {
  content: ""
}

.fa-commenting:before {
  content: ""
}

.fa-commenting-o:before {
  content: ""
}

.fa-houzz:before {
  content: ""
}

.fa-vimeo:before {
  content: ""
}

.fa-black-tie:before {
  content: ""
}

.fa-fonticons:before {
  content: ""
}

.fa-reddit-alien:before {
  content: ""
}

.fa-edge:before {
  content: ""
}

.fa-credit-card-alt:before {
  content: ""
}

.fa-codiepie:before {
  content: ""
}

.fa-modx:before {
  content: ""
}

.fa-fort-awesome:before {
  content: ""
}

.fa-usb:before {
  content: ""
}

.fa-product-hunt:before {
  content: ""
}

.fa-mixcloud:before {
  content: ""
}

.fa-scribd:before {
  content: ""
}

.fa-pause-circle:before {
  content: ""
}

.fa-pause-circle-o:before {
  content: ""
}

.fa-stop-circle:before {
  content: ""
}

.fa-stop-circle-o:before {
  content: ""
}

.fa-shopping-bag:before {
  content: ""
}

.fa-shopping-basket:before {
  content: ""
}

.fa-hashtag:before {
  content: ""
}

.fa-bluetooth:before {
  content: ""
}

.fa-bluetooth-b:before {
  content: ""
}

.fa-percent:before {
  content: ""
}

.fa-gitlab:before {
  content: ""
}

.fa-wpbeginner:before {
  content: ""
}

.fa-wpforms:before {
  content: ""
}

.fa-envira:before {
  content: ""
}

.fa-universal-access:before {
  content: ""
}

.fa-wheelchair-alt:before {
  content: ""
}

.fa-question-circle-o:before {
  content: ""
}

.fa-blind:before {
  content: ""
}

.fa-audio-description:before {
  content: ""
}

.fa-volume-control-phone:before {
  content: ""
}

.fa-braille:before {
  content: ""
}

.fa-assistive-listening-systems:before {
  content: ""
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: ""
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: ""
}

.fa-glide:before {
  content: ""
}

.fa-glide-g:before {
  content: ""
}

.fa-signing:before,
.fa-sign-language:before {
  content: ""
}

.fa-low-vision:before {
  content: ""
}

.fa-viadeo:before {
  content: ""
}

.fa-viadeo-square:before {
  content: ""
}

.fa-snapchat:before {
  content: ""
}

.fa-snapchat-ghost:before {
  content: ""
}

.fa-snapchat-square:before {
  content: ""
}

.fa-pied-piper:before {
  content: ""
}

.fa-first-order:before {
  content: ""
}

.fa-yoast:before {
  content: ""
}

.fa-themeisle:before {
  content: ""
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: ""
}

.fa-fa:before,
.fa-font-awesome:before {
  content: ""
}

.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
}

.icon-absicherung_darlehen:before,
.fo-absicherung_darlehen:before {
  content: "\f28b"
}

.icon-absicherung_darlehen_kreis:before,
.fo-absicherung_darlehen_kreis:before {
  content: "\f28c"
}

.icon-agrar:before,
.fo-agrar:before {
  content: "\f3bd"
}

.icon-agrar_kreis:before,
.fo-agrar_kreis:before {
  content: "\f3be"
}

.icon-aktuelle_jobs:before,
.fo-aktuelle_jobs:before {
  content: "\f28d"
}

.icon-aktuelle_jobs_kreis:before,
.fo-aktuelle_jobs_kreis:before {
  content: "\f3bf"
}

.icon-aktuelle_meldungen:before,
.fo-aktuelle_meldungen:before {
  content: "\f28e"
}

.icon-aktuelle_meldungen_kreis:before,
.fo-aktuelle_meldungen_kreis:before {
  content: "\f28f"
}

.icon-aktuelles_ratgeber:before,
.fo-aktuelles_ratgeber:before {
  content: "\f100"
}

.icon-aktuelles_ratgeber_kreis:before,
.fo-aktuelles_ratgeber_kreis:before {
  content: "\f3c0"
}

.icon-alert:before,
.fo-alert:before {
  content: "\f354"
}

.icon-altersvorsorge:before,
.fo-altersvorsorge:before {
  content: "\f3c1"
}

.icon-altersvorsorge_kreis:before,
.fo-altersvorsorge_kreis:before {
  content: "\f38e"
}

.icon-angaben_schadenfall:before,
.fo-angaben_schadenfall:before {
  content: "\f291"
}

.icon-angaben_schadenfall_kreis:before,
.fo-angaben_schadenfall_kreis:before {
  content: "\f292"
}

.icon-angaben_versicherungsvertrag:before,
.fo-angaben_versicherungsvertrag:before {
  content: "\f293"
}

.icon-angaben_versicherungsvertrag_kreis:before,
.fo-angaben_versicherungsvertrag_kreis:before {
  content: "\f294"
}

.icon-apps:before,
.fo-apps:before {
  content: "\f295"
}

.icon-apps_kreis:before,
.fo-apps_kreis:before {
  content: "\f3c2"
}

.icon-arbeitskraft:before,
.fo-arbeitskraft:before {
  content: "\f296"
}

.icon-arbeitskraft_kreis:before,
.fo-arbeitskraft_kreis:before {
  content: "\f297"
}

.icon-arrow-down:before,
.fo-arrow-down:before {
  content: "\f355"
}

.icon-arrow-left:before,
.fo-arrow-left:before {
  content: "\f356"
}

.icon-arrow-right:before,
.fo-arrow-right:before {
  content: "\f357"
}

.icon-arrow-up:before,
.fo-arrow-up:before {
  content: "\f358"
}

.icon-ascending:before,
.fo-ascending:before {
  content: "\f3c3"
}

.icon-ascending_kreis:before,
.fo-ascending_kreis:before {
  content: "\f3b6"
}

.icon-ausbildung:before,
.fo-ausbildung:before {
  content: "\f383"
}

.icon-ausbildung_kreis:before,
.fo-ausbildung_kreis:before {
  content: "\f3c4"
}

.icon-auto_app:before,
.fo-auto_app:before {
  content: "\f298"
}

.icon-auto_app_kreis:before,
.fo-auto_app_kreis:before {
  content: "\f299"
}

.icon-auto_mobilitaet:before,
.fo-auto_mobilitaet:before {
  content: "\f29a"
}

.icon-auto_mobilitaet_kreis:before,
.fo-auto_mobilitaet_kreis:before {
  content: "\f29b"
}

.icon-backward:before,
.fo-backward:before {
  content: "\f359"
}

.icon-bar:before,
.fo-bar:before {
  content: "\f35a"
}

.icon-bav:before,
.fo-bav:before {
  content: "\f3c5"
}

.icon-bav_kreis:before,
.fo-bav_kreis:before {
  content: "\f303"
}

.icon-bedarfsermittler:before,
.fo-bedarfsermittler:before {
  content: "\f304"
}

.icon-bedarfsermittler_kreis:before,
.fo-bedarfsermittler_kreis:before {
  content: "\f29c"
}

.icon-beratersuche:before,
.fo-beratersuche:before {
  content: "\f29e"
}

.icon-beratersuche_kreis:before,
.fo-beratersuche_kreis:before {
  content: "\f3c6"
}

.icon-brief:before,
.fo-brief:before {
  content: "\f3c7"
}

.icon-brief_kreis:before,
.fo-brief_kreis:before {
  content: "\f306"
}

.icon-bu:before,
.fo-bu:before {
  content: "\f29f"
}

.icon-bu_kreis:before,
.fo-bu_kreis:before {
  content: "\f2a0"
}

.icon-bueroklammer:before,
.fo-bueroklammer:before {
  content: "\f3c8"
}

.icon-bueroklammer_kreis:before,
.fo-bueroklammer_kreis:before {
  content: "\f308"
}

.icon-bullet:before,
.fo-bullet:before {
  content: "\f101"
}

.icon-businessman:before,
.fo-businessman:before {
  content: "\f3c9"
}

.icon-businessman_kreis:before,
.fo-businessman_kreis:before {
  content: "\f390"
}

.icon-calculator:before,
.fo-calculator:before {
  content: "\f35b"
}

.icon-calendar:before,
.fo-calendar:before {
  content: "\f35c"
}

.icon-chat:before,
.fo-chat:before {
  content: "\f2a1"
}

.icon-check_no:before,
.fo-check_no:before {
  content: "\f40c"
}

.icon-clock:before,
.fo-clock:before {
  content: "\f35d"
}

.icon-close:before,
.fo-close:before {
  content: "\f35e"
}

.icon-construction:before,
.fo-construction:before {
  content: "\f3ca"
}

.icon-construction_kreis:before,
.fo-construction_kreis:before {
  content: "\f3b7"
}

.icon-customer:before,
.fo-customer:before {
  content: "\f35f"
}

.icon-date_picker:before,
.fo-date_picker:before {
  content: "\f2a2"
}

.icon-daten:before,
.fo-daten:before {
  content: "\f2a3"
}

.icon-daten_kreis:before,
.fo-daten_kreis:before {
  content: "\f2a4"
}

.icon-delete:before,
.fo-delete:before {
  content: "\f360"
}

.icon-deutschlandkarte:before,
.fo-deutschlandkarte:before {
  content: "\f3cb"
}

.icon-deutschlandkarte_kreis:before,
.fo-deutschlandkarte_kreis:before {
  content: "\f391"
}

.icon-dislike:before,
.fo-dislike:before {
  content: "\f361"
}

.icon-dot:before,
.fo-dot:before {
  content: "\f362"
}

.icon-download:before,
.fo-download:before {
  content: "\f363"
}

.icon-ebike:before,
.fo-ebike:before {
  content: "\f3cc"
}

.icon-ebike_kreis:before,
.fo-ebike_kreis:before {
  content: "\f3cd"
}

.icon-elektronik:before,
.fo-elektronik:before {
  content: "\f3ce"
}

.icon-elektronik_kreis:before,
.fo-elektronik_kreis:before {
  content: "\f3cf"
}

.icon-ertragsausfall:before,
.fo-ertragsausfall:before {
  content: "\f3d0"
}

.icon-ertragsausfall_kreis:before,
.fo-ertragsausfall_kreis:before {
  content: "\f392"
}

.icon-exclamation:before,
.fo-exclamation:before {
  content: "\f364"
}

.icon-existenzschutz:before,
.fo-existenzschutz:before {
  content: "\f3d1"
}

.icon-existenzschutz_kreis:before,
.fo-existenzschutz_kreis:before {
  content: "\f393"
}

.icon-facebook:before,
.fo-facebook:before {
  content: "\f2a5"
}

.icon-fakten:before,
.fo-fakten:before {
  content: "\f365"
}

.icon-familie:before,
.fo-familie:before {
  content: "\f2a6"
}

.icon-familie_kreis:before,
.fo-familie_kreis:before {
  content: "\f2a7"
}

.icon-finanzberichte:before,
.fo-finanzberichte:before {
  content: "\f366"
}

.icon-finanzberichte_kreis:before,
.fo-finanzberichte_kreis:before {
  content: "\f3d2"
}

.icon-forward:before,
.fo-forward:before {
  content: "\f367"
}

.icon-freizeit:before,
.fo-freizeit:before {
  content: "\f3d3"
}

.icon-freizeit_kreis:before,
.fo-freizeit_kreis:before {
  content: "\f394"
}

.icon-freizeit_reisen:before,
.fo-freizeit_reisen:before {
  content: "\f2a8"
}

.icon-freizeit_reisen_kreis:before,
.fo-freizeit_reisen_kreis:before {
  content: "\f2a9"
}

.icon-fussball:before,
.fo-fussball:before {
  content: "\f102"
}

.icon-fussball_kreis:before,
.fo-fussball_kreis:before {
  content: "\f3d4"
}

.icon-gebaeude:before,
.fo-gebaeude:before {
  content: "\f3d5"
}

.icon-gebaeude_kreis:before,
.fo-gebaeude_kreis:before {
  content: "\f395"
}

.icon-gesundheit:before,
.fo-gesundheit:before {
  content: "\f103"
}

.icon-gesundheit_kreis:before,
.fo-gesundheit_kreis:before {
  content: "\f104"
}

.icon-gesundheit_wellness:before,
.fo-gesundheit_wellness:before {
  content: "\f2aa"
}

.icon-gesundheit_wellness_kreis:before,
.fo-gesundheit_wellness_kreis:before {
  content: "\f2ab"
}

.icon-gift:before,
.fo-gift:before {
  content: "\f3d6"
}

.icon-gift_kreis:before,
.fo-gift_kreis:before {
  content: "\f3b8"
}

.icon-going_down:before,
.fo-going_down:before {
  content: "\f3d7"
}

.icon-going_down_kreis:before,
.fo-going_down_kreis:before {
  content: "\f396"
}

.icon-haftpflicht:before,
.fo-haftpflicht:before {
  content: "\f2ac"
}

.icon-haftpflicht_kreis:before,
.fo-haftpflicht_kreis:before {
  content: "\f3d8"
}

.icon-haftpflicht_schild:before,
.fo-haftpflicht_schild:before {
  content: "\f3d9"
}

.icon-haftpflicht_schild_kreis:before,
.fo-haftpflicht_schild_kreis:before {
  content: "\f398"
}

.icon-haken:before,
.fo-haken:before {
  content: "\f2ae"
}

.icon-hammer:before,
.fo-hammer:before {
  content: "\f3da"
}

.icon-hammer_kreis:before,
.fo-hammer_kreis:before {
  content: "\f399"
}

.icon-hands:before,
.fo-hands:before {
  content: "\f3db"
}

.icon-hands_kreis:before,
.fo-hands_kreis:before {
  content: "\f3b9"
}

.icon-hartz-sicher:before,
.fo-hartz-sicher:before {
  content: "\f3dc"
}

.icon-hartz-sicher_kreis:before,
.fo-hartz-sicher_kreis:before {
  content: "\f39b"
}

.icon-hausrat:before,
.fo-hausrat:before {
  content: "\f2af"
}

.icon-hausrat_kreis:before,
.fo-hausrat_kreis:before {
  content: "\f2b0"
}

.icon-headset:before,
.fo-headset:before {
  content: "\f3dd"
}

.icon-headset_kreis:before,
.fo-headset_kreis:before {
  content: "\f39d"
}

.icon-hinterbliebene:before,
.fo-hinterbliebene:before {
  content: "\f2b1"
}

.icon-hinterbliebene_kreis:before,
.fo-hinterbliebene_kreis:before {
  content: "\f2b2"
}

.icon-hotline:before,
.fo-hotline:before {
  content: "\f2b3"
}

.icon-hotline_24:before,
.fo-hotline_24:before {
  content: "\f31c"
}

.icon-hotline_24_kreis:before,
.fo-hotline_24_kreis:before {
  content: "\f3de"
}

.icon-hotline_kreis:before,
.fo-hotline_kreis:before {
  content: "\f2b4"
}

.icon-id-card:before,
.fo-id-card:before {
  content: "\f368"
}

.icon-id-card_kreis:before,
.fo-id-card_kreis:before {
  content: "\f3df"
}

.icon-info:before,
.fo-info:before {
  content: "\f2b6"
}

.icon-info_kreis:before,
.fo-info_kreis:before {
  content: "\f2b7"
}

.icon-innendienst:before,
.fo-innendienst:before {
  content: "\f384"
}

.icon-innendienst_kreis:before,
.fo-innendienst_kreis:before {
  content: "\f3e0"
}

.icon-international:before,
.fo-international:before {
  content: "\f3e1"
}

.icon-international_kreis:before,
.fo-international_kreis:before {
  content: "\f39f"
}

.icon-inventar:before,
.fo-inventar:before {
  content: "\f3e2"
}

.icon-inventar_kreis:before,
.fo-inventar_kreis:before {
  content: "\f3a0"
}

.icon-job:before,
.fo-job:before {
  content: "\f387"
}

.icon-job_kreis:before,
.fo-job_kreis:before {
  content: "\f3a1"
}

.icon-karte:before,
.fo-karte:before {
  content: "\f2b8"
}

.icon-karte_kreis:before,
.fo-karte_kreis:before {
  content: "\f2b9"
}

.icon-kfz:before,
.fo-kfz:before {
  content: "\f2ba"
}

.icon-kfz_kreis:before,
.fo-kfz_kreis:before {
  content: "\f2bb"
}

.icon-kontakt:before,
.fo-kontakt:before {
  content: "\f2bc"
}

.icon-kontakt_kreis:before,
.fo-kontakt_kreis:before {
  content: "\f3e3"
}

.icon-krankenpflege:before,
.fo-krankenpflege:before {
  content: "\f321"
}

.icon-krankenpflege_kreis:before,
.fo-krankenpflege_kreis:before {
  content: "\f322"
}

.icon-kultur:before,
.fo-kultur:before {
  content: "\f19c"
}

.icon-kultur_kreis:before,
.fo-kultur_kreis:before {
  content: "\f3e4"
}

.icon-laptop_euro:before,
.fo-laptop_euro:before {
  content: "\f3e5"
}

.icon-laptop_euro_kreis:before,
.fo-laptop_euro_kreis:before {
  content: "\f3ba"
}

.icon-like:before,
.fo-like:before {
  content: "\f369"
}

.icon-liste_pfeil:before,
.fo-liste_pfeil:before {
  content: "\f36a"
}

.icon-logo:before,
.fo-logo:before {
  content: "\f3e6"
}

.icon-logo_kreis:before,
.fo-logo_kreis:before {
  content: "\f3e7"
}

.icon-lupe:before,
.fo-lupe:before {
  content: "\f2bf"
}

.icon-mail:before,
.fo-mail:before {
  content: "\f36b"
}

.icon-memorize:before,
.fo-memorize:before {
  content: "\f36c"
}

.icon-menu:before,
.fo-menu:before {
  content: "\f36d"
}

.icon-mobile_menue:before,
.fo-mobile_menue:before {
  content: "\f388"
}

.icon-mobile_menue_aktiv:before,
.fo-mobile_menue_aktiv:before {
  content: "\f389"
}

.icon-mobile_menue_hoch:before,
.fo-mobile_menue_hoch:before {
  content: "\f38a"
}

.icon-mobile_menue_hoch_aktiv:before,
.fo-mobile_menue_hoch_aktiv:before {
  content: "\f38b"
}

.icon-mobile_menue_hoch_lupe:before,
.fo-mobile_menue_hoch_lupe:before {
  content: "\f407"
}

.icon-mobile_menue_login:before,
.fo-mobile_menue_login:before {
  content: "\f38c"
}

.icon-mobile_menue_logout:before,
.fo-mobile_menue_logout:before {
  content: "\f38d"
}

.icon-mobilitaet_sicherheit:before,
.fo-mobilitaet_sicherheit:before {
  content: "\f2c0"
}

.icon-mobilitaet_sicherheit_kreis:before,
.fo-mobilitaet_sicherheit_kreis:before {
  content: "\f2c1"
}

.icon-moped:before,
.fo-moped:before {
  content: "\f36e"
}

.icon-motorrad_kreis:before,
.fo-motorrad_kreis:before {
  content: "\f3a3"
}

.icon-neuwert:before,
.fo-neuwert:before {
  content: "\f2c2"
}

.icon-neuwert_kreis:before,
.fo-neuwert_kreis:before {
  content: "\f2c3"
}

.icon-notruf:before,
.fo-notruf:before {
  content: "\f3e8"
}

.icon-notruf_kreis:before,
.fo-notruf_kreis:before {
  content: "\f329"
}

.icon-online:before,
.fo-online:before {
  content: "\f3e9"
}

.icon-online_abschluss:before,
.fo-online_abschluss:before {
  content: "\f2c4"
}

.icon-online_abschluss_kreis:before,
.fo-online_abschluss_kreis:before {
  content: "\f2c5"
}

.icon-online_kreis:before,
.fo-online_kreis:before {
  content: "\f3a4"
}

.icon-padlock:before,
.fo-padlock:before {
  content: "\f36f"
}

.icon-padlock_open:before,
.fo-padlock_open:before {
  content: "\f3bb"
}

.icon-paper:before,
.fo-paper:before {
  content: "\f371"
}

.icon-paper-blank:before,
.fo-paper-blank:before {
  content: "\f372"
}

.icon-pencil:before,
.fo-pencil:before {
  content: "\f373"
}

.icon-persoenliche_daten:before,
.fo-persoenliche_daten:before {
  content: "\f2c6"
}

.icon-persoenliche_daten_kreis:before,
.fo-persoenliche_daten_kreis:before {
  content: "\f2c7"
}

.icon-pfeil_back_to_top:before,
.fo-pfeil_back_to_top:before {
  content: "\f19d"
}

.icon-pfeil_dropdown:before,
.fo-pfeil_dropdown:before {
  content: "\f19e"
}

.icon-pfeil_invers:before,
.fo-pfeil_invers:before {
  content: "\f19f"
}

.icon-pfeil_invers_down:before,
.fo-pfeil_invers_down:before {
  content: "\f408"
}

.icon-pfeil_invers_zurueck:before,
.fo-pfeil_invers_zurueck:before {
  content: "\f1a0"
}

.icon-pfeil_kreis:before,
.fo-pfeil_kreis:before {
  content: "\f32c"
}

.icon-pfeil_kreis_down:before,
.fo-pfeil_kreis_down:before {
  content: "\f409"
}

.icon-pfeil_vor:before,
.fo-pfeil_vor:before {
  content: "\f1a3"
}

.icon-pfeil_zurueck:before,
.fo-pfeil_zurueck:before {
  content: "\f1a4"
}

.icon-pflege:before,
.fo-pflege:before {
  content: "\f3ea"
}

.icon-pflege_kreis:before,
.fo-pflege_kreis:before {
  content: "\f3a5"
}

.icon-phone:before,
.fo-phone:before {
  content: "\f374"
}

.icon-photovoltaik:before,
.fo-photovoltaik:before {
  content: "\f3eb"
}

.icon-photovoltaik_kreis:before,
.fo-photovoltaik_kreis:before {
  content: "\f3a6"
}

.icon-place:before,
.fo-place:before {
  content: "\f375"
}

.icon-play-pause:before,
.fo-play-pause:before {
  content: "\f376"
}

.icon-playbutton:before,
.fo-playbutton:before {
  content: "\f2c8"
}

.icon-plus:before,
.fo-plus:before {
  content: "\f2c9"
}

.icon-plus_kreis:before,
.fo-plus_kreis:before {
  content: "\f40a"
}

.icon-plus_kreis_invers:before,
.fo-plus_kreis_invers:before {
  content: "\f40b"
}

.icon-plus_rund:before,
.fo-plus_rund:before {
  content: "\f377"
}

.icon-positionen:before,
.fo-positionen:before {
  content: "\f378"
}

.icon-positionen_kreis:before,
.fo-positionen_kreis:before {
  content: "\f3ec"
}

.icon-preis_leistung:before,
.fo-preis_leistung:before {
  content: "\f2ca"
}

.icon-preis_leistung_kreis:before,
.fo-preis_leistung_kreis:before {
  content: "\f2cb"
}

.icon-print:before,
.fo-print:before {
  content: "\f379"
}

.icon-privatschutz:before,
.fo-privatschutz:before {
  content: "\f3ed"
}

.icon-privatschutz_kreis:before,
.fo-privatschutz_kreis:before {
  content: "\f3a7"
}

.icon-progress_kreis:before,
.fo-progress_kreis:before {
  content: "\f32e"
}

.icon-pruefung_bearbeitung:before,
.fo-pruefung_bearbeitung:before {
  content: "\f2cd"
}

.icon-pruefung_bearbeitung_kreis:before,
.fo-pruefung_bearbeitung_kreis:before {
  content: "\f2ce"
}

.icon-question:before,
.fo-question:before {
  content: "\f37a"
}

.icon-recht_vermoegen:before,
.fo-recht_vermoegen:before {
  content: "\f2cf"
}

.icon-recht_vermoegen_kreis:before,
.fo-recht_vermoegen_kreis:before {
  content: "\f2d0"
}

.icon-rechtsschutz:before,
.fo-rechtsschutz:before {
  content: "\f2d1"
}

.icon-rechtsschutz_kreis:before,
.fo-rechtsschutz_kreis:before {
  content: "\f2d2"
}

.icon-reisen:before,
.fo-reisen:before {
  content: "\f1a5"
}

.icon-reisen_kreis:before,
.fo-reisen_kreis:before {
  content: "\f1a6"
}

.icon-reload:before,
.fo-reload:before {
  content: "\f37b"
}

.icon-reminder:before,
.fo-reminder:before {
  content: "\f1a7"
}

.icon-rendite:before,
.fo-rendite:before {
  content: "\f2d3"
}

.icon-rendite_kreis:before,
.fo-rendite_kreis:before {
  content: "\f2d4"
}

.icon-rente:before,
.fo-rente:before {
  content: "\f3ee"
}

.icon-rente_kreis:before,
.fo-rente_kreis:before {
  content: "\f3aa"
}

.icon-rueckmeldung:before,
.fo-rueckmeldung:before {
  content: "\f2d5"
}

.icon-rueckmeldung_kreis:before,
.fo-rueckmeldung_kreis:before {
  content: "\f2d6"
}

.icon-schaden_melden:before,
.fo-schaden_melden:before {
  content: "\f2d7"
}

.icon-schaden_melden_kreis:before,
.fo-schaden_melden_kreis:before {
  content: "\f3ef"
}

.icon-schutz:before,
.fo-schutz:before {
  content: "\f2d8"
}

.icon-schutz_kreis:before,
.fo-schutz_kreis:before {
  content: "\f2d9"
}

.icon-schutzbrief:before,
.fo-schutzbrief:before {
  content: "\f3f0"
}

.icon-schutzbrief_kreis:before,
.fo-schutzbrief_kreis:before {
  content: "\f3ab"
}

.icon-search:before,
.fo-search:before {
  content: "\f37c"
}

.icon-service-numbers:before,
.fo-service-numbers:before {
  content: "\f37d"
}

.icon-shopping:before,
.fo-shopping:before {
  content: "\f1a8"
}

.icon-shopping_kreis:before,
.fo-shopping_kreis:before {
  content: "\f3f1"
}

.icon-shuffle:before,
.fo-shuffle:before {
  content: "\f3f2"
}

.icon-shuffle_kreis:before,
.fo-shuffle_kreis:before {
  content: "\f3bc"
}

.icon-sicherung_ohne_verlustrisiko:before,
.fo-sicherung_ohne_verlustrisiko:before {
  content: "\f2da"
}

.icon-sicherung_ohne_verlustrisiko_kreis:before,
.fo-sicherung_ohne_verlustrisiko_kreis:before {
  content: "\f2db"
}

.icon-smarthome:before,
.fo-smarthome:before {
  content: "\f3f3"
}

.icon-smarthome_kreis:before,
.fo-smarthome_kreis:before {
  content: "\f3ac"
}

.icon-sonstiges:before,
.fo-sonstiges:before {
  content: "\f2dc"
}

.icon-sonstiges_kreis:before,
.fo-sonstiges_kreis:before {
  content: "\f2dd"
}

.icon-sorgloswohnen:before,
.fo-sorgloswohnen:before {
  content: "\f3f4"
}

.icon-sorgloswohnen_kreis:before,
.fo-sorgloswohnen_kreis:before {
  content: "\f3f5"
}

.icon-sparen:before,
.fo-sparen:before {
  content: "\f2de"
}

.icon-sparen_kreis:before,
.fo-sparen_kreis:before {
  content: "\f2df"
}

.icon-speaker:before,
.fo-speaker:before {
  content: "\f37e"
}

.icon-square:before,
.fo-square:before {
  content: "\f3f6"
}

.icon-square_kreis:before,
.fo-square_kreis:before {
  content: "\f3ad"
}

.icon-standort:before,
.fo-standort:before {
  content: "\f3f7"
}

.icon-standort_kreis:before,
.fo-standort_kreis:before {
  content: "\f3ae"
}

.icon-stift_block:before,
.fo-stift_block:before {
  content: "\f3f8"
}

.icon-stift_block_kreis:before,
.fo-stift_block_kreis:before {
  content: "\f3af"
}

.icon-studium:before,
.fo-studium:before {
  content: "\f385"
}

.icon-studium_kreis:before,
.fo-studium_kreis:before {
  content: "\f3f9"
}

.icon-sv:before,
.fo-sv:before {
  content: "\f382"
}

.icon-sv_auto_app:before,
.fo-sv_auto_app:before {
  content: "\f33c"
}

.icon-sv_hausundwetter_app:before,
.fo-sv_hausundwetter_app:before {
  content: "\f3fa"
}

.icon-sv_kreis:before,
.fo-sv_kreis:before {
  content: "\f3fb"
}

.icon-sv_zukunft_app:before,
.fo-sv_zukunft_app:before {
  content: "\f2e2"
}

.icon-sv_zukunft_app_kreis:before,
.fo-sv_zukunft_app_kreis:before {
  content: "\f2e3"
}

.icon-table-pagination:before,
.fo-table-pagination:before {
  content: "\f37f"
}

.icon-tipps:before,
.fo-tipps:before {
  content: "\f2e4"
}

.icon-tipps_kreis:before,
.fo-tipps_kreis:before {
  content: "\f3fc"
}

.icon-tools:before,
.fo-tools:before {
  content: "\f3fd"
}

.icon-tools_kreis:before,
.fo-tools_kreis:before {
  content: "\f3b0"
}

.icon-trash-bin:before,
.fo-trash-bin:before {
  content: "\f380"
}

.icon-umzug:before,
.fo-umzug:before {
  content: "\f2e5"
}

.icon-umzug_kreis:before,
.fo-umzug_kreis:before {
  content: "\f2e6"
}

.icon-unfall:before,
.fo-unfall:before {
  content: "\f2e7"
}

.icon-unfall_kreis:before,
.fo-unfall_kreis:before {
  content: "\f2e8"
}

.icon-upload:before,
.fo-upload:before {
  content: "\f2e9"
}

.icon-vermoegen_rente:before,
.fo-vermoegen_rente:before {
  content: "\f3fe"
}

.icon-vermoegen_rente_kreis:before,
.fo-vermoegen_rente_kreis:before {
  content: "\f2eb"
}

.icon-versicherung:before,
.fo-versicherung:before {
  content: "\f346"
}

.icon-versicherung_haken:before,
.fo-versicherung_haken:before {
  content: "\f2ec"
}

.icon-versicherung_kreis:before,
.fo-versicherung_kreis:before {
  content: "\f2ed"
}

.icon-vertrieb:before,
.fo-vertrieb:before {
  content: "\f386"
}

.icon-vertrieb_kreis:before,
.fo-vertrieb_kreis:before {
  content: "\f3ff"
}

.icon-verzichten:before,
.fo-verzichten:before {
  content: "\f348"
}

.icon-verzichten_x:before,
.fo-verzichten_x:before {
  content: "\f2ee"
}

.icon-verzichten_x_kreis:before,
.fo-verzichten_x_kreis:before {
  content: "\f2ef"
}

.icon-vorhaengeschloss:before,
.fo-vorhaengeschloss:before {
  content: "\f34a"
}

.icon-vorhaengeschloss_kreis:before,
.fo-vorhaengeschloss_kreis:before {
  content: "\f400"
}

.icon-vp:before,
.fo-vp:before {
  content: "\f401"
}

.icon-vp_kreis:before,
.fo-vp_kreis:before {
  content: "\f3b1"
}

.icon-warndreieck:before,
.fo-warndreieck:before {
  content: "\f402"
}

.icon-warndreieck_kreis:before,
.fo-warndreieck_kreis:before {
  content: "\f34c"
}

.icon-werkverkehr:before,
.fo-werkverkehr:before {
  content: "\f403"
}

.icon-werkverkehr_kreis:before,
.fo-werkverkehr_kreis:before {
  content: "\f3b2"
}

.icon-wetter_app:before,
.fo-wetter_app:before {
  content: "\f2f0"
}

.icon-wetter_app_kreis:before,
.fo-wetter_app_kreis:before {
  content: "\f2f1"
}

.icon-wetter_blitz:before,
.fo-wetter_blitz:before {
  content: "\f404"
}

.icon-wetter_blitz_kreis:before,
.fo-wetter_blitz_kreis:before {
  content: "\f3b3"
}

.icon-wetter_sonne:before,
.fo-wetter_sonne:before {
  content: "\f405"
}

.icon-wetter_sonne_kreis:before,
.fo-wetter_sonne_kreis:before {
  content: "\f3b4"
}

.icon-wetter_spezial:before,
.fo-wetter_spezial:before {
  content: "\f406"
}

.icon-wetter_spezial_kreis:before,
.fo-wetter_spezial_kreis:before {
  content: "\f3b5"
}

.icon-wohnen_umwelt:before,
.fo-wohnen_umwelt:before {
  content: "\f2f2"
}

.icon-wohnen_umwelt_kreis:before,
.fo-wohnen_umwelt_kreis:before {
  content: "\f2f3"
}

.icon-wohngebaeude:before,
.fo-wohngebaeude:before {
  content: "\f2f4"
}

.icon-wohngebaeude_kreis:before,
.fo-wohngebaeude_kreis:before {
  content: "\f2f5"
}

.icon-wohnung_umwelt:before,
.fo-wohnung_umwelt:before {
  content: "\f1a9"
}

.icon-wohnung_umwelt_kreis:before,
.fo-wohnung_umwelt_kreis:before {
  content: "\f1aa"
}

.icon-world:before,
.fo-world:before {
  content: "\f381"
}

.icon-zusammenfassung:before,
.fo-zusammenfassung:before {
  content: "\f2f6"
}

.icon-zusammenfassung_kreis:before,
.fo-zusammenfassung_kreis:before {
  content: "\f2f7"
}

@font-face {
  font-family: sv_icons;
  src: url("../fonts/sv_icons.eot");
  src: url("../fonts/sv_icons.eot?#iefix") format("embedded-opentype"), url("../fonts/sv_icons.woff") format("woff"), url("../fonts/sv_icons.ttf") format("truetype"), url("../fonts/sv_icons.svg#sv-iconfont") format("svg");
  font-weight: normal;
  font-style: normal
}

[class*="icon-"]:before,
[class*="icon-"]:after,
[class*="fo fo-"]:before,
[class*="fo fo-"]:after {
  font-family: 'sv_icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
  font-size: 30px;
  margin-right: 0
}

.fo-location:before {
  content: ""
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0
}

.slick-list:focus {
  outline: none
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand
}

.slick-slider .slick-list,
.slick-track,
.slick-slide,
.slick-slide img {
  transform: translate3d(0, 0, 0)
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  zoom: 1
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table
}

.slick-track:after {
  clear: both
}

.slick-loading .slick-track {
  visibility: hidden
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none
}

.slick-slide img {
  display: block
}

.slick-slide.slick-loading img {
  display: none
}

.slick-slide.dragging img {
  pointer-events: none
}

.slick-initialized .slick-slide {
  display: block
}

.slick-loading .slick-slide {
  visibility: hidden
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent
}

.slick-prev,
.slick-next {
  padding: 0;
  background: none !important;
  border: 0;
  position: absolute;
  cursor: pointer;
  top: 40%;
  width: auto
}

.slick-prev:before,
.slick-next:before {
  display: none
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .5;
  cursor: not-allowed
}

.slick-prev {
  left: 0
}

.slick-next {
  right: -0
}

.slick-prev:before,
.slick-next:before,
.fo-arrow-left:before,
.fo-arrow-right:before {
  font-size: 16px;
  color: #4d4d4d
}

.slick-prev:hover [class*="fo-arrow-"]:before,
.slick-prev:active [class*="fo-arrow-"]:before,
.slick-prev:focus [class*="fo-arrow-"]:before,
.slick-next:hover [class*="fo-arrow-"]:before,
.slick-next:active [class*="fo-arrow-"]:before,
.slick-next:focus [class*="fo-arrow-"]:before {
  color: red
}

.fo-arrow-left:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: sv_icons
}

.fo-arrow-right:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: sv_icons
}

ul.slick-dots {
  *zoom: 1;
  display: table !important;
  margin: 0 auto
}

ul.slick-dots:before,
ul.slick-dots:after {
  content: " ";
  display: table
}

ul.slick-dots:after {
  clear: both
}

ul.slick-dots>li {
  float: left;
  margin: 0 0.625rem
}

ul.slick-dots>li button {
  border: 1px solid #666;
  background: #fff;
  height: 0.875rem;
  width: 0.875rem;
  border-radius: 7px;
  font-size: 0;
  color: #fff
}

@media only screen and (max-width: 64em) {
  ul.slick-dots>li button {
      height: 1.125rem;
      width: 1.125rem;
      border-radius: 9px
  }
}

ul.slick-dots>li button:hover,
ul.slick-dots>li button:active,
ul.slick-dots>li button:focus {
  border: 1px solid red;
  color: red;
  cursor: pointer
}

ul.slick-dots>li.slick-active button {
  background: red;
  color: red;
  border-color: #fff
}

.lightbox_content {
  z-index: 100
}

.lightbox_next,
.lightbox_prev,
.lightbox_close {
  position: absolute;
  top: 45%;
  display: block;
  padding: 10px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 3px
}

.lightbox_next:before,
.lightbox_prev:before,
.lightbox_close:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: sv_icons;
  color: #4d4d4d;
  left: 2px
}

.lightbox_next:hover,
.lightbox_next:active,
.lightbox_next:focus,
.lightbox_prev:hover,
.lightbox_prev:active,
.lightbox_prev:focus,
.lightbox_close:hover,
.lightbox_close:active,
.lightbox_close:focus {
  background: #fff;
  cursor: pointer
}

.lightbox_next:hover:before,
.lightbox_next:active:before,
.lightbox_next:focus:before,
.lightbox_prev:hover:before,
.lightbox_prev:active:before,
.lightbox_prev:focus:before,
.lightbox_close:hover:before,
.lightbox_close:active:before,
.lightbox_close:focus:before {
  color: red
}

.lightbox_next {
  left: auto;
  right: 0
}

.lightbox_next:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: sv_icons;
  color: #4d4d4d;
  margin-left: 2px
}

.lightbox_next:before:hover,
.lightbox_next:before:active,
.lightbox_next:before:focus {
  background: #fff
}

.lightbox_close {
  height: 20px;
  padding: 0;
  right: 15px;
  top: 15px;
  left: auto;
  background: none;
  border-radius: 0;
  z-index: 10
}

.lightbox_close:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: sv_icons;
  color: #4d4d4d;
  font-size: 14px
}

.lightbox_close:hover,
.lightbox_close:active,
.lightbox_close:focus {
  background: none
}

.lightbox_counter {
  position: absolute;
  right: 45px;
  top: 15px
}


/*!
* animate.css -http://daneden.me/animate
* Version - 3.5.2
* Licensed under the MIT license - http://opensource.org/licenses/MIT
*
* Copyright (c) 2017 Daniel Eden
*/

.animated {
  animation-duration: 1s;
  animation-fill-mode: both
}

.animated.infinite {
  animation-iteration-count: infinite
}

.animated.hinge {
  animation-duration: 2s
}

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  animation-duration: .75s
}

@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
      animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
      transform: translate3d(0, 0, 0)
  }
  40%,
  43% {
      animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
      transform: translate3d(0, -30px, 0)
  }
  70% {
      animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
      transform: translate3d(0, -15px, 0)
  }
  90% {
      transform: translate3d(0, -4px, 0)
  }
}

.bounce {
  animation-name: bounce;
  transform-origin: center bottom
}

@keyframes flash {
  from,
  50%,
  to {
      opacity: 1
  }
  25%,
  75% {
      opacity: 0
  }
}

.flash {
  animation-name: flash
}

@keyframes pulse {
  from {
      transform: scale3d(1, 1, 1)
  }
  50% {
      transform: scale3d(1.05, 1.05, 1.05)
  }
  to {
      transform: scale3d(1, 1, 1)
  }
}

.pulse {
  animation-name: pulse
}

@keyframes rubberBand {
  from {
      transform: scale3d(1, 1, 1)
  }
  30% {
      transform: scale3d(1.25, 0.75, 1)
  }
  40% {
      transform: scale3d(0.75, 1.25, 1)
  }
  50% {
      transform: scale3d(1.15, 0.85, 1)
  }
  65% {
      transform: scale3d(0.95, 1.05, 1)
  }
  75% {
      transform: scale3d(1.05, 0.95, 1)
  }
  to {
      transform: scale3d(1, 1, 1)
  }
}

.rubberBand {
  animation-name: rubberBand
}

@keyframes shake {
  from,
  to {
      transform: translate3d(0, 0, 0)
  }
  10%,
  30%,
  50%,
  70%,
  90% {
      transform: translate3d(-10px, 0, 0)
  }
  20%,
  40%,
  60%,
  80% {
      transform: translate3d(10px, 0, 0)
  }
}

.shake {
  animation-name: shake
}

@keyframes headShake {
  0% {
      transform: translateX(0)
  }
  6.5% {
      transform: translateX(-6px) rotateY(-9deg)
  }
  18.5% {
      transform: translateX(5px) rotateY(7deg)
  }
  31.5% {
      transform: translateX(-3px) rotateY(-5deg)
  }
  43.5% {
      transform: translateX(2px) rotateY(3deg)
  }
  50% {
      transform: translateX(0)
  }
}

.headShake {
  animation-timing-function: ease-in-out;
  animation-name: headShake
}

@keyframes swing {
  20% {
      transform: rotate3d(0, 0, 1, 15deg)
  }
  40% {
      transform: rotate3d(0, 0, 1, -10deg)
  }
  60% {
      transform: rotate3d(0, 0, 1, 5deg)
  }
  80% {
      transform: rotate3d(0, 0, 1, -5deg)
  }
  to {
      transform: rotate3d(0, 0, 1, 0deg)
  }
}

.swing {
  transform-origin: top center;
  animation-name: swing
}

@keyframes tada {
  from {
      transform: scale3d(1, 1, 1)
  }
  10%,
  20% {
      transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg)
  }
  30%,
  50%,
  70%,
  90% {
      transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
  }
  40%,
  60%,
  80% {
      transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
  }
  to {
      transform: scale3d(1, 1, 1)
  }
}

.tada {
  animation-name: tada
}

@keyframes wobble {
  from {
      transform: none
  }
  15% {
      transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
  }
  30% {
      transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
  }
  45% {
      transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
  }
  60% {
      transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
  }
  75% {
      transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
  }
  to {
      transform: none
  }
}

.wobble {
  animation-name: wobble
}

@keyframes jello {
  from,
  11.1%,
  to {
      transform: none
  }
  22.2% {
      transform: skewX(-12.5deg) skewY(-12.5deg)
  }
  33.3% {
      transform: skewX(6.25deg) skewY(6.25deg)
  }
  44.4% {
      transform: skewX(-3.125deg) skewY(-3.125deg)
  }
  55.5% {
      transform: skewX(1.5625deg) skewY(1.5625deg)
  }
  66.6% {
      transform: skewX(-0.78125deg) skewY(-0.78125deg)
  }
  77.7% {
      transform: skewX(0.39063deg) skewY(0.39063deg)
  }
  88.8% {
      transform: skewX(-0.19531deg) skewY(-0.19531deg)
  }
}

.jello {
  animation-name: jello;
  transform-origin: center
}

@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
      animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
  }
  0% {
      opacity: 0;
      transform: scale3d(0.3, 0.3, 0.3)
  }
  20% {
      transform: scale3d(1.1, 1.1, 1.1)
  }
  40% {
      transform: scale3d(0.9, 0.9, 0.9)
  }
  60% {
      opacity: 1;
      transform: scale3d(1.03, 1.03, 1.03)
  }
  80% {
      transform: scale3d(0.97, 0.97, 0.97)
  }
  to {
      opacity: 1;
      transform: scale3d(1, 1, 1)
  }
}

.bounceIn {
  animation-name: bounceIn
}

@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
      animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
  }
  0% {
      opacity: 0;
      transform: translate3d(0, -3000px, 0)
  }
  60% {
      opacity: 1;
      transform: translate3d(0, 25px, 0)
  }
  75% {
      transform: translate3d(0, -10px, 0)
  }
  90% {
      transform: translate3d(0, 5px, 0)
  }
  to {
      transform: none
  }
}

.bounceInDown {
  animation-name: bounceInDown
}

@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
      animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
  }
  0% {
      opacity: 0;
      transform: translate3d(-3000px, 0, 0)
  }
  60% {
      opacity: 1;
      transform: translate3d(25px, 0, 0)
  }
  75% {
      transform: translate3d(-10px, 0, 0)
  }
  90% {
      transform: translate3d(5px, 0, 0)
  }
  to {
      transform: none
  }
}

.bounceInLeft {
  animation-name: bounceInLeft
}

@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
      animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
  }
  from {
      opacity: 0;
      transform: translate3d(3000px, 0, 0)
  }
  60% {
      opacity: 1;
      transform: translate3d(-25px, 0, 0)
  }
  75% {
      transform: translate3d(10px, 0, 0)
  }
  90% {
      transform: translate3d(-5px, 0, 0)
  }
  to {
      transform: none
  }
}

.bounceInRight {
  animation-name: bounceInRight
}

@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
      animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
  }
  from {
      opacity: 0;
      transform: translate3d(0, 3000px, 0)
  }
  60% {
      opacity: 1;
      transform: translate3d(0, -20px, 0)
  }
  75% {
      transform: translate3d(0, 10px, 0)
  }
  90% {
      transform: translate3d(0, -5px, 0)
  }
  to {
      transform: translate3d(0, 0, 0)
  }
}

.bounceInUp {
  animation-name: bounceInUp
}

@keyframes bounceOut {
  20% {
      transform: scale3d(0.9, 0.9, 0.9)
  }
  50%,
  55% {
      opacity: 1;
      transform: scale3d(1.1, 1.1, 1.1)
  }
  to {
      opacity: 0;
      transform: scale3d(0.3, 0.3, 0.3)
  }
}

.bounceOut {
  animation-name: bounceOut
}

@keyframes bounceOutDown {
  20% {
      transform: translate3d(0, 10px, 0)
  }
  40%,
  45% {
      opacity: 1;
      transform: translate3d(0, -20px, 0)
  }
  to {
      opacity: 0;
      transform: translate3d(0, 2000px, 0)
  }
}

.bounceOutDown {
  animation-name: bounceOutDown
}

@keyframes bounceOutLeft {
  20% {
      opacity: 1;
      transform: translate3d(20px, 0, 0)
  }
  to {
      opacity: 0;
      transform: translate3d(-2000px, 0, 0)
  }
}

.bounceOutLeft {
  animation-name: bounceOutLeft
}

@keyframes bounceOutRight {
  20% {
      opacity: 1;
      transform: translate3d(-20px, 0, 0)
  }
  to {
      opacity: 0;
      transform: translate3d(2000px, 0, 0)
  }
}

.bounceOutRight {
  animation-name: bounceOutRight
}

@keyframes bounceOutUp {
  20% {
      transform: translate3d(0, -10px, 0)
  }
  40%,
  45% {
      opacity: 1;
      transform: translate3d(0, 20px, 0)
  }
  to {
      opacity: 0;
      transform: translate3d(0, -2000px, 0)
  }
}

.bounceOutUp {
  animation-name: bounceOutUp
}

@keyframes fadeIn {
  from {
      opacity: 0
  }
  to {
      opacity: 1
  }
}

.fadeIn {
  animation-name: fadeIn
}

@keyframes fadeInDown {
  from {
      opacity: 0;
      transform: translate3d(0, -100%, 0)
  }
  to {
      opacity: 1;
      transform: none
  }
}

.fadeInDown {
  animation-name: fadeInDown
}

@keyframes fadeInDownBig {
  from {
      opacity: 0;
      transform: translate3d(0, -2000px, 0)
  }
  to {
      opacity: 1;
      transform: none
  }
}

.fadeInDownBig {
  animation-name: fadeInDownBig
}

@keyframes fadeInLeft {
  from {
      opacity: 0;
      transform: translate3d(-100%, 0, 0)
  }
  to {
      opacity: 1;
      transform: none
  }
}

.fadeInLeft {
  animation-name: fadeInLeft
}

@keyframes fadeInLeftBig {
  from {
      opacity: 0;
      transform: translate3d(-2000px, 0, 0)
  }
  to {
      opacity: 1;
      transform: none
  }
}

.fadeInLeftBig {
  animation-name: fadeInLeftBig
}

@keyframes fadeInRight {
  from {
      opacity: 0;
      transform: translate3d(100%, 0, 0)
  }
  to {
      opacity: 1;
      transform: none
  }
}

.fadeInRight {
  animation-name: fadeInRight
}

@keyframes fadeInRightBig {
  from {
      opacity: 0;
      transform: translate3d(2000px, 0, 0)
  }
  to {
      opacity: 1;
      transform: none
  }
}

.fadeInRightBig {
  animation-name: fadeInRightBig
}

@keyframes fadeInUp {
  from {
      opacity: 0;
      transform: translate3d(0, 100%, 0)
  }
  to {
      opacity: 1;
      transform: none
  }
}

.fadeInUp {
  animation-name: fadeInUp
}

@keyframes fadeInUpBig {
  from {
      opacity: 0;
      transform: translate3d(0, 2000px, 0)
  }
  to {
      opacity: 1;
      transform: none
  }
}

.fadeInUpBig {
  animation-name: fadeInUpBig
}

@keyframes fadeOut {
  from {
      opacity: 1
  }
  to {
      opacity: 0
  }
}

.fadeOut {
  animation-name: fadeOut
}

@keyframes fadeOutDown {
  from {
      opacity: 1
  }
  to {
      opacity: 0;
      transform: translate3d(0, 100%, 0)
  }
}

.fadeOutDown {
  animation-name: fadeOutDown
}

@keyframes fadeOutDownBig {
  from {
      opacity: 1
  }
  to {
      opacity: 0;
      transform: translate3d(0, 2000px, 0)
  }
}

.fadeOutDownBig {
  animation-name: fadeOutDownBig
}

@keyframes fadeOutLeft {
  from {
      opacity: 1
  }
  to {
      opacity: 0;
      transform: translate3d(-100%, 0, 0)
  }
}

.fadeOutLeft {
  animation-name: fadeOutLeft
}

@keyframes fadeOutLeftBig {
  from {
      opacity: 1
  }
  to {
      opacity: 0;
      transform: translate3d(-2000px, 0, 0)
  }
}

.fadeOutLeftBig {
  animation-name: fadeOutLeftBig
}

@keyframes fadeOutRight {
  from {
      opacity: 1
  }
  to {
      opacity: 0;
      transform: translate3d(100%, 0, 0)
  }
}

.fadeOutRight {
  animation-name: fadeOutRight
}

@keyframes fadeOutRightBig {
  from {
      opacity: 1
  }
  to {
      opacity: 0;
      transform: translate3d(2000px, 0, 0)
  }
}

.fadeOutRightBig {
  animation-name: fadeOutRightBig
}

@keyframes fadeOutUp {
  from {
      opacity: 1
  }
  to {
      opacity: 0;
      transform: translate3d(0, -100%, 0)
  }
}

.fadeOutUp {
  animation-name: fadeOutUp
}

@keyframes fadeOutUpBig {
  from {
      opacity: 1
  }
  to {
      opacity: 0;
      transform: translate3d(0, -2000px, 0)
  }
}

.fadeOutUpBig {
  animation-name: fadeOutUpBig
}

@keyframes flip {
  from {
      transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
      animation-timing-function: ease-out
  }
  40% {
      transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
      animation-timing-function: ease-out
  }
  50% {
      transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
      animation-timing-function: ease-in
  }
  80% {
      transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
      animation-timing-function: ease-in
  }
  to {
      transform: perspective(400px);
      animation-timing-function: ease-in
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  animation-name: flip
}

@keyframes flipInX {
  from {
      transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
      animation-timing-function: ease-in;
      opacity: 0
  }
  40% {
      transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
      animation-timing-function: ease-in
  }
  60% {
      transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
      opacity: 1
  }
  80% {
      transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
  }
  to {
      transform: perspective(400px)
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInX
}

@keyframes flipInY {
  from {
      transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
      animation-timing-function: ease-in;
      opacity: 0
  }
  40% {
      transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
      animation-timing-function: ease-in
  }
  60% {
      transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
      opacity: 1
  }
  80% {
      transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
  }
  to {
      transform: perspective(400px)
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInY
}

@keyframes flipOutX {
  from {
      transform: perspective(400px)
  }
  30% {
      transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
      opacity: 1
  }
  to {
      transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
      opacity: 0
  }
}

.flipOutX {
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important
}

@keyframes flipOutY {
  from {
      transform: perspective(400px)
  }
  30% {
      transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
      opacity: 1
  }
  to {
      transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
      opacity: 0
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipOutY
}

@keyframes lightSpeedIn {
  from {
      transform: translate3d(100%, 0, 0) skewX(-30deg);
      opacity: 0
  }
  60% {
      transform: skewX(20deg);
      opacity: 1
  }
  80% {
      transform: skewX(-5deg);
      opacity: 1
  }
  to {
      transform: none;
      opacity: 1
  }
}

.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out
}

@keyframes lightSpeedOut {
  from {
      opacity: 1
  }
  to {
      transform: translate3d(100%, 0, 0) skewX(30deg);
      opacity: 0
  }
}

.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in
}

@keyframes rotateIn {
  from {
      transform-origin: center;
      transform: rotate3d(0, 0, 1, -200deg);
      opacity: 0
  }
  to {
      transform-origin: center;
      transform: none;
      opacity: 1
  }
}

.rotateIn {
  animation-name: rotateIn
}

@keyframes rotateInDownLeft {
  from {
      transform-origin: left bottom;
      transform: rotate3d(0, 0, 1, -45deg);
      opacity: 0
  }
  to {
      transform-origin: left bottom;
      transform: none;
      opacity: 1
  }
}

.rotateInDownLeft {
  animation-name: rotateInDownLeft
}

@keyframes rotateInDownRight {
  from {
      transform-origin: right bottom;
      transform: rotate3d(0, 0, 1, 45deg);
      opacity: 0
  }
  to {
      transform-origin: right bottom;
      transform: none;
      opacity: 1
  }
}

.rotateInDownRight {
  animation-name: rotateInDownRight
}

@keyframes rotateInUpLeft {
  from {
      transform-origin: left bottom;
      transform: rotate3d(0, 0, 1, 45deg);
      opacity: 0
  }
  to {
      transform-origin: left bottom;
      transform: none;
      opacity: 1
  }
}

.rotateInUpLeft {
  animation-name: rotateInUpLeft
}

@keyframes rotateInUpRight {
  from {
      transform-origin: right bottom;
      transform: rotate3d(0, 0, 1, -90deg);
      opacity: 0
  }
  to {
      transform-origin: right bottom;
      transform: none;
      opacity: 1
  }
}

.rotateInUpRight {
  animation-name: rotateInUpRight
}

@keyframes rotateOut {
  from {
      transform-origin: center;
      opacity: 1
  }
  to {
      transform-origin: center;
      transform: rotate3d(0, 0, 1, 200deg);
      opacity: 0
  }
}

.rotateOut {
  animation-name: rotateOut
}

@keyframes rotateOutDownLeft {
  from {
      transform-origin: left bottom;
      opacity: 1
  }
  to {
      transform-origin: left bottom;
      transform: rotate3d(0, 0, 1, 45deg);
      opacity: 0
  }
}

.rotateOutDownLeft {
  animation-name: rotateOutDownLeft
}

@keyframes rotateOutDownRight {
  from {
      transform-origin: right bottom;
      opacity: 1
  }
  to {
      transform-origin: right bottom;
      transform: rotate3d(0, 0, 1, -45deg);
      opacity: 0
  }
}

.rotateOutDownRight {
  animation-name: rotateOutDownRight
}

@keyframes rotateOutUpLeft {
  from {
      transform-origin: left bottom;
      opacity: 1
  }
  to {
      transform-origin: left bottom;
      transform: rotate3d(0, 0, 1, -45deg);
      opacity: 0
  }
}

.rotateOutUpLeft {
  animation-name: rotateOutUpLeft
}

@keyframes rotateOutUpRight {
  from {
      transform-origin: right bottom;
      opacity: 1
  }
  to {
      transform-origin: right bottom;
      transform: rotate3d(0, 0, 1, 90deg);
      opacity: 0
  }
}

.rotateOutUpRight {
  animation-name: rotateOutUpRight
}

@keyframes hinge {
  0% {
      transform-origin: top left;
      animation-timing-function: ease-in-out
  }
  20%,
  60% {
      transform: rotate3d(0, 0, 1, 80deg);
      transform-origin: top left;
      animation-timing-function: ease-in-out
  }
  40%,
  80% {
      transform: rotate3d(0, 0, 1, 60deg);
      transform-origin: top left;
      animation-timing-function: ease-in-out;
      opacity: 1
  }
  to {
      transform: translate3d(0, 700px, 0);
      opacity: 0
  }
}

.hinge {
  animation-name: hinge
}

@keyframes jackInTheBox {
  from {
      opacity: 0;
      transform: scale(0.1) rotate(30deg);
      transform-origin: center bottom
  }
  50% {
      transform: rotate(-10deg)
  }
  70% {
      transform: rotate(3deg)
  }
  to {
      opacity: 1;
      transform: scale(1)
  }
}

.jackInTheBox {
  animation-name: jackInTheBox
}

@keyframes rollIn {
  from {
      opacity: 0;
      transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
  }
  to {
      opacity: 1;
      transform: none
  }
}

.rollIn {
  animation-name: rollIn
}

@keyframes rollOut {
  from {
      opacity: 1
  }
  to {
      opacity: 0;
      transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
  }
}

.rollOut {
  animation-name: rollOut
}

@keyframes zoomIn {
  from {
      opacity: 0;
      transform: scale3d(0.3, 0.3, 0.3)
  }
  50% {
      opacity: 1
  }
}

.zoomIn {
  animation-name: zoomIn
}

@keyframes zoomInDown {
  from {
      opacity: 0;
      transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
      animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
  }
  60% {
      opacity: 1;
      transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
      animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
  }
}

.zoomInDown {
  animation-name: zoomInDown
}

@keyframes zoomInLeft {
  from {
      opacity: 0;
      transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
      animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
  }
  60% {
      opacity: 1;
      transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
      animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
  }
}

.zoomInLeft {
  animation-name: zoomInLeft
}

@keyframes zoomInRight {
  from {
      opacity: 0;
      transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
      animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
  }
  60% {
      opacity: 1;
      transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
      animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
  }
}

.zoomInRight {
  animation-name: zoomInRight
}

@keyframes zoomInUp {
  from {
      opacity: 0;
      transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
      animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
  }
  60% {
      opacity: 1;
      transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
      animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
  }
}

.zoomInUp {
  animation-name: zoomInUp
}

@keyframes zoomOut {
  from {
      opacity: 1
  }
  50% {
      opacity: 0;
      transform: scale3d(0.3, 0.3, 0.3)
  }
  to {
      opacity: 0
  }
}

.zoomOut {
  animation-name: zoomOut
}

@keyframes zoomOutDown {
  40% {
      opacity: 1;
      transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
      animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
  }
  to {
      opacity: 0;
      transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
      transform-origin: center bottom;
      animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
  }
}

.zoomOutDown {
  animation-name: zoomOutDown
}

@keyframes zoomOutLeft {
  40% {
      opacity: 1;
      transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0)
  }
  to {
      opacity: 0;
      transform: scale(0.1) translate3d(-2000px, 0, 0);
      transform-origin: left center
  }
}

.zoomOutLeft {
  animation-name: zoomOutLeft
}

@keyframes zoomOutRight {
  40% {
      opacity: 1;
      transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0)
  }
  to {
      opacity: 0;
      transform: scale(0.1) translate3d(2000px, 0, 0);
      transform-origin: right center
  }
}

.zoomOutRight {
  animation-name: zoomOutRight
}

@keyframes zoomOutUp {
  40% {
      opacity: 1;
      transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
      animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
  }
  to {
      opacity: 0;
      transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
      transform-origin: center bottom;
      animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
  }
}

.zoomOutUp {
  animation-name: zoomOutUp
}

@keyframes slideInDown {
  from {
      transform: translate3d(0, -100%, 0);
      visibility: visible
  }
  to {
      transform: translate3d(0, 0, 0)
  }
}

.slideInDown {
  animation-name: slideInDown
}

@keyframes slideInLeft {
  from {
      transform: translate3d(-100%, 0, 0);
      visibility: visible
  }
  to {
      transform: translate3d(0, 0, 0)
  }
}

.slideInLeft {
  animation-name: slideInLeft
}

@keyframes slideInRight {
  from {
      transform: translate3d(100%, 0, 0);
      visibility: visible
  }
  to {
      transform: translate3d(0, 0, 0)
  }
}

.slideInRight {
  animation-name: slideInRight
}

@keyframes slideInUp {
  from {
      transform: translate3d(0, 100%, 0);
      visibility: visible
  }
  to {
      transform: translate3d(0, 0, 0)
  }
}

.slideInUp {
  animation-name: slideInUp
}

@keyframes slideOutDown {
  from {
      transform: translate3d(0, 0, 0)
  }
  to {
      visibility: hidden;
      transform: translate3d(0, 100%, 0)
  }
}

.slideOutDown {
  animation-name: slideOutDown
}

@keyframes slideOutLeft {
  from {
      transform: translate3d(0, 0, 0)
  }
  to {
      visibility: hidden;
      transform: translate3d(-100%, 0, 0)
  }
}

.slideOutLeft {
  animation-name: slideOutLeft
}

@keyframes slideOutRight {
  from {
      transform: translate3d(0, 0, 0)
  }
  to {
      visibility: hidden;
      transform: translate3d(100%, 0, 0)
  }
}

.slideOutRight {
  animation-name: slideOutRight
}

@keyframes slideOutUp {
  from {
      transform: translate3d(0, 0, 0)
  }
  to {
      visibility: hidden;
      transform: translate3d(0, -100%, 0)
  }
}

.slideOutUp {
  animation-name: slideOutUp
}

button,
button[type="submit"],
button[data-previous-step],
.large-spinner,
.button,
button.gray,
a.gray,
button.call-to-action,
a.call-to-action,
.table-button,
.big-button,
.themen-slider a.arrow,
.picker__button--clear,
.picker__button--close,
.picker__button--today {
  position: relative;
  font-size: 24px;
  line-height: 130%;
  padding: 15px 15px 14px 55px;
  color: #fff;
  border-radius: 0.1875rem;
  background: #666;
  border: 0;
  display: table;
  font-weight: normal
}

button:hover,
button:active,
button:focus,
button[type="submit"]:hover,
button[type="submit"]:active,
button[type="submit"]:focus,
button[data-previous-step]:hover,
button[data-previous-step]:active,
button[data-previous-step]:focus,
.large-spinner:hover,
.large-spinner:active,
.large-spinner:focus,
.button:hover,
.button:active,
.button:focus,
button.gray:hover,
button.gray:active,
button.gray:focus,
a.gray:hover,
a.gray:active,
a.gray:focus,
button.call-to-action:hover,
button.call-to-action:active,
button.call-to-action:focus,
a.call-to-action:hover,
a.call-to-action:active,
a.call-to-action:focus,
.table-button:hover,
.table-button:active,
.table-button:focus,
.big-button:hover,
.big-button:active,
.big-button:focus,
.themen-slider a.arrow:hover,
.themen-slider a.arrow:active,
.themen-slider a.arrow:focus,
.picker__button--clear:hover,
.picker__button--clear:active,
.picker__button--clear:focus,
.picker__button--close:hover,
.picker__button--close:active,
.picker__button--close:focus,
.picker__button--today:hover,
.picker__button--today:active,
.picker__button--today:focus {
  color: #fff;
  background: gray;
  cursor: pointer
}

.right button,
.right-to-left button,
.right button[type="submit"],
.right-to-left button[type="submit"],
.right button[data-previous-step],
.right-to-left button[data-previous-step],
.right .large-spinner,
.right-to-left .large-spinner,
.right .button,
.right-to-left .button,
.right button.gray,
.right-to-left button.gray,
.right a.gray,
.right-to-left a.gray,
.right button.call-to-action,
.right-to-left button.call-to-action,
.right a.call-to-action,
.right-to-left a.call-to-action,
.right .table-button,
.right-to-left .table-button,
.right .big-button,
.right-to-left .big-button,
.right .themen-slider a.arrow,
.right-to-left .themen-slider a.arrow,
.right .picker__button--clear,
.right-to-left .picker__button--clear,
.right .picker__button--close,
.right-to-left .picker__button--close,
.right .picker__button--today,
.right-to-left .picker__button--today {
  float: right
}

button,
button[type="submit"],
.big-button,
.large-spinner,
.fileinput-button,
button.call-to-action,
a.call-to-action,
.table-button,
.themen-slider a.arrow,
.picker__button--clear,
.picker__button--close,
.picker__button--today,
.button.formular-submit {
  background: red
}

button:hover,
button:active,
button:focus,
button[type="submit"]:hover,
button[type="submit"]:active,
button[type="submit"]:focus,
.big-button:hover,
.big-button:active,
.big-button:focus,
.large-spinner:hover,
.large-spinner:active,
.large-spinner:focus,
.fileinput-button:hover,
.fileinput-button:active,
.fileinput-button:focus,
button.call-to-action:hover,
button.call-to-action:active,
button.call-to-action:focus,
a.call-to-action:hover,
a.call-to-action:active,
a.call-to-action:focus,
.table-button:hover,
.table-button:active,
.table-button:focus,
.themen-slider a.arrow:hover,
.themen-slider a.arrow:active,
.themen-slider a.arrow:focus,
.picker__button--clear:hover,
.picker__button--clear:active,
.picker__button--clear:focus,
.picker__button--close:hover,
.picker__button--close:active,
.picker__button--close:focus,
.picker__button--today:hover,
.picker__button--today:active,
.picker__button--today:focus,
.button.formular-submit:hover,
.button.formular-submit:active,
.button.formular-submit:focus {
  color: #fff;
  background: #ff4a4a
}

button span,
button i.fo,
button[type="submit"] span,
button[type="submit"] i.fo,
.big-button span,
.big-button i.fo,
.large-spinner span,
.large-spinner i.fo,
.fileinput-button span,
.fileinput-button i.fo,
button.call-to-action span,
button.call-to-action i.fo,
a.call-to-action span,
a.call-to-action i.fo,
.table-button span,
.table-button i.fo,
.themen-slider a.arrow span,
.themen-slider a.arrow i.fo,
.picker__button--clear span,
.picker__button--clear i.fo,
.picker__button--close span,
.picker__button--close i.fo,
.picker__button--today span,
.picker__button--today i.fo,
.button.formular-submit span,
.button.formular-submit i.fo {
  display: table-cell;
  vertical-align: middle
}

button i.fo,
button[type="submit"] i.fo,
.big-button i.fo,
.large-spinner i.fo,
.fileinput-button i.fo,
button.call-to-action i.fo,
a.call-to-action i.fo,
.table-button i.fo,
.themen-slider a.arrow i.fo,
.picker__button--clear i.fo,
.picker__button--close i.fo,
.picker__button--today i.fo,
.button.formular-submit i.fo {
  padding-right: 10px
}

button:before,
.button:before,
button[data-previous-step]:before,
button[type="submit"]:before,
button[type="submit"]:before,
td .button:before,
.large-spinner:before,
button.call-to-action:before,
a.call-to-action:before,
.table-button:before,
button.gray:before,
a.gray:before,
.big-button:before,
.themen-slider a.arrow:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: sv_icons;
  position: absolute;
  color: #fff;
  font-size: 1.875rem;
  left: 0.9375rem
}

button.light:before,
.button.light:before,
button[data-previous-step].light:before,
button[type="submit"].light:before,
button[type="submit"].light:before,
td .button.light:before,
.large-spinner.light:before,
button.call-to-action.light:before,
a.call-to-action.light:before,
.table-button.light:before,
button.gray.light:before,
a.gray.light:before,
.big-button.light:before,
.themen-slider a.arrow.light:before {
  display: none
}

input[type="submit"] {
  padding-left: 15px !important;
  display: inline-block
}

button[data-previous-step]:before,
a[data-previous-step].button:before,
button.back:before,
.button.back:before {
  transform: rotate(180deg)
}

.mce-btn button:before {
  display: none
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  button,
  button[type="submit"],
  button[data-previous-step],
  .large-spinner,
  .button,
  button.gray,
  a.gray,
  button.call-to-action,
  a.call-to-action,
  .table-button,
  .big-button,
  .themen-slider a.arrow {
      font-size: 22px;
      padding: 14px 15px 13px 46px
  }
  button:before,
  button[type="submit"]:before,
  button[data-previous-step]:before,
  .large-spinner:before,
  .button:before,
  button.gray:before,
  a.gray:before,
  button.call-to-action:before,
  a.call-to-action:before,
  .table-button:before,
  .big-button:before,
  .themen-slider a.arrow:before {
      font-size: 1.625rem
  }
}

@media only screen and (max-width: 40em) {
  button,
  button[type="submit"],
  button[data-previous-step],
  .large-spinner,
  .button,
  button.gray,
  a.gray,
  button.call-to-action,
  a.call-to-action,
  .table-button,
  .big-button,
  .themen-slider a.arrow {
      font-size: 18px;
      text-align: center;
      display: block;
      padding: 8px 10px 9px 10px;
      width: 100%
  }
  button:before,
  button[type="submit"]:before,
  button[data-previous-step]:before,
  .large-spinner:before,
  .button:before,
  button.gray:before,
  a.gray:before,
  button.call-to-action:before,
  a.call-to-action:before,
  .table-button:before,
  .big-button:before,
  .themen-slider a.arrow:before {
      font-size: 18px;
      position: relative;
      margin-right: 10px;
      left: 0
  }
}

a.button.dropdown,
.dropdown-wrapper a.button {
  border-radius: 0;
  background: red;
  padding: 0.5625rem 3.125rem 0.5625rem 0.625rem;
  font-size: 1rem;
  position: relative
}

a.button.dropdown i.fo:before,
.dropdown-wrapper a.button i.fo:before {
  font-size: 15px;
  margin-right: 5px
}

a.button.dropdown:after,
.dropdown-wrapper a.button:after {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: sv_icons;
  position: absolute;
  top: 0;
  right: 0.25rem;
  padding: 0.5625rem 0.625rem 0.625rem 0.5625rem;
  border-left: 1px solid #fff;
  width: 2.375rem;
  text-align: center
}

a.button.dropdown:hover,
a.button.dropdown:active,
a.button.dropdown:focus,
.dropdown-wrapper a.button:hover,
.dropdown-wrapper a.button:active,
.dropdown-wrapper a.button:focus {
  background: #ff4a4a
}

a.button.dropdown+.f-dropdown li,
a.button.dropdown+#drop_zielgruppen li,
.dropdown-wrapper a.button+.f-dropdown li,
.dropdown-wrapper a.button+#drop_zielgruppen li {
  padding-left: 0;
  margin-bottom: 0
}

a.button.dropdown+.f-dropdown li a:not(.button),
a.button.dropdown+#drop_zielgruppen li a:not(.button),
.dropdown-wrapper a.button+.f-dropdown li a:not(.button),
.dropdown-wrapper a.button+#drop_zielgruppen li a:not(.button) {
  padding: 10px 8px;
  color: #4d4d4d;
  font-size: 1rem;
  font-weight: 200;
  text-decoration: none
}

a.button.dropdown+.f-dropdown li a:not(.button).active,
a.button.dropdown+.f-dropdown li a:not(.button):hover,
a.button.dropdown+.f-dropdown li a:not(.button):active,
a.button.dropdown+.f-dropdown li a:not(.button):focus,
a.button.dropdown+#drop_zielgruppen li a:not(.button).active,
a.button.dropdown+#drop_zielgruppen li a:not(.button):hover,
a.button.dropdown+#drop_zielgruppen li a:not(.button):active,
a.button.dropdown+#drop_zielgruppen li a:not(.button):focus,
.dropdown-wrapper a.button+.f-dropdown li a:not(.button).active,
.dropdown-wrapper a.button+.f-dropdown li a:not(.button):hover,
.dropdown-wrapper a.button+.f-dropdown li a:not(.button):active,
.dropdown-wrapper a.button+.f-dropdown li a:not(.button):focus,
.dropdown-wrapper a.button+#drop_zielgruppen li a:not(.button).active,
.dropdown-wrapper a.button+#drop_zielgruppen li a:not(.button):hover,
.dropdown-wrapper a.button+#drop_zielgruppen li a:not(.button):active,
.dropdown-wrapper a.button+#drop_zielgruppen li a:not(.button):focus {
  color: red;
  text-decoration: none;
  background: #e9e9e9
}

.strong-highlight a.button.dropdown,
.strong-highlight .dropdown-wrapper a.button {
  border: 1px solid #fff;
  text-decoration: none !important
}

.strong-highlight a.button.dropdown:hover,
.strong-highlight a.button.dropdown:active,
.strong-highlight a.button.dropdown:focus,
.strong-highlight .dropdown-wrapper a.button:hover,
.strong-highlight .dropdown-wrapper a.button:active,
.strong-highlight .dropdown-wrapper a.button:focus {
  text-decoration: none !important
}

.strong-highlight a.button.dropdown:hover:before,
.strong-highlight a.button.dropdown:active:before,
.strong-highlight a.button.dropdown:focus:before,
.strong-highlight .dropdown-wrapper a.button:hover:before,
.strong-highlight .dropdown-wrapper a.button:active:before,
.strong-highlight .dropdown-wrapper a.button:focus:before {
  display: none !important
}

.strong-highlight .f-dropdown li a:not(button) {
  text-decoration: none !important;
  color: #4d4d4d !important
}

.strong-highlight .f-dropdown li a:not(button):hover,
.strong-highlight .f-dropdown li a:not(button):active,
.strong-highlight .f-dropdown li a:not(button):focus {
  color: red !important
}

.dropdown-wrapper a.button:not(.dropdown):after,
.zielgruppen a.button:only-child:after {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: sv_icons;
  border-left: 0
}

ol.orbit-bullets {
  *zoom: 1;
  margin: 0 auto;
  padding: 0;
  top: 0
}

ol.orbit-bullets:before,
ol.orbit-bullets:after {
  content: " ";
  display: table
}

ol.orbit-bullets:after {
  clear: both
}

ol.orbit-bullets li {
  margin: 0 0.625rem;
  border: 1px solid #666;
  background: #fff;
  padding: 0;
  height: 0.875rem;
  width: 0.875rem;
  border-radius: 7px
}

@media only screen and (max-width: 64em) {
  ol.orbit-bullets li {
      height: 1.125rem;
      width: 1.125rem;
      border-radius: 9px
  }
}

ol.orbit-bullets li:hover,
ol.orbit-bullets li:active,
ol.orbit-bullets li:focus {
  border: 1px solid red;
  cursor: pointer
}

ol.orbit-bullets li.active {
  background: red;
  border-color: #fff
}

thead ol.orbit-bullets {
  margin-bottom: 10px
}

.orbit-slides-container li:before {
  display: none
}

.touch .orbit-bullets {
  display: block
}

@media only screen and (max-width: 40em) {
  tfoot td {
      padding-left: 0 !important;
      padding-right: 0 !important
  }
  ol.orbit-bullets li {
      margin-left: 0;
      margin-right: 0.3125rem
  }
}

.pagination {
  margin: 15px 0;
  padding: 15px 0;
  text-align: center
}

.pagination .pageselect a {
  display: inline-block !important;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 15px
}

.pagination .pageselect a:not(:last-of-type) {
  margin-right: 5px
}

.pagination .pageselect a:hover,
.pagination .pageselect a:active,
.pagination .pageselect a:focus,
.pagination .pageselect a.active {
  color: #fff;
  background-color: red
}

.pagination .pageselect a.active {
  background-color: #999
}

.pagination .small-1 a:first-child {
  font-weight: 400;
  color: #000;
  float: left
}

.pagination .small-1 a:first-child:hover,
.pagination .small-1 a:first-child:active,
.pagination .small-1 a:first-child:focus,
.pagination .small-1 a:first-child.active {
  color: red
}

.pagination .small-1 a:last-child {
  display: none
}

.pagination .small-1.text-right a:first-child {
  float: right
}

.ajax-loader {
  position: relative
}

.ajax-loader.text-only-spinner {
  display: inline-block
}

.ajax-loader.text-only-spinner:after {
  content: "Daten werden aktualisiert ...";
  padding-left: 2.5rem;
  width: 9.375rem;
  color: #fff
}

.ajax-loader.large-spinner:before {
  content: ' ';
  background-image: url(../img/ajax-loader.gif);
  width: 2rem;
  height: 2rem
}

.ajax-loader.large-spinner:after {
  content: "Daten werden aktualisiert ...";
  padding-left: 0.3125rem;
  width: 9.375rem;
  line-height: 1.25rem
}

.content-container {
  padding-left: 0;
  padding-right: 0
}

main {
  padding: 0 0.9375rem
}

div.image {
  position: relative;
  margin-bottom: 0.9375rem
}

div.image img {
  width: 100%
}

div.image>a {
  display: block
}

div.image>a:before {
  display: none
}

figure {
  margin: 0
}

hr {
  border: 0;
  height: 1px;
  color: #4d4d4d;
  background: #4d4d4d;
  clear: both;
  margin-top: 15px;
  margin-bottom: 15px
}

div.content-container div.wrapper-spacing {
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem
}

div.content-container div.wrapper-spacing.strong-highlight .h3,
div.content-container div.wrapper-spacing.strong-highlight h4,
div.content-container div.wrapper-spacing.strong-highlight .title,
div.content-container div.wrapper-spacing.strong-highlight p,
div.content-container div.wrapper-spacing.strong-highlight>div,
div.content-container div.wrapper-spacing.strong-highlight hr,
div.content-container div.wrapper-spacing.strong-highlight span {
  color: #fff
}

div.content-container div.wrapper-spacing.strong-highlight p strong {
  font-weight: 600
}

div.content-container div.wrapper-spacing.strong-highlight hr {
  background-color: #fff
}

div.content-container div.wrapper-spacing.strong-highlight>div:not(.org-opencms-gwt-client-ui-css-I_CmsDirectEditCss-optionBar) {
  color: #fff;
  background-color: rgba(255, 0, 0, 0.8);
  padding: 0.9375rem
}

div.content-container div.wrapper-spacing.strong-highlight>div:not(.org-opencms-gwt-client-ui-css-I_CmsDirectEditCss-optionBar) a,
div.content-container div.wrapper-spacing.strong-highlight>div:not(.org-opencms-gwt-client-ui-css-I_CmsDirectEditCss-optionBar) a.arrow {
  color: #fff;
  text-decoration: underline
}

div.content-container div.wrapper-spacing.strong-highlight>div:not(.org-opencms-gwt-client-ui-css-I_CmsDirectEditCss-optionBar) a:hover,
div.content-container div.wrapper-spacing.strong-highlight>div:not(.org-opencms-gwt-client-ui-css-I_CmsDirectEditCss-optionBar) a:active,
div.content-container div.wrapper-spacing.strong-highlight>div:not(.org-opencms-gwt-client-ui-css-I_CmsDirectEditCss-optionBar) a:focus,
div.content-container div.wrapper-spacing.strong-highlight>div:not(.org-opencms-gwt-client-ui-css-I_CmsDirectEditCss-optionBar) a.arrow:hover,
div.content-container div.wrapper-spacing.strong-highlight>div:not(.org-opencms-gwt-client-ui-css-I_CmsDirectEditCss-optionBar) a.arrow:active,
div.content-container div.wrapper-spacing.strong-highlight>div:not(.org-opencms-gwt-client-ui-css-I_CmsDirectEditCss-optionBar) a.arrow:focus {
  text-decoration: none !important
}

div.content-container div.wrapper-spacing.strong-highlight>div:not(.org-opencms-gwt-client-ui-css-I_CmsDirectEditCss-optionBar) a:hover:before,
div.content-container div.wrapper-spacing.strong-highlight>div:not(.org-opencms-gwt-client-ui-css-I_CmsDirectEditCss-optionBar) a:active:before,
div.content-container div.wrapper-spacing.strong-highlight>div:not(.org-opencms-gwt-client-ui-css-I_CmsDirectEditCss-optionBar) a:focus:before,
div.content-container div.wrapper-spacing.strong-highlight>div:not(.org-opencms-gwt-client-ui-css-I_CmsDirectEditCss-optionBar) a.arrow:hover:before,
div.content-container div.wrapper-spacing.strong-highlight>div:not(.org-opencms-gwt-client-ui-css-I_CmsDirectEditCss-optionBar) a.arrow:active:before,
div.content-container div.wrapper-spacing.strong-highlight>div:not(.org-opencms-gwt-client-ui-css-I_CmsDirectEditCss-optionBar) a.arrow:focus:before {
  text-decoration: none !important;
  display: inline-block
}

div.content-container div.wrapper-spacing.strong-highlight>div:not(.org-opencms-gwt-client-ui-css-I_CmsDirectEditCss-optionBar) .h3 a,
div.content-container div.wrapper-spacing.strong-highlight>div:not(.org-opencms-gwt-client-ui-css-I_CmsDirectEditCss-optionBar) a.arrow {
  text-decoration: none
}

div.content-container div.wrapper-spacing.strong-highlight>div:not(.org-opencms-gwt-client-ui-css-I_CmsDirectEditCss-optionBar) .h3 a:hover,
div.content-container div.wrapper-spacing.strong-highlight>div:not(.org-opencms-gwt-client-ui-css-I_CmsDirectEditCss-optionBar) .h3 a:active,
div.content-container div.wrapper-spacing.strong-highlight>div:not(.org-opencms-gwt-client-ui-css-I_CmsDirectEditCss-optionBar) .h3 a:focus,
div.content-container div.wrapper-spacing.strong-highlight>div:not(.org-opencms-gwt-client-ui-css-I_CmsDirectEditCss-optionBar) a.arrow:hover,
div.content-container div.wrapper-spacing.strong-highlight>div:not(.org-opencms-gwt-client-ui-css-I_CmsDirectEditCss-optionBar) a.arrow:active,
div.content-container div.wrapper-spacing.strong-highlight>div:not(.org-opencms-gwt-client-ui-css-I_CmsDirectEditCss-optionBar) a.arrow:focus {
  text-decoration: underline !important
}

div.content-container div.wrapper-spacing.strong-highlight>div:not(.org-opencms-gwt-client-ui-css-I_CmsDirectEditCss-optionBar):before {
  color: #fff !important
}

div.content-container div.wrapper-spacing>div.highlight {
  background-color: #e9e9e9;
  padding: 0.9375rem
}

div.content-container div.wrapper-spacing div.highlight div.image,
div.content-container div.wrapper-spacing.strong-highlight div.image {
  margin: 0 -15px 15px -15px
}

div.content-container div.wrapper-spacing.no-padding-top.strong-highlight>div,
div.content-container div.wrapper-spacing.no-padding-top>div.highlight {
  padding-top: 0
}

p.subtitle,
.image figcaption.caption-float {
  position: absolute;
  bottom: 0;
  padding: 0.5rem 0.9375rem;
  color: #fff;
  background: rgba(255, 0, 0, 0.8);
  margin-bottom: 0;
  font-weight: normaL
}

iframe {
  border: 0
}

.margin-top-40 {
  margin-top: 2.5rem
}

.margin-bottom {
  margin-bottom: 0.9375rem
}

table {
  width: 100%
}

.clear_both {
  clear: both
}

.hidden {
  display: none
}

body {
  font-family: "Sparkasse Web", sans-serif;
  line-height: 140%;
  font-weight: 200;
  color: #4d4d4d
}

button,
input,
optgroup,
select,
textarea {
  font-family: "Sparkasse Web", sans-serif
}

.font-weight-normal {
  font-weight: normal !important
}

.font-weight-bold {
  font-weight: bold !important
}

p strong {
  font-weight: 400
}

small,
p.small:not(.subtitle) {
  font-size: 80%
}

p,
ul,
ol,
td,
label {
  margin-bottom: 0.9375rem;
  margin-top: 0
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.headline,
p[class*="title"]:not(.subtitle),
.subtitle,
.topText {
  font-family: "Sparkasse Web", sans-serif;
  font-size: 1.0625rem;
  font-weight: bold;
  line-height: 130%;
  margin-bottom: 0.9375rem;
  margin-top: 0;
  color: #4d4d4d
}

div.wrapper-spacing.no-margin-headline h1,
div.wrapper-spacing.no-margin-headline .h1,
div.wrapper-spacing.no-margin-headline h2,
div.wrapper-spacing.no-margin-headline .h2,
div.wrapper-spacing.no-margin-headline h3,
div.wrapper-spacing.no-margin-headline .h3,
div.wrapper-spacing.no-margin-headline h4,
div.wrapper-spacing.no-margin-headline .h4,
div.wrapper-spacing.no-margin-headline h5,
div.wrapper-spacing.no-margin-headline .h5,
div.wrapper-spacing.no-margin-headline h6,
div.wrapper-spacing.no-margin-headline .h6,
div.wrapper-spacing.no-margin-headline .headline,
div.wrapper-spacing.no-margin-headline p[class*="title"]:not(.subtitle),
div.wrapper-spacing.no-margin-headline .subtitle,
div.wrapper-spacing.no-margin-headline .topText {
  margin-bottom: 0
}

.image figcaption:not(.caption-float) {
  font-size: 14px
}

.sv-title h1,
.sv-title h2,
.sv-title h3,
.sv-title h4,
.sv-title h5,
.sv-title h6,
.sv-title p,
.textmodule .h3,
.top-headline,
.top-headline.title,
.image_slider .slider_header>p:first-child,
.themen-slider figcaption,
.abschluss-modul h2 {
  font-size: 1.5rem;
  margin-bottom: 0;
  font-weight: bold;
  line-height: 130%
}

@media only screen and (max-width: 64em) {
  .sv-title h1,
  .sv-title h2,
  .sv-title h3,
  .sv-title h4,
  .sv-title h5,
  .sv-title h6,
  .sv-title p,
  .textmodule .h3,
  .top-headline,
  .top-headline.title,
  .image_slider .slider_header>p:first-child,
  .themen-slider figcaption,
  .abschluss-modul h2 {
      font-size: 22px
  }
}

.sv-title h1 img,
.sv-title h2 img,
.sv-title h3 img,
.sv-title h4 img,
.sv-title h5 img,
.sv-title h6 img,
.sv-title p img {
  max-width: 50px;
  margin-right: 7px
}

.top-headline {
  margin-bottom: 15px
}

.page-header {
  margin-bottom: 30px
}

.textmodule .h3,
.image_slider .slider_header>p:first-child,
.textmodule .paragraphs div:not(:last-child) {
  margin-bottom: 0.9375rem
}

ul,
ol {
  padding: 0
}

ul>li {
  list-style-type: none
}

ol>li {
  list-style-position: inside
}

a {
  color: #000;
  text-decoration: none
}

a:hover,
a:active,
a:focus {
  color: red
}

a.arrow,
a[href^="mailto"] {
  display: inline-block;
  position: relative;
  padding-left: 22px;
  color: #000;
  font-weight: 200
}

a.arrow:before,
a[href^="mailto"]:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: sv_icons;
  color: red;
  position: absolute;
  left: 0
}

a.arrow:hover,
a.arrow:active,
a.arrow:focus,
a[href^="mailto"]:hover,
a[href^="mailto"]:active,
a[href^="mailto"]:focus {
  color: red;
  text-decoration: none
}

a[href^="mailto"] {
  color: red;
  font-weight: 200;
  padding-left: 0
}

a[href^="mailto"]:hover,
a[href^="mailto"]:active,
a[href^="mailto"]:focus {
  text-decoration: underline
}

a[href^="mailto"]:before {
  display: none
}

p.h3 a {
  color: #4d4d4d !important
}

p.h3 a:hover,
p.h3 a:active,
p.h3 a:focus {
  color: red !important;
  text-decoration: none !important
}

.text-align-right {
  text-align: right
}

#buehne_container h1,
#buehne_container .h1,
#buehne_container h2,
#buehne_container .h2,
#buehne_container p.h1 {
  color: #fff;
  font-size: 24px;
  font-weight: bold
}

#buehne_container p,
#buehne_container small.error {
  color: #fff !important
}

#buehne_container h2,
#buehne_container .h2 {
  font-size: 36px
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  #buehne_container h1,
  #buehne_container .h1 {
      font-size: 22px
  }
  #buehne_container h2,
  #buehne_container .h2 {
      font-size: 34px
  }
}

@media only screen and (max-width: 40em) {
  #buehne_container h1,
  #buehne_container .h1 {
      font-size: 18px
  }
  #buehne_container h2,
  #buehne_container .h2 {
      font-size: 28px
  }
}

.cta-bar.left-to-right li:first-child,
.orbit-container .orbit-slides-container li {
  padding: 0
}

dl {
  *zoom: 1;
  margin-top: 0
}

dl:before,
dl:after {
  content: " ";
  display: table
}

dl:after {
  clear: both
}

dl dt,
dl dd {
  float: left;
  width: 50%;
  margin: 0 0 10px 0;
  word-wrap: break-word
}

dl dt {
  clear: both;
  padding-right: 10px
}

table {
  border-collapse: collapse
}

table th,
table td {
  margin: 0;
  padding: 8px
}

table th {
  background: #e9e9e9;
  font-weight: normal;
  text-align: left
}

table tr:nth-child(even) {
  background: #f6f6f6
}

table a {
  color: red
}

table a:hover,
table a:active,
table a:focus {
  text-decoration: underline
}

.background-white {
  background: #fff
}

.background-gray {
  background: #f6f6f6
}

.background-gray-2 {
  background: #e9e9e9
}

.highlight {
  padding: 0.9375rem;
  background-color: #e9e9e9
}

.highlight-red .highlight {
  background-color: red
}

.highlight-red .highlight h2,
.highlight-red .highlight .h2,
.highlight-red .highlight div,
.highlight-red .highlight span,
.highlight-red .highlight p,
.highlight-red .highlight h3,
.highlight-red .highlight .h3 {
  color: #fff
}

.highlight-red .highlight a:not(.button) {
  color: #fff
}

.highlight-red .highlight a:not(.button):hover,
.highlight-red .highlight a:not(.button):active,
.highlight-red .highlight a:not(.button):focus {
  color: #fff
}

.highlight-red .highlight a:not(.button):before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: sv_icons;
  color: #fff
}

.highlight-red .highlight .button {
  color: red;
  background: #fff
}

.highlight-red .highlight .button.call-to-action {
  background: #fff
}

.highlight-red .highlight .button:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: sv_icons;
  color: red
}

.highlight-red .highlight .arrow:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: sv_icons;
  color: #fff;
  margin-right: 10px
}

.highlight-red .highlight .bulletpoint:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: sv_icons;
  color: #fff
}

input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea,
select {
  width: 100%;
  line-height: 100%;
  padding: 0.5rem 0 0.5rem 0.5625rem;
  height: 40px;
  border-radius: 3px;
  background-color: #fff;
  border: 1px solid #999;
  margin-bottom: 30px;
  color: #4d4d4d;
  font-family: "Sparkasse Web", sans-serif;
  font-weight: 200
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
textarea:focus,
select:focus {
  border-color: #4d4d4d
}

.error input[type="text"],
input[type="text"].error,
.error input[type="password"],
input[type="password"].error,
.error input[type="date"],
input[type="date"].error,
.error input[type="datetime"],
input[type="datetime"].error,
.error input[type="datetime-local"],
input[type="datetime-local"].error,
.error input[type="month"],
input[type="month"].error,
.error input[type="week"],
input[type="week"].error,
.error input[type="email"],
input[type="email"].error,
.error input[type="number"],
input[type="number"].error,
.error input[type="search"],
input[type="search"].error,
.error input[type="tel"],
input[type="tel"].error,
.error input[type="time"],
input[type="time"].error,
.error input[type="url"],
input[type="url"].error,
.error textarea,
textarea.error,
.error select,
select.error {
  border: 1px solid #d90000
}

input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
input[type="datetime"]::-webkit-input-placeholder,
input[type="datetime-local"]::-webkit-input-placeholder,
input[type="month"]::-webkit-input-placeholder,
input[type="week"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="time"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
  color: gray
}

input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="date"]::-moz-placeholder,
input[type="datetime"]::-moz-placeholder,
input[type="datetime-local"]::-moz-placeholder,
input[type="month"]::-moz-placeholder,
input[type="week"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="time"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder {
  color: gray
}

input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
input[type="datetime"]:-ms-input-placeholder,
input[type="datetime-local"]:-ms-input-placeholder,
input[type="month"]:-ms-input-placeholder,
input[type="week"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="time"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder {
  color: gray
}

small.error {
  color: #d90000;
  font-weight: bold
}

textarea {
  padding-right: 9px
}

[data-abide] .error label,
[data-abide] .error label.error {
  color: #4d4d4d
}

[data-abide] .error input,
[data-abide] .error textarea,
[data-abide] .error select {
  margin-bottom: 0.9375rem
}

textarea {
  height: auto
}

label {
  margin-bottom: 10px;
  display: block;
  font-weight: normal;
  position: relative
}

select {
  background: #fff url("../img/icons/arrow_inactive_down.png") no-repeat right 0 top 50%;
  padding-right: 2.3125rem;
  -moz-appearance: none;
  -webkit-appearance: none
}

select::-ms-expand {
  display: none
}

select:hover,
select:active,
select:focus {
  background-image: url("../img/icons/arrow_active_down.png")
}

input[type="checkbox"],
input[type="radio"] {
  margin-bottom: 20px
}

.advisor-area,
.wegbeschreibung,
.sticky-response-bar .srb-betreuersuche,
.suchschlitz,
.beratersuche,
.replace_checkbox,
div.checkbox,
div.radio,
.radio-input,
.zahlungsdaten,
.moped-choices {
  position: relative;
  margin-bottom: 30px
}

.advisor-area input[type="radio"],
.advisor-area input[type="checkbox"],
.wegbeschreibung input[type="radio"],
.wegbeschreibung input[type="checkbox"],
.sticky-response-bar .srb-betreuersuche input[type="radio"],
.sticky-response-bar .srb-betreuersuche input[type="checkbox"],
.suchschlitz input[type="radio"],
.suchschlitz input[type="checkbox"],
.beratersuche input[type="radio"],
.beratersuche input[type="checkbox"],
.replace_checkbox input[type="radio"],
.replace_checkbox input[type="checkbox"],
div.checkbox input[type="radio"],
div.checkbox input[type="checkbox"],
div.radio input[type="radio"],
div.radio input[type="checkbox"],
.radio-input input[type="radio"],
.radio-input input[type="checkbox"],
.zahlungsdaten input[type="radio"],
.zahlungsdaten input[type="checkbox"],
.moped-choices input[type="radio"],
.moped-choices input[type="checkbox"] {
  display: none
}

.advisor-area input[type="radio"]+label,
.advisor-area input[type="checkbox"]+label,
.wegbeschreibung input[type="radio"]+label,
.wegbeschreibung input[type="checkbox"]+label,
.sticky-response-bar .srb-betreuersuche input[type="radio"]+label,
.sticky-response-bar .srb-betreuersuche input[type="checkbox"]+label,
.suchschlitz input[type="radio"]+label,
.suchschlitz input[type="checkbox"]+label,
.beratersuche input[type="radio"]+label,
.beratersuche input[type="checkbox"]+label,
.replace_checkbox input[type="radio"]+label,
.replace_checkbox input[type="checkbox"]+label,
div.checkbox input[type="radio"]+label,
div.checkbox input[type="checkbox"]+label,
div.radio input[type="radio"]+label,
div.radio input[type="checkbox"]+label,
.radio-input input[type="radio"]+label,
.radio-input input[type="checkbox"]+label,
.zahlungsdaten input[type="radio"]+label,
.zahlungsdaten input[type="checkbox"]+label,
.moped-choices input[type="radio"]+label,
.moped-choices input[type="checkbox"]+label {
  padding: 8px 30px 8px 50px;
  display: inline-block;
  margin-right: 30px
}

.advisor-area input[type="radio"]+label:before,
.advisor-area input[type="checkbox"]+label:before,
.wegbeschreibung input[type="radio"]+label:before,
.wegbeschreibung input[type="checkbox"]+label:before,
.sticky-response-bar .srb-betreuersuche input[type="radio"]+label:before,
.sticky-response-bar .srb-betreuersuche input[type="checkbox"]+label:before,
.suchschlitz input[type="radio"]+label:before,
.suchschlitz input[type="checkbox"]+label:before,
.beratersuche input[type="radio"]+label:before,
.beratersuche input[type="checkbox"]+label:before,
.replace_checkbox input[type="radio"]+label:before,
.replace_checkbox input[type="checkbox"]+label:before,
div.checkbox input[type="radio"]+label:before,
div.checkbox input[type="checkbox"]+label:before,
div.radio input[type="radio"]+label:before,
div.radio input[type="checkbox"]+label:before,
.radio-input input[type="radio"]+label:before,
.radio-input input[type="checkbox"]+label:before,
.zahlungsdaten input[type="radio"]+label:before,
.zahlungsdaten input[type="checkbox"]+label:before,
.moped-choices input[type="radio"]+label:before,
.moped-choices input[type="checkbox"]+label:before {
  left: 10px;
  top: 50%;
  margin-top: -15px;
  content: "";
  height: 30px;
  width: 30px;
  background: url("../img/icons/radio_svag.png") no-repeat;
  position: absolute
}

.advisor-area input[type="radio"]:checked+label:before,
.wegbeschreibung input[type="radio"]:checked+label:before,
.sticky-response-bar .srb-betreuersuche input[type="radio"]:checked+label:before,
.suchschlitz input[type="radio"]:checked+label:before,
.beratersuche input[type="radio"]:checked+label:before,
.replace_checkbox input[type="radio"]:checked+label:before,
div.checkbox input[type="radio"]:checked+label:before,
div.radio input[type="radio"]:checked+label:before,
.radio-input input[type="radio"]:checked+label:before,
.zahlungsdaten input[type="radio"]:checked+label:before,
.moped-choices input[type="radio"]:checked+label:before {
  background-position: bottom left
}

div.radio,
.radio-input {
  display: inline-block
}

div.radio label,
.radio-input label,
.wegbeschreibung input[type="radio"]+label {
  color: #4d4d4d;
  background: #f6f6f6;
  border: 1px solid #e9e9e9;
  border-radius: 4.375rem;
  margin-bottom: 0
}

div.radio label:hover,
div.radio label:active,
div.radio label:focus,
.radio-input label:hover,
.radio-input label:active,
.radio-input label:focus,
.wegbeschreibung input[type="radio"]+label:hover,
.wegbeschreibung input[type="radio"]+label:active,
.wegbeschreibung input[type="radio"]+label:focus {
  border-color: #999
}

.advisor-area input[type="checkbox"]+label,
.wegbeschreibung input[type="checkbox"]+label,
.beratersuche input[type="checkbox"]+label,
.replace_checkbox input[type="checkbox"]+label,
.sticky-response-bar .srb-betreuersuche input[type="checkbox"]+label,
.suchschlitz input[type="checkbox"]+label,
div.checkbox input[type="checkbox"]+label {
  padding: 5px 0 0 35px;
  margin: 0
}

.advisor-area input[type="checkbox"]+label:before,
.wegbeschreibung input[type="checkbox"]+label:before,
.beratersuche input[type="checkbox"]+label:before,
.replace_checkbox input[type="checkbox"]+label:before,
.sticky-response-bar .srb-betreuersuche input[type="checkbox"]+label:before,
.suchschlitz input[type="checkbox"]+label:before,
div.checkbox input[type="checkbox"]+label:before {
  background-image: url("../img/icons/checkbox_svag.png");
  left: 0;
  top: 0;
  margin: 0;
  height: 28px
}

div.checkbox input[type="checkbox"]:checked+label,
input[type="checkbox"]:checked+label:before {
  background-position: bottom left !important
}

.error>p:last-child {
  margin-bottom: 0
}

[data-abide] .error small.error,
small.error:not(.ng-binding),
.error-panel,
.service_not_available {
  clear: both;
  background: none;
  color: #d90000;
  font-size: 0.875rem;
  margin-bottom: 9px
}

.service_not_available {
  color: #fff;
  background: #d90000;
  padding: 0.625rem
}

.progressbar ul {
  *zoom: 1
}

.progressbar ul:before,
.progressbar ul:after {
  content: " ";
  display: table
}

.progressbar ul:after {
  clear: both
}

.progressbar ul li {
  margin-bottom: 0
}

.progressbar ul li:first-child {
  padding-left: 0
}

.progressbar ul li a:hover,
.progressbar ul li a:active,
.progressbar ul li a:focus {
  color: #666
}

.progressbar ul li p {
  font-size: 24px;
  margin-bottom: 0;
  color: #e9e9e9
}

.progressbar ul li p:empty {
  display: none
}

.progressbar ul li.active p,
.progressbar ul li.last_active p,
.progressbar ul li.first_active p,
.progressbar ul li.active_small p {
  color: #666
}

@media only screen and (max-width: 40em) {
  .progressbar ul li {
      padding-left: 0 !important
  }
}

.formular-progress-meter {
  clear: both;
  margin-bottom: 30px;
  padding: 0.3125rem;
  display: block;
  background: red;
  color: #fff
}

form .fileupload {
  margin-bottom: 30px
}

@media only screen and (max-width: 40em) {
  form .fileupload .fileinput-button:before {
      display: none
  }
  form .fileupload .fileinput-button span {
      display: block;
      text-align: centeR
  }
}

@media only screen and (max-width: 64em) {
  .progressbar li {
      float: left
  }
}

@media only screen and (max-width: 40em) {
  form input[type="submit"],
  form button[type="submit"] {
      margin-bottom: 10px
  }
}

@media only screen and (max-width: 40em) {
  .hide-all {
      display: none !important
  }
  .show-small {
      display: inherit !important
  }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .hide-all {
      display: none !important
  }
  .show-medium {
      display: inherit !important
  }
}

@media only screen and (min-width: 64.063em) {
  .hide-all {
      display: none !important
  }
  .show-large {
      display: inherit !important
  }
}

div.oevd-widget-stage .svag-fullsize-wrapper {
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: right;
  background-position-y: top
}

.svag-fullsize-wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fff
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .svag-fullsize-wrapper {
      left: -1.875rem;
      right: -1.875rem
  }
}

.svag-background-fullsize.oevd-widget-bildtextteaser>div {
  position: relative;
  z-index: 1
}

.svag-background-fullsize.oevd-widget-bildtextteaser>div.oevbs-fullsize-wrapper {
  position: absolute;
  z-index: 0
}

@media only screen and (max-width: 40em) {
  div.oevd-widget-stage.svag-background-fullsize .buehne-slides-container img {
      visibility: visible !important
  }
}

@media only screen and (min-width: 40.063em) {
  div.oevd-widget-stage.svag-background-fullsize .buehne-slides-container img {
      visibility: hidden
  }
}

.oevd-widget-textmodule .intro a:not(.arrow),
.oevd-widget-textmodule .intro p:not(.h3)>a:not(.arrow),
.oevd-widget-textmodule div.paragraphs div a:not(.arrow),
.oevd-widget-textmodule div.paragraphs div p:not(.h3)>a:not(.arrow),
.oevd-widget-textteaser div.teaser a:not(.arrow),
.oevd-widget-textteaser div.teaser p:not(.h3)>a:not(.arrow),
.oevd-widget-bildtextteaser div.teaser a:not(.arrow),
.oevd-widget-bildtextteaser div.teaser p:not(.h3)>a:not(.arrow),
.oevd-widget-faqmodule div.teaser a:not(.arrow),
.oevd-widget-faqmodule div.teaser p:not(.h3)>a:not(.arrow),
.oevd-widget-teamteaser div[data-team-teaser] a:not(.arrow),
.oevd-widget-teamteaser div[data-team-teaser] p:not(.h3)>a:not(.arrow),
.oevd-widget-teamteaser div[data-team-teaser]>div a:not(.arrow),
.oevd-widget-teamteaser div[data-team-teaser]>div p:not(.h3)>a:not(.arrow),
.svag-widget-paperteaser a:not(.arrow),
.svag-widget-paperteaser p:not(.h3)>a:not(.arrow),
.oevd-magazin-article div.article-text a:not(.arrow),
.oevd-magazin-article div.article-text p:not(.h3)>a:not(.arrow),
.oevd-widget-leistungenmodule tr.additional-row>td a:not(.arrow),
.oevd-widget-leistungenmodule tr.additional-row>td p:not(.h3)>a:not(.arrow),
.oevd-widget-productteaser .productteaser-text a:not(.arrow),
.oevd-widget-productteaser .productteaser-text p:not(.h3)>a:not(.arrow),
.oevd-widget-formular>p a:not(.arrow),
.oevd-widget-formular>p p:not(.h3)>a:not(.arrow),
.oevd-widget-switchteaser div.teaser>ul>li a:not(.arrow),
.oevd-widget-switchteaser div.teaser>ul>li p:not(.h3)>a:not(.arrow),
.sv_presseliste .continoustext a:not(.arrow),
.sv_presseliste .continoustext p:not(.h3)>a:not(.arrow),
.presse_detail .continoustext a:not(.arrow),
.presse_detail .continoustext p:not(.h3)>a:not(.arrow) {
  color: red
}

.oevd-widget-textmodule .intro a:not(.arrow):hover,
.oevd-widget-textmodule .intro a:not(.arrow):active,
.oevd-widget-textmodule .intro a:not(.arrow):focus,
.oevd-widget-textmodule .intro p:not(.h3)>a:not(.arrow):hover,
.oevd-widget-textmodule .intro p:not(.h3)>a:not(.arrow):active,
.oevd-widget-textmodule .intro p:not(.h3)>a:not(.arrow):focus,
.oevd-widget-textmodule div.paragraphs div a:not(.arrow):hover,
.oevd-widget-textmodule div.paragraphs div a:not(.arrow):active,
.oevd-widget-textmodule div.paragraphs div a:not(.arrow):focus,
.oevd-widget-textmodule div.paragraphs div p:not(.h3)>a:not(.arrow):hover,
.oevd-widget-textmodule div.paragraphs div p:not(.h3)>a:not(.arrow):active,
.oevd-widget-textmodule div.paragraphs div p:not(.h3)>a:not(.arrow):focus,
.oevd-widget-textteaser div.teaser a:not(.arrow):hover,
.oevd-widget-textteaser div.teaser a:not(.arrow):active,
.oevd-widget-textteaser div.teaser a:not(.arrow):focus,
.oevd-widget-textteaser div.teaser p:not(.h3)>a:not(.arrow):hover,
.oevd-widget-textteaser div.teaser p:not(.h3)>a:not(.arrow):active,
.oevd-widget-textteaser div.teaser p:not(.h3)>a:not(.arrow):focus,
.oevd-widget-bildtextteaser div.teaser a:not(.arrow):hover,
.oevd-widget-bildtextteaser div.teaser a:not(.arrow):active,
.oevd-widget-bildtextteaser div.teaser a:not(.arrow):focus,
.oevd-widget-bildtextteaser div.teaser p:not(.h3)>a:not(.arrow):hover,
.oevd-widget-bildtextteaser div.teaser p:not(.h3)>a:not(.arrow):active,
.oevd-widget-bildtextteaser div.teaser p:not(.h3)>a:not(.arrow):focus,
.oevd-widget-faqmodule div.teaser a:not(.arrow):hover,
.oevd-widget-faqmodule div.teaser a:not(.arrow):active,
.oevd-widget-faqmodule div.teaser a:not(.arrow):focus,
.oevd-widget-faqmodule div.teaser p:not(.h3)>a:not(.arrow):hover,
.oevd-widget-faqmodule div.teaser p:not(.h3)>a:not(.arrow):active,
.oevd-widget-faqmodule div.teaser p:not(.h3)>a:not(.arrow):focus,
.oevd-widget-teamteaser div[data-team-teaser] a:not(.arrow):hover,
.oevd-widget-teamteaser div[data-team-teaser] a:not(.arrow):active,
.oevd-widget-teamteaser div[data-team-teaser] a:not(.arrow):focus,
.oevd-widget-teamteaser div[data-team-teaser] p:not(.h3)>a:not(.arrow):hover,
.oevd-widget-teamteaser div[data-team-teaser] p:not(.h3)>a:not(.arrow):active,
.oevd-widget-teamteaser div[data-team-teaser] p:not(.h3)>a:not(.arrow):focus,
.oevd-widget-teamteaser div[data-team-teaser]>div a:not(.arrow):hover,
.oevd-widget-teamteaser div[data-team-teaser]>div a:not(.arrow):active,
.oevd-widget-teamteaser div[data-team-teaser]>div a:not(.arrow):focus,
.oevd-widget-teamteaser div[data-team-teaser]>div p:not(.h3)>a:not(.arrow):hover,
.oevd-widget-teamteaser div[data-team-teaser]>div p:not(.h3)>a:not(.arrow):active,
.oevd-widget-teamteaser div[data-team-teaser]>div p:not(.h3)>a:not(.arrow):focus,
.svag-widget-paperteaser a:not(.arrow):hover,
.svag-widget-paperteaser a:not(.arrow):active,
.svag-widget-paperteaser a:not(.arrow):focus,
.svag-widget-paperteaser p:not(.h3)>a:not(.arrow):hover,
.svag-widget-paperteaser p:not(.h3)>a:not(.arrow):active,
.svag-widget-paperteaser p:not(.h3)>a:not(.arrow):focus,
.oevd-magazin-article div.article-text a:not(.arrow):hover,
.oevd-magazin-article div.article-text a:not(.arrow):active,
.oevd-magazin-article div.article-text a:not(.arrow):focus,
.oevd-magazin-article div.article-text p:not(.h3)>a:not(.arrow):hover,
.oevd-magazin-article div.article-text p:not(.h3)>a:not(.arrow):active,
.oevd-magazin-article div.article-text p:not(.h3)>a:not(.arrow):focus,
.oevd-widget-leistungenmodule tr.additional-row>td a:not(.arrow):hover,
.oevd-widget-leistungenmodule tr.additional-row>td a:not(.arrow):active,
.oevd-widget-leistungenmodule tr.additional-row>td a:not(.arrow):focus,
.oevd-widget-leistungenmodule tr.additional-row>td p:not(.h3)>a:not(.arrow):hover,
.oevd-widget-leistungenmodule tr.additional-row>td p:not(.h3)>a:not(.arrow):active,
.oevd-widget-leistungenmodule tr.additional-row>td p:not(.h3)>a:not(.arrow):focus,
.oevd-widget-productteaser .productteaser-text a:not(.arrow):hover,
.oevd-widget-productteaser .productteaser-text a:not(.arrow):active,
.oevd-widget-productteaser .productteaser-text a:not(.arrow):focus,
.oevd-widget-productteaser .productteaser-text p:not(.h3)>a:not(.arrow):hover,
.oevd-widget-productteaser .productteaser-text p:not(.h3)>a:not(.arrow):active,
.oevd-widget-productteaser .productteaser-text p:not(.h3)>a:not(.arrow):focus,
.oevd-widget-formular>p a:not(.arrow):hover,
.oevd-widget-formular>p a:not(.arrow):active,
.oevd-widget-formular>p a:not(.arrow):focus,
.oevd-widget-formular>p p:not(.h3)>a:not(.arrow):hover,
.oevd-widget-formular>p p:not(.h3)>a:not(.arrow):active,
.oevd-widget-formular>p p:not(.h3)>a:not(.arrow):focus,
.oevd-widget-switchteaser div.teaser>ul>li a:not(.arrow):hover,
.oevd-widget-switchteaser div.teaser>ul>li a:not(.arrow):active,
.oevd-widget-switchteaser div.teaser>ul>li a:not(.arrow):focus,
.oevd-widget-switchteaser div.teaser>ul>li p:not(.h3)>a:not(.arrow):hover,
.oevd-widget-switchteaser div.teaser>ul>li p:not(.h3)>a:not(.arrow):active,
.oevd-widget-switchteaser div.teaser>ul>li p:not(.h3)>a:not(.arrow):focus,
.sv_presseliste .continoustext a:not(.arrow):hover,
.sv_presseliste .continoustext a:not(.arrow):active,
.sv_presseliste .continoustext a:not(.arrow):focus,
.sv_presseliste .continoustext p:not(.h3)>a:not(.arrow):hover,
.sv_presseliste .continoustext p:not(.h3)>a:not(.arrow):active,
.sv_presseliste .continoustext p:not(.h3)>a:not(.arrow):focus,
.presse_detail .continoustext a:not(.arrow):hover,
.presse_detail .continoustext a:not(.arrow):active,
.presse_detail .continoustext a:not(.arrow):focus,
.presse_detail .continoustext p:not(.h3)>a:not(.arrow):hover,
.presse_detail .continoustext p:not(.h3)>a:not(.arrow):active,
.presse_detail .continoustext p:not(.h3)>a:not(.arrow):focus {
  text-decoration: underline
}

.oevd-widget-textmodule .intro.strong-highlight>a:not(.arrow),
.oevd-widget-textmodule .intro.strong-highlight p>a:not(.arrow),
.oevd-widget-textmodule div.paragraphs div.strong-highlight>a:not(.arrow),
.oevd-widget-textmodule div.paragraphs div.strong-highlight p>a:not(.arrow),
.oevd-widget-textteaser div.teaser.strong-highlight>a:not(.arrow),
.oevd-widget-textteaser div.teaser.strong-highlight p>a:not(.arrow),
.oevd-widget-bildtextteaser div.teaser.strong-highlight>a:not(.arrow),
.oevd-widget-bildtextteaser div.teaser.strong-highlight p>a:not(.arrow),
.oevd-widget-faqmodule div.teaser.strong-highlight>a:not(.arrow),
.oevd-widget-faqmodule div.teaser.strong-highlight p>a:not(.arrow),
.oevd-widget-teamteaser div[data-team-teaser].strong-highlight>a:not(.arrow),
.oevd-widget-teamteaser div[data-team-teaser].strong-highlight p>a:not(.arrow),
.oevd-widget-teamteaser div[data-team-teaser]>div.strong-highlight>a:not(.arrow),
.oevd-widget-teamteaser div[data-team-teaser]>div.strong-highlight p>a:not(.arrow),
.svag-widget-paperteaser.strong-highlight>a:not(.arrow),
.svag-widget-paperteaser.strong-highlight p>a:not(.arrow),
.oevd-magazin-article div.article-text.strong-highlight>a:not(.arrow),
.oevd-magazin-article div.article-text.strong-highlight p>a:not(.arrow),
.oevd-widget-leistungenmodule tr.additional-row>td.strong-highlight>a:not(.arrow),
.oevd-widget-leistungenmodule tr.additional-row>td.strong-highlight p>a:not(.arrow),
.oevd-widget-productteaser .productteaser-text.strong-highlight>a:not(.arrow),
.oevd-widget-productteaser .productteaser-text.strong-highlight p>a:not(.arrow),
.oevd-widget-formular>p.strong-highlight>a:not(.arrow),
.oevd-widget-formular>p.strong-highlight p>a:not(.arrow),
.oevd-widget-switchteaser div.teaser>ul>li.strong-highlight>a:not(.arrow),
.oevd-widget-switchteaser div.teaser>ul>li.strong-highlight p>a:not(.arrow),
.sv_presseliste .continoustext.strong-highlight>a:not(.arrow),
.sv_presseliste .continoustext.strong-highlight p>a:not(.arrow),
.presse_detail .continoustext.strong-highlight>a:not(.arrow),
.presse_detail .continoustext.strong-highlight p>a:not(.arrow) {
  color: white;
  font-weight: bold
}

.oevd-widget-textmodule .intro.strong-highlight>a:not(.arrow):hover,
.oevd-widget-textmodule .intro.strong-highlight>a:not(.arrow):active,
.oevd-widget-textmodule .intro.strong-highlight>a:not(.arrow):focus,
.oevd-widget-textmodule .intro.strong-highlight p>a:not(.arrow):hover,
.oevd-widget-textmodule .intro.strong-highlight p>a:not(.arrow):active,
.oevd-widget-textmodule .intro.strong-highlight p>a:not(.arrow):focus,
.oevd-widget-textmodule div.paragraphs div.strong-highlight>a:not(.arrow):hover,
.oevd-widget-textmodule div.paragraphs div.strong-highlight>a:not(.arrow):active,
.oevd-widget-textmodule div.paragraphs div.strong-highlight>a:not(.arrow):focus,
.oevd-widget-textmodule div.paragraphs div.strong-highlight p>a:not(.arrow):hover,
.oevd-widget-textmodule div.paragraphs div.strong-highlight p>a:not(.arrow):active,
.oevd-widget-textmodule div.paragraphs div.strong-highlight p>a:not(.arrow):focus,
.oevd-widget-textteaser div.teaser.strong-highlight>a:not(.arrow):hover,
.oevd-widget-textteaser div.teaser.strong-highlight>a:not(.arrow):active,
.oevd-widget-textteaser div.teaser.strong-highlight>a:not(.arrow):focus,
.oevd-widget-textteaser div.teaser.strong-highlight p>a:not(.arrow):hover,
.oevd-widget-textteaser div.teaser.strong-highlight p>a:not(.arrow):active,
.oevd-widget-textteaser div.teaser.strong-highlight p>a:not(.arrow):focus,
.oevd-widget-bildtextteaser div.teaser.strong-highlight>a:not(.arrow):hover,
.oevd-widget-bildtextteaser div.teaser.strong-highlight>a:not(.arrow):active,
.oevd-widget-bildtextteaser div.teaser.strong-highlight>a:not(.arrow):focus,
.oevd-widget-bildtextteaser div.teaser.strong-highlight p>a:not(.arrow):hover,
.oevd-widget-bildtextteaser div.teaser.strong-highlight p>a:not(.arrow):active,
.oevd-widget-bildtextteaser div.teaser.strong-highlight p>a:not(.arrow):focus,
.oevd-widget-faqmodule div.teaser.strong-highlight>a:not(.arrow):hover,
.oevd-widget-faqmodule div.teaser.strong-highlight>a:not(.arrow):active,
.oevd-widget-faqmodule div.teaser.strong-highlight>a:not(.arrow):focus,
.oevd-widget-faqmodule div.teaser.strong-highlight p>a:not(.arrow):hover,
.oevd-widget-faqmodule div.teaser.strong-highlight p>a:not(.arrow):active,
.oevd-widget-faqmodule div.teaser.strong-highlight p>a:not(.arrow):focus,
.oevd-widget-teamteaser div[data-team-teaser].strong-highlight>a:not(.arrow):hover,
.oevd-widget-teamteaser div[data-team-teaser].strong-highlight>a:not(.arrow):active,
.oevd-widget-teamteaser div[data-team-teaser].strong-highlight>a:not(.arrow):focus,
.oevd-widget-teamteaser div[data-team-teaser].strong-highlight p>a:not(.arrow):hover,
.oevd-widget-teamteaser div[data-team-teaser].strong-highlight p>a:not(.arrow):active,
.oevd-widget-teamteaser div[data-team-teaser].strong-highlight p>a:not(.arrow):focus,
.oevd-widget-teamteaser div[data-team-teaser]>div.strong-highlight>a:not(.arrow):hover,
.oevd-widget-teamteaser div[data-team-teaser]>div.strong-highlight>a:not(.arrow):active,
.oevd-widget-teamteaser div[data-team-teaser]>div.strong-highlight>a:not(.arrow):focus,
.oevd-widget-teamteaser div[data-team-teaser]>div.strong-highlight p>a:not(.arrow):hover,
.oevd-widget-teamteaser div[data-team-teaser]>div.strong-highlight p>a:not(.arrow):active,
.oevd-widget-teamteaser div[data-team-teaser]>div.strong-highlight p>a:not(.arrow):focus,
.svag-widget-paperteaser.strong-highlight>a:not(.arrow):hover,
.svag-widget-paperteaser.strong-highlight>a:not(.arrow):active,
.svag-widget-paperteaser.strong-highlight>a:not(.arrow):focus,
.svag-widget-paperteaser.strong-highlight p>a:not(.arrow):hover,
.svag-widget-paperteaser.strong-highlight p>a:not(.arrow):active,
.svag-widget-paperteaser.strong-highlight p>a:not(.arrow):focus,
.oevd-magazin-article div.article-text.strong-highlight>a:not(.arrow):hover,
.oevd-magazin-article div.article-text.strong-highlight>a:not(.arrow):active,
.oevd-magazin-article div.article-text.strong-highlight>a:not(.arrow):focus,
.oevd-magazin-article div.article-text.strong-highlight p>a:not(.arrow):hover,
.oevd-magazin-article div.article-text.strong-highlight p>a:not(.arrow):active,
.oevd-magazin-article div.article-text.strong-highlight p>a:not(.arrow):focus,
.oevd-widget-leistungenmodule tr.additional-row>td.strong-highlight>a:not(.arrow):hover,
.oevd-widget-leistungenmodule tr.additional-row>td.strong-highlight>a:not(.arrow):active,
.oevd-widget-leistungenmodule tr.additional-row>td.strong-highlight>a:not(.arrow):focus,
.oevd-widget-leistungenmodule tr.additional-row>td.strong-highlight p>a:not(.arrow):hover,
.oevd-widget-leistungenmodule tr.additional-row>td.strong-highlight p>a:not(.arrow):active,
.oevd-widget-leistungenmodule tr.additional-row>td.strong-highlight p>a:not(.arrow):focus,
.oevd-widget-productteaser .productteaser-text.strong-highlight>a:not(.arrow):hover,
.oevd-widget-productteaser .productteaser-text.strong-highlight>a:not(.arrow):active,
.oevd-widget-productteaser .productteaser-text.strong-highlight>a:not(.arrow):focus,
.oevd-widget-productteaser .productteaser-text.strong-highlight p>a:not(.arrow):hover,
.oevd-widget-productteaser .productteaser-text.strong-highlight p>a:not(.arrow):active,
.oevd-widget-productteaser .productteaser-text.strong-highlight p>a:not(.arrow):focus,
.oevd-widget-formular>p.strong-highlight>a:not(.arrow):hover,
.oevd-widget-formular>p.strong-highlight>a:not(.arrow):active,
.oevd-widget-formular>p.strong-highlight>a:not(.arrow):focus,
.oevd-widget-formular>p.strong-highlight p>a:not(.arrow):hover,
.oevd-widget-formular>p.strong-highlight p>a:not(.arrow):active,
.oevd-widget-formular>p.strong-highlight p>a:not(.arrow):focus,
.oevd-widget-switchteaser div.teaser>ul>li.strong-highlight>a:not(.arrow):hover,
.oevd-widget-switchteaser div.teaser>ul>li.strong-highlight>a:not(.arrow):active,
.oevd-widget-switchteaser div.teaser>ul>li.strong-highlight>a:not(.arrow):focus,
.oevd-widget-switchteaser div.teaser>ul>li.strong-highlight p>a:not(.arrow):hover,
.oevd-widget-switchteaser div.teaser>ul>li.strong-highlight p>a:not(.arrow):active,
.oevd-widget-switchteaser div.teaser>ul>li.strong-highlight p>a:not(.arrow):focus,
.sv_presseliste .continoustext.strong-highlight>a:not(.arrow):hover,
.sv_presseliste .continoustext.strong-highlight>a:not(.arrow):active,
.sv_presseliste .continoustext.strong-highlight>a:not(.arrow):focus,
.sv_presseliste .continoustext.strong-highlight p>a:not(.arrow):hover,
.sv_presseliste .continoustext.strong-highlight p>a:not(.arrow):active,
.sv_presseliste .continoustext.strong-highlight p>a:not(.arrow):focus,
.presse_detail .continoustext.strong-highlight>a:not(.arrow):hover,
.presse_detail .continoustext.strong-highlight>a:not(.arrow):active,
.presse_detail .continoustext.strong-highlight>a:not(.arrow):focus,
.presse_detail .continoustext.strong-highlight p>a:not(.arrow):hover,
.presse_detail .continoustext.strong-highlight p>a:not(.arrow):active,
.presse_detail .continoustext.strong-highlight p>a:not(.arrow):focus {
  text-decoration: underline
}

.oevd-widget-textmodule ul li,
.oevd-widget-textteaser ul li,
.oevd-widget-bildtextteaser ul li,
.oevd-widget-faqmodule ul li,
.oevd-widget-teamteaser ul li,
.svag-widget-paperteaser ul li,
.oevd-magazin-article ul li,
.oevd-widget-leistungenmodule ul li,
.oevd-widget-productteaser ul li,
.oevd-widget-formular ul li,
.oevd-widget-switchteaser ul li,
.svag-widget-schutzbrief ul li,
.box_advantages ul li {
  position: relative;
  margin-bottom: 0.625rem;
  padding-left: 1.375rem
}

.oevd-widget-textmodule ul li:before,
.oevd-widget-textteaser ul li:before,
.oevd-widget-bildtextteaser ul li:before,
.oevd-widget-faqmodule ul li:before,
.oevd-widget-teamteaser ul li:before,
.svag-widget-paperteaser ul li:before,
.oevd-magazin-article ul li:before,
.oevd-widget-leistungenmodule ul li:before,
.oevd-widget-productteaser ul li:before,
.oevd-widget-formular ul li:before,
.oevd-widget-switchteaser ul li:before,
.svag-widget-schutzbrief ul li:before,
.box_advantages ul li:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: sv_icons;
  color: red
}

.oevd-widget-textmodule ul li:before,
.oevd-widget-textteaser ul li:before,
.oevd-widget-bildtextteaser ul li:before,
.oevd-widget-faqmodule ul li:before,
.oevd-widget-teamteaser ul li:before,
.svag-widget-paperteaser ul li:before,
.oevd-magazin-article ul li:before,
.oevd-widget-leistungenmodule ul li:before,
.oevd-widget-productteaser ul li:before,
.oevd-widget-formular ul li:before,
.oevd-widget-switchteaser ul li:before,
.svag-widget-schutzbrief ul li:before,
.box_advantages ul li:before {
  font-size: 0.8125rem;
  position: absolute;
  left: 0
}

.oevd-widget-textmodule ul li:last-child,
.oevd-widget-textteaser ul li:last-child,
.oevd-widget-bildtextteaser ul li:last-child,
.oevd-widget-faqmodule ul li:last-child,
.oevd-widget-teamteaser ul li:last-child,
.svag-widget-paperteaser ul li:last-child,
.oevd-magazin-article ul li:last-child,
.oevd-widget-leistungenmodule ul li:last-child,
.oevd-widget-productteaser ul li:last-child,
.oevd-widget-formular ul li:last-child,
.oevd-widget-switchteaser ul li:last-child,
.svag-widget-schutzbrief ul li:last-child,
.box_advantages ul li:last-child {
  margin-bottom: 0
}

.oevd-widget-textmodule ul.bulletpoint li:before,
.oevd-widget-textteaser ul.bulletpoint li:before,
.oevd-widget-bildtextteaser ul.bulletpoint li:before,
.oevd-widget-faqmodule ul.bulletpoint li:before,
.oevd-widget-teamteaser ul.bulletpoint li:before,
.svag-widget-paperteaser ul.bulletpoint li:before,
.oevd-magazin-article ul.bulletpoint li:before,
.oevd-widget-leistungenmodule ul.bulletpoint li:before,
.oevd-widget-productteaser ul.bulletpoint li:before,
.oevd-widget-formular ul.bulletpoint li:before,
.oevd-widget-switchteaser ul.bulletpoint li:before,
.svag-widget-schutzbrief ul.bulletpoint li:before,
.box_advantages ul.bulletpoint li:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: sv_icons;
  font-size: 0.375rem;
  left: 0.1875rem
}

.oevd-widget-textmodule ul.checkbullet li:before,
.oevd-widget-textteaser ul.checkbullet li:before,
.oevd-widget-bildtextteaser ul.checkbullet li:before,
.oevd-widget-faqmodule ul.checkbullet li:before,
.oevd-widget-teamteaser ul.checkbullet li:before,
.svag-widget-paperteaser ul.checkbullet li:before,
.oevd-magazin-article ul.checkbullet li:before,
.oevd-widget-leistungenmodule ul.checkbullet li:before,
.oevd-widget-productteaser ul.checkbullet li:before,
.oevd-widget-formular ul.checkbullet li:before,
.oevd-widget-switchteaser ul.checkbullet li:before,
.svag-widget-schutzbrief ul.checkbullet li:before,
.box_advantages ul.checkbullet li:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: sv_icons;
  color: #009864
}

.tooltip {
  background: #f6f6f6;
  border: 1px solid #e9e9e9;
  padding: 15px;
  position: absolute;
  border-radius: 3px;
  z-index: 1000;
  pointer-events: none
}

@media only screen and (min-width: 40.063em) {
  .tooltip {
      margin-left: -8px
  }
  .tooltip:before {
      content: "";
      position: absolute;
      display: block;
      width: 20px;
      height: 20px;
      border: 10px solid #f6f6f6;
      border-color: transparent transparent #f6f6f6 transparent;
      top: -20px;
      left: 10px;
      z-index: 12
  }
  .tooltip:after {
      content: "";
      position: absolute;
      display: block;
      width: 22px;
      height: 22px;
      border: 11px solid #e9e9e9;
      border-color: transparent transparent #e9e9e9 transparent;
      left: 9px;
      top: -22px;
      z-index: 11
  }
}

@media only screen and (max-width: 40em) {
  .tooltip {
      width: 90% !important;
      left: 5% !important
  }
  .tooltip .nub {
      position: absolute;
      height: 20px;
      width: 20px;
      top: -20px
  }
  .tooltip .nub:before {
      content: "";
      position: absolute;
      display: block;
      width: 20px;
      height: 20px;
      border: 10px solid #f6f6f6;
      border-color: transparent transparent #f6f6f6 transparent;
      top: 0;
      left: 0;
      z-index: 12
  }
  .tooltip .nub:after {
      content: "";
      position: absolute;
      display: block;
      width: 22px;
      height: 22px;
      border: 11px solid #e9e9e9;
      border-color: transparent transparent #e9e9e9 transparent;
      left: -1px;
      top: -2px;
      z-index: 11
  }
}

body,
html {
  height: auto;
  min-height: 100%
}

[class*="column"]+[class*="column"]:last-child {
  float: left
}

.inner-wrap {
  background-position: top center;
  background-repeat: no-repeat
}

button,
button:focus,
button:active,
button:hover,
a,
a:focus,
a:active,
a:hover,
input,
input:focus,
input:active,
input:hover {
  outline: none
}

@media only screen and (min-width: 64.063em) {
  footer [class*="oevd-widget-"]>div:first-child {
      padding-left: 0
  }
  footer [class*="oevd-widget-"]>div:last-child {
      padding-right: 0
  }
}

.error-panel p {
  font-family: "Sparkasse Web", sans-serif;
  font-size: 1.0625rem;
  font-weight: bold;
  line-height: 130%;
  margin-bottom: 0.9375rem;
  margin-top: 0;
  color: #4d4d4d
}

#header_container ul.advisor-searcharea .show-for-medium-up {
  display: table !important
}

#header_container ul.advisor-searcharea .show-for-small-only {
  display: none !important
}

#header_container ul.advisor-searcharea li a.login-box-click {
  color: red !important;
  padding: 0.5625rem 0.625rem 0.5rem 2.1875rem;
  font-size: 1.125rem;
  font-weight: normal;
  background: #fff
}

#header_container ul.advisor-searcharea li a.login-box-click:hover,
#header_container ul.advisor-searcharea li a.login-box-click:active,
#header_container ul.advisor-searcharea li a.login-box-click:focus,
#header_container ul.advisor-searcharea li a.login-box-click.active {
  background: #f6f6f6
}

#header_container ul.advisor-searcharea li a.login-box-click:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: sv_icons;
  color: red;
  font-size: 1.125rem;
  left: 10px
}

@media only screen and (max-width: 40em) {
  #header_container ul.advisor-searcharea li a.login-box-click {
      padding-left: 10px
  }
  #header_container ul.advisor-searcharea li a.login-box-click:before {
      left: 0
  }
}

#header_container form.content-searcharea {
  position: absolute;
  z-index: 100;
  right: 0;
  top: 18px;
  margin-top: 0
}

#header_container form.content-searcharea>ul>li:last-child {
  position: absolute;
  right: 0;
  top: 0
}

#header_container form.content-searcharea>ul>li input {
  height: 40px;
  border-color: #e9e9e9;
  margin-bottom: 0
}

@media only screen and (max-width: 64em) {
  #header_container form.content-searcharea>ul>li input {
      width: 280px
  }
}

#header_container form.content-searcharea>ul>li button {
  height: 40px;
  width: 40px;
  border: 1px solid #e9e9e9;
  background: #fff;
  padding: 0;
  text-align: center
}

#header_container form.content-searcharea>ul>li button i.fo.fo-search {
  padding: 0;
  display: inline;
  vertical-align: unset
}

#header_container form.content-searcharea>ul>li button i.fo.fo-search:before {
  content: "";
  color: red;
  font-size: 24px
}

#header_container form.content-searcharea>ul>li button:before {
  display: none
}

#header_container form.content-searcharea>ul>li button:hover,
#header_container form.content-searcharea>ul>li button:active,
#header_container form.content-searcharea>ul>li button:focus {
  background: #f6f6f6
}

@media only screen and (max-width: 64em) {
  #header_container form.content-searcharea i.fo:before {
      position: absolute;
      left: 12px;
      top: 11px;
      color: red
  }
}

@media only screen and (max-width: 64em) {
  #header_container form.content-searcharea {
      top: 0;
      right: 53px
  }
  #header_container ul.tablet-category a.button.navtab.active {
      margin-bottom: 0;
      height: 55px;
      background: #f9f9f9;
      z-index: 10
  }
  #header_container ul.tablet-category div.flyout {
      position: absolute;
      top: 55px;
      right: 0;
      width: 100%;
      height: 70px
  }
  #header_container ul.tablet-category div.flyout form.content-searcharea {
      top: 0;
      left: 0;
      width: 100%;
      padding: 15px;
      position: relative;
      background: #f9f9f9
  }
  #header_container ul.tablet-category div.flyout form.content-searcharea input.content-autosuggest {
      width: 100%
  }
  #header_container ul.tablet-category div.flyout form.content-searcharea button[type=submit] {
      top: 15px;
      left: -15px
  }
}

#header_container nav.category {
  float: left !important;
  margin-top: 17px
}

#header_container nav.category .flyouts>li {
  display: inline-block
}

#header_container nav.category .flyouts>li>a {
  position: relative;
  padding: 9px 15px 24px;
  display: inline-block
}

#header_container nav.category .flyouts>li>a:before {
  content: normal
}

#header_container nav.category .flyouts>li>a:hover:before,
#header_container nav.category .flyouts>li>a:active:before,
#header_container nav.category .flyouts>li>a:focus:before,
#header_container nav.category .flyouts>li>a.active:before {
  content: ' ';
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  border-width: 10px;
  border-style: solid;
  border-color: transparent transparent #f6f6f6 transparent;
  bottom: 0;
  left: 50%;
  margin-left: -5px
}

#header_container nav.category .flyouts>li .flyout {
  position: absolute;
  z-index: 100;
  left: 0;
  width: 100%
}

#header_container nav.category .flyouts>li .flyout .svagt-fullsize-flyout-bg {
  border-bottom: 1px solid red
}

#header_container nav.category .flyouts>li .flyout>div.row {
  max-width: 86.25rem;
  margin: 0 auto
}

#header_container nav.category .flyouts>li .flyout dl.tabs {
  margin: 0;
  text-align: left
}

#header_container nav.category .flyouts>li .flyout dl.tabs dd {
  display: inline-block;
  margin: 0;
  padding: 10px 16px;
  background: #e9e9e9
}

#header_container nav.category .flyouts>li .flyout dl.tabs dd.active a {
  font-weight: normal;
  color: red
}

#header_container nav.category .flyouts>li .flyout dl.tabs dd.active {
  background: #f6f6f6
}

#header_container nav.category .flyouts>li .flyout div.tabs-content>div.content {
  display: none
}

#header_container nav.category .flyouts>li .flyout div.tabs-content>div.content.active {
  display: block
}

#header_container nav.category .flyouts>li .flyout>div.row>div.large-12 {
  padding: 0
}

#header_container nav.category .flyouts>li .flyout>div.row>div.large-12 .navigation-flyout-entry+.row {
  border-top: 2px solid gray
}

#header_container nav.category .flyouts>li .flyout>div.row>div.large-12 div.navigation-flyout-entry {
  padding: 15px 0
}

#header_container nav.category .flyouts>li .flyout>div.row>div.large-12 div.navigation-flyout-entry .h3.title {
  padding: 0
}

#header_container nav.category .flyouts>li .flyout>div.row>div.large-12 div.navigation-flyout-entry>div.large-9 {
  text-align: left;
  padding: 0
}

#header_container nav.category .flyouts>li .flyout>div.row>div.large-12 div.navigation-flyout-entry>div.large-9 div.large-4 {
  padding: 0 15px 0 0
}

#header_container nav.category .flyouts>li .flyout>div.row>div.large-12 div.navigation-flyout-entry>div.large-9 div.main-navigation-headline {
  color: #4d4d4d;
  margin-bottom: 25px;
  text-transform: uppercase
}

#header_container nav.category .flyouts>li .flyout>div.row>div.large-12 div.navigation-flyout-entry>div.large-9 p.main-navigation-subline {
  padding: 0 0 8px 0;
  color: #4d4d4d;
  font-size: 17px;
  margin-bottom: 0;
  font-weight: 400
}

#header_container nav.category .flyouts>li .flyout>div.row>div.large-12 div.navigation-flyout-entry>div.large-9 p.main-navigation-subline+ul {
  margin-bottom: 20px
}

#header_container nav.category .flyouts>li .flyout>div.row>div.large-12 div.navigation-flyout-entry>div.large-9 p.main-navigation-subline+ul ul {
  margin: 5px 0
}

#header_container nav.category .flyouts>li .flyout>div.row>div.large-12 div.navigation-flyout-entry>div.large-9 p.main-navigation-subline+ul ul a {
  padding-left: 10px
}

#header_container nav.category .flyouts>li .flyout>div.row>div.large-12 div.navigation-flyout-entry>div.large-9 p.main-navigation-subline+ul ul a:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: sv_icons;
  top: -2px;
  left: -3px;
  font-size: 8px;
  position: relative
}

#header_container nav.category .flyouts>li .flyout>div.row>div.large-12 div.large-3 div.flyout-teaser .title-text {
  padding: 0
}

#header_container nav.category .flyouts>li .flyout>div.row>div.large-12 div.large-3 div.flyout-teaser .title-text>a {
  font-weight: normal
}

#header_container nav.category .flyouts>li .flyout>div.row>div.large-12 div.large-3 div.flyout-teaser a:before {
  content: normal
}

#header_container nav.category .flyouts>li .flyout>div.row>div.large-12 div.teasernavigation-entry {
  padding: 0 0 15px 0
}

#header_container nav.category .flyouts>li .flyout>div.row>div.large-12 div.teasernavigation-entry p.h3 {
  padding-top: 0
}

#header_container nav.category .flyouts>li .flyout>div.row>div.large-12 div.teasernavigation-entry .h3.top-headline {
  padding: 0 0 15px 0;
  margin: 3px 0 0 0
}

#header_container nav.category .flyouts>li .flyout>div.row>div.large-12 div.teasernavigation-entry a:before {
  content: normal
}

#header_container nav.category .flyouts>li .flyout>div.row>div.large-12 div.teasernavigation-entry a>p {
  color: inherit
}

#header_container nav.category .servicebar {
  line-height: 35px
}

#header_container nav.category .servicebar p {
  margin: 0
}

#header_container nav.category .servicebar a:hover,
#header_container nav.category .servicebar a:active,
#header_container nav.category .servicebar a:fokus {
  color: red
}

#header_container nav.category .svagt-fullsize-flyout-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 10000px;
  left: 50%;
  margin-left: -5000px;
  background-color: #f6f6f6;
  z-index: -1
}

#header_container nav.category .flyout a {
  color: #000;
  font-weight: 200
}

#header_container nav.category .flyout a:hover,
#header_container nav.category .flyout aactive,
#header_container nav.category .flyout a:focus,
#header_container nav.category .flyout a.active {
  text-decoration: none;
  color: red
}

#header_container nav.category .flyout h3,
#header_container nav.category .flyout .h3,
#header_container nav.category .flyout h3 a {
  font-weight: normal
}

#header_container nav.category .flyout .main-navigation-subline a,
#header_container nav.category .flyout a.arrow {
  font-weight: normal
}

#header_container ul.meta-navigation {
  *zoom: 1;
  float: right
}

#header_container ul.meta-navigation:before,
#header_container ul.meta-navigation:after {
  content: " ";
  display: table
}

#header_container ul.meta-navigation:after {
  clear: both
}

#header_container ul.meta-navigation>li {
  display: block;
  float: left;
  margin: 0 0 15px 15px
}

#header_container ul.meta-navigation>li a:not(.button),
#header_container ul.meta-navigation>li span.text-only {
  font-size: 14px;
  text-transform: uppercase;
  color: #fff
}

#header_container aside.right-off-canvas-menu {
  padding-left: 0;
  background: #f6f6f6
}

@media only screen and (max-width: 64em) {
  #header_container aside.right-off-canvas-menu {
      width: 17.1875rem
  }
}

#header_container aside.right-off-canvas-menu>.row>.columns {
  padding: 0
}

#header_container aside.right-off-canvas-menu a:not(.button):before {
  content: none
}

#header_container aside.right-off-canvas-menu .off-canvas-sticky a {
  background: #fff;
  padding: 10px;
  line-height: 30px
}

#header_container aside.right-off-canvas-menu .off-canvas-sticky a.text-only {
  padding-left: 10.667px;
  padding-right: 10.667px;
  padding-top: 21px;
  padding-bottom: 21px
}

#header_container aside.right-off-canvas-menu .off-canvas-sticky a i {
  line-height: 1;
  margin-right: 10px;
  font-size: 30px;
  position: relative;
  top: 4px
}

#header_container aside.right-off-canvas-menu .off-canvas-sticky a i:before {
  color: red
}

#header_container aside.right-off-canvas-menu .off-canvas-sticky a i.icon-facebook:before {
  color: #3d5a96
}

#header_container aside.right-off-canvas-menu .off-canvas-sticky a i:hover,
#header_container aside.right-off-canvas-menu .off-canvas-sticky a i:active,
#header_container aside.right-off-canvas-menu .off-canvas-sticky a i:focus {
  color: #fff;
  background: red
}

#header_container aside.right-off-canvas-menu .off-canvas-sticky a:hover i:before,
#header_container aside.right-off-canvas-menu .off-canvas-sticky a:active i:before,
#header_container aside.right-off-canvas-menu .off-canvas-sticky a:focus i:before {
  color: #fff
}

#header_container aside.right-off-canvas-menu .icon-pfeil_zurueck:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: sv_icons
}

#header_container aside.right-off-canvas-menu li.category.no-link {
  padding: 0.66667rem
}

#header_container aside.right-off-canvas-menu ul.off-canvas-list li.category.no-link,
#header_container aside.right-off-canvas-menu ul.off-canvas-list li>a {
  padding-right: 2.1875rem
}

#header_container aside.right-off-canvas-menu ul[class^="ocl"] {
  display: none;
  background: #f6f6f6
}

#header_container aside.right-off-canvas-menu ul[class^="ocl"] li a {
  background: #fff
}

#header_container aside.right-off-canvas-menu ul[class^="ocl"] li a:hover {
  background: red
}

#header_container aside.right-off-canvas-menu ul[class^="ocl"] li a:hover:before {
  color: #fff
}

#header_container aside.right-off-canvas-menu ul li.category {
  background: #e9e9e9;
  color: #000;
  margin-bottom: 1px
}

#header_container aside.right-off-canvas-menu ul li.category a {
  background-color: #e9e9e9
}

#header_container aside.right-off-canvas-menu ul a {
  display: block;
  padding: 0.66667rem;
  border-bottom: none !important
}

#header_container aside.right-off-canvas-menu ul a.primary {
  background: #fff;
  color: #000
}

#header_container aside.right-off-canvas-menu ul a.meta {
  background: #e9e9e9;
  color: #666
}

#header_container aside.right-off-canvas-menu ul a:hover {
  color: #fff;
  background: red
}

#header_container aside.right-off-canvas-menu ul a:hover:before {
  color: #fff
}

#header_container aside.right-off-canvas-menu ul .top {
  margin-bottom: 1px
}

#header_container aside.right-off-canvas-menu ul .top.back i:before {
  font-size: 12px;
  margin-right: 10px;
  color: gray
}

#header_container aside.right-off-canvas-menu ul .top.back:hover {
  color: #fff;
  background: red
}

#header_container aside.right-off-canvas-menu ul .top.back:hover i:before {
  color: #fff
}

#header_container aside.right-off-canvas-menu .columns {
  padding-left: 0.5625rem;
  padding-right: 0.5625rem
}

#header_container aside.right-off-canvas-menu:not(.right-off-canvas-medium-menu) ul.list-servicepoint {
  width: 100%
}

#header_container aside.right-off-canvas-menu:not(.right-off-canvas-medium-menu) ul.list-servicepoint>li>a {
  background: #e9e9e9;
  margin-bottom: 1px;
  color: #4d4d4d
}

#header_container aside.right-off-canvas-menu:not(.right-off-canvas-medium-menu) ul.list-servicepoint>li>a:hover {
  background: red;
  color: #fff
}

#header_container aside.right-off-canvas-menu:not(.right-off-canvas-medium-menu) a.right-off-canvas-toggle.button {
  display: none
}

#header_container aside.right-off-canvas-menu:not(.right-off-canvas-medium-menu) ul.off-canvas-list>li:not(:first-child) {
  border-top: 1px solid #f6f6f6
}

#header_container aside.right-off-canvas-menu:not(.right-off-canvas-medium-menu) ul.off-canvas-list>li>a {
  background: white;
  color: #4d4d4d;
  font-weight: normal
}

#header_container aside.right-off-canvas-menu:not(.right-off-canvas-medium-menu) ul.off-canvas-list>li>a:hover {
  background: red;
  color: #fff
}

#header_container aside.right-off-canvas-menu:not(.right-off-canvas-medium-menu) ul.off-canvas-list>li>ul>li {
  position: relative;
  background: #fff;
  border-top: 1px solid #f6f6f6
}

#header_container aside.right-off-canvas-menu:not(.right-off-canvas-medium-menu) ul.off-canvas-list>li>ul>li>a.flip-navigation {
  position: absolute;
  padding: 0.66667rem;
  color: red
}

#header_container aside.right-off-canvas-menu:not(.right-off-canvas-medium-menu) ul.off-canvas-list>li>ul>li>a.flip-navigation:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: sv_icons
}

#header_container aside.right-off-canvas-menu:not(.right-off-canvas-medium-menu) ul.off-canvas-list>li>ul>li>a:not(.flip-navigation) {
  color: #4d4d4d;
  margin-left: 38px;
  padding: 0.66667rem
}

#header_container aside.right-off-canvas-menu:not(.right-off-canvas-medium-menu) ul.off-canvas-list>li>ul>li>a:not(.flip-navigation):hover {
  background: red;
  color: #fff
}

#header_container aside.right-off-canvas-menu:not(.right-off-canvas-medium-menu) ul.off-canvas-list>li>ul>li>ul {
  display: none
}

#header_container aside.right-off-canvas-menu:not(.right-off-canvas-medium-menu) ul.off-canvas-list>li>ul>li.active>a.flip-navigation:before {
  content: ""
}

#header_container aside.right-off-canvas-menu:not(.right-off-canvas-medium-menu) ul.off-canvas-list>li>ul>li.active>ul {
  display: block
}

#header_container aside.right-off-canvas-menu:not(.right-off-canvas-medium-menu) ul.off-canvas-list>li>ul>li.active>ul>li>a {
  border-top: 1px solid #f6f6f6;
  background: white;
  color: #4d4d4d
}

#header_container aside.right-off-canvas-menu:not(.right-off-canvas-medium-menu) ul.off-canvas-list>li>ul>li.active>ul>li>a:hover {
  background: red;
  color: #fff
}

#header_container aside.right-off-canvas-menu:not(.right-off-canvas-medium-menu) ul.off-canvas-list>li>ul>li.active>ul>li>ul {
  display: none
}

#header_container aside.right-off-canvas-menu:not(.right-off-canvas-medium-menu) #sitebarTop>div.small-12.medium-12.columns>span.right {
  display: none
}

#header_container .zielgruppen {
  *zoom: 1;
  margin-bottom: 18px
}

#header_container .zielgruppen:before,
#header_container .zielgruppen:after {
  content: " ";
  display: table
}

#header_container .zielgruppen:after {
  clear: both
}

@media only screen and (max-width: 64em) {
  #header_container .zielgruppen {
      margin-bottom: 0
  }
}

#header_container .zielgruppen a {
  font-size: 0.8125rem !important
}

@media only screen and (max-width: 40em) {
  #header_container .zielgruppen a {
      font-size: 0.75rem !important
  }
}

#header_container .zielgruppen a.active {
  font-weight: bold
}

#header_container .zielgruppen a.button.dropdown,
#header_container .zielgruppen .dropdown-wrapper a.button {
  border: 1px solid #fff
}

#header_container .zielgruppen a.button.dropdown:after,
#header_container .zielgruppen .dropdown-wrapper a.button:after {
  padding-top: 9px
}

#header_container .zielgruppen a.button.dropdown+.f-dropdown li a:not(.button),
#header_container .zielgruppen .dropdown-wrapper a.button+.f-dropdown li a:not(.button) {
  font-size: 0.875rem
}

#header_container .zielgruppen a.button.dropdown:before {
  content: normal
}

#header_container .zielgruppen>li {
  float: left;
  margin: 0 0.9375rem 0 0
}

#header_container .zielgruppen>li:not(:last-child) {
  padding: 0 15px 0 0;
  border-right: 1px solid #fff
}

#header_container .zielgruppen>li:last-child {
  margin-right: 0
}

@media only screen and (max-width: 40em) {
  #header_container .zielgruppen>li {
      margin: 0 0.75rem 0 0
  }
  #header_container .zielgruppen>li:not(:last-child) {
      padding: 0 12px 0 0
  }
}

#header_container .zielgruppen>li a {
  text-transform: uppercase
}

#header_container div.login-box {
  width: calc(100% + 100px);
  margin-top: -0.125rem;
  margin-left: -15px;
  margin-right: -15px;
  max-width: none;
  background-color: #f6f6f6;
  border-bottom: 1px solid red
}

#header_container div.login-box>div.columns>div.columns {
  padding: 15px 0
}

#header_container div.login-box>div.columns>div.columns>table {
  width: 100%;
  table-layout: fixed;
  position: relative
}

#header_container div.login-box>div.columns>div.columns>table td {
  vertical-align: top;
  border-right: 1px solid gray;
  padding: 0 15px
}

#header_container div.login-box>div.columns>div.columns>table td:first-child {
  padding-left: 0
}

#header_container div.login-box>div.columns>div.columns>table td:last-child {
  border: 0;
  padding-right: 0
}

#header_container div.login-box>div.columns>div.columns>table td .h3 {
  font-size: 1.5rem;
  font-weight: 400
}

#header_container div.login-box>div.columns>div.columns>table td label {
  clear: both;
  display: block
}

#header_container div.login-box>div.columns>div.columns>table td a:not(.button) {
  font-weight: 200
}

#header_container div.login-box>div.columns>div.columns>table td a:not(.button):before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: sv_icons;
  padding-right: 0.625rem;
  color: red
}

#header_container div.login-box>div.columns>div.columns>table td button.call-to-action,
#header_container div.login-box>div.columns>div.columns>table td a.call-to-action {
  padding: 14px 15px 13px 46px !important;
  font-size: 16px
}

#header_container div.login-box>div.columns>div.columns>table td button.call-to-action:before,
#header_container div.login-box>div.columns>div.columns>table td a.call-to-action:before {
  font-size: 22px
}

#header_container div.login-box>div.columns>div.columns>table td .error-panel {
  margin-bottom: 10px
}

#header_container div.login-box>div.columns>div.columns>table td .error-panel li {
  padding: 0
}

#header_container div.login-box>div.columns>div.columns>table td .error-panel li a {
  font-size: 0.875rem;
  color: #fff
}

#header_container div.login-box>div.columns>div.columns>table td .error-panel li a:before {
  display: none
}

#header_container div.login-box>div.columns>div.columns>table td:last-child a {
  font-weight: normal
}

#header_container div.login-box>div.columns>div.columns>table td:last-child a:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: sv_icons;
  color: rgba(255, 0, 0, 0.8);
  padding-right: 0.3125rem
}

#header_container div.login-box>div.columns>div.columns>table td:last-child .login-box-click {
  position: absolute;
  right: 0
}

#header_container div.login-box>div.columns>div.columns>table td:last-child .login-box-click:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: sv_icons;
  color: #4d4d4d
}

#header_container div.login-box>div.columns>div.columns>table td:last-child p:empty {
  display: none
}

@media only screen and (max-width: 64em) {
  #header_container header.compact div.login-box {
      padding: 0;
      margin: 0;
      max-width: none;
      width: 100%
  }
  #header_container header.compact div.login-box>div.columns {
      padding-left: 0 !important;
      padding-right: 0 !important
  }
  #header_container header.compact div.login-box>div>div {
      background: #f6f6f6;
      padding: 1.25rem 1.25rem !important
  }
}

@media only screen and (max-width: 64em) and (max-width: 40em) {
  #header_container header.compact div.login-box>div>div {
      padding: 1.25rem 0.9375rem !important
  }
}

@media only screen and (max-width: 64em) {
  #header_container header.compact div.login-box>div>div *:not(input):not(a):not(button):not(.button) {
      color: #000;
      font-size: 1rem
  }
  #header_container header.compact div.login-box>div>div h1,
  #header_container header.compact div.login-box>div>div h2,
  #header_container header.compact div.login-box>div>div h3,
  #header_container header.compact div.login-box>div>div h4,
  #header_container header.compact div.login-box>div>div h5,
  #header_container header.compact div.login-box>div>div h6,
  #header_container header.compact div.login-box>div>div .h1,
  #header_container header.compact div.login-box>div>div .h2,
  #header_container header.compact div.login-box>div>div .h3,
  #header_container header.compact div.login-box>div>div .h4,
  #header_container header.compact div.login-box>div>div .h5,
  #header_container header.compact div.login-box>div>div .h6,
  #header_container header.compact div.login-box>div>div h2,
  #header_container header.compact div.login-box>div>div .h2,
  #header_container header.compact div.login-box>div>div .panel h2,
  #header_container header.compact div.login-box>div>div .h3.top-headline,
  #header_container header.compact div.login-box>div>div .h4.top-headline {
      color: #000 !important;
      font-size: 1.125rem !important;
      font-weight: normal;
      margin-bottom: 0.9375rem
  }
  #header_container header.compact div.login-box>div>div a:not(.button),
  #header_container header.compact div.login-box>div>div a:not(.button) i {
      color: #000
  }
  #header_container header.compact div.login-box>div>div a:not(.button):hover,
  #header_container header.compact div.login-box>div>div a:not(.button):hover i,
  #header_container header.compact div.login-box>div>div a:not(.button):focus,
  #header_container header.compact div.login-box>div>div a:not(.button):focus i {
      color: red
  }
  #header_container header.compact div.login-box>div>div ul.checkbullet li:after {
      color: inherit
  }
  #header_container header.compact div.login-box input {
      font-size: inherit;
      height: 2.5rem;
      padding: 0.3125rem 2.1875rem 0.3125rem 0.625rem
  }
  #header_container header.compact div.login-box button,
  #header_container header.compact div.login-box .button {
      font-size: inherit;
      height: 2.5rem;
      padding: 0.3125rem 2.1875rem 0.3125rem 0.625rem
  }
  #header_container header.compact div.login-box input:not([type="radio"]):not([type="checkbox"]),
  #header_container header.compact div.login-box button {
      -webkit-appearance: none;
      border-radius: 0
  }
  #header_container header.compact div.login-box h1,
  #header_container header.compact div.login-box h2,
  #header_container header.compact div.login-box h3,
  #header_container header.compact div.login-box h4,
  #header_container header.compact div.login-box h5,
  #header_container header.compact div.login-box h6,
  #header_container header.compact div.login-box .h1,
  #header_container header.compact div.login-box .h2,
  #header_container header.compact div.login-box .h3,
  #header_container header.compact div.login-box .h4,
  #header_container header.compact div.login-box .h5,
  #header_container header.compact div.login-box .h6,
  #header_container header.compact div.login-box h2,
  #header_container header.compact div.login-box .h2,
  #header_container header.compact div.login-box .panel h2,
  #header_container header.compact div.login-box .h3.top-headline,
  #header_container header.compact div.login-box .h4.top-headline {
      font-size: 1.125rem;
      font-weight: normal;
      margin-bottom: 0.9375rem
  }
  #header_container header.compact div.login-box .login-box-click.fo-close {
      display: none
  }
}

@media only screen and (max-width: 64em) {
  #header_container header.compact .contain-to-grid {
      padding: 0 !important
  }
  #header_container header.compact div.sticky-wrapper {
      min-height: 0
  }
  #header_container header.compact section.navigation {
      padding: 0 !important
  }
  #header_container header.compact section.navigation>nav>div {
      padding: 0.9375rem 0.9375rem 0 0.9375rem
  }
  #header_container header.compact .backToVu {
      display: block
  }
  #header_container header.compact .advisorlayer {
      background: none;
      color: #000;
      border-top: 0;
      padding: 0 !important;
      margin: 0 !important;
      width: 100%
  }
  #header_container header.compact .advisorlayer *:not(input):not(a):not(button):not(.button) {
      font-size: 1rem;
      color: #000
  }
  #header_container header.compact .advisorlayer li,
  #header_container header.compact .advisorlayer p,
  #header_container header.compact .advisorlayer label {
      color: #000
  }
  #header_container header.compact .advisorlayer h1,
  #header_container header.compact .advisorlayer h2,
  #header_container header.compact .advisorlayer h3,
  #header_container header.compact .advisorlayer h4,
  #header_container header.compact .advisorlayer h5,
  #header_container header.compact .advisorlayer h6,
  #header_container header.compact .advisorlayer .h1,
  #header_container header.compact .advisorlayer .h2,
  #header_container header.compact .advisorlayer .h3,
  #header_container header.compact .advisorlayer .h4,
  #header_container header.compact .advisorlayer .h5,
  #header_container header.compact .advisorlayer .h6,
  #header_container header.compact .advisorlayer h2,
  #header_container header.compact .advisorlayer .h2,
  #header_container header.compact .advisorlayer .panel h2,
  #header_container header.compact .advisorlayer .h3.top-headline,
  #header_container header.compact .advisorlayer .h4.top-headline {
      color: #000 !important;
      font-size: 1.125rem !important;
      margin-bottom: 1.25rem;
      font-weight: normal
  }
  #header_container header.compact .advisorlayer a:not(.button),
  #header_container header.compact .advisorlayer a:not(.button) i {
      color: #000
  }
  #header_container header.compact .advisorlayer a:not(.button):hover,
  #header_container header.compact .advisorlayer a:not(.button):hover i,
  #header_container header.compact .advisorlayer a:not(.button):focus,
  #header_container header.compact .advisorlayer a:not(.button):focus i {
      color: red
  }
  #header_container header.compact .advisorlayer ul.advisorlayer-buttons li {
      list-style: none;
      margin-bottom: 0.3125rem
  }
  #header_container header.compact .advisorlayer ul.advisorlayer-buttons li a.button i {
      color: inherit;
      top: 0px
  }
  #header_container header.compact .advisorlayer ul.advisorlayer-buttons li a.button:hover i,
  #header_container header.compact .advisorlayer ul.advisorlayer-buttons li a.button:focus i {
      color: inherit
  }
  #header_container header.compact .advisorlayer ul.advisorlayer-buttons li:last-child,
  #header_container header.compact .advisorlayer ul.advisorlayer-buttons li.last {
      margin-bottom: 0
  }
  #header_container header.compact .advisorlayer>.row {
      background: #f6f6f6;
      padding: 1.25rem 1.25rem !important;
      max-width: none
  }
}

@media only screen and (max-width: 64em) and (max-width: 40em) {
  #header_container header.compact .advisorlayer>.row {
      padding: 1.25rem 0.9375rem !important
  }
}

@media only screen and (max-width: 64em) {
  #header_container header.compact .advisorlayer>.row .columns {
      padding-left: 0 !important;
      padding-right: 0 !important
  }
  #header_container header.compact .advisorlayer>.row .columns .row {
      margin-left: 0 !important;
      margin-right: 0 !important
  }
  #header_container header.compact .advisorlayer>.row .columns .row>.image-container {
      width: auto;
      min-width: 0;
      max-width: 5.625rem;
      margin: 0 0.9375rem 0 0
  }
  #header_container header.compact .advisorlayer .box-text {
      border-right-color: #f6f6f6
  }
  #header_container header.compact .advisorlayer .advisor-button-click.fo-close {
      display: none
  }
  #header_container header.compact .sticky-wrapper div.login-box,
  #header_container header.compact .sticky-wrapper div.advisorlayer {
      height: 0 !important
  }
}

#header_container .navigation {
  padding: 0 15px
}

#header_container nav a:not(.button) {
  color: #fff;
  font-weight: normal
}

#header_container nav a:not(.button):hover,
#header_container nav a:not(.button):active,
#header_container nav a:not(.button):focus {
  text-decoration: underline
}

#header_container .contain-to-grid {
  background: red;
  padding: 10px 0 0
}

#header_container div.header_background {
  max-width: 86.25rem;
  margin: 15px auto 0
}

#header_container div.header_background div.backToVu:not(.columns) {
  align-self: flex-start;
  position: absolute;
  top: -20px
}

#header_container div.header_background div.backToVu:not(.columns) a:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: sv_icons;
  padding: 10px 4px 11px 0;
  margin-left: 0
}

#header_container div.header_background div.main_header_block {
  display: flex
}

#header_container div.header_background div.main_header_block>div.columns.logo-div {
  flex: 220px 0 0;
  min-height: 55px
}

#header_container div.header_background div.main_header_block>div.columns.logo-div>a {
  position: absolute;
  bottom: 27px
}

@media only screen and (max-width: 64em) {
  #header_container div.header_background div.main_header_block>div.columns.logo-div>a {
      bottom: 15px
  }
}

#header_container div.header_background div.main_header_block>div.columns.logo-div img {
  width: 165px
}

#header_container div.header_background div.main_header_block>div.columns.static {
  flex: 10 0 auto
}

#header_container ul.tablet-category:nth-child(2) {
  margin-right: 15px
}

#header_container ul.tablet-category li a.button {
  border-radius: 0;
  padding: 8px;
  line-height: 100%;
  margin-bottom: 15px;
  height: 40px;
  display: block;
  background-color: #fff
}

#header_container ul.tablet-category li a.button:before {
  content: normal
}

#header_container ul.tablet-category li a.button:hover,
#header_container ul.tablet-category li a.button:active,
#header_container ul.tablet-category li a.button:focus {
  background-color: #f6f6f6
}

#header_container ul.tablet-category li a.button>i {
  margin: 0
}

#header_container ul.tablet-category li a.button>i:before {
  color: red;
  font-size: 22px
}

#header_container ul.tablet-category li a.button>i.fo-menu:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: sv_icons
}

#header_container ul.tablet-category li a.button>i.fo-search:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: sv_icons
}

#header_container div.static,
#header_container div.static div {
  position: static
}

#header_container div.relative {
  position: relative
}

#header_container ul {
  margin: 0
}

#header_container div.sticky-wrapper>div.sticky>section.navigation>nav,
#header_container div.sticky-wrapper>div.sticky>section.navigation>div.login-box>div.columns {
  max-width: 86.25rem;
  margin: 0 auto;
  float: none
}

.header-only-logo header section.navigation>nav:first-child {
  display: none
}

.header-only-logo div.main_header_block div:last-child {
  display: none
}

@media only screen and (max-width: 64em) {
  #header_container .fo-menu:before,
  #header_container .fo-search:before {
      font-size: 40px
  }
}

footer {
  background-color: #f6f6f6
}

footer div.oevd-widget-footerawards .awards>div:nth-child(2) ul li {
  float: left;
  margin-right: 0.9375rem
}

footer div.oevd-widget-footerawards .social ul li {
  float: left;
  padding-right: 0.4375rem;
  margin-right: 0.4375rem;
  border-right: 0.0625rem solid #0D57A6
}

footer div.oevd-widget-footerlinks ul.in-a-row li {
  display: inline-block;
  padding-right: 1.25rem
}

footer .side-nav:first-child {
  padding-top: 44px
}

@media only screen and (max-width: 40em) {
  footer div.oevd-widget-footerlinks ul.in-a-row li {
      display: block;
      padding-right: 0
  }
}

@media only screen and (max-width: 40em) {
  footer .oevd-widget-footernavigation .footer-nav p.headline a:before {
      padding-right: 8px
  }
  footer .oevd-widget-footernavigation .footer-nav p.headline a:before {
      content: "";
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-family: sv_icons
  }
  footer .oevd-widget-footernavigation .footer-nav div.active p.headline a:before {
      content: "";
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-family: sv_icons
  }
  footer .oevd-widget-footernavigation .footer-nav>div>div ul {
      display: none;
      margin-bottom: 30px
  }
}

footer .social-apps>.row>div {
  float: left
}

footer .social-apps a {
  display: block;
  width: 60px;
  height: 60px
}

footer .social-apps a.social-facebook {
  background: url("/content/_resources/bildergalerie/icons/icn_facebook.png") top left no-repeat
}

footer .social-apps a.social-facebook:hover {
  background: url("/content/_resources/bildergalerie/icons/icn_facebook_hover.png") top left no-repeat
}

footer .social-apps a.social-xing {
  background: url("/content/_resources/bildergalerie/icons/icn_xing.png") top left no-repeat
}

footer .social-apps a.social-xing:hover {
  background: url("/content/_resources/bildergalerie/icons/icn_xing_hover.png") top left no-repeat
}

footer .social-apps a.social-youtube {
  background: url("/content/_resources/bildergalerie/icons/icn_youtube.png") top left no-repeat
}

footer .social-apps a.social-youtube:hover {
  background: url("/content/_resources/bildergalerie/icons/icn_youtube_hover.png") top left no-repeat
}

footer .social-apps a.sv-schaden-melden-app {
  background: url("/content/_resources/bildergalerie/icons/icn_schaden_melden_app.png") top left no-repeat
}

footer .social-apps a.sv-schaden-melden-app:hover {
  background: url("/content/_resources/bildergalerie/icons/icn_schaden_melden_app_hover.png") top left no-repeat
}

footer .social-apps a.sv-hausuwetter-app {
  background: url("/content/_resources/bildergalerie/icons/icn_hausuwetter_app.png") top left no-repeat
}

footer .social-apps a.sv-hausuwetter-app:hover {
  background: url("/content/_resources/bildergalerie/icons/icn_hausuwetter_app_hover.png") top left no-repeat
}

footer .social-apps a.sv_auto_app {
  background: url("/content/_resources/bildergalerie/icons/icn_sv_auto_app.png") top left no-repeat
}

footer .social-apps a.sv_auto_app:hover {
  background: url("/content/_resources/bildergalerie/icons/icn_sv_auto_app_hover.png") top left no-repeat
}

footer div[class*=oevd-widget-footer] {
  padding: 1.875rem 0 1.875rem 0
}

footer a {
  color: #4d4d4d
}

footer a:before {
  color: red
}

footer ul.side-nav li {
  line-height: 180%
}

footer ul {
  margin: 0
}

footer .footer-nav p.headline a:befor {
  padding-right: 10px
}

footer .link-row li {
  font-size: 0.875rem;
  margin-bottom: 0.9375rem
}

footer .h4,
footer p.headline {
  font-size: 17px;
  line-height: 150%
}

footer .teaser a {
  display: block;
  margin-bottom: 40px
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  footer .side-nav {
      margin-bottom: 40px
  }
}

.oevd-widget-accordion,
dl.accordion {
  margin: 0
}

.oevd-widget-accordion dd,
dl.accordion dd {
  background: #e9e9e9;
  margin-left: 0;
  margin-bottom: 0.0625rem;
  float: none;
  width: 100%
}

.oevd-widget-accordion dd dd,
dl.accordion dd dd {
  background: transparent
}

.oevd-widget-accordion dd>a,
dl.accordion dd>a {
  display: block;
  padding: 0.75rem 0.9375rem
}

.oevd-widget-accordion dd>a:not([href^=mailto]),
dl.accordion dd>a:not([href^=mailto]) {
  color: #4d4d4d
}

.oevd-widget-accordion dd>a:hover,
.oevd-widget-accordion dd>a:active,
.oevd-widget-accordion dd>a:focus,
dl.accordion dd>a:hover,
dl.accordion dd>a:active,
dl.accordion dd>a:focus {
  background: #f6f6f6;
  color: red
}

.oevd-widget-accordion dd>a:hover div.row.address-list p,
.oevd-widget-accordion dd>a:active div.row.address-list p,
.oevd-widget-accordion dd>a:focus div.row.address-list p,
dl.accordion dd>a:hover div.row.address-list p,
dl.accordion dd>a:active div.row.address-list p,
dl.accordion dd>a:focus div.row.address-list p {
  color: #4d4d4d
}

.oevd-widget-accordion dd>a:before,
dl.accordion dd>a:before {
  font-size: 0.875rem;
  margin-right: 0.625rem;
  color: red
}

.oevd-widget-accordion dd>a:before,
dl.accordion dd>a:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: sv_icons
}

.oevd-widget-accordion dd>a.active,
dl.accordion dd>a.active {
  background: #f6f6f6
}

.oevd-widget-accordion dd>a.active:before,
dl.accordion dd>a.active:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: sv_icons
}

.oevd-widget-accordion dd .content,
dl.accordion dd .content {
  padding: 0 2.5rem;
  display: none
}

.oevd-widget-accordion dd .content.active,
dl.accordion dd .content.active {
  display: block;
  background: #f6f6f6
}

.oevd-widget-accordion dd ul.side-nav,
dl.accordion dd ul.side-nav {
  margin-bottom: 0
}

.oevd-widget-accordion dd ul.side-nav>li,
dl.accordion dd ul.side-nav>li {
  padding-left: 0
}

.svag-widget-apps .img-text {
  *zoom: 1
}

.svag-widget-apps .img-text:before,
.svag-widget-apps .img-text:after {
  content: " ";
  display: table
}

.svag-widget-apps .img-text:after {
  clear: both
}

.svag-widget-apps .img-text img {
  display: block;
  float: left;
  width: 88px;
  height: auto;
  margin-right: 15px
}

.svag-widget-apps .img-text div {
  float: left;
  width: 90%;
  width: calc(100% - 103px)
}

.svag-widget-apps .img-text div p:first-child {
  font-weight: 400
}

.svag-widget-apps div.img-text:not(:last-child) {
  margin-bottom: 0.9375rem
}

div.oevd-widget-beraterauswahl button[type="submit"] {
  padding: 9px 11px 8px 37px;
  font-size: 18px;
  margin-left: 30px
}

div.oevd-widget-beraterauswahl button[type="submit"]:before {
  font-size: inherit
}

@media only screen and (max-width: 40em) {
  div.oevd-widget-beraterauswahl button[type="submit"] {
      margin: 0
  }
}

div.oevd-widget-beraterbox .opening-hours-status {
  font-weight: bold
}

.oevd-widget-sv-beratersuche-suchschlitz button,
.svag-widget-beratersuche-suchschlitz button {
  float: right;
  font-size: 0.875rem;
  padding: 0.6875rem 0.9375rem 0.6875rem 1.9375rem
}

@media only screen and (max-width: 40em) {
  .oevd-widget-sv-beratersuche-suchschlitz button,
  .svag-widget-beratersuche-suchschlitz button {
      padding: 0.6875rem 0.9375rem 0.6875rem 0
  }
}

.oevd-widget-sv-beratersuche-suchschlitz button:before,
.svag-widget-beratersuche-suchschlitz button:before {
  font-size: inherit;
  left: 0.625rem
}

@media only screen and (max-width: 40em) {
  .oevd-widget-sv-beratersuche-suchschlitz button:before,
  .svag-widget-beratersuche-suchschlitz button:before {
      left: 0
  }
}

.oevd-widget-sv-beratersuche-suchschlitz button.advisor-geolocation,
.svag-widget-beratersuche-suchschlitz button.advisor-geolocation {
  position: absolute;
  width: 40px;
  height: 40px;
  padding: 8px;
  font-size: inherit
}

.oevd-widget-sv-beratersuche-suchschlitz button.advisor-geolocation:before,
.svag-widget-beratersuche-suchschlitz button.advisor-geolocation:before {
  content: normal
}

.oevd-widget-sv-beratersuche-suchschlitz button.advisor-geolocation i:before,
.svag-widget-beratersuche-suchschlitz button.advisor-geolocation i:before {
  font-size: 24px;
  margin-right: 0;
  padding-left: 3px
}

.oevd-widget-sv-beratersuche-suchschlitz button.advisor-geolocation+input,
.svag-widget-beratersuche-suchschlitz button.advisor-geolocation+input {
  padding-left: 50px
}

.oevd-widget-sv-beratersuche-suchschlitz button.advisor-deleteinput,
.svag-widget-beratersuche-suchschlitz button.advisor-deleteinput {
  position: absolute;
  padding: 0 !important;
  right: 0.625rem;
  top: 0;
  background-color: transparent;
  width: auto
}

.oevd-widget-sv-beratersuche-suchschlitz button.advisor-deleteinput:before,
.svag-widget-beratersuche-suchschlitz button.advisor-deleteinput:before {
  content: ""
}

@media only screen and (max-width: 40em) {
  .oevd-widget-sv-beratersuche-suchschlitz button.advisor-deleteinput,
  .svag-widget-beratersuche-suchschlitz button.advisor-deleteinput {
      right: 0
  }
}

.oevd-widget-sv-beratersuche-suchschlitz button.advisor-deleteinput:before,
.svag-widget-beratersuche-suchschlitz button.advisor-deleteinput:before {
  position: static;
  text-align: center;
  line-height: 40px;
  font-size: 14px;
  width: 40px;
  display: block;
  color: red
}

.oevd-widget-sv-beratersuche-suchschlitz button.advisor-deleteinput:before:hover,
.svag-widget-beratersuche-suchschlitz button.advisor-deleteinput:before:hover {
  color: rgba(255, 0, 0, 0.8)
}

.oevd-widget-sv-beratersuche-suchschlitz button.advisor-deleteinput>i,
.svag-widget-beratersuche-suchschlitz button.advisor-deleteinput>i {
  display: none
}

.oevd-widget-sv-beratersuche-suchschlitz .kanal-typen,
.svag-widget-beratersuche-suchschlitz .kanal-typen {
  margin-top: 15px
}

.oevd-widget-sv-beratersuche-suchschlitz .kanal-typen input[type="checkbox"]+label,
.svag-widget-beratersuche-suchschlitz .kanal-typen input[type="checkbox"]+label {
  padding-bottom: 10px
}

@media only screen and (min-width: 40.063em) {
  .oevd-widget-sv-beratersuche-suchschlitz .kanal-typen[style*="display: none"] ~ div.advisor-list ul.advisor-results,
  .svag-widget-beratersuche-suchschlitz .kanal-typen[style*="display: none"] ~ div.advisor-list ul.advisor-results {
      max-height: 600px
  }
}

.oevd-widget-sv-beratersuche-suchschlitz .kanal-typen>div,
.svag-widget-beratersuche-suchschlitz .kanal-typen>div {
  position: relative
}

.oevd-widget-sv-beratersuche-suchschlitz .kanal-typen>div span.help,
.svag-widget-beratersuche-suchschlitz .kanal-typen>div span.help {
  position: absolute;
  border: 0;
  top: 0;
  right: 0
}

.oevd-widget-sv-beratersuche-suchschlitz .kanal-typen>div span.help:before,
.svag-widget-beratersuche-suchschlitz .kanal-typen>div span.help:before {
  background: url("../img/icons/icn_fragezeichen_kreis.svg") no-repeat;
  display: block;
  content: " ";
  width: 1.75rem;
  height: 1.75rem
}

.oevd-widget-sv-beratersuche-suchschlitz .kanal-typen>div span.help:nth-child(2),
.svag-widget-beratersuche-suchschlitz .kanal-typen>div span.help:nth-child(2) {
  right: 2.5rem
}

.oevd-widget-sv-beratersuche-suchschlitz .kanal-typen>div span.help:nth-child(2):before,
.svag-widget-beratersuche-suchschlitz .kanal-typen>div span.help:nth-child(2):before {
  left: -15px
}

@media only screen and (min-width: 64.063em) and (max-width: 90em) {
  .oevd-widget-sv-beratersuche-suchschlitz .advisor-search-container>div.large-9,
  .svag-widget-beratersuche-suchschlitz .advisor-search-container>div.large-9 {
      width: 70%
  }
  .oevd-widget-sv-beratersuche-suchschlitz .advisor-search-container>div.large-3,
  .svag-widget-beratersuche-suchschlitz .advisor-search-container>div.large-3 {
      width: 30%
  }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .oevd-widget-sv-beratersuche-suchschlitz .advisor-search-container>div.medium-9,
  .svag-widget-beratersuche-suchschlitz .advisor-search-container>div.medium-9 {
      width: 68%
  }
  .oevd-widget-sv-beratersuche-suchschlitz .advisor-search-container>div.medium-3,
  .svag-widget-beratersuche-suchschlitz .advisor-search-container>div.medium-3 {
      width: 32%
  }
}

form.formular .advisor-search-container {
  position: relative;
  margin-bottom: 30px
}

form.formular .advisor-search-container.table-layout {
  display: flex;
  width: 100%
}

form.formular .advisor-search-container.table-layout>div:first-child {
  flex: 5px 0 0
}

form.formular .advisor-search-container.table-layout>div.flex {
  position: relative;
  flex: auto;
  padding-right: 0px !important
}

form.formular .advisor-search-container .button.formular-submit {
  padding: 9px 11px 8px 37px;
  font-size: 18px
}

form.formular .advisor-search-container button.advisor-geolocation,
form.formular .advisor-search-container a.change-advisor {
  padding: 0;
  margin-right: 0px
}

@media only screen and (max-width: 40em) {
  form.formular .advisor-search-container button.advisor-geolocation,
  form.formular .advisor-search-container a.change-advisor {
      width: auto
  }
  form.formular .advisor-search-container button.advisor-geolocation:before,
  form.formular .advisor-search-container a.change-advisor:before {
      margin: 0
  }
}

form.formular .advisor-search-container button.advisor-geolocation:before,
form.formular .advisor-search-container a.change-advisor:before {
  position: static;
  text-align: center;
  line-height: 40px;
  font-size: 24px;
  width: 40px;
  display: block
}

form.formular .advisor-search-container button.advisor-geolocation>i,
form.formular .advisor-search-container a.change-advisor>i {
  display: none
}

form.formular .advisor-search-container button.advisor-geolocation:before,
form.formular .advisor-search-container a.change-advisor:before {
  content: ""
}

form.formular .advisor-search-container button.advisor-deleteinput {
  position: absolute;
  padding: 0 !important;
  right: 0;
  top: 0;
  background-color: transparent;
  width: auto
}

form.formular .advisor-search-container button.advisor-deleteinput:before {
  content: ""
}

@media only screen and (max-width: 40em) {
  form.formular .advisor-search-container button.advisor-deleteinput {
      right: 0
  }
  form.formular .advisor-search-container button.advisor-deleteinput:before {
      margin-right: 0
  }
}

form.formular .advisor-search-container button.advisor-deleteinput:before {
  position: static;
  text-align: center;
  line-height: 40px;
  font-size: 14px;
  width: 40px;
  display: block
}

form.formular .advisor-search-container button.advisor-deleteinput>i {
  display: none
}

form.formular .advisor-search-container button.advisor-deleteinput:before {
  color: red
}

form.formular .advisor-search-container button.advisor-deleteinput:before:hover {
  color: rgba(255, 0, 0, 0.8)
}

form.formular .advisor-search-container input[data-name=berater] {
  padding-right: 30px
}

form.formular .advisor-details-with-label a.change-advisor {
  padding: 0;
  margin-right: 15px
}

@media only screen and (max-width: 40em) {
  form.formular .advisor-details-with-label a.change-advisor {
      width: auto
  }
  form.formular .advisor-details-with-label a.change-advisor:before {
      margin: 0
  }
}

form.formular .advisor-details-with-label a.change-advisor:before {
  position: static;
  text-align: center;
  line-height: 40px;
  font-size: 24px;
  width: 40px;
  display: block
}

form.formular .advisor-details-with-label a.change-advisor>i {
  display: none
}

form.formular .advisor-details-with-label a.change-advisor:before {
  content: ""
}

.autocomplete-suggestions {
  border: 0.0625rem solid #999;
  background-color: #fff;
  cursor: default;
  overflow: auto;
  min-width: 12.5rem !important;
  max-height: 50rem !important
}

.autocomplete-suggestions .autocomplete-suggestion {
  padding: 0.125rem 0.3125rem 0.125rem 0.9375rem;
  white-space: nowrap;
  overflow: hidden
}

.autocomplete-suggestions .autocomplete-suggestion p.small {
  margin-bottom: 0
}

.autocomplete-suggestions .autocomplete-no-suggestion {
  padding: 0.125rem 0.3125rem 0.125rem 0.9375rem
}

.autocomplete-suggestions .autocomplete-selected {
  color: #fff;
  background-color: gray
}

.autocomplete-suggestions .autosuggest-category {
  padding: 0.125rem 0.3125rem 0.125rem 0.3125rem;
  background-color: #999;
  color: #fff;
  font-weight: normal
}

.autocomplete-suggestions strong {
  font-weight: bold
}

div.oevd-widget-beratersuchergebnis .beratersuche>.panel {
  padding: 15px;
  background: #e9e9e9;
  margin-bottom: 15px
}

div.oevd-widget-beratersuchergebnis .beratersuche>.panel button {
  width: 100%
}

div.oevd-widget-beratersuchergebnis .beratersuche>.panel button.advisor-geolocation {
  position: absolute;
  width: 40px;
  padding: 4px
}

div.oevd-widget-beratersuchergebnis .beratersuche>.panel button.advisor-geolocation:before {
  content: normal
}

div.oevd-widget-beratersuchergebnis .beratersuche>.panel button.advisor-geolocation i:before {
  font-size: 24px;
  margin-right: 0;
  padding-left: 3px
}

div.oevd-widget-beratersuchergebnis .beratersuche>.panel button.advisor-geolocation+input {
  padding-left: 50px
}

div.oevd-widget-beratersuchergebnis .beratersuche>.panel .homepage {
  margin-bottom: 0
}

div.oevd-widget-beratersuchergebnis .beratersuche>.panel input[type=checkbox] {
  margin: 0
}

div.oevd-widget-beratersuchergebnis .beratersuche>.panel input[type=checkbox]+label {
  margin-right: 0
}

div.oevd-widget-beratersuchergebnis .beratersuche>.panel p:last-child.error {
  color: #d90000
}

div.oevd-widget-beratersuchergebnis .beratersuche>dl.accordion .panel>.row>.large-8.columns {
  *zoom: 1
}

div.oevd-widget-beratersuchergebnis .beratersuche>dl.accordion .panel>.row>.large-8.columns:before,
div.oevd-widget-beratersuchergebnis .beratersuche>dl.accordion .panel>.row>.large-8.columns:after {
  content: " ";
  display: table
}

div.oevd-widget-beratersuchergebnis .beratersuche>dl.accordion .panel>.row>.large-8.columns:after {
  clear: both
}

div.oevd-widget-beratersuchergebnis .beratersuche>dl.accordion .panel>.row>.large-8.columns>div {
  float: left
}

div.oevd-widget-beratersuchergebnis .beratersuche>dl.accordion .panel>.row>.large-8.columns>div.berater-image {
  margin-right: 15px
}

div.oevd-widget-beratersuchergebnis .beratersuche .suche-leiste span {
  padding-right: 0.9375rem
}

div.oevd-widget-beratersuchergebnis .beratersuche p.results-text,
div.oevd-widget-beratersuchergebnis .beratersuche form div.margin-bottom {
  margin-bottom: 15px
}

div.oevd-widget-beratersuchergebnis .beratersuche p.results-text {
  font-weight: normal
}

div.oevd-widget-beratersuchergebnis .beratersuche .advisor-search-container {
  width: auto;
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
  margin-top: 0;
  margin-bottom: 15px;
  max-width: none
}

div.oevd-widget-beratersuchergebnis .beratersuche .advisor-search-container>div {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  float: left
}

div.oevd-widget-beratersuchergebnis .beratersuche .advisor-search-container>div input {
  margin-bottom: 0
}

div.oevd-widget-beratersuchergebnis .beratersuche .advisor-search-container button.call-to-action {
  font-size: 18px;
  padding: 9px 15px 8px 15px
}

div.oevd-widget-beratersuchergebnis .beratersuche .advisor-search-container button.call-to-action:before {
  font-size: 16px;
  position: relative;
  margin-right: 10px;
  left: 0
}

div.oevd-widget-beratersuchergebnis dl.accordion>dd.relative {
  position: relative
}

div.oevd-widget-beratersuchergebnis dl.accordion>dd.relative>a.accordion-header:before {
  float: left
}

div.oevd-widget-beratersuchergebnis dl.accordion>dd.relative>a.accordion-header i.circle {
  display: block;
  float: left;
  border-radius: 25px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  font-style: normal
}

div.oevd-widget-beratersuchergebnis dl.accordion>dd.relative>div.clearfix {
  position: absolute;
  top: 0;
  right: 0.625rem;
  margin-top: 0;
  padding: 0.75rem 0.9375rem
}

div.oevd-widget-beratersuchergebnis dl.accordion>dd.relative>div.clearfix>* {
  line-height: 22px
}

div.oevd-widget-beratersuchergebnis dl.accordion>dd.relative>div.clearfix>a>i:before {
  font-size: 22px;
  color: #4d4d4d;
  padding-right: 5px
}

div.oevd-widget-beratersuchergebnis dl.accordion>dd.relative>div.clearfix>a:hover>i:before {
  color: red
}

div.oevd-widget-beratersuchergebnis dl.accordion>dd.relative div.content div.large-push-8.text-right {
  *zoom: 1;
  padding-right: 0
}

div.oevd-widget-beratersuchergebnis dl.accordion>dd.relative div.content div.large-push-8.text-right:before,
div.oevd-widget-beratersuchergebnis dl.accordion>dd.relative div.content div.large-push-8.text-right:after {
  content: " ";
  display: table
}

div.oevd-widget-beratersuchergebnis dl.accordion>dd.relative div.content div.large-push-8.text-right:after {
  clear: both
}

div.oevd-widget-beratersuchergebnis dl.accordion>dd.relative div.content div.large-push-8.text-right>a.button {
  float: right;
  margin-bottom: 15px;
  padding-left: 15px
}

div.oevd-widget-beratersuchergebnis dl.accordion>dd.relative div.content div.large-push-8.text-right>a.button:before {
  content: normal
}

@media only screen and (max-width: 40em) {
  div.oevd-widget-beratersuchergebnis dl.accordion>dd.relative div.content a.button {
      margin-top: 10px
  }
}

div.oevd-widget-beratersuchergebnis dl.accordion>dd.relative div.content a.button:before {
  content: normal
}

div.oevd-widget-beratersuchergebnis dl>dt.nm_menuItemMapType {
  width: 100%
}

div.oevd-widget-beratersuchergebnis .advisorMap {
  display: none;
  height: 26.875rem;
  background-color: white
}

div.oevd-widget-beratersuchergebnis .advisorMap:not(#nm_tooltip)>*:not(a),
div.oevd-widget-beratersuchergebnis .advisorMap:not(#nm_tooltip) *:not(a):before,
div.oevd-widget-beratersuchergebnis .advisorMap:not(#nm_tooltip) *:not(a):after {
  max-width: initial;
  box-sizing: initial;
  content: none;
  font-size: inherit
}

div.oevd-widget-beratersuchergebnis .advisorMap:not(#nm_tooltip) img {
  max-width: none
}

div.oevd-widget-beratersuchergebnis .advisorMap #nm_tooltip {
  background-color: #e9e9e9;
  border: 0;
  margin: 0;
  padding: 0.5rem
}

div.oevd-widget-beratersuchergebnis .advisorMap #nm_tooltip h3>a {
  background-color: #e9e9e9;
  padding: 0.25rem;
  font-size: 0.625rem;
  line-height: 0.625rem
}

div.oevd-widget-beratersuchergebnis .advisorMap #nm_tooltip h3>a:before {
  padding: 0
}

div.oevd-widget-beratersuchergebnis .advisorMap #nm_tooltip a.fo-close {
  float: right
}

div.oevd-widget-beratersuchergebnis .advisorMap #nm_tooltip a.fo-close:before {
  content: "";
  font-size: 14px;
  color: black;
  padding: 4px
}

div.oevd-widget-beratersuchergebnis .advisorMap #nm_tooltip p,
div.oevd-widget-beratersuchergebnis .advisorMap #nm_tooltip table {
  margin: 0 0 0.3125rem 0
}

div.oevd-widget-beratersuchergebnis .advisorMap #nm_tooltip table,
div.oevd-widget-beratersuchergebnis .advisorMap #nm_tooltip table tr,
div.oevd-widget-beratersuchergebnis .advisorMap #nm_tooltip table th,
div.oevd-widget-beratersuchergebnis .advisorMap #nm_tooltip table td {
  background-color: #e9e9e9;
  border: 0
}

div.oevd-widget-beratersuchergebnis .advisorMap #nm_tooltip table tr,
div.oevd-widget-beratersuchergebnis .advisorMap #nm_tooltip table td {
  padding: 0;
  margin: 0
}

div.oevd-widget-beratersuchergebnis .advisorMap #nm_tooltip table th {
  padding: 0 0.5rem 0 0;
  margin: 0
}

.table-layout.advisor-search-container>div>ul.advisor-dropdown {
  width: calc(100%) !important
}

ul.advisor-dropdown {
  display: block;
  position: absolute;
  z-index: 10;
  background: #fff;
  width: calc(100% - 30px);
  top: 39px;
  border: 1px solid #4d4d4d;
  border-radius: 3px;
  margin-left: 0 !important;
  margin-right: 0 !important
}

ul.advisor-dropdown:before {
  content: "";
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  border: 10px solid #fff;
  border-color: transparent transparent #fff transparent;
  top: -20px;
  left: 80px;
  z-index: 12
}

ul.advisor-dropdown:after {
  content: "";
  position: absolute;
  display: block;
  width: 22px;
  height: 22px;
  border: 11px solid #4d4d4d;
  border-color: transparent transparent #4d4d4d transparent;
  left: 79px;
  top: -22px;
  z-index: 11
}

ul.advisor-dropdown:before,
ul.advisor-dropdown:after {
  border-style: hidden
}

ul.advisor-dropdown>li {
  padding: 0 0px;
  margin-bottom: 0
}

ul.advisor-dropdown>li:not(:last-child) {
  border-bottom: 1px solid #4d4d4d
}

ul.advisor-dropdown>li:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px
}

ul.advisor-dropdown>li:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px
}

ul.advisor-dropdown>li:before {
  content: normal
}

ul.advisor-dropdown>li:hover {
  background-color: #f6f6f6
}

ul.advisor-dropdown>li>a {
  display: block;
  width: 100%;
  padding: 8px 0;
  padding-left: 35px !important;
  color: #000
}

ul.advisor-dropdown>li>a.checked {
  color: #fff !important;
  background-color: red !important;
  font-weight: bold
}

ul.advisor-dropdown>li>a.checked:hover,
ul.advisor-dropdown>li>a.checked:focus {
  color: #fff !important;
  background-color: #d90000 !important
}

ul.advisor-dropdown>li>a.checked:after {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: sv_icons;
  position: absolute;
  color: white;
  left: 10px
}

.svag-widget-beratersuche-zwischenseite #map {
  height: 400px
}

.svag-widget-beratersuche-zwischenseite #map .H_ib_content {
  width: 200px
}

.svag-widget-beratersuche-zwischenseite #map .H_ib_content .infoBubble {
  font-size: 18px;
  padding: 5px
}

.svag-widget-beratersuche-zwischenseite #map .H_ib_content .infoBubble.infoBubbleConsultatAddress {
  font-size: 16px
}

.svag-widget-beratersuche-zwischenseite .advisor-search-list.berater {
  border-right: 1px solid #e9e9e9
}

.svag-widget-beratersuche-zwischenseite .advisor-search-list.sparkassen {
  border-left: 1px solid #e9e9e9
}

.svag-widget-beratersuche-zwischenseite .advisor-search-list.sparkassen .result-list-header .result_name .columntitle {
  padding-top: 18px
}

.svag-widget-beratersuche-zwischenseite .advisor-search-list .result-list-header {
  background: #b2b2b2
}

.svag-widget-beratersuche-zwischenseite .advisor-search-list .result-list-header .columntitle {
  color: white
}

.svag-widget-beratersuche-zwischenseite .advisor-search-list .result-list-header .arrows {
  float: left;
  cursor: pointer
}

.svag-widget-beratersuche-zwischenseite .advisor-search-list .result-list-header .arrows .icon-pfeil_dropdown {
  color: white;
  position: absolute;
  left: 0
}

.svag-widget-beratersuche-zwischenseite .advisor-search-list .result-list-header .arrows .icon-pfeil_dropdown.up {
  top: 9px;
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg)
}

.svag-widget-beratersuche-zwischenseite .advisor-search-list .result-list-header .arrows .icon-pfeil_dropdown.down {
  bottom: 7px
}

.svag-widget-beratersuche-zwischenseite .advisor-search-list .result-list-header .arrows .icon-pfeil_dropdown.down:before {
  color: #666666
}

.svag-widget-beratersuche-zwischenseite .advisor-search-list .result-list-header .arrows .icon-pfeil_dropdown:before {
  font-size: 11px
}

.svag-widget-beratersuche-zwischenseite .advisor-search-list .result-list-header .result_name,
.svag-widget-beratersuche-zwischenseite .advisor-search-list .result-list-header .result_distance {
  height: 50px;
  position: relative
}

.svag-widget-beratersuche-zwischenseite .advisor-search-list .result-list-header .result_name {
  float: left;
  width: 50%
}

.svag-widget-beratersuche-zwischenseite .advisor-search-list .result-list-header .result_name .columntitle {
  float: left;
  margin-left: 17px;
  padding-top: 10px;
  line-height: 1
}

.svag-widget-beratersuche-zwischenseite .advisor-search-list .result-list-header .result_distance {
  float: right
}

.svag-widget-beratersuche-zwischenseite .advisor-search-list .result-list-header .result_distance .columntitle {
  float: left;
  margin-left: 17px;
  padding-top: 15px
}

.svag-widget-beratersuche-zwischenseite .advisor-search-list li.result_item {
  padding: 15px 14px;
  margin-bottom: 2px;
  background-color: #f6f6f6;
  cursor: pointer
}

.svag-widget-beratersuche-zwischenseite .advisor-search-list li.result_item .advisor-number {
  width: 16%;
  float: left
}

.svag-widget-beratersuche-zwischenseite .advisor-search-list li.result_item .advisor-number .icon-pfeil_rot:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: sv_icons;
  color: red;
  left: 0;
  font-size: 13px
}

.svag-widget-beratersuche-zwischenseite .advisor-search-list li.result_item .advisor-number .circle {
  width: 20px;
  height: 20px;
  line-height: 1.375rem;
  text-align: center;
  -webkit-border-radius: 1.375rem;
  -moz-border-radius: 1.375rem;
  -ms-border-radius: 1.375rem;
  -o-border-radius: 1.375rem;
  border-radius: 1.375rem;
  background-color: white;
  color: #666666;
  font-weight: bold;
  font-style: normal;
  display: inline-block;
  font-size: 11px;
  margin-left: 7px
}

.svag-widget-beratersuche-zwischenseite .advisor-search-list li.result_item .advisor-number .circle.dark {
  color: #f6f6f6;
  background-color: #666666
}

.svag-widget-beratersuche-zwischenseite .advisor-search-list li.result_item .advisor_distance {
  text-align: right
}

.svag-widget-beratersuche-zwischenseite .advisor-search-list li.result_item .advisor-container {
  width: 62%;
  float: left
}

.svag-widget-beratersuche-zwischenseite .advisor-search-list li.result_item .advisor-details {
  padding-left: 16%;
  float: left;
  display: none;
  margin-top: 10px
}

.svag-widget-beratersuche-zwischenseite .advisor-search-list li.result_item .advisor-details .call-to-action {
  margin-top: 10px
}

.svag-widget-beratersuche-zwischenseite .advisor-search-list li.result_item .advisor-details .image {
  margin-top: 10px
}

.svag-widget-beratersuche-zwischenseite .advisor-search-list li.result_item .advisor-details .image img {
  width: auto
}

.oevd-widget-bildtextteaser p:last-child {
  margin-bottom: 0
}

.oevd-widget-bildtextteaser .two-col p.subtitle {
  margin-right: 15px
}

.oevd-widget-bildtextteaser .large-6 div.image {
  margin: 0 !important
}

.no-padding-top .oevd-widget-bildtextteaser .large-6 {
  padding-top: 15px
}

.oevd-widget-bildtextteaser figure.image {
  margin: 0
}

.oevd-widget-bildtextteaser .top-headline.title {
  font-size: 1.5rem
}

.oevd-widget-bildtextteaser.large-6 div.image {
  margin-bottom: 0.9375rem !important
}

.oevd-widget-bildtextteaser div.image>a+p.subtitle {
  cursor: pointer
}

@media only screen and (min-width: 64.063em) {
  .fullsize-stage div#buehne_container {
      width: calc(100% + 100px);
      max-width: calc(100% + 100px);
      margin: 0 -15px
  }
  .fullsize-stage div#buehne_container ul.orbit-slides-container {
      height: 640px !important
  }
  .fullsize-stage div#buehne_container ul.orbit-slides-container>li {
      background-size: cover;
      height: 100%;
      background-position: top right
  }
  .fullsize-stage div#buehne_container ul.orbit-slides-container>li>div {
      max-width: 86.25rem;
      margin: 0 auto;
      position: relative
  }
  .fullsize-stage div#buehne_container ul.orbit-slides-container>li>div>img {
      visibility: hidden
  }
  .fullsize-stage div#buehne_container div.wrapper-spacing>div>div.pfadnavigation {
      position: static;
      max-width: 86.25rem;
      margin: 0 auto;
      top: 0;
      padding: 0
  }
  .fullsize-stage div#buehne_container div.wrapper-spacing>div>div.pfadnavigation>div {
      position: absolute;
      top: 0;
      padding: 15px 0
  }
}

@media only screen and (min-width: 64.063em) and (max-width: 88.125rem) {
  .fullsize-stage div#buehne_container div.wrapper-spacing>div>div.pfadnavigation>div {
      padding: 15px
  }
}

@media only screen and (min-width: 64.063em) {
  .fullsize-stage div#buehne_container>div.pfadnavigation>div {
      max-width: 86.25rem;
      margin-left: auto;
      margin-right: auto;
      float: none
  }
  .fullsize-stage div#buehne_container div.oevd-widget-pfadnavigation {
      padding-left: 15px;
      padding-right: 15px
  }
}

@media only screen and (max-width: 64em) {
  div#buehne_container ul.orbit-slides-container>li {
      background-image: none !important
  }
}

@media only screen and (max-width: 64em) {
  div.oevd-widget-stage,
  div.sv-stage {
      background: rgba(255, 0, 0, 0.8)
  }
}

div.oevd-widget-stage div.slide-content-bar,
div.oevd-widget-stage div.slide-button-bar,
div.oevd-widget-stage div.stage-button-bar,
div.sv-stage div.slide-content-bar,
div.sv-stage div.slide-button-bar,
div.sv-stage div.stage-button-bar {
  *zoom: 1;
  padding: 15px
}

div.oevd-widget-stage div.slide-content-bar:before,
div.oevd-widget-stage div.slide-content-bar:after,
div.oevd-widget-stage div.slide-button-bar:before,
div.oevd-widget-stage div.slide-button-bar:after,
div.oevd-widget-stage div.stage-button-bar:before,
div.oevd-widget-stage div.stage-button-bar:after,
div.sv-stage div.slide-content-bar:before,
div.sv-stage div.slide-content-bar:after,
div.sv-stage div.slide-button-bar:before,
div.sv-stage div.slide-button-bar:after,
div.sv-stage div.stage-button-bar:before,
div.sv-stage div.stage-button-bar:after {
  content: " ";
  display: table
}

div.oevd-widget-stage div.slide-content-bar:after,
div.oevd-widget-stage div.slide-button-bar:after,
div.oevd-widget-stage div.stage-button-bar:after,
div.sv-stage div.slide-content-bar:after,
div.sv-stage div.slide-button-bar:after,
div.sv-stage div.stage-button-bar:after {
  clear: both
}

@media only screen and (min-width: 64.063em) {
  div.oevd-widget-stage div.slide-content-bar,
  div.oevd-widget-stage div.slide-button-bar,
  div.oevd-widget-stage div.stage-button-bar,
  div.sv-stage div.slide-content-bar,
  div.sv-stage div.slide-button-bar,
  div.sv-stage div.stage-button-bar {
      background: rgba(255, 0, 0, 0.8)
  }
}

div.oevd-widget-stage div.slide-content-bar button,
div.oevd-widget-stage div.slide-content-bar button.call-to-action,
div.oevd-widget-stage div.slide-content-bar .button,
div.oevd-widget-stage div.slide-content-bar .button.call-to-action,
div.oevd-widget-stage div.slide-button-bar button,
div.oevd-widget-stage div.slide-button-bar button.call-to-action,
div.oevd-widget-stage div.slide-button-bar .button,
div.oevd-widget-stage div.slide-button-bar .button.call-to-action,
div.oevd-widget-stage div.stage-button-bar button,
div.oevd-widget-stage div.stage-button-bar button.call-to-action,
div.oevd-widget-stage div.stage-button-bar .button,
div.oevd-widget-stage div.stage-button-bar .button.call-to-action,
div.sv-stage div.slide-content-bar button,
div.sv-stage div.slide-content-bar button.call-to-action,
div.sv-stage div.slide-content-bar .button,
div.sv-stage div.slide-content-bar .button.call-to-action,
div.sv-stage div.slide-button-bar button,
div.sv-stage div.slide-button-bar button.call-to-action,
div.sv-stage div.slide-button-bar .button,
div.sv-stage div.slide-button-bar .button.call-to-action,
div.sv-stage div.stage-button-bar button,
div.sv-stage div.stage-button-bar button.call-to-action,
div.sv-stage div.stage-button-bar .button,
div.sv-stage div.stage-button-bar .button.call-to-action {
  padding: 14px 15px 15px 15px;
  background: #fff;
  border: 0
}

div.oevd-widget-stage div.slide-content-bar button div,
div.oevd-widget-stage div.slide-content-bar button.call-to-action div,
div.oevd-widget-stage div.slide-content-bar .button div,
div.oevd-widget-stage div.slide-content-bar .button.call-to-action div,
div.oevd-widget-stage div.slide-button-bar button div,
div.oevd-widget-stage div.slide-button-bar button.call-to-action div,
div.oevd-widget-stage div.slide-button-bar .button div,
div.oevd-widget-stage div.slide-button-bar .button.call-to-action div,
div.oevd-widget-stage div.stage-button-bar button div,
div.oevd-widget-stage div.stage-button-bar button.call-to-action div,
div.oevd-widget-stage div.stage-button-bar .button div,
div.oevd-widget-stage div.stage-button-bar .button.call-to-action div,
div.sv-stage div.slide-content-bar button div,
div.sv-stage div.slide-content-bar button.call-to-action div,
div.sv-stage div.slide-content-bar .button div,
div.sv-stage div.slide-content-bar .button.call-to-action div,
div.sv-stage div.slide-button-bar button div,
div.sv-stage div.slide-button-bar button.call-to-action div,
div.sv-stage div.slide-button-bar .button div,
div.sv-stage div.slide-button-bar .button.call-to-action div,
div.sv-stage div.stage-button-bar button div,
div.sv-stage div.stage-button-bar button.call-to-action div,
div.sv-stage div.stage-button-bar .button div,
div.sv-stage div.stage-button-bar .button.call-to-action div {
  display: table;
  margin: 0 auto
}

div.oevd-widget-stage div.slide-content-bar button i.fo,
div.oevd-widget-stage div.slide-content-bar button.call-to-action i.fo,
div.oevd-widget-stage div.slide-content-bar .button i.fo,
div.oevd-widget-stage div.slide-content-bar .button.call-to-action i.fo,
div.oevd-widget-stage div.slide-button-bar button i.fo,
div.oevd-widget-stage div.slide-button-bar button.call-to-action i.fo,
div.oevd-widget-stage div.slide-button-bar .button i.fo,
div.oevd-widget-stage div.slide-button-bar .button.call-to-action i.fo,
div.oevd-widget-stage div.stage-button-bar button i.fo,
div.oevd-widget-stage div.stage-button-bar button.call-to-action i.fo,
div.oevd-widget-stage div.stage-button-bar .button i.fo,
div.oevd-widget-stage div.stage-button-bar .button.call-to-action i.fo,
div.sv-stage div.slide-content-bar button i.fo,
div.sv-stage div.slide-content-bar button.call-to-action i.fo,
div.sv-stage div.slide-content-bar .button i.fo,
div.sv-stage div.slide-content-bar .button.call-to-action i.fo,
div.sv-stage div.slide-button-bar button i.fo,
div.sv-stage div.slide-button-bar button.call-to-action i.fo,
div.sv-stage div.slide-button-bar .button i.fo,
div.sv-stage div.slide-button-bar .button.call-to-action i.fo,
div.sv-stage div.stage-button-bar button i.fo,
div.sv-stage div.stage-button-bar button.call-to-action i.fo,
div.sv-stage div.stage-button-bar .button i.fo,
div.sv-stage div.stage-button-bar .button.call-to-action i.fo {
  line-height: 100%;
  font-size: 26px
}

div.oevd-widget-stage div.slide-content-bar button i.fo:before,
div.oevd-widget-stage div.slide-content-bar button.call-to-action i.fo:before,
div.oevd-widget-stage div.slide-content-bar .button i.fo:before,
div.oevd-widget-stage div.slide-content-bar .button.call-to-action i.fo:before,
div.oevd-widget-stage div.slide-button-bar button i.fo:before,
div.oevd-widget-stage div.slide-button-bar button.call-to-action i.fo:before,
div.oevd-widget-stage div.slide-button-bar .button i.fo:before,
div.oevd-widget-stage div.slide-button-bar .button.call-to-action i.fo:before,
div.oevd-widget-stage div.stage-button-bar button i.fo:before,
div.oevd-widget-stage div.stage-button-bar button.call-to-action i.fo:before,
div.oevd-widget-stage div.stage-button-bar .button i.fo:before,
div.oevd-widget-stage div.stage-button-bar .button.call-to-action i.fo:before,
div.sv-stage div.slide-content-bar button i.fo:before,
div.sv-stage div.slide-content-bar button.call-to-action i.fo:before,
div.sv-stage div.slide-content-bar .button i.fo:before,
div.sv-stage div.slide-content-bar .button.call-to-action i.fo:before,
div.sv-stage div.slide-button-bar button i.fo:before,
div.sv-stage div.slide-button-bar button.call-to-action i.fo:before,
div.sv-stage div.slide-button-bar .button i.fo:before,
div.sv-stage div.slide-button-bar .button.call-to-action i.fo:before,
div.sv-stage div.stage-button-bar button i.fo:before,
div.sv-stage div.stage-button-bar button.call-to-action i.fo:before,
div.sv-stage div.stage-button-bar .button i.fo:before,
div.sv-stage div.stage-button-bar .button.call-to-action i.fo:before {
  font-size: inherit;
  line-height: 0
}

div.oevd-widget-stage div.slide-content-bar button:hover,
div.oevd-widget-stage div.slide-content-bar button:active,
div.oevd-widget-stage div.slide-content-bar button:focus,
div.oevd-widget-stage div.slide-content-bar button.call-to-action:hover,
div.oevd-widget-stage div.slide-content-bar button.call-to-action:active,
div.oevd-widget-stage div.slide-content-bar button.call-to-action:focus,
div.oevd-widget-stage div.slide-content-bar .button:hover,
div.oevd-widget-stage div.slide-content-bar .button:active,
div.oevd-widget-stage div.slide-content-bar .button:focus,
div.oevd-widget-stage div.slide-content-bar .button.call-to-action:hover,
div.oevd-widget-stage div.slide-content-bar .button.call-to-action:active,
div.oevd-widget-stage div.slide-content-bar .button.call-to-action:focus,
div.oevd-widget-stage div.slide-button-bar button:hover,
div.oevd-widget-stage div.slide-button-bar button:active,
div.oevd-widget-stage div.slide-button-bar button:focus,
div.oevd-widget-stage div.slide-button-bar button.call-to-action:hover,
div.oevd-widget-stage div.slide-button-bar button.call-to-action:active,
div.oevd-widget-stage div.slide-button-bar button.call-to-action:focus,
div.oevd-widget-stage div.slide-button-bar .button:hover,
div.oevd-widget-stage div.slide-button-bar .button:active,
div.oevd-widget-stage div.slide-button-bar .button:focus,
div.oevd-widget-stage div.slide-button-bar .button.call-to-action:hover,
div.oevd-widget-stage div.slide-button-bar .button.call-to-action:active,
div.oevd-widget-stage div.slide-button-bar .button.call-to-action:focus,
div.oevd-widget-stage div.stage-button-bar button:hover,
div.oevd-widget-stage div.stage-button-bar button:active,
div.oevd-widget-stage div.stage-button-bar button:focus,
div.oevd-widget-stage div.stage-button-bar button.call-to-action:hover,
div.oevd-widget-stage div.stage-button-bar button.call-to-action:active,
div.oevd-widget-stage div.stage-button-bar button.call-to-action:focus,
div.oevd-widget-stage div.stage-button-bar .button:hover,
div.oevd-widget-stage div.stage-button-bar .button:active,
div.oevd-widget-stage div.stage-button-bar .button:focus,
div.oevd-widget-stage div.stage-button-bar .button.call-to-action:hover,
div.oevd-widget-stage div.stage-button-bar .button.call-to-action:active,
div.oevd-widget-stage div.stage-button-bar .button.call-to-action:focus,
div.sv-stage div.slide-content-bar button:hover,
div.sv-stage div.slide-content-bar button:active,
div.sv-stage div.slide-content-bar button:focus,
div.sv-stage div.slide-content-bar button.call-to-action:hover,
div.sv-stage div.slide-content-bar button.call-to-action:active,
div.sv-stage div.slide-content-bar button.call-to-action:focus,
div.sv-stage div.slide-content-bar .button:hover,
div.sv-stage div.slide-content-bar .button:active,
div.sv-stage div.slide-content-bar .button:focus,
div.sv-stage div.slide-content-bar .button.call-to-action:hover,
div.sv-stage div.slide-content-bar .button.call-to-action:active,
div.sv-stage div.slide-content-bar .button.call-to-action:focus,
div.sv-stage div.slide-button-bar button:hover,
div.sv-stage div.slide-button-bar button:active,
div.sv-stage div.slide-button-bar button:focus,
div.sv-stage div.slide-button-bar button.call-to-action:hover,
div.sv-stage div.slide-button-bar button.call-to-action:active,
div.sv-stage div.slide-button-bar button.call-to-action:focus,
div.sv-stage div.slide-button-bar .button:hover,
div.sv-stage div.slide-button-bar .button:active,
div.sv-stage div.slide-button-bar .button:focus,
div.sv-stage div.slide-button-bar .button.call-to-action:hover,
div.sv-stage div.slide-button-bar .button.call-to-action:active,
div.sv-stage div.slide-button-bar .button.call-to-action:focus,
div.sv-stage div.stage-button-bar button:hover,
div.sv-stage div.stage-button-bar button:active,
div.sv-stage div.stage-button-bar button:focus,
div.sv-stage div.stage-button-bar button.call-to-action:hover,
div.sv-stage div.stage-button-bar button.call-to-action:active,
div.sv-stage div.stage-button-bar button.call-to-action:focus,
div.sv-stage div.stage-button-bar .button:hover,
div.sv-stage div.stage-button-bar .button:active,
div.sv-stage div.stage-button-bar .button:focus,
div.sv-stage div.stage-button-bar .button.call-to-action:hover,
div.sv-stage div.stage-button-bar .button.call-to-action:active,
div.sv-stage div.stage-button-bar .button.call-to-action:focus {
  background: #f6f6f6
}

div.oevd-widget-stage div.slide-content-bar button,
div.oevd-widget-stage div.slide-content-bar button i:before,
div.oevd-widget-stage div.slide-content-bar button:before,
div.oevd-widget-stage div.slide-content-bar button.call-to-action,
div.oevd-widget-stage div.slide-content-bar button.call-to-action i:before,
div.oevd-widget-stage div.slide-content-bar button.call-to-action:before,
div.oevd-widget-stage div.slide-content-bar .button,
div.oevd-widget-stage div.slide-content-bar .button i:before,
div.oevd-widget-stage div.slide-content-bar .button:before,
div.oevd-widget-stage div.slide-content-bar .button.call-to-action,
div.oevd-widget-stage div.slide-content-bar .button.call-to-action i:before,
div.oevd-widget-stage div.slide-content-bar .button.call-to-action:before,
div.oevd-widget-stage div.slide-button-bar button,
div.oevd-widget-stage div.slide-button-bar button i:before,
div.oevd-widget-stage div.slide-button-bar button:before,
div.oevd-widget-stage div.slide-button-bar button.call-to-action,
div.oevd-widget-stage div.slide-button-bar button.call-to-action i:before,
div.oevd-widget-stage div.slide-button-bar button.call-to-action:before,
div.oevd-widget-stage div.slide-button-bar .button,
div.oevd-widget-stage div.slide-button-bar .button i:before,
div.oevd-widget-stage div.slide-button-bar .button:before,
div.oevd-widget-stage div.slide-button-bar .button.call-to-action,
div.oevd-widget-stage div.slide-button-bar .button.call-to-action i:before,
div.oevd-widget-stage div.slide-button-bar .button.call-to-action:before,
div.oevd-widget-stage div.stage-button-bar button,
div.oevd-widget-stage div.stage-button-bar button i:before,
div.oevd-widget-stage div.stage-button-bar button:before,
div.oevd-widget-stage div.stage-button-bar button.call-to-action,
div.oevd-widget-stage div.stage-button-bar button.call-to-action i:before,
div.oevd-widget-stage div.stage-button-bar button.call-to-action:before,
div.oevd-widget-stage div.stage-button-bar .button,
div.oevd-widget-stage div.stage-button-bar .button i:before,
div.oevd-widget-stage div.stage-button-bar .button:before,
div.oevd-widget-stage div.stage-button-bar .button.call-to-action,
div.oevd-widget-stage div.stage-button-bar .button.call-to-action i:before,
div.oevd-widget-stage div.stage-button-bar .button.call-to-action:before,
div.sv-stage div.slide-content-bar button,
div.sv-stage div.slide-content-bar button i:before,
div.sv-stage div.slide-content-bar button:before,
div.sv-stage div.slide-content-bar button.call-to-action,
div.sv-stage div.slide-content-bar button.call-to-action i:before,
div.sv-stage div.slide-content-bar button.call-to-action:before,
div.sv-stage div.slide-content-bar .button,
div.sv-stage div.slide-content-bar .button i:before,
div.sv-stage div.slide-content-bar .button:before,
div.sv-stage div.slide-content-bar .button.call-to-action,
div.sv-stage div.slide-content-bar .button.call-to-action i:before,
div.sv-stage div.slide-content-bar .button.call-to-action:before,
div.sv-stage div.slide-button-bar button,
div.sv-stage div.slide-button-bar button i:before,
div.sv-stage div.slide-button-bar button:before,
div.sv-stage div.slide-button-bar button.call-to-action,
div.sv-stage div.slide-button-bar button.call-to-action i:before,
div.sv-stage div.slide-button-bar button.call-to-action:before,
div.sv-stage div.slide-button-bar .button,
div.sv-stage div.slide-button-bar .button i:before,
div.sv-stage div.slide-button-bar .button:before,
div.sv-stage div.slide-button-bar .button.call-to-action,
div.sv-stage div.slide-button-bar .button.call-to-action i:before,
div.sv-stage div.slide-button-bar .button.call-to-action:before,
div.sv-stage div.stage-button-bar button,
div.sv-stage div.stage-button-bar button i:before,
div.sv-stage div.stage-button-bar button:before,
div.sv-stage div.stage-button-bar button.call-to-action,
div.sv-stage div.stage-button-bar button.call-to-action i:before,
div.sv-stage div.stage-button-bar button.call-to-action:before,
div.sv-stage div.stage-button-bar .button,
div.sv-stage div.stage-button-bar .button i:before,
div.sv-stage div.stage-button-bar .button:before,
div.sv-stage div.stage-button-bar .button.call-to-action,
div.sv-stage div.stage-button-bar .button.call-to-action i:before,
div.sv-stage div.stage-button-bar .button.call-to-action:before {
  color: red
}

div.oevd-widget-stage div.slide-content-bar button:before,
div.oevd-widget-stage div.slide-content-bar button.call-to-action:before,
div.oevd-widget-stage div.slide-content-bar .button:before,
div.oevd-widget-stage div.slide-content-bar .button.call-to-action:before,
div.oevd-widget-stage div.slide-button-bar button:before,
div.oevd-widget-stage div.slide-button-bar button.call-to-action:before,
div.oevd-widget-stage div.slide-button-bar .button:before,
div.oevd-widget-stage div.slide-button-bar .button.call-to-action:before,
div.oevd-widget-stage div.stage-button-bar button:before,
div.oevd-widget-stage div.stage-button-bar button.call-to-action:before,
div.oevd-widget-stage div.stage-button-bar .button:before,
div.oevd-widget-stage div.stage-button-bar .button.call-to-action:before,
div.sv-stage div.slide-content-bar button:before,
div.sv-stage div.slide-content-bar button.call-to-action:before,
div.sv-stage div.slide-content-bar .button:before,
div.sv-stage div.slide-content-bar .button.call-to-action:before,
div.sv-stage div.slide-button-bar button:before,
div.sv-stage div.slide-button-bar button.call-to-action:before,
div.sv-stage div.slide-button-bar .button:before,
div.sv-stage div.slide-button-bar .button.call-to-action:before,
div.sv-stage div.stage-button-bar button:before,
div.sv-stage div.stage-button-bar button.call-to-action:before,
div.sv-stage div.stage-button-bar .button:before,
div.sv-stage div.stage-button-bar .button.call-to-action:before {
  display: none
}

div.oevd-widget-stage div.slide-content-bar button span,
div.oevd-widget-stage div.slide-content-bar button.call-to-action span,
div.oevd-widget-stage div.slide-content-bar .button span,
div.oevd-widget-stage div.slide-content-bar .button.call-to-action span,
div.oevd-widget-stage div.slide-button-bar button span,
div.oevd-widget-stage div.slide-button-bar button.call-to-action span,
div.oevd-widget-stage div.slide-button-bar .button span,
div.oevd-widget-stage div.slide-button-bar .button.call-to-action span,
div.oevd-widget-stage div.stage-button-bar button span,
div.oevd-widget-stage div.stage-button-bar button.call-to-action span,
div.oevd-widget-stage div.stage-button-bar .button span,
div.oevd-widget-stage div.stage-button-bar .button.call-to-action span,
div.sv-stage div.slide-content-bar button span,
div.sv-stage div.slide-content-bar button.call-to-action span,
div.sv-stage div.slide-content-bar .button span,
div.sv-stage div.slide-content-bar .button.call-to-action span,
div.sv-stage div.slide-button-bar button span,
div.sv-stage div.slide-button-bar button.call-to-action span,
div.sv-stage div.slide-button-bar .button span,
div.sv-stage div.slide-button-bar .button.call-to-action span,
div.sv-stage div.stage-button-bar button span,
div.sv-stage div.stage-button-bar button.call-to-action span,
div.sv-stage div.stage-button-bar .button span,
div.sv-stage div.stage-button-bar .button.call-to-action span {
  height: 30px
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  div.oevd-widget-stage div.slide-content-bar button,
  div.oevd-widget-stage div.slide-content-bar button.call-to-action,
  div.oevd-widget-stage div.slide-content-bar .button,
  div.oevd-widget-stage div.slide-content-bar .button.call-to-action,
  div.oevd-widget-stage div.slide-button-bar button,
  div.oevd-widget-stage div.slide-button-bar button.call-to-action,
  div.oevd-widget-stage div.slide-button-bar .button,
  div.oevd-widget-stage div.slide-button-bar .button.call-to-action,
  div.oevd-widget-stage div.stage-button-bar button,
  div.oevd-widget-stage div.stage-button-bar button.call-to-action,
  div.oevd-widget-stage div.stage-button-bar .button,
  div.oevd-widget-stage div.stage-button-bar .button.call-to-action,
  div.sv-stage div.slide-content-bar button,
  div.sv-stage div.slide-content-bar button.call-to-action,
  div.sv-stage div.slide-content-bar .button,
  div.sv-stage div.slide-content-bar .button.call-to-action,
  div.sv-stage div.slide-button-bar button,
  div.sv-stage div.slide-button-bar button.call-to-action,
  div.sv-stage div.slide-button-bar .button,
  div.sv-stage div.slide-button-bar .button.call-to-action,
  div.sv-stage div.stage-button-bar button,
  div.sv-stage div.stage-button-bar button.call-to-action,
  div.sv-stage div.stage-button-bar .button,
  div.sv-stage div.stage-button-bar .button.call-to-action {
      padding: 13px 15px
  }
  div.oevd-widget-stage div.slide-content-bar button i.fo,
  div.oevd-widget-stage div.slide-content-bar button.call-to-action i.fo,
  div.oevd-widget-stage div.slide-content-bar .button i.fo,
  div.oevd-widget-stage div.slide-content-bar .button.call-to-action i.fo,
  div.oevd-widget-stage div.slide-button-bar button i.fo,
  div.oevd-widget-stage div.slide-button-bar button.call-to-action i.fo,
  div.oevd-widget-stage div.slide-button-bar .button i.fo,
  div.oevd-widget-stage div.slide-button-bar .button.call-to-action i.fo,
  div.oevd-widget-stage div.stage-button-bar button i.fo,
  div.oevd-widget-stage div.stage-button-bar button.call-to-action i.fo,
  div.oevd-widget-stage div.stage-button-bar .button i.fo,
  div.oevd-widget-stage div.stage-button-bar .button.call-to-action i.fo,
  div.sv-stage div.slide-content-bar button i.fo,
  div.sv-stage div.slide-content-bar button.call-to-action i.fo,
  div.sv-stage div.slide-content-bar .button i.fo,
  div.sv-stage div.slide-content-bar .button.call-to-action i.fo,
  div.sv-stage div.slide-button-bar button i.fo,
  div.sv-stage div.slide-button-bar button.call-to-action i.fo,
  div.sv-stage div.slide-button-bar .button i.fo,
  div.sv-stage div.slide-button-bar .button.call-to-action i.fo,
  div.sv-stage div.stage-button-bar button i.fo,
  div.sv-stage div.stage-button-bar button.call-to-action i.fo,
  div.sv-stage div.stage-button-bar .button i.fo,
  div.sv-stage div.stage-button-bar .button.call-to-action i.fo {
      padding-right: 8px
  }
  div.oevd-widget-stage div.slide-content-bar button i.fo:before,
  div.oevd-widget-stage div.slide-content-bar button.call-to-action i.fo:before,
  div.oevd-widget-stage div.slide-content-bar .button i.fo:before,
  div.oevd-widget-stage div.slide-content-bar .button.call-to-action i.fo:before,
  div.oevd-widget-stage div.slide-button-bar button i.fo:before,
  div.oevd-widget-stage div.slide-button-bar button.call-to-action i.fo:before,
  div.oevd-widget-stage div.slide-button-bar .button i.fo:before,
  div.oevd-widget-stage div.slide-button-bar .button.call-to-action i.fo:before,
  div.oevd-widget-stage div.stage-button-bar button i.fo:before,
  div.oevd-widget-stage div.stage-button-bar button.call-to-action i.fo:before,
  div.oevd-widget-stage div.stage-button-bar .button i.fo:before,
  div.oevd-widget-stage div.stage-button-bar .button.call-to-action i.fo:before,
  div.sv-stage div.slide-content-bar button i.fo:before,
  div.sv-stage div.slide-content-bar button.call-to-action i.fo:before,
  div.sv-stage div.slide-content-bar .button i.fo:before,
  div.sv-stage div.slide-content-bar .button.call-to-action i.fo:before,
  div.sv-stage div.slide-button-bar button i.fo:before,
  div.sv-stage div.slide-button-bar button.call-to-action i.fo:before,
  div.sv-stage div.slide-button-bar .button i.fo:before,
  div.sv-stage div.slide-button-bar .button.call-to-action i.fo:before,
  div.sv-stage div.stage-button-bar button i.fo:before,
  div.sv-stage div.stage-button-bar button.call-to-action i.fo:before,
  div.sv-stage div.stage-button-bar .button i.fo:before,
  div.sv-stage div.stage-button-bar .button.call-to-action i.fo:before {
      font-size: 26px
  }
}

@media only screen and (max-width: 40em) {
  div.oevd-widget-stage div.slide-content-bar button,
  div.oevd-widget-stage div.slide-content-bar button.call-to-action,
  div.oevd-widget-stage div.slide-content-bar .button,
  div.oevd-widget-stage div.slide-content-bar .button.call-to-action,
  div.oevd-widget-stage div.slide-button-bar button,
  div.oevd-widget-stage div.slide-button-bar button.call-to-action,
  div.oevd-widget-stage div.slide-button-bar .button,
  div.oevd-widget-stage div.slide-button-bar .button.call-to-action,
  div.oevd-widget-stage div.stage-button-bar button,
  div.oevd-widget-stage div.stage-button-bar button.call-to-action,
  div.oevd-widget-stage div.stage-button-bar .button,
  div.oevd-widget-stage div.stage-button-bar .button.call-to-action,
  div.sv-stage div.slide-content-bar button,
  div.sv-stage div.slide-content-bar button.call-to-action,
  div.sv-stage div.slide-content-bar .button,
  div.sv-stage div.slide-content-bar .button.call-to-action,
  div.sv-stage div.slide-button-bar button,
  div.sv-stage div.slide-button-bar button.call-to-action,
  div.sv-stage div.slide-button-bar .button,
  div.sv-stage div.slide-button-bar .button.call-to-action,
  div.sv-stage div.stage-button-bar button,
  div.sv-stage div.stage-button-bar button.call-to-action,
  div.sv-stage div.stage-button-bar .button,
  div.sv-stage div.stage-button-bar .button.call-to-action {
      padding: 5px 15px
  }
  div.oevd-widget-stage div.slide-content-bar button i.fo:before,
  div.oevd-widget-stage div.slide-content-bar button.call-to-action i.fo:before,
  div.oevd-widget-stage div.slide-content-bar .button i.fo:before,
  div.oevd-widget-stage div.slide-content-bar .button.call-to-action i.fo:before,
  div.oevd-widget-stage div.slide-button-bar button i.fo:before,
  div.oevd-widget-stage div.slide-button-bar button.call-to-action i.fo:before,
  div.oevd-widget-stage div.slide-button-bar .button i.fo:before,
  div.oevd-widget-stage div.slide-button-bar .button.call-to-action i.fo:before,
  div.oevd-widget-stage div.stage-button-bar button i.fo:before,
  div.oevd-widget-stage div.stage-button-bar button.call-to-action i.fo:before,
  div.oevd-widget-stage div.stage-button-bar .button i.fo:before,
  div.oevd-widget-stage div.stage-button-bar .button.call-to-action i.fo:before,
  div.sv-stage div.slide-content-bar button i.fo:before,
  div.sv-stage div.slide-content-bar button.call-to-action i.fo:before,
  div.sv-stage div.slide-content-bar .button i.fo:before,
  div.sv-stage div.slide-content-bar .button.call-to-action i.fo:before,
  div.sv-stage div.slide-button-bar button i.fo:before,
  div.sv-stage div.slide-button-bar button.call-to-action i.fo:before,
  div.sv-stage div.slide-button-bar .button i.fo:before,
  div.sv-stage div.slide-button-bar .button.call-to-action i.fo:before,
  div.sv-stage div.stage-button-bar button i.fo:before,
  div.sv-stage div.stage-button-bar button.call-to-action i.fo:before,
  div.sv-stage div.stage-button-bar .button i.fo:before,
  div.sv-stage div.stage-button-bar .button.call-to-action i.fo:before {
      font-size: 18px
  }
}

div.oevd-widget-stage div.slide-content-bar,
div.sv-stage div.slide-content-bar {
  padding-bottom: 0
}

div.oevd-widget-stage select,
div.oevd-widget-stage input,
div.sv-stage select,
div.sv-stage input {
  border-color: #fff
}

@media only screen and (min-width: 64.063em) {
  div.oevd-widget-stage .orbit-bullets-container,
  div.sv-stage .orbit-bullets-container {
      position: absolute;
      bottom: 10px;
      z-index: 10;
      left: 0;
      width: 100%
  }
}

@media only screen and (max-width: 64em) {
  div.oevd-widget-stage .orbit-bullets-container,
  div.sv-stage .orbit-bullets-container {
      position: relative;
      width: 100%;
      padding-bottom: 15px
  }
}

@media (min-width: 1025px) and (max-width: 1200px) {
  div.oevd-widget-stage .orbit-bullets,
  div.sv-stage .orbit-bullets {
      padding-left: 14%
  }
}

div.oevd-widget-stage .orbit-bullets li.active,
div.sv-stage .orbit-bullets li.active {
  border-color: #fff
}

div.oevd-widget-stage .orbit-container .orbit-prev,
div.oevd-widget-stage .orbit-container .orbit-next,
div.sv-stage .orbit-container .orbit-prev,
div.sv-stage .orbit-container .orbit-next {
  display: none
}

@media only screen and (min-width: 64.063em) {
  div.oevd-widget-stage .orbit-container ul.overlap div.overlay-element,
  div.oevd-widget-stage .orbit-container ul.bgslider div.overlay-element,
  div.sv-stage .orbit-container ul.overlap div.overlay-element,
  div.sv-stage .orbit-container ul.bgslider div.overlay-element {
      position: absolute;
      width: 100%
  }
}

@media only screen and (max-width: 64em) {
  div.oevd-widget-stage .orbit-container ul.overlap div.overlay-element>div:last-child,
  div.oevd-widget-stage .orbit-container ul.bgslider div.overlay-element>div:last-child,
  div.sv-stage .orbit-container ul.overlap div.overlay-element>div:last-child,
  div.sv-stage .orbit-container ul.bgslider div.overlay-element>div:last-child {
      padding-bottom: 30px
  }
  div.oevd-widget-stage .orbit-container ul.overlap div.overlay-element>div,
  div.oevd-widget-stage .orbit-container ul.bgslider div.overlay-element>div,
  div.sv-stage .orbit-container ul.overlap div.overlay-element>div,
  div.sv-stage .orbit-container ul.bgslider div.overlay-element>div {
      width: 100% !important
  }
}

div.oevd-widget-stage .orbit-container ul:not(.bgslider):not(.overlap) div.overlay-element>div:last-child,
div.sv-stage .orbit-container ul:not(.bgslider):not(.overlap) div.overlay-element>div:last-child {
  padding-bottom: 48px
}

div.oevd-widget-stage .orbit-container ul:not(.bgslider):not(.overlap) div.overlay-element>div,
div.sv-stage .orbit-container ul:not(.bgslider):not(.overlap) div.overlay-element>div {
  width: 100% !important
}

div.oevd-widget-stage .orbit-container ul.bgslider img,
div.sv-stage .orbit-container ul.bgslider img {
  display: none
}

div.oevd-widget-stage div.siegel-slider,
div.sv-stage div.siegel-slider {
  position: absolute;
  width: 130px
}

div.oevd-widget-stage div.siegel-slider img,
div.sv-stage div.siegel-slider img {
  width: 130px
}

div.oevd-widget-stage div.siegel-slider figure,
div.sv-stage div.siegel-slider figure {
  margin: 0
}

div.oevd-widget-stage div.siegel-slider button.slick-prev,
div.oevd-widget-stage div.siegel-slider button.slick-next,
div.sv-stage div.siegel-slider button.slick-prev,
div.sv-stage div.siegel-slider button.slick-next {
  display: none !important
}

div.sv-stage form.stage-form>div.row {
  margin: 0 -0.9375rem
}

div.sv-stage form.stage-form>div.row input,
div.sv-stage form.stage-form>div.row select {
  margin-bottom: 15px
}

div.sv-stage div.slide-button-bar button.button,
div.sv-stage div.slide-button-bar button.big-button,
div.sv-stage div.stage-button-bar button.button,
div.sv-stage div.stage-button-bar button.big-button {
  padding: 14px 15px 13px 55px
}

div.sv-stage div.slide-button-bar button.button:before,
div.sv-stage div.slide-button-bar button.big-button:before,
div.sv-stage div.stage-button-bar button.button:before,
div.sv-stage div.stage-button-bar button.big-button:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: sv_icons;
  display: block;
  position: absolute;
  color: red;
  font-size: 1.875rem;
  left: 0.9375rem
}

@media only screen and (max-width: 40em) {
  div.sv-stage div.slide-button-bar button.button,
  div.sv-stage div.slide-button-bar button.big-button,
  div.sv-stage div.stage-button-bar button.button,
  div.sv-stage div.stage-button-bar button.big-button {
      padding: 8px 10px 9px 10px
  }
  div.sv-stage div.slide-button-bar button.button:before,
  div.sv-stage div.slide-button-bar button.big-button:before,
  div.sv-stage div.stage-button-bar button.button:before,
  div.sv-stage div.stage-button-bar button.big-button:before {
      position: relative;
      left: 0;
      display: inline-block;
      font-size: 18px
  }
}

@media only screen and (max-width: 64em) {
  #buehne_container {
      width: calc(100% + 100px);
      margin-left: -15px;
      margin-right: -15px
  }
}

div.oevd-widget-calltoaction ul {
  *zoom: 1;
  margin-bottom: 0
}

div.oevd-widget-calltoaction ul:before,
div.oevd-widget-calltoaction ul:after {
  content: " ";
  display: table
}

div.oevd-widget-calltoaction ul:after {
  clear: both
}

div.oevd-widget-calltoaction ul li {
  *zoom: 1;
  float: left;
  margin-top: 0.625rem;
  margin-right: 1.875rem
}

div.oevd-widget-calltoaction ul li:before,
div.oevd-widget-calltoaction ul li:after {
  content: " ";
  display: table
}

div.oevd-widget-calltoaction ul li:after {
  clear: both
}

div.oevd-widget-calltoaction ul li a.button {
  float: none
}

div.oevd-widget-calltoaction ul li:last-child {
  margin-right: 0
}

div.oevd-widget-calltoaction ul.right-to-left li {
  float: right;
  margin-right: 0;
  margin-left: 1.875rem
}

div.oevd-widget-calltoaction ul.right-to-left li:last-child {
  margin-left: 0
}

@media only screen and (max-width: 40em) {
  div.oevd-widget-calltoaction ul.left-to-right li,
  div.oevd-widget-calltoaction ul.right-to-left li {
      float: none;
      padding: 0;
      margin: 0 0 0.9375rem 0
  }
  div.oevd-widget-calltoaction ul.left-to-right li a.button,
  div.oevd-widget-calltoaction ul.right-to-left li a.button {
      width: 100%
  }
}

#cookiedisclaimer {
  padding: 0
}

#cookiedisclaimer .row {
  max-width: 100%;
  background: gray;
  padding: 0 15px
}

#cookiedisclaimer .row>div.cookie-disclaimer {
  max-width: 86.25rem;
  margin: 0 auto;
  *zoom: 1
}

#cookiedisclaimer .row>div.cookie-disclaimer>div.cookie-disclaimer_message {
  padding-left: 0;
  color: #fff
}

#cookiedisclaimer .row>div.cookie-disclaimer>div.cookie-disclaimer_message>p {
  color: #fff;
  margin-top: 15px
}

#cookiedisclaimer .row>div.cookie-disclaimer>div.cookie-disclaimer_message a {
  display: block;
  color: #fff;
  font-weight: 300
}

#cookiedisclaimer .row>div.cookie-disclaimer>div.cookie-disclaimer_message a:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: sv_icons;
  position: relative;
  left: 0;
  z-index: 199;
  color: #fff;
  margin-right: 6px
}

#cookiedisclaimer .row>div.cookie-disclaimer>div.cookie-disclaimer_message a:hover,
#cookiedisclaimer .row>div.cookie-disclaimer>div.cookie-disclaimer_message a:active,
#cookiedisclaimer .row>div.cookie-disclaimer>div.cookie-disclaimer_message a:focus {
  text-decoration: underline
}

#cookiedisclaimer .row>div.cookie-disclaimer>div.cookie-disclaimer_message a:hover:before,
#cookiedisclaimer .row>div.cookie-disclaimer>div.cookie-disclaimer_message a:active:before,
#cookiedisclaimer .row>div.cookie-disclaimer>div.cookie-disclaimer_message a:focus:before {
  text-decoration: none;
  display: inline-block
}

#cookiedisclaimer .row>div.cookie-disclaimer>div.cookie-disclaimer_action {
  float: right
}

#cookiedisclaimer .row>div.cookie-disclaimer>div.cookie-disclaimer_action>button.cookie-disclaimer_action_button {
  float: right;
  margin-top: 15px;
  border-radius: 50%;
  border: 0 none;
  line-height: 100%;
  font-weight: bold;
  padding: 5px 7px 4px 8px;
  border: 1px solid #fff;
  width: auto;
  color: gray;
  background: #fff;
  font-size: 18px
}

#cookiedisclaimer .row>div.cookie-disclaimer>div.cookie-disclaimer_action>button.cookie-disclaimer_action_button:hover,
#cookiedisclaimer .row>div.cookie-disclaimer>div.cookie-disclaimer_action>button.cookie-disclaimer_action_button:active,
#cookiedisclaimer .row>div.cookie-disclaimer>div.cookie-disclaimer_action>button.cookie-disclaimer_action_button:focus {
  background: none;
  color: #fff;
  cursor: pointer
}

#cookiedisclaimer .row>div.cookie-disclaimer>div.cookie-disclaimer_action>button.cookie-disclaimer_action_button:before {
  display: none
}

#cookiedisclaimer .row>div.cookie-disclaimer:before,
#cookiedisclaimer .row>div.cookie-disclaimer:after {
  content: " ";
  display: table
}

#cookiedisclaimer .row>div.cookie-disclaimer:after {
  clear: both
}

@media only screen and (max-width: 40em) {
  #cookiedisclaimer {
      position: fixed;
      bottom: 0;
      z-index: 2000
  }
}

div.sv-exclusiv-edit-user-profile .sv-text-xs,
.sv-exclusiv-register .sv-text-xs {
  font-size: 0.875rem;
  line-height: 1.25rem
}

div.sv-exclusiv-edit-user-profile .sv-text-s,
.sv-exclusiv-register .sv-text-s {
  font-size: 1rem;
  line-height: 1.375rem
}

div.sv-exclusiv-edit-user-profile .sv-text-m,
.sv-exclusiv-register .sv-text-m {
  font-size: 1.0625rem;
  line-height: 1.4375rem
}

div.sv-exclusiv-edit-user-profile .sv-text-l,
.sv-exclusiv-register .sv-text-l {
  font-size: 1.5rem;
  line-height: 1.875rem
}

div.sv-exclusiv-edit-user-profile .sv-text-xl,
.sv-exclusiv-register .sv-text-xl {
  font-size: 2.25rem;
  line-height: 1.4em
}

div.sv-exclusiv-edit-user-profile .top-spacing,
.sv-exclusiv-register .top-spacing {
  margin-top: 30px
}

div.sv-exclusiv-edit-user-profile [data-date-select-30][data-selected-month="01"],
div.sv-exclusiv-edit-user-profile [data-date-select-30][data-selected-month="02"],
div.sv-exclusiv-edit-user-profile [data-date-select-30][data-selected-month="03"],
div.sv-exclusiv-edit-user-profile [data-date-select-30][data-selected-month="05"],
div.sv-exclusiv-edit-user-profile [data-date-select-30][data-selected-month="07"],
div.sv-exclusiv-edit-user-profile [data-date-select-30][data-selected-month="08"],
div.sv-exclusiv-edit-user-profile [data-date-select-30][data-selected-month="10"],
div.sv-exclusiv-edit-user-profile [data-date-select-30][data-selected-month="12"],
.sv-exclusiv-register [data-date-select-30][data-selected-month="01"],
.sv-exclusiv-register [data-date-select-30][data-selected-month="02"],
.sv-exclusiv-register [data-date-select-30][data-selected-month="03"],
.sv-exclusiv-register [data-date-select-30][data-selected-month="05"],
.sv-exclusiv-register [data-date-select-30][data-selected-month="07"],
.sv-exclusiv-register [data-date-select-30][data-selected-month="08"],
.sv-exclusiv-register [data-date-select-30][data-selected-month="10"],
.sv-exclusiv-register [data-date-select-30][data-selected-month="12"] {
  display: none
}

div.sv-exclusiv-edit-user-profile [data-date-select-28][data-selected-month="01"],
div.sv-exclusiv-edit-user-profile [data-date-select-28][data-selected-month="02"][data-is-leap-year],
div.sv-exclusiv-edit-user-profile [data-date-select-28][data-selected-month="03"],
div.sv-exclusiv-edit-user-profile [data-date-select-28][data-selected-month="04"],
div.sv-exclusiv-edit-user-profile [data-date-select-28][data-selected-month="05"],
div.sv-exclusiv-edit-user-profile [data-date-select-28][data-selected-month="06"],
div.sv-exclusiv-edit-user-profile [data-date-select-28][data-selected-month="07"],
div.sv-exclusiv-edit-user-profile [data-date-select-28][data-selected-month="08"],
div.sv-exclusiv-edit-user-profile [data-date-select-28][data-selected-month="09"],
div.sv-exclusiv-edit-user-profile [data-date-select-28][data-selected-month="10"],
div.sv-exclusiv-edit-user-profile [data-date-select-28][data-selected-month="11"],
div.sv-exclusiv-edit-user-profile [data-date-select-28][data-selected-month="12"],
.sv-exclusiv-register [data-date-select-28][data-selected-month="01"],
.sv-exclusiv-register [data-date-select-28][data-selected-month="02"][data-is-leap-year],
.sv-exclusiv-register [data-date-select-28][data-selected-month="03"],
.sv-exclusiv-register [data-date-select-28][data-selected-month="04"],
.sv-exclusiv-register [data-date-select-28][data-selected-month="05"],
.sv-exclusiv-register [data-date-select-28][data-selected-month="06"],
.sv-exclusiv-register [data-date-select-28][data-selected-month="07"],
.sv-exclusiv-register [data-date-select-28][data-selected-month="08"],
.sv-exclusiv-register [data-date-select-28][data-selected-month="09"],
.sv-exclusiv-register [data-date-select-28][data-selected-month="10"],
.sv-exclusiv-register [data-date-select-28][data-selected-month="11"],
.sv-exclusiv-register [data-date-select-28][data-selected-month="12"] {
  display: none
}

div.sv-exclusiv-edit-user-profile [data-date-select-29][data-selected-month="01"],
div.sv-exclusiv-edit-user-profile [data-date-select-29][data-selected-month="02"]:not([data-is-leap-year]),
div.sv-exclusiv-edit-user-profile [data-date-select-29][data-selected-month="03"],
div.sv-exclusiv-edit-user-profile [data-date-select-29][data-selected-month="04"],
div.sv-exclusiv-edit-user-profile [data-date-select-29][data-selected-month="05"],
div.sv-exclusiv-edit-user-profile [data-date-select-29][data-selected-month="06"],
div.sv-exclusiv-edit-user-profile [data-date-select-29][data-selected-month="07"],
div.sv-exclusiv-edit-user-profile [data-date-select-29][data-selected-month="08"],
div.sv-exclusiv-edit-user-profile [data-date-select-29][data-selected-month="09"],
div.sv-exclusiv-edit-user-profile [data-date-select-29][data-selected-month="10"],
div.sv-exclusiv-edit-user-profile [data-date-select-29][data-selected-month="11"],
div.sv-exclusiv-edit-user-profile [data-date-select-29][data-selected-month="12"],
.sv-exclusiv-register [data-date-select-29][data-selected-month="01"],
.sv-exclusiv-register [data-date-select-29][data-selected-month="02"]:not([data-is-leap-year]),
.sv-exclusiv-register [data-date-select-29][data-selected-month="03"],
.sv-exclusiv-register [data-date-select-29][data-selected-month="04"],
.sv-exclusiv-register [data-date-select-29][data-selected-month="05"],
.sv-exclusiv-register [data-date-select-29][data-selected-month="06"],
.sv-exclusiv-register [data-date-select-29][data-selected-month="07"],
.sv-exclusiv-register [data-date-select-29][data-selected-month="08"],
.sv-exclusiv-register [data-date-select-29][data-selected-month="09"],
.sv-exclusiv-register [data-date-select-29][data-selected-month="10"],
.sv-exclusiv-register [data-date-select-29][data-selected-month="11"],
.sv-exclusiv-register [data-date-select-29][data-selected-month="12"] {
  display: none
}

div.sv-exclusiv-edit-user-profile [data-date-select-31][data-selected-month="02"],
div.sv-exclusiv-edit-user-profile [data-date-select-31][data-selected-month="04"],
div.sv-exclusiv-edit-user-profile [data-date-select-31][data-selected-month="06"],
div.sv-exclusiv-edit-user-profile [data-date-select-31][data-selected-month="09"],
div.sv-exclusiv-edit-user-profile [data-date-select-31][data-selected-month="11"],
.sv-exclusiv-register [data-date-select-31][data-selected-month="02"],
.sv-exclusiv-register [data-date-select-31][data-selected-month="04"],
.sv-exclusiv-register [data-date-select-31][data-selected-month="06"],
.sv-exclusiv-register [data-date-select-31][data-selected-month="09"],
.sv-exclusiv-register [data-date-select-31][data-selected-month="11"] {
  display: none
}

div.sv-exclusiv-edit-user-profile .big-button,
.sv-exclusiv-register .big-button {
  float: left
}

div.sv-exclusiv-edit-user-profile .alert,
.sv-exclusiv-register .alert {
  padding: 20px;
  background-color: #fcffba;
  color: red;
  opacity: 0;
  transition: opacity 0.6s;
  margin-bottom: 15px;
  margin-top: 15px
}

div.sv-exclusiv-edit-user-profile .alert.warning,
.sv-exclusiv-register .alert.warning {
  background-color: #fcffba
}

div.sv-exclusiv-edit-user-profile .closebtn,
.sv-exclusiv-register .closebtn {
  font-weight: bold;
  float: right;
  font-size: 22px;
  line-height: 20px;
  cursor: pointer
}

div.sv-exclusiv-edit-user-profile .closebtn:hover,
.sv-exclusiv-register .closebtn:hover {
  color: #000
}

div.sv-exclusiv-edit-user-profile a.arrow,
.sv-exclusiv-register a.arrow {
  -webkit-appearance: none
}

div.sv-exclusiv-edit-user-profile input[type="checkbox"]:checked+label:before,
.sv-exclusiv-register input[type="checkbox"]:checked+label:before {
  background-position: bottom left
}

div.oevd-widget-footerlinks img {
  display: block;
  float: right
}

div.oevd-widget-formular .progressbar ul li:before {
  display: none
}

div.oevd-widget-formular [data-date-select-30][data-selected-month="01"],
div.oevd-widget-formular [data-date-select-30][data-selected-month="02"],
div.oevd-widget-formular [data-date-select-30][data-selected-month="03"],
div.oevd-widget-formular [data-date-select-30][data-selected-month="05"],
div.oevd-widget-formular [data-date-select-30][data-selected-month="07"],
div.oevd-widget-formular [data-date-select-30][data-selected-month="08"],
div.oevd-widget-formular [data-date-select-30][data-selected-month="10"],
div.oevd-widget-formular [data-date-select-30][data-selected-month="12"],
div.oevd-widget-formular [data-date-select-28][data-selected-month="01"],
div.oevd-widget-formular [data-date-select-28][data-selected-month="02"][data-is-leap-year],
div.oevd-widget-formular [data-date-select-28][data-selected-month="03"],
div.oevd-widget-formular [data-date-select-28][data-selected-month="04"],
div.oevd-widget-formular [data-date-select-28][data-selected-month="05"],
div.oevd-widget-formular [data-date-select-28][data-selected-month="06"],
div.oevd-widget-formular [data-date-select-28][data-selected-month="07"],
div.oevd-widget-formular [data-date-select-28][data-selected-month="08"],
div.oevd-widget-formular [data-date-select-28][data-selected-month="09"],
div.oevd-widget-formular [data-date-select-28][data-selected-month="10"],
div.oevd-widget-formular [data-date-select-28][data-selected-month="11"],
div.oevd-widget-formular [data-date-select-28][data-selected-month="12"],
div.oevd-widget-formular [data-date-select-29][data-selected-month="01"],
div.oevd-widget-formular [data-date-select-29][data-selected-month="02"]:not([data-is-leap-year]),
div.oevd-widget-formular [data-date-select-29][data-selected-month="03"],
div.oevd-widget-formular [data-date-select-29][data-selected-month="04"],
div.oevd-widget-formular [data-date-select-29][data-selected-month="05"],
div.oevd-widget-formular [data-date-select-29][data-selected-month="06"],
div.oevd-widget-formular [data-date-select-29][data-selected-month="07"],
div.oevd-widget-formular [data-date-select-29][data-selected-month="08"],
div.oevd-widget-formular [data-date-select-29][data-selected-month="09"],
div.oevd-widget-formular [data-date-select-29][data-selected-month="10"],
div.oevd-widget-formular [data-date-select-29][data-selected-month="11"],
div.oevd-widget-formular [data-date-select-29][data-selected-month="12"],
div.oevd-widget-formular [data-date-select-31][data-selected-month="02"],
div.oevd-widget-formular [data-date-select-31][data-selected-month="04"],
div.oevd-widget-formular [data-date-select-31][data-selected-month="06"],
div.oevd-widget-formular [data-date-select-31][data-selected-month="09"],
div.oevd-widget-formular [data-date-select-31][data-selected-month="11"] {
  display: none
}

span.help {
  display: inline-block;
  line-height: 1.4em;
  text-align: center;
  position: relative;
  margin-right: 1.25rem;
  vertical-align: middle
}

span.help:before {
  background-image: url(../img/icons/icn_info_kreis.svg);
  background-repeat: no-repeat;
  width: 23px !important;
  height: 23px !important;
  content: " ";
  vertical-align: middle;
  line-height: 115%;
  padding: 0;
  position: absolute;
  top: -0.9375rem
}

span.help:hover:before,
span.help:active:before,
span.help:focus:before {
  border-color: red;
  color: red
}

form.formular {
  padding-top: 0.9375rem;
  margin-bottom: 0.9375rem !important
}

form.formular label>span.help {
  margin-left: 0;
  display: inline-block;
  vertical-align: middle
}

form.formular div .right-padding {
  padding-right: 0.3125rem
}

form.formular .fileupload {
  margin-bottom: 1.25rem
}

form.formular .fileupload .file-list {
  margin-bottom: 0.9375rem
}

form.formular .fileupload .file-list .row {
  margin-bottom: 0.0625rem
}

form.formular .fileupload .file-list .row .pending {
  background-repeat: no-repeat;
  background-position: 95% 50%
}

form.formular .fileupload .file-list .row:nth-child(odd) .file {
  background-color: #e9e9e9
}

form.formular .fileupload .file-list .row:nth-child(odd) .file.pending {
  background-image: url(../img/ajax-loader.gif)
}

form.formular .fileupload .file-list .row:nth-child(even) .file {
  background-color: #f6f6f6
}

form.formular .fileupload .file-list .row:nth-child(even) .file.pending {
  background-image: url(../img/ajax-loader.gif)
}

form.formular .fileupload .file-list .animationContainer {
  overflow: hidden;
  position: relative;
  transition: height 0.3s;
  -webkit-transition: height 0.3s
}

form.formular .fileupload .file-list .file {
  transition: right 0.3s;
  -webkit-transition: right 0.3s;
  position: relative;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem
}

form.formular .fileupload .file-list .file .filename {
  margin-bottom: 0.3125rem;
  margin-left: 0.625rem;
  margin-right: 1.875rem
}

form.formular .fileupload .file-list .file .description,
form.formular .fileupload .file-list .file .size {
  font-size: small;
  margin-left: 0.625rem;
  margin-right: 0.625rem
}

form.formular .fileupload .file-list .file.initial .filename {
  margin-top: 0.3125rem
}

form.formular .fileupload .file-list .file.initial .action,
form.formular .fileupload .file-list .file.initial .description,
form.formular .fileupload .file-list .file.initial .size {
  display: none
}

form.formular .fileupload .file-list .file.done .action {
  position: absolute;
  top: 0.4375rem;
  right: 0.625rem;
  cursor: pointer
}

form.formular .fileupload .file-list .file.done .action.fo-check,
form.formular .fileupload .file-list .file.done .action.fo-trash-bin {
  font-size: x-large;
  top: 20%
}

form.formular .fileupload .file-list .file.done .action.fo-check:before,
form.formular .fileupload .file-list .file.done .action.fo-trash-bin:before {
  color: #4d4d4d
}

form.formular .fileupload .file-list .file.done .action.fo-trash-bin:hover:before {
  color: red
}

form.formular .fileupload .file-list .file.done .action div {
  *zoom: 1;
  margin-top: 0.3125rem
}

form.formular .fileupload .file-list .file.done .action div:before,
form.formular .fileupload .file-list .file.done .action div:after {
  content: " ";
  display: table
}

form.formular .fileupload .file-list .file.done .action div:after {
  clear: both
}

form.formular .fileupload .file-list .file.done .action div>button {
  float: left
}

form.formular .fileupload .file-list .file.done .action div button:last-child {
  margin-left: 0.3125rem
}

form.formular .fileupload .file-list .file.done .description {
  display: none
}

form.formular .fileupload .file-list .file.done.animation {
  position: absolute;
  transition: right 0.5s;
  -webkit-transition: right 0.5s;
  background-color: #d0d0d0;
  line-height: 2em
}

@media only screen and (max-width: 40em) {
  form.formular .fileupload .file-list .file.done.animation button {
      padding: 8px;
      width: auto
  }
}

form.formular .fileupload .file-list .file.done.animation button:first-child {
  background-color: red
}

form.formular .fileupload .file-list .file.done.animation button:last-child {
  background-color: #666
}

form.formular .fileupload .file-list .file.pending .action,
form.formular .fileupload .file-list .file.pending .size {
  display: none
}

form.formular .fileupload .file-list .file.error {
  right: 0
}

form.formular .fileupload .file-list .file.error .filename {
  color: #d90000
}

form.formular .fileupload .file-list .file.error .action,
form.formular .fileupload .file-list .file.error .action:before {
  position: absolute;
  top: 0.4375rem;
  right: 0.625rem;
  cursor: pointer;
  color: red;
  font-size: 18px
}

form.formular .fileupload .file-list .file.error .size {
  display: none
}

form.formular .fileupload .fileinput-button {
  position: relative;
  overflow: hidden;
  margin-bottom: 0.9375rem
}

@media only screen and (max-width: 40em) {
  form.formular .fileupload .fileinput-button {
      width: 100%
  }
}

@media only screen {
  form.formular .fileupload .fileinput-button {
      float: right
  }
}

form.formular .fileupload .fileinput-button input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  opacity: 0;
  -ms-filter: 'alpha(opacity=0)';
  font-size: 200px;
  direction: ltr;
  cursor: pointer
}

@media only screen and (max-width: 40em) {
  form.formular .row:last-child div:not(: first-child) input.button {
      margin-top: 0.9375rem
  }
  form.formular input.tiny-full-width {
      width: 100%
  }
}

form.formular .werkstatt-details {
  margin-bottom: 15px
}

.svag-widget-geschaeftsstelle ul li {
  position: relative;
  margin-bottom: 0.625rem;
  padding-left: 1.375rem
}

.svag-widget-geschaeftsstelle ul li:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: sv_icons;
  color: red;
  position: absolute;
  left: 0;
  font-size: 0.8125rem;
  top: 0.0625rem
}

.svag-widget-geschaeftsstelle ul.bulletpoint li:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: sv_icons;
  font-size: 0.375rem;
  top: 0;
  left: 0.1875rem
}

.svag-widget-geschaeftsstelle ul.checkbullet li:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: sv_icons;
  color: #009864;
  top: 0.0625rem
}

.svag-widget-geschaeftsstelle .call-to-action {
  float: right
}

div.oevd-widget-imagemodule div.image {
  margin-bottom: 0
}

div.oevd-widget-imagemodule figcaption.caption {
  margin-top: 0.9375rem;
  line-height: 100%
}

div.oevd-widget-imageslider li {
  float: left
}

@keyframes rotate {
  from {
      transform: rotate(0deg)
  }
  to {
      transform: rotate(360deg)
  }
}

.slideshow-wrapper {
  position: relative
}

.slideshow-wrapper ul {
  list-style-type: none;
  margin: 0
}

.slideshow-wrapper ul li,
.slideshow-wrapper ul li .slider-caption {
  display: none
}

.slideshow-wrapper ul li:first-child {
  display: block
}

.slideshow-wrapper .slider-container ul li {
  display: block
}

.slideshow-wrapper .slider-container ul li .slider-caption {
  display: block
}

.preloader {
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -1.25rem;
  margin-left: -1.25rem;
  border: solid 0.1875rem;
  border-color: #555 #fff;
  -webkit-border-radius: 1000;
  border-radius: 1000;
  animation-name: rotate;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear
}

.slider-container {
  position: relative;
  overflow: hidden
}

.slider-container .slider-slides-container {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  -webkit-transform: translateZ(0)
}

.slider-container .slider-slides-container li {
  padding: 0;
  margin: 0
}

.slider-container .slider-slides-container li img {
  display: block;
  max-width: 100%
}

.slider-container .slider-slides-container li img:hover,
.slider-container .slider-slides-container li img:active,
.slider-container .slider-slides-container li img:focus {
  cursor: pointer
}

.slider-container .slider-slides-container>* {
  position: absolute;
  top: 1em;
  width: 100%
}

.slider-container .slider-slides-container>* .slider-caption {
  position: absolute;
  bottom: 0;
  width: 100%
}

.slider-container .slider-slides-container>* figure {
  margin: 0 !important
}

.slider-container .image_slider ul {
  margin-top: -40px !important;
  height: 300px !important
}

.slider-container .image_slider ul li {
  height: auto !important
}

.slider-container .image_slider ul li figure {
  display: block;
  position: relative;
  overflow: hidden;
  margin: 0 0.3125rem 0.3125rem 0
}

.slider-container .image_slider ul li figure:hover,
.slider-container .image_slider ul li figure:active,
.slider-container .image_slider ul li figure:focus {
  cursor: pointer
}

.slider-container .image_slider ul li figure:hover figcaption,
.slider-container .image_slider ul li figure:active figcaption,
.slider-container .image_slider ul li figure:focus figcaption {
  display: block
}

.slider-container .image_slider ul li figure figcaption {
  display: none;
  position: absolute;
  color: #fff;
  background: rgba(255, 0, 0, 0.8);
  padding: 10px;
  opacity: 0;
  width: 100%
}

.slider-container .image_slider ul li figure figcaption a {
  color: #fff
}

.slider-container .image_slider ul li figure figcaption a:before {
  color: inherit
}

.slider-container .image_slider ul li figure figcaption a:hover,
.slider-container .image_slider ul li figure figcaption a:active,
.slider-container .image_slider ul li figure figcaption a:focus {
  text-decoration: underline
}

.slider-container .image_slider .cap-bot:before {
  bottom: 0.625rem;
  left: 0.625rem
}

.slider-container .image_slider .cap-bot figcaption {
  left: 0;
  bottom: 0
}

.slider-container .slider-slide-number {
  left: 0.625rem;
  z-index: 10
}

.slider-container .slider-slide-number span {
  display: inline-block
}

.slider-container .slider-timer {
  position: absolute;
  top: 0.75rem;
  right: 0.625rem;
  height: 0.375rem;
  width: 6.25rem;
  z-index: 10
}

.slider-container .slider-timer .slider-progress {
  height: 0.1875rem;
  background-color: rgba(255, 255, 255, 0.3);
  display: block;
  width: 0;
  position: relative;
  right: 1.25rem;
  top: 0.3125rem
}

.slider-container .slider-timer>span {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 0.6875rem;
  height: 0.875rem;
  border: solid 0.25rem #fff;
  border-top: none;
  border-bottom: none
}

.slider-container .slider-timer.paused>span {
  right: -0.25rem;
  top: 0;
  width: 0.6875rem;
  height: 0.875rem;
  border: inset 0.5rem;
  border-right-style: solid
}

.slider-container .slider-timer.paused>span.dark {
  border-color: transparent transparent transparent #333
}

.slider-container:hover .slider-timer>span {
  display: block
}

.slider-container .slider-prev,
.slider-container .slider-next {
  position: absolute;
  top: 40%;
  display: block;
  padding: 10px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 3px
}

.slider-container .slider-prev:hover,
.slider-container .slider-prev:active,
.slider-container .slider-prev:focus,
.slider-container .slider-next:hover,
.slider-container .slider-next:active,
.slider-container .slider-next:focus {
  background: #fff
}

.slider-container .slider-prev:hover span:before,
.slider-container .slider-prev:active span:before,
.slider-container .slider-prev:focus span:before,
.slider-container .slider-next:hover span:before,
.slider-container .slider-next:active span:before,
.slider-container .slider-next:focus span:before {
  color: red
}

.slider-container .slider-prev span:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: sv_icons;
  color: #4d4d4d;
  margin-left: -2px
}

.slider-container .slider-next {
  right: 0
}

.slider-container .slider-next span:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: sv_icons;
  color: #4d4d4d
}

.touch .slider-container .slider-prev,
.touch .slider-container .slider-next {
  display: none
}

.touch .slider-bullets {
  display: none
}

@media only screen and (min-width: 40.063em) {
  .touch .slider-container .slider-prev,
  .touch .slider-container .slider-next {
      display: inherit
  }
  .touch .slider-bullets {
      display: block
  }
}

@media only screen and (max-width: 40em) {
  .slider-stack-on-small .slider-slides-container {
      height: auto !important
  }
  .slider-stack-on-small .slider-slides-container>* {
      position: relative;
      margin-left: 0 !important
  }
  .slider-stack-on-small .slider-timer,
  .slider-stack-on-small .slider-next,
  .slider-stack-on-small .slider-prev,
  .slider-stack-on-small .slider-bullets {
      display: none
  }
}

.slider_header {
  width: 100%
}

.slider_header .title {
  float: left;
  font-size: 1.25rem;
  font-weight: normal;
  line-height: 1.2em
}

.slider_header .subtitle {
  clear: both
}

.slider_header .slider-slide-number {
  text-align: right
}

.lightbox_content figcaption {
  background: #fff;
  padding: 15px
}

.oevd-widget-interaktive-beratersuche .alert-box {
  background-color: #fbfbe7;
  border-color: #dec6a3;
  color: #4f4f4f;
  position: absolute;
  z-index: 10;
  left: 25%;
  width: 50%;
  top: 10px;
  padding: 10px 25px 10px 10px;
  line-height: 15px
}

.oevd-widget-interaktive-beratersuche .advisor-error-container {
  margin-bottom: 20px
}

.oevd-widget-interaktive-beratersuche .advisor-error-container .advisor-error {
  color: red
}

.oevd-widget-interaktive-beratersuche button.geolocation>i.fo-place {
  display: none
}

.oevd-widget-interaktive-beratersuche button.geolocation,
.oevd-widget-interaktive-beratersuche div.advisor-search-container>button[type=submit],
.oevd-widget-interaktive-beratersuche button.advisor-deleteinput {
  position: absolute;
  padding: 0
}

@media only screen and (max-width: 40em) {
  .oevd-widget-interaktive-beratersuche button.geolocation,
  .oevd-widget-interaktive-beratersuche div.advisor-search-container>button[type=submit],
  .oevd-widget-interaktive-beratersuche button.advisor-deleteinput {
      width: auto
  }
  .oevd-widget-interaktive-beratersuche button.geolocation:before,
  .oevd-widget-interaktive-beratersuche div.advisor-search-container>button[type=submit]:before,
  .oevd-widget-interaktive-beratersuche button.advisor-deleteinput:before {
      margin: 0
  }
}

.oevd-widget-interaktive-beratersuche button.geolocation:before,
.oevd-widget-interaktive-beratersuche div.advisor-search-container>button[type=submit]:before,
.oevd-widget-interaktive-beratersuche button.advisor-deleteinput:before {
  position: static;
  text-align: center;
  line-height: 40px;
  font-size: 24px;
  width: 40px;
  display: block
}

.oevd-widget-interaktive-beratersuche input.advisor-interactive {
  padding: 10px 90px 10px 10px;
  margin-bottom: 5px
}

.oevd-widget-interaktive-beratersuche button.geolocation:before {
  content: ""
}

.oevd-widget-interaktive-beratersuche button.geolocation+input.advisor-interactive {
  padding-left: 50px
}

.oevd-widget-interaktive-beratersuche button.advisor-deleteinput {
  right: 40px;
  top: 0;
  padding: 0;
  background-color: transparent
}

.oevd-widget-interaktive-beratersuche button.advisor-deleteinput:before {
  content: ""
}

.oevd-widget-interaktive-beratersuche button.advisor-deleteinput>i {
  display: none
}

.oevd-widget-interaktive-beratersuche button.advisor-deleteinput:before {
  color: red
}

.oevd-widget-interaktive-beratersuche button.advisor-deleteinput:before:hover {
  color: rgba(255, 0, 0, 0.8)
}

.oevd-widget-interaktive-beratersuche button.advisor-deleteinput:hover:before {
  color: rgba(255, 0, 0, 0.8)
}

.oevd-widget-interaktive-beratersuche div.advisor-search-container {
  position: relative
}

.oevd-widget-interaktive-beratersuche div.advisor-search-container>button[type=submit] {
  top: 0;
  right: 0
}

.oevd-widget-interaktive-beratersuche div.advisor-search-container>button[type=submit]:before {
  content: ""
}

.oevd-widget-interaktive-beratersuche div.advisor-search-container>button[type=submit]>i {
  display: none
}

.oevd-widget-interaktive-beratersuche a.toggle-filter-link:before {
  margin-right: 5px;
  font-size: 14px;
  color: red
}

.oevd-widget-interaktive-beratersuche a.toggle-filter-link:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: sv_icons
}

.oevd-widget-interaktive-beratersuche a.toggle-filter-link.close:before {
  content: ""
}

.oevd-widget-interaktive-beratersuche div.advisor-list {
  margin-top: 15px
}

.oevd-widget-interaktive-beratersuche div.advisor-list a.refresh-advisors {
  display: block;
  margin-bottom: 15px;
  color: red
}

.oevd-widget-interaktive-beratersuche div.advisor-list a.refresh-advisors:hover {
  text-decoration: underline
}

@media only screen and (min-width: 40.063em) {
  .oevd-widget-interaktive-beratersuche div.advisor-list ul.advisor-results {
      max-height: 470px;
      overflow-y: auto;
      overflow-x: hidden;
      position: relative
  }
}

.oevd-widget-interaktive-beratersuche div.advisor-list .advisor:not(:last-child) {
  border-bottom: 1px solid #e9e9e9;
  padding-bottom: 15px;
  margin-bottom: 15px
}

.oevd-widget-interaktive-beratersuche div.advisor-list .advisor>div {
  *zoom: 1
}

.oevd-widget-interaktive-beratersuche div.advisor-list .advisor>div:before,
.oevd-widget-interaktive-beratersuche div.advisor-list .advisor>div:after {
  content: " ";
  display: table
}

.oevd-widget-interaktive-beratersuche div.advisor-list .advisor>div:after {
  clear: both
}

.oevd-widget-interaktive-beratersuche div.advisor-list .advisor>div p {
  margin-bottom: 0
}

.oevd-widget-interaktive-beratersuche div.advisor-list .advisor>div>img {
  float: left;
  margin-right: 10px;
  height: 63px
}

.oevd-widget-interaktive-beratersuche div.advisor-list .advisor span.distance {
  float: right
}

.oevd-widget-interaktive-beratersuche div.advisor-list .advisor a.toggle {
  float: right;
  display: block;
  padding: 0 0.9375rem;
  color: red
}

.oevd-widget-interaktive-beratersuche div.advisor-list .advisor a.toggle:hover {
  color: rgba(255, 0, 0, 0.8)
}

.oevd-widget-interaktive-beratersuche div.advisor-list .advisor a.toggle:before {
  font-size: 0.875rem
}

.oevd-widget-interaktive-beratersuche div.advisor-list .advisor a.toggle:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: sv_icons
}

.oevd-widget-interaktive-beratersuche div.advisor-list .advisor .opening-hours-status {
  font-weight: bold
}

.oevd-widget-interaktive-beratersuche div.advisor-list .advisor.expanded a.toggle:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: sv_icons
}

.oevd-widget-interaktive-beratersuche div.advisor-list .advisor.expanded .more {
  display: inherit
}

.oevd-widget-interaktive-beratersuche div.advisor-list .advisor .more a,
.oevd-widget-interaktive-beratersuche div.advisor-list .advisor .more a[href^=mailto],
.oevd-widget-interaktive-beratersuche div.advisor-list .advisor .details a,
.oevd-widget-interaktive-beratersuche div.advisor-list .advisor .details a[href^=mailto] {
  color: red;
  font-weight: 200
}

.oevd-widget-interaktive-beratersuche div.advisor-list .advisor .more a:not(.button):hover,
.oevd-widget-interaktive-beratersuche div.advisor-list .advisor .more a[href^=mailto]:not(.button):hover,
.oevd-widget-interaktive-beratersuche div.advisor-list .advisor .details a:not(.button):hover,
.oevd-widget-interaktive-beratersuche div.advisor-list .advisor .details a[href^=mailto]:not(.button):hover {
  text-decoration: underline
}

.oevd-widget-interaktive-beratersuche div.advisor-list .advisor .more a.button:hover,
.oevd-widget-interaktive-beratersuche div.advisor-list .advisor .more a[href^=mailto].button:hover,
.oevd-widget-interaktive-beratersuche div.advisor-list .advisor .details a.button:hover,
.oevd-widget-interaktive-beratersuche div.advisor-list .advisor .details a[href^=mailto].button:hover {
  text-decoration: none
}

.oevd-widget-interaktive-beratersuche div.advisor-list .advisor .more p.buttons {
  margin: 10px 0 0 0;
  *zoom: 1
}

.oevd-widget-interaktive-beratersuche div.advisor-list .advisor .more p.buttons:before,
.oevd-widget-interaktive-beratersuche div.advisor-list .advisor .more p.buttons:after {
  content: " ";
  display: table
}

.oevd-widget-interaktive-beratersuche div.advisor-list .advisor .more p.buttons:after {
  clear: both
}

.oevd-widget-interaktive-beratersuche div.advisor-list .advisor .more p.buttons>a {
  float: left;
  padding: 5px 8px 4px 8px
}

@media only screen and (max-width: 40em) {
  .oevd-widget-interaktive-beratersuche div.advisor-list .advisor .more p.buttons>a {
      width: auto
  }
}

.oevd-widget-interaktive-beratersuche div.advisor-list .advisor .more p.buttons>a:not(:last-child) {
  margin-right: 15px
}

.oevd-widget-interaktive-beratersuche div.advisor-list .advisor .more p.buttons>a:before {
  content: normal
}

.oevd-widget-interaktive-beratersuche div.advisor-list .advisor .more p.buttons>a i:before {
  font-size: 24px;
  line-height: 1
}

.oevd-widget-interaktive-beratersuche div.advisor-list .advisor .more p.social {
  *zoom: 1;
  margin: 10px 0 0 0
}

.oevd-widget-interaktive-beratersuche div.advisor-list .advisor .more p.social:before,
.oevd-widget-interaktive-beratersuche div.advisor-list .advisor .more p.social:after {
  content: " ";
  display: table
}

.oevd-widget-interaktive-beratersuche div.advisor-list .advisor .more p.social:after {
  clear: both
}

.oevd-widget-interaktive-beratersuche div.advisor-list .advisor .more p.social>a {
  float: left;
  display: block;
  padding: 5px
}

.oevd-widget-interaktive-beratersuche div.advisor-list .advisor .more p.social>a:hover,
.oevd-widget-interaktive-beratersuche div.advisor-list .advisor .more p.social>a:active,
.oevd-widget-interaktive-beratersuche div.advisor-list .advisor .more p.social>a:focus {
  filter: brightness(180%)
}

.oevd-widget-interaktive-beratersuche .kanal-typen {
  margin-top: 15px
}

.oevd-widget-interaktive-beratersuche .kanal-typen input[type="checkbox"]+label {
  padding-bottom: 10px
}

@media only screen and (min-width: 40.063em) {
  .oevd-widget-interaktive-beratersuche .kanal-typen[style*="display: none"] ~ div.advisor-list ul.advisor-results {
      max-height: 600px
  }
}

.oevd-widget-interaktive-beratersuche .kanal-typen>div {
  position: relative
}

.oevd-widget-interaktive-beratersuche .kanal-typen>div span.help {
  position: absolute;
  border: 0;
  top: 0;
  right: 0
}

.oevd-widget-interaktive-beratersuche .kanal-typen>div span.help:before {
  background: url("../img/icons/icn_fragezeichen_kreis.svg") no-repeat;
  display: block;
  content: " ";
  width: 1.75rem;
  height: 1.75rem
}

.oevd-widget-interaktive-beratersuche .kanal-typen>div span.help:nth-child(2) {
  right: 2.5rem
}

.oevd-widget-interaktive-beratersuche .kanal-typen>div span.help:nth-child(2):before {
  left: -15px
}

.oevd-widget-interaktive-beratersuche .advisor-map div.advisorMap {
  display: block
}

@media only screen and (min-width: 40.063em) {
  .oevd-widget-interaktive-beratersuche .advisor-map div.advisorMap {
      min-height: 45.9375rem;
      height: 45.9375rem
  }
}

@media only screen and (max-width: 40em) {
  .oevd-widget-interaktive-beratersuche .advisor-map div.advisorMap {
      height: 18.75rem;
      margin-top: 15px
  }
}

.oevd-widget-interaktive-beratersuche .advisor-map div.advisorMap .dom-marker.svg {
  width: 30px;
  height: 30px;
  margin-left: -10px;
  margin-top: -30px;
  cursor: pointer
}

.oevd-widget-interaktive-beratersuche .advisor-map div.advisorMap .dom-marker.svg svg {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  margin-left: -5px
}

.oevd-widget-interaktive-beratersuche .advisor-map div.advisorMap .dom-marker.svg[data-kanal='0'] svg path {
  fill: red
}

.oevd-widget-interaktive-beratersuche .advisor-map div.advisorMap .dom-marker.svg[data-kanal='1'] svg path {
  fill: red
}

.oevd-widget-interaktive-beratersuche .advisor-map div.advisorMap .dom-marker.svg .image {
  margin-top: -37px;
  margin-left: -13px;
  background-size: contain;
  background-repeat: no-repeat;
  width: 25px;
  height: 0;
  padding-top: 10%;
  text-indent: 2px;
  cursor: pointer
}

.oevd-widget-interaktive-beratersuche .advisor-map div.advisorMap .dom-marker.svg[data-kanal].bright image,
.oevd-widget-interaktive-beratersuche .advisor-map div.advisorMap .dom-marker.svg.bright svg path {
  fill: #666
}

.oevd-widget-interaktive-beratersuche .advisor-map div.advisorMap div.H_ib {
  margin-top: -30px
}

.oevd-widget-interaktive-beratersuche .advisor-map div.advisorMap div.H_ib div.H_ib_body {
  background-color: #fff;
  padding: 0;
  display: table;
  min-width: 200px
}

.oevd-widget-interaktive-beratersuche .advisor-map div.advisorMap div.H_ib div.H_ib_body div.H_ib_content {
  display: table-row;
  margin: 0;
  padding: 0
}

.oevd-widget-interaktive-beratersuche .advisor-map div.advisorMap div.H_ib div.H_ib_body div.H_ib_content div.image {
  display: table-cell;
  width: 25%
}

.oevd-widget-interaktive-beratersuche .advisor-map div.advisorMap div.H_ib div.H_ib_body div.H_ib_content div.image img {
  display: block;
  width: 100%;
  height: auto
}

.oevd-widget-interaktive-beratersuche .advisor-map div.advisorMap div.H_ib div.H_ib_body div.H_ib_content div.content {
  display: table-cell;
  vertical-align: top;
  font-size: .8em !important;
  text-align: left;
  font-family: "Sparkasse Web", sans-serif;
  line-height: 140%;
  font-weight: 200;
  color: #666;
  padding: 5px
}

.oevd-widget-interaktive-beratersuche .advisor-map div.advisorMap div.H_ib div.H_ib_tail {
  display: none
}

.oevd-widget-interaktive-beratersuche .advisor-map div.advisorMap div.H_ib div.H_ib_close {
  display: none
}

.oevd-widget-interaktive-beratersuche div.beraterauswahl button.choose {
  margin-top: 0.75rem;
  padding: 0.1875rem 0.9375rem 0.1875rem 3.4375rem
}

.oevd-widget-interaktive-beratersuche div.beraterauswahl button.choose:before {
  left: 0.875rem;
  top: 0.25rem
}

@media only screen and (max-width: 40em) {
  .oevd-widget-interaktive-beratersuche div.beraterauswahl button.choose:before {
      left: 0;
      top: 0
  }
}

.dachzeile {
  margin-bottom: 0.625rem;
  font-size: 1rem
}

.leistungen {
  width: 100%;
  table-layout: fixed;
  margin-bottom: 0.9375rem;
  border: 0 none;
  border-collapse: collapse
}

.leistungen .bold {
  font-weight: bold
}

.leistungen td {
  padding-bottom: 0.625rem;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  vertical-align: middle
}

.leistungen td div.statusbar {
  height: 20px;
  border: 1px solid #e9e9e9;
  background: #fff;
  border-radius: 3.125rem;
  box-shadow: none;
  padding: 0.3125rem 0.5rem;
  overflow: visible;
  margin-bottom: 0.625rem
}

@media only screen and (max-width: 40em) {
  .leistungen td div.statusbar {
      margin-top: 0.625rem
  }
}

.leistungen td div.statusbar .status {
  position: relative;
  -webkit-animation: animate-positive 2s;
  animation: animate-positive 2s;
  float: left;
  width: 0;
  height: 100%;
  font-size: 0.75rem;
  line-height: 1.25rem;
  color: #fff;
  text-align: center;
  background-color: red;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width .6s ease;
  -o-transition: width .6s ease;
  transition: width .6s ease
}

.leistungen td div.statusbar .status:after {
  content: "";
  width: 1px;
  height: 1.25rem;
  position: absolute;
  right: 0;
  top: -6px;
  background: red
}

@-webkit-keyframes animate-positive {
  0% {
      width: 0%
  }
}

@keyframes animate-positive {
  0% {
      width: 0%
  }
}

.leistungen td div.statusbar-value {
  margin-right: 0.625rem
}

.leistungen td div.statusbar-value p {
  font-size: 0.875rem
}

.leistungen .information-row td {
  padding-top: 0.625rem
}

.leistungen .information-row td p.bold {
  font-weight: 400
}

.leistungen .additional-row td {
  padding-top: 0;
  border-top: 0;
  font-weight: 200
}

.leistungen td.accordion-button a {
  font-size: 1rem;
  line-height: 2.125rem;
  padding-bottom: 0;
  padding-top: 0;
  position: relative;
  transition: background-color 300ms ease-out 0s
}

.leistungen td.accordion-button a:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: sv_icons
}

.leistungen td.accordion-button a:before {
  color: red;
  border: 1px solid #e9e9e9;
  background-color: #fff;
  display: inline-block;
  font-size: 0.5rem;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  padding: 0.375rem;
  position: relative;
  top: -0.1875rem;
  transition: background-color 300ms ease-out 0s
}

.leistungen td.accordion-button a:hover:before {
  color: red;
  background-color: #f6f6f6
}

@media only screen and (min-width: 40.063em) {
  .leistungen tbody td:first-child {
      width: 50%
  }
  .leistungen td:last-child {
      width: 2.5rem
  }
  .leistungen td.accordion-button a:before {
      left: 0
  }
}

@media only screen and (max-width: 40em) {
  .leistungen tbody td div.statusbar-value {
      margin-bottom: 10px
  }
  .leistungen td:last-child {
      width: 1.875rem
  }
  .leistungen td.accordion-button a:before {
      left: -0.3125rem
  }
}

.leistungen tbody tr.active:nth-last-of-type(4n-2) td {
  border-color: #f6f6f6
}

.leistungen tbody tr.active:nth-last-of-type(4n+1) td {
  border-color: #f6f6f6
}

.leistungen tbody tr.active:nth-last-of-type(4n-1) td {
  border-color: #fff
}

.leistungen tbody tr.active:nth-last-of-type(4n) td {
  border-color: #fff
}

.leistungen tbody tr.active td:first-child {
  border-left: 0.0625rem solid #fff
}

.leistungen tbody tr.active td:last-child {
  border-right: 0.0625rem solid #fff
}

.leistungen tbody tr.active a:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: sv_icons
}

.leistungen tbody tr:nth-last-of-type(4n-2) td {
  background-color: #f6f6f6
}

.leistungen tbody tr:nth-last-of-type(4n+1) td {
  background-color: #f6f6f6
}

.leistungen tbody tr:nth-last-of-type(4n-1) td {
  background-color: #fff
}

.leistungen tbody tr:nth-last-of-type(4n) td {
  background-color: #fff
}

.leistungen thead tr td {
  background-color: #e9e9e9;
  color: #4d4d4d
}

.leistungen thead tr td p {
  font-size: 1.0625rem;
  font-weight: normal;
  line-height: 130%;
  margin-bottom: 0
}

.leistungen thead tr td:first-of-type {
  color: #4d4d4d !important
}

.leistungen thead tr td .bold {
  font-weight: bold;
  margin-bottom: 0
}

.leistungen td div.statusbar-value .bold {
  font-weight: normal;
  margin-bottom: 0
}

.svag-widget-paperteaser .highlight {
  background: url("../img/bg_postit.svg") no-repeat left bottom #e9e9e9;
  padding: 15px 15px 35px 15px !important
}

.svag-widget-paperteaser .highlight .image {
  margin: 0 -15px 15px -15px
}

.svag-widget-paperteaser .highlight li:before {
  left: 2.1875rem
}

div.oevd-widget-stage div.pfadnavigation,
div.sv-stage div.pfadnavigation {
  color: #4d4d4d !important;
  position: absolute;
  top: 0;
  left: 15px
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  div.oevd-widget-stage div.pfadnavigation,
  div.sv-stage div.pfadnavigation {
      top: 15px
  }
}

@media only screen and (max-width: 40em) {
  div.oevd-widget-stage div.pfadnavigation,
  div.sv-stage div.pfadnavigation {
      display: none
  }
}

.pfadnavigation-light a.pfadnavigation-entry,
.pfadnavigation-light .pfadnavigation span {
  color: #e9e9e9
}

.pfadnavigation-light a.pfadnavigation-entry:hover,
.pfadnavigation-light a.pfadnavigation-entry:active,
.pfadnavigation-light a.pfadnavigation-entry:focus,
.pfadnavigation-light .pfadnavigation-last-entry {
  color: #fff
}

.svag-widget-category-selection h3:empty {
  display: none
}

.svag-widget-pinterest-navigation .teaser.block {
  background: #e9e9e9;
  padding: 15px
}

.svag-widget-pinterest-navigation .teaser.block .image {
  margin: 0 -15px 15px -15px
}

.svag-widget-pinterest-navigation .teaser.block p:last-of-type {
  margin: 0
}

.svag-widget-pinterest-navigation .block-more a.arrow {
  display: table;
  margin: 0 auto
}

.svag-widget-pinterest-navigation .block-more a.arrow:before {
  position: absolute;
  top: 20px;
  left: 50%;
  transform: rotate(90deg)
}

div.oevd-widget-preis .accordion dd>a {
  background: transparent
}

div.oevd-widget-preis .accordion dd .content.active {
  padding-top: 15px;
  padding-bottom: 15px
}

.sv_presseliste .small-headline {
  font-size: 0.875rem;
  margin-bottom: 0
}

@media only screen and (max-width: 40em) {
  .sv_presseliste .list_result {
      padding-top: 15px
  }
}

.sv_presseliste .list_result>.large-12 {
  padding: 0
}

.sv_presseliste .list_result img {
  max-width: 400px;
  max-height: 400px;
  width: auto
}

.sv_presseliste .list_result .arrow {
  position: relative;
  display: inline-block;
  float: right;
  margin-bottom: 15px
}

.sv_presseliste button,
.sv_presseliste .button {
  display: table !important
}

.sv_presseliste .presseteaser-pagination {
  margin-bottom: 15px;
  padding: 0
}

.sv_presseliste .sv_presseliste_formular_submit {
  height: 30px;
  padding: 0 15px;
  margin-top: 15px
}

.sv_presseliste span.arrow {
  color: #000;
  font-weight: 400
}

.sv_presseliste span.arrow:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: sv_icons;
  color: red;
  position: relative;
  margin-right: 0.375rem
}

.sv_presseliste span.arrow:hover,
.sv_presseliste span.arrow:active,
.sv_presseliste span.arrow:focus {
  color: red
}

@media only screen and (max-width: 64em) {
  .sv_presseliste .sv_presseliste_kontakt {
      padding: 0
  }
  .sv_presseliste aside,
  .sv_presseliste .aside {
      padding-left: 15px
  }
}

@media only screen and (max-width: 40em) {
  .sv_presseliste .list_result img {
      margin-bottom: 15px
  }
}

.sv_presseliste span.bold {
  font-weight: bold
}

.presse_detail {
  padding-top: 15px
}

.presse_mitteilung {
  padding-bottom: 15px
}

aside,
.aside {
  padding: 0 15px 0 45px
}

aside section,
.aside section {
  *zoom: 1;
  margin-bottom: 30px
}

aside section:before,
aside section:after,
.aside section:before,
.aside section:after {
  content: " ";
  display: table
}

aside section:after,
.aside section:after {
  clear: both
}

aside section:last-of-type,
.aside section:last-of-type {
  margin: 0
}

@media only screen and (max-width: 64em) {
  aside section.pressekontakt,
  .aside section.pressekontakt {
      padding: 0
  }
}

aside section.pressekontakt dt,
.aside section.pressekontakt dt {
  width: 30%
}

aside section.pressekontakt dd,
.aside section.pressekontakt dd {
  width: 70%
}

aside section.pressekontakt .email,
.aside section.pressekontakt .email {
  margin-top: 15px
}

aside section .thickbox,
.aside section .thickbox {
  display: block
}

.producttable-swipe-note {
  margin-bottom: 15px
}

.producttable-swipe-note .table-row {
  position: relative;
  padding-left: 38px
}

.producttable-swipe-note .table-row .table-cell-fixed-width {
  position: absolute;
  left: 0;
  top: -5px
}

.producttable-swipe-note .table-row .table-cell-fixed-width i.fo:before {
  color: #4d4d4d;
  font-size: 30px
}

@media only screen and (min-width: 40.063em) {
  .producttable-swipe-note {
      display: none !important
  }
}

.oevd-widget-producttable,
.producttable {
  color: #666;
  margin-bottom: 0;
  border-spacing: 0
}

.oevd-widget-producttable span.large-spinner,
.oevd-widget-producttable span.large-spinner:before,
.oevd-widget-producttable span.large-spinner:after,
.producttable span.large-spinner,
.producttable span.large-spinner:before,
.producttable span.large-spinner:after {
  color: #666;
  font-size: 1rem;
  line-height: 140%;
  display: inline;
  background-color: transparent !important;
  content: "";
  padding: 0
}

.oevd-widget-producttable img[src$="check_small.png"],
.producttable img[src$="check_small.png"] {
  display: inline-block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: url("/content/_resources/bildergalerie/icons/icn_haken_checkbox.png") no-repeat;
  width: 22px;
  height: 25px;
  padding-left: 22px
}

.oevd-widget-producttable a.arrow:before,
.producttable a.arrow:before {
  position: relative;
  padding-right: 0.1875rem
}

form .oevd-widget-producttable,
form .producttable {
  padding-left: 0.9375rem
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  form .oevd-widget-producttable,
  form .producttable {
      padding: 0 0.9375rem
  }
}

@media only screen and (max-width: 40em) {
  form .oevd-widget-producttable,
  form .producttable {
      padding: 0
  }
}

.oevd-widget-producttable td,
.producttable td {
  padding: 15px;
  border-top: 1px solid #e9e9e9;
  border-right: 1px solid #e9e9e9
}

.oevd-widget-producttable td.shadowed,
.producttable td.shadowed {
  border: 0.1875rem solid #e9e9e9;
  border-top-width: 1px;
  border-bottom: 0;
  background: #f6f6f6
}

@media only screen and (max-width: 40em) {
  .oevd-widget-producttable td.shadowed,
  .producttable td.shadowed {
      border: 0;
      border-right: 1px solid #e9e9e9
  }
}

.oevd-widget-producttable td:not(:first-child),
.producttable td:not(:first-child) {
  text-align: center
}

.oevd-widget-producttable td.transparent,
.producttable td.transparent {
  background: transparent
}

.oevd-widget-producttable td button,
.oevd-widget-producttable td a,
.producttable td button,
.producttable td a {
  margin: 0 auto;
  display: table
}

.oevd-widget-producttable td .button,
.producttable td .button {
  font-size: 18px;
  padding: 0.4375rem 0.9375rem 0.4375rem 3.4375rem;
  display: block;
  line-height: 130%;
  text-decoration: none
}

.oevd-widget-producttable td input,
.oevd-widget-producttable td select,
.oevd-widget-producttable td h3,
.producttable td input,
.producttable td select,
.producttable td h3 {
  margin: 0
}

.oevd-widget-producttable td.replace_checkbox,
.producttable td.replace_checkbox {
  padding: 0
}

.oevd-widget-producttable td.replace_checkbox label:before,
.producttable td.replace_checkbox label:before {
  top: calc(50% - 14px);
  left: calc(50% - 12px)
}

.oevd-widget-producttable td:first-child span,
.producttable td:first-child span {
  font-weight: 400;
  display: inline-block
}

.oevd-widget-producttable td .table-button,
.oevd-widget-producttable td .big-button,
.oevd-widget-producttable td .call-to-action,
.producttable td .table-button,
.producttable td .big-button,
.producttable td .call-to-action {
  display: block;
  font-size: 18px
}

.oevd-widget-producttable td .button:before,
.oevd-widget-producttable td .call-to-action:before,
.producttable td .button:before,
.producttable td .call-to-action:before {
  top: calc(50% - 12px);
  left: calc(12%);
  font-size: 1.125rem
}

@media only screen and (max-width: 40em) {
  .oevd-widget-producttable td .button:before,
  .oevd-widget-producttable td .call-to-action:before,
  .producttable td .button:before,
  .producttable td .call-to-action:before {
      font-size: 1.125rem;
      position: absolute;
      margin-right: 0
  }
}

.oevd-widget-producttable thead,
.producttable thead {
  text-align: center
}

.oevd-widget-producttable thead tr:first-of-type,
.producttable thead tr:first-of-type {
  display: none
}

@media only screen and (max-width: 40em) {
  .oevd-widget-producttable thead tr:first-of-type,
  .producttable thead tr:first-of-type {
      display: table-row
  }
}

.oevd-widget-producttable thead tr:nth-child(3),
.producttable thead tr:nth-child(3) {
  height: auto
}

.oevd-widget-producttable thead tr:nth-child(3) td,
.producttable thead tr:nth-child(3) td {
  border: 0
}

.oevd-widget-producttable thead tr td,
.oevd-widget-producttable thead tr td.shadowed,
.producttable thead tr td,
.producttable thead tr td.shadowed {
  padding: 2px;
  background: #b2b2b2;
  font-size: 17px;
  font-weight: bold;
  color: #fff
}

.oevd-widget-producttable thead tr td:empty,
.oevd-widget-producttable thead tr td.transparent,
.oevd-widget-producttable thead tr td.shadowed:empty,
.oevd-widget-producttable thead tr td.shadowed.transparent,
.producttable thead tr td:empty,
.producttable thead tr td.transparent,
.producttable thead tr td.shadowed:empty,
.producttable thead tr td.shadowed.transparent {
  border: 0
}

.oevd-widget-producttable thead tr td.recommendation,
.oevd-widget-producttable thead tr td.shadowed.recommendation,
.producttable thead tr td.recommendation,
.producttable thead tr td.shadowed.recommendation {
  color: red;
  text-transform: uppercase;
  background-color: #e8e8e8
}

.oevd-widget-producttable thead tr td.shadowed,
.oevd-widget-producttable thead tr td.shadowed.shadowed,
.producttable thead tr td.shadowed,
.producttable thead tr td.shadowed.shadowed {
  border-bottom: 0
}

@media only screen and (max-width: 40em) {
  .oevd-widget-producttable thead tr td.shadowed,
  .oevd-widget-producttable thead tr td.shadowed.shadowed,
  .producttable thead tr td.shadowed,
  .producttable thead tr td.shadowed.shadowed {
      border: 1px solid #e9e9e9;
      border-bottom: 0;
      border-left: 0
  }
}

.oevd-widget-producttable tbody tr:last-child td:only-child,
.producttable tbody tr:last-child td:only-child {
  display: none
}

.oevd-widget-producttable tbody tr:nth-of-type(even),
.producttable tbody tr:nth-of-type(even) {
  background: #f6f6f6
}

.oevd-widget-producttable tbody tr:nth-of-type(even) td.shadowed,
.producttable tbody tr:nth-of-type(even) td.shadowed {
  background: #efefef
}

.oevd-widget-producttable tbody tr.recommendation td,
.producttable tbody tr.recommendation td {
  background-color: #e9e9e9;
  border-right: 0;
  font-weight: bold
}

.oevd-widget-producttable tbody tr.price td,
.producttable tbody tr.price td {
  color: #000
}

.oevd-widget-producttable tbody tr.price td span,
.producttable tbody tr.price td span {
  display: inline-block;
  font-size: 1.5rem
}

.oevd-widget-producttable tbody tr.call-to-action td,
.producttable tbody tr.call-to-action td {
  padding: 0
}

.oevd-widget-producttable tbody tr.call-to-action td:not(:first-child),
.producttable tbody tr.call-to-action td:not(:first-child) {
  background: red
}

.oevd-widget-producttable tbody tr.call-to-action td:not(:first-child):hover,
.oevd-widget-producttable tbody tr.call-to-action td:not(:first-child):active,
.oevd-widget-producttable tbody tr.call-to-action td:not(:first-child):focus,
.producttable tbody tr.call-to-action td:not(:first-child):hover,
.producttable tbody tr.call-to-action td:not(:first-child):active,
.producttable tbody tr.call-to-action td:not(:first-child):focus {
  cursor: pointer;
  background: #ff4a4a
}

.oevd-widget-producttable tbody tr .am-tooltip,
.producttable tbody tr .am-tooltip {
  top: 0.75rem;
  right: 0.375rem
}

.oevd-widget-producttable tbody tr .tip,
.producttable tbody tr .tip {
  position: relative;
  padding-right: 2.8125rem
}

.oevd-widget-producttable tbody tr .tip.double,
.producttable tbody tr .tip.double {
  padding-right: 4.0625rem
}

.oevd-widget-producttable tbody tr .tip .help,
.oevd-widget-producttable tbody tr .tip .info,
.producttable tbody tr .tip .help,
.producttable tbody tr .tip .info {
  position: absolute;
  border: 0;
  top: 0.625rem;
  right: 0.9375rem
}

.oevd-widget-producttable tbody tr .tip .help:before,
.oevd-widget-producttable tbody tr .tip .info:before,
.producttable tbody tr .tip .help:before,
.producttable tbody tr .tip .info:before {
  background: url("../img/icons/icn_info_kreis.svg") no-repeat;
  position: absolute;
  top: -2px;
  left: -10px;
  content: " ";
  width: 1.75rem;
  height: 1.75rem
}

.oevd-widget-producttable tbody tr .tip .help:nth-child(2),
.oevd-widget-producttable tbody tr .tip .info:nth-child(2),
.producttable tbody tr .tip .help:nth-child(2),
.producttable tbody tr .tip .info:nth-child(2) {
  right: 2.5rem
}

.oevd-widget-producttable tbody tr .tip .help:nth-child(2):before,
.oevd-widget-producttable tbody tr .tip .info:nth-child(2):before,
.producttable tbody tr .tip .help:nth-child(2):before,
.producttable tbody tr .tip .info:nth-child(2):before {
  left: -15px
}

.oevd-widget-producttable tbody tr .tip .help:before,
.producttable tbody tr .tip .help:before {
  background-image: url("../img/icons/icn_fragezeichen_kreis.svg")
}

.oevd-widget-producttable tfoot td,
.producttable tfoot td {
  border: 0
}

.oevd-widget-producttable tfoot td a,
.producttable tfoot td a {
  display: none
}

@media only screen and (max-width: 40em) {
  .abschluss-modul .producttable tbody td:not(.transparent):first-child:after,
  .abschluss-modul .producttable tbody tr:last-child td:first-child:after,
  .abschluss-modul .producttable thead tr:last-child td:first-child:after {
      height: auto
  }
}

.big-button {
  margin-bottom: 0
}

.orbit-bullets li.active {
  border-color: red
}

.product-table-tooltip {
  position: absolute;
  padding: 10px;
  z-index: 10;
  background-color: #e9e9e9
}

.product-table-tooltip .close {
  position: absolute;
  right: 10px;
  top: 10px
}

.product-table-tooltip .close:before {
  color: #666;
  font-size: 14px
}

.product-table-tooltip .close:hover:before,
.product-table-tooltip .close:active:before,
.product-table-tooltip .close:focus:before {
  color: red
}

.product-table-tooltip .fo-close:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: sv_icons
}

@media only screen and (min-width: 40.063em) {
  .producttable thead td {
      position: relative
  }
  .producttable thead td[class*="flag-"],
  .producttable thead td[class*="flag-"].shadowed {
      padding-top: 50px
  }
  .producttable thead td[class*="flag-"]:before,
  .producttable thead td[class*="flag-"].shadowed:before {
      position: absolute;
      top: 0;
      right: 0;
      width: 155px;
      height: 45px;
      content: "";
      background-position: top right;
      background-repeat: no-repeat
  }
  .producttable thead td.flag-basis-1:before {
      background-image: url("../img/stoerer_basis_tarifauswahl.png")
  }
  .producttable thead td.flag-komfort-1:before {
      background-image: url("../img/stoerer_komfort_tarifauswahl.png")
  }
  .producttable thead td.flag-top-1:before {
      background-image: url("../img/stoerer_top_tarifauswahl.png")
  }
  .producttable thead td.flag-basis-2:before {
      background-image: url("../img/stoerer_basis_vierspalten.png")
  }
  .producttable thead td.flag-komfort-2:before {
      background-image: url("../img/stoerer_komfort_vierspalten.png")
  }
  .producttable thead td.flag-top-2:before {
      background-image: url("../img/stoerer_top_vierspalten.png")
  }
}

.qtip-default {
  border: 1px solid #4d4d4d !important;
  background: #fff !important;
  font-size: 13px !important;
  line-height: 130% !important
}

.qtip-default .qtip-titlebar {
  background: #666 !important;
  color: #fff
}

.qtip-default .qtip-titlebar p {
  margin-bottom: 0
}

.qtip-default ul {
  margin-left: 10px
}

.qtip-default ul li {
  list-style-type: disc
}

.without-header-col td {
  text-align: center
}

:not(.without-header-col) thead tr td:first-of-type {
  color: #666666;
  padding: 0.9375rem
}

.producttable-optimized {
  margin-bottom: 0.9375rem
}

.producttable-optimized ol.orbit-bullets {
  top: 0
}

.producttable-optimized .products .pt .ptable {
  display: table;
  width: 100%
}

.producttable-optimized .products .pt .prow {
  display: table-row
}

.producttable-optimized .products .pt .pcell {
  color: #4d4d4d;
  display: table-cell;
  padding: 0.9375rem;
  font-size: 1rem;
  line-height: 1.375rem;
  text-align: center;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  hyphens: auto
}

@media only screen and (max-width: 40em) {
  .producttable-optimized .products .pt .pcell {
      padding: 0.9375rem 0.3125rem 0.9375rem 0.3125rem
  }
}

.producttable-optimized .products .pt .pcell.name {
  text-align: left
}

.producttable-optimized .products .pt .pcell:not(:first-child) {
  border-left: 0.125rem solid #D9D9D9;
  margin-left: 0.125rem
}

.producttable-optimized .products .pt .pcell span.large-spinner {
  color: #4d4d4d;
  display: inline-block;
  margin-right: 0.3125rem
}

.producttable-optimized .products .pt .pcell .ajax-loader.large-spinner {
  min-width: auto
}

.producttable-optimized .products .pt .pcell .ajax-loader.large-spinner:after {
  width: auto
}

.producttable-optimized .products .pt .f-label .pcell {
  font-weight: 600
}

@media only screen and (max-width: 40em) {
  .producttable-optimized .products .pt .f-label .pcell {
      padding: 0.9375rem
  }
}

@media only screen and (max-width: 40em) {
  .producttable-optimized .products .pt .pcell:not(.unavailable) ~ .pcell:not(.unavailable) ~ .pcell:not(.unavailable) ~ .pcell:not(.unavailable) {
      display: none
  }
}

@media only screen {
  .producttable-optimized .products .pt .pcell:not(.unavailable) ~ .pcell:not(.unavailable) ~ .pcell:not(.unavailable) ~ .pcell:not(.unavailable) ~ .pcell:not(.unavailable) {
      display: none
  }
}

.producttable-optimized .products .pt .recommendationmarker .pcell:not(:first-child) {
  border-left: 0.25rem solid #fff;
  margin-left: 0
}

.producttable-optimized .products .pt .recommendationmarker .pcell.recommendation {
  color: red;
  padding: 0 0.9375rem 0;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.375rem;
  text-align: center
}

@media only screen and (max-width: 40em) {
  .producttable-optimized .products .pt .recommendationmarker .pcell.recommendation {
      font-size: 0.875rem
  }
}

@media only screen and (max-width: 40em) {
  .producttable-optimized .products .pt .recommendationmarker .pcell {
      padding: 0.9375rem
  }
}

.producttable-optimized .products .pt .header .pcell {
  background-color: #999;
  border-bottom: 0.9375rem solid #fff;
  color: #fff;
  position: relative;
  padding: 0.9375rem 0.3125rem
}

.producttable-optimized .products .pt .header .pcell span {
  color: #fff
}

@media only screen and (max-width: 40em) {
  .producttable-optimized .products .pt .header .pcell {
      padding: 0.3125rem
  }
}

.producttable-optimized .products .pt .header .pcell:after {
  position: absolute;
  content: ' ';
  width: 1rem;
  height: 1rem;
  bottom: -0.5rem;
  right: calc(50% - 0.5rem);
  background-color: #999;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg)
}

.producttable-optimized .products .pt .header .pcell:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  height: 0;
  width: 100%;
  border-top: 0 solid #999
}

.producttable-optimized .products .pt .header .pcell.shadowed {
  background-color: red;
  border-top: none
}

.producttable-optimized .products .pt .header .pcell.shadowed:after {
  background-color: red
}

.producttable-optimized .products .pt .header .pcell.shadowed:before {
  border-top: 0 solid red
}

.producttable-optimized .products .pt .header .pcell:not(:first-child) {
  border-left: 0.25rem solid #fff;
  margin-left: 0
}

.producttable-optimized .products .pt .header .pcell .produkttabelle_trenner {
  color: #fff;
  height: 0.25rem;
  background: white;
  margin: 0.625rem -0.9375rem
}

.producttable-optimized .products .pt .header .pcell .produkttabelle_preis {
  font-size: 1.5rem;
  line-height: 1.9375rem;
  font-weight: 600
}

@media only screen and (max-width: 40em) {
  .producttable-optimized .products .pt .header .pcell .produkttabelle_preis {
      font-size: 1.0625rem;
      line-height: 1.25rem
  }
}

.producttable-optimized .products .pt .header .pcell .produkttabelle_monat {
  font-size: 1rem;
  line-height: 1.375rem;
  font-weight: 200
}

@media only screen and (max-width: 40em) {
  .producttable-optimized .products .pt .header .pcell .produkttabelle_monat {
      font-size: 0.875rem;
      line-height: 1.125rem
  }
}

.producttable-optimized .products .pt .header .pcell .produkttabelle_tarif {
  font-size: 1.0625rem;
  line-height: 1.25rem;
  font-weight: 600
}

@media only screen and (max-width: 40em) {
  .producttable-optimized .products .pt .header .pcell .produkttabelle_tarif {
      font-size: 1.0625rem;
      line-height: 1.25rem
  }
}

.producttable-optimized .products .pt .header-repeated {
  margin-top: 0.625rem
}

.producttable-optimized .products .pt .pt-head .recommendationmarker .pcell {
  padding: 0 0
}

.producttable-optimized .products .pt .pt-body .info .f-label .pcell {
  text-align: left;
  padding-right: 2.8125rem;
  position: relative
}

.producttable-optimized .products .pt .pt-body .info .f-label .pcell i {
  color: #666;
  float: none;
  cursor: pointer;
  padding-left: 0.625rem
}

@media only screen and (max-width: 40em) {
  .producttable-optimized .products .pt .pt-body .info .f-label .pcell i {
      float: right;
      padding-left: 0.9375rem;
      position: absolute;
      top: calc(50% - 0.875rem);
      right: 0.9375rem
  }
}

.producttable-optimized .products .pt .pt-body .info .f-label .pcell i:before {
  background: url(../img/icons/icn_info_kreis.svg) no-repeat;
  position: absolute;
  top: 0.625rem;
  content: " ";
  width: 1.75rem;
  height: 1.75rem
}

@media only screen and (max-width: 40em) {
  .producttable-optimized .products .pt .pt-body .info .f-label .pcell i:before {
      top: 0;
      right: 0
  }
}

.producttable-optimized .products .pt .pt-body .info .f-label .pcell i.fa-close:before {
  content: "\f00d";
  font-size: 1.5rem;
  background: none;
  padding-left: 0.25rem;
  top: 0.75rem
}

@media only screen and (max-width: 40em) {
  .producttable-optimized .products .pt .pt-body .info .f-label .pcell i.fa-close:before {
      top: 0
  }
}

.producttable-optimized .products .pt .pt-body .info .f-info .pcell {
  padding-top: 0;
  text-align: left
}

@media only screen and (max-width: 40em) {
  .producttable-optimized .products .pt .pt-body .info .f-info .pcell {
      padding: 0.9375rem;
      padding-top: 0
  }
}

.producttable-optimized .products .pt .pt-body .info .f-info .pcell .headline {
  color: #4d4d4d;
  display: block;
  margin-right: 0.3125rem;
  font-size: 1rem;
  font-weight: 400
}

.producttable-optimized .products .pt .pt-body .info.active>div:not(.f-data) {
  color: #4d4d4d
}

.producttable-optimized .products .pt .pt-body .info.active .f-label .pcell {
  border-bottom-color: #fff
}

.producttable-optimized .products .pt .pt-body .info.active .f-info .pcell {
  border-top-color: #fff
}

.producttable-optimized .products .pt .pt-body .help .f-label .pcell {
  text-align: left;
  padding-right: 1.875rem;
  position: relative
}

.producttable-optimized .products .pt .pt-body .help .f-label .pcell i {
  color: #666;
  float: none;
  cursor: pointer;
  padding-left: 0.625rem
}

@media only screen and (max-width: 40em) {
  .producttable-optimized .products .pt .pt-body .help .f-label .pcell i {
      float: right;
      padding-left: 0.9375rem;
      position: absolute;
      top: calc(50% - 0.875rem);
      right: 0.9375rem
  }
}

.producttable-optimized .products .pt .pt-body .help .f-label .pcell i:before {
  background: url(../img/icons/icn_fragezeichen_kreis.svg) no-repeat;
  position: absolute;
  top: 0.625rem;
  content: " ";
  width: 1.75rem;
  height: 1.75rem
}

@media only screen and (max-width: 40em) {
  .producttable-optimized .products .pt .pt-body .help .f-label .pcell i:before {
      top: 0;
      right: 0
  }
}

.producttable-optimized .products .pt .pt-body .help .f-label .pcell i.fa-close:before {
  content: "\f00d";
  font-size: 1.5rem;
  background: none;
  padding-left: 0.25rem;
  top: 0.75rem
}

@media only screen and (max-width: 40em) {
  .producttable-optimized .products .pt .pt-body .help .f-label .pcell i.fa-close:before {
      top: 0
  }
}

.producttable-optimized .products .pt .pt-body .help .f-help .pcell {
  text-align: left
}

@media only screen and (max-width: 40em) {
  .producttable-optimized .products .pt .pt-body .help .f-help .pcell {
      padding: 0.9375rem
  }
}

.producttable-optimized .products .pt .pt-body .help .f-help .pcell .headline {
  color: #4d4d4d;
  display: block;
  margin-right: 0.3125rem;
  font-size: 1rem;
  font-weight: 400
}

.producttable-optimized .products .pt .pt-body .help.active>div:not(.f-data) {
  color: #4d4d4d
}

.producttable-optimized .products .pt .pt-body .help.active .f-label .pcell {
  border-bottom-color: #fff
}

.producttable-optimized .products .pt .pt-body .help.active .f-help .pcell {
  border-top-color: #fff
}

.producttable-optimized .products .pt .pt-body .f-label .pcell {
  border-bottom: none
}

.producttable-optimized .products .pt .pt-body .feature {
  border-bottom: 0.25rem solid #fff
}

.producttable-optimized .products .pt .pt-body .feature:nth-child(1),
.producttable-optimized .products .pt .pt-body .feature:nth-child(2),
.producttable-optimized .products .pt .pt-body .feature:nth-of-type(3) {
  border-bottom: 0 solid #fff
}

.producttable-optimized .products .pt .pt-body .feature.recommendation {
  background-color: #e9e9e9;
  font-weight: 600
}

.producttable-optimized .products .pt .pt-body .feature.nodata {
  color: #4d4d4d;
  font-weight: 600
}

.producttable-optimized .products .pt .pt-body .feature.nodata:nth-of-type(n) {
  background-color: #fff
}

.producttable-optimized .products .pt .pt-body .feature:nth-of-type(even) {
  background-color: #fff
}

.producttable-optimized .products .pt .pt-body .feature:nth-of-type(odd) {
  background-color: #e9e9e9
}

.producttable-optimized .products .pt .pt-foot .repeatlines .header .pcell:before,
.producttable-optimized .products .pt .pt-foot .repeatlines .header .pcell:after,
.producttable-optimized .products .pt .pt-foot-sticky .repeatlines .header .pcell:before,
.producttable-optimized .products .pt .pt-foot-sticky .repeatlines .header .pcell:after {
  content: none
}

.producttable-optimized .products .pt .pt-foot .repeatlines .header .pcell:before,
.producttable-optimized .products .pt .pt-foot-sticky .repeatlines .header .pcell:before {
  position: absolute;
  content: ' ';
  width: 1rem;
  height: 1rem;
  top: -0.5rem;
  left: calc(50% - 0.5rem);
  background-color: #999;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg)
}

.producttable-optimized .products .pt .pt-foot .repeatlines .header .pcell:after,
.producttable-optimized .products .pt .pt-foot-sticky .repeatlines .header .pcell:after {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  height: 0;
  width: 100%;
  border-top: 0 solid #999
}

.producttable-optimized .products .pt .pt-foot .repeatlines .header .pcell.shadowed,
.producttable-optimized .products .pt .pt-foot-sticky .repeatlines .header .pcell.shadowed {
  background-color: red;
  border-top: none
}

.producttable-optimized .products .pt .pt-foot .repeatlines .header .pcell.shadowed:before,
.producttable-optimized .products .pt .pt-foot-sticky .repeatlines .header .pcell.shadowed:before {
  background-color: red
}

.producttable-optimized .products .pt .pt-foot .repeatlines .header .pcell.shadowed:after,
.producttable-optimized .products .pt .pt-foot-sticky .repeatlines .header .pcell.shadowed:after {
  border-top: 0 solid red
}

.producttable-optimized .products .pt .pt-foot .buttons .pcell,
.producttable-optimized .products .pt .pt-foot-sticky .buttons .pcell {
  vertical-align: bottom
}

@media only screen and (max-width: 40em) {
  .producttable-optimized .products .pt .pt-foot .buttons .pcell a.arrow,
  .producttable-optimized .products .pt .pt-foot .buttons .pcell a.button,
  .producttable-optimized .products .pt .pt-foot-sticky .buttons .pcell a.arrow,
  .producttable-optimized .products .pt .pt-foot-sticky .buttons .pcell a.button {
      font-size: 0.875rem
  }
}

.producttable-optimized .products .pt .pt-foot .buttons .pcell p,
.producttable-optimized .products .pt .pt-foot-sticky .buttons .pcell p {
  margin-bottom: 0.9375rem
}

@media only screen and (max-width: 40em) {
  .producttable-optimized .products .pt .pt-foot .buttons .pcell p:nth-of-type(n+2),
  .producttable-optimized .products .pt .pt-foot-sticky .buttons .pcell p:nth-of-type(n+2) {
      margin-bottom: 0.625rem
  }
}

.producttable-optimized .products .pt .pt-foot .buttons .pcell a.button,
.producttable-optimized .products .pt .pt-foot-sticky .buttons .pcell a.button {
  height: auto
}

.producttable-optimized .products .pt .pt-foot .buttons .pcell:not(:first-child),
.producttable-optimized .products .pt .pt-foot-sticky .buttons .pcell:not(:first-child) {
  border-left: 0.125rem solid #fff;
  margin-left: 0.125rem
}

.producttable-optimized .products .pt .pt-foot-sticky {
  display: none;
  background: transparent;
  position: fixed;
  bottom: 0;
  z-index: 2
}

.producttable-optimized .products .pt .pt-foot-sticky .repeatlines .header .pcell {
  border-bottom: 0
}

.producttable-optimized .products .pnav-top {
  margin-bottom: 0.625rem
}

.producttable-optimized .products .pnav-bottom,
.producttable-optimized .products .pnav-desktop {
  margin-top: 0.625rem
}

.producttable-optimized .products.count-1 .recommendationmarker .pcell,
.producttable-optimized .products.count-1 .header .pcell,
.producttable-optimized .products.count-1 .feature .f-data .pcell,
.producttable-optimized .products.count-1 .buttons .pcell {
  width: 100%
}

.producttable-optimized .products.count-2 .recommendationmarker .pcell,
.producttable-optimized .products.count-2 .header .pcell,
.producttable-optimized .products.count-2 .feature .f-data .pcell,
.producttable-optimized .products.count-2 .buttons .pcell {
  width: 50%
}

.producttable-optimized .products.count-3 .recommendationmarker .pcell,
.producttable-optimized .products.count-3 .header .pcell,
.producttable-optimized .products.count-3 .feature .f-data .pcell,
.producttable-optimized .products.count-3 .buttons .pcell {
  width: 33%
}

@media only screen and (max-width: 40em) {
  .producttable-optimized .products.hasmorecols .recommendationmarker .pcell,
  .producttable-optimized .products.hasmorecols .header .pcell,
  .producttable-optimized .products.hasmorecols .feature .f-data .pcell,
  .producttable-optimized .products.hasmorecols .buttons .pcell {
      width: 33%
  }
}

@media only screen and (min-width: 40.063em) {
  .producttable-optimized .products.hasmorecols .recommendationmarker .pcell,
  .producttable-optimized .products.hasmorecols .header .pcell,
  .producttable-optimized .products.hasmorecols .feature .f-data .pcell,
  .producttable-optimized .products.hasmorecols .buttons .pcell {
      width: 25%
  }
}

.producttable-optimized .products .devcheck {
  height: 0
}

.oevd-widget-productteaser ul li:before,
.oevd-widget-productteaser ul.bulletpoint li:before,
.oevd-widget-productteaser ul.checkbullet li:before {
  left: 0
}

.oevd-widget-productteaser .productteaser-linkbar a.arrow:not(:first-child) {
  display: inline-block;
  margin-left: 15px
}

.oevd-widget-productteaser .image-with-overlay {
  position: relative
}

.oevd-widget-productteaser .image-with-overlay a {
  display: block;
  margin-bottom: 15px
}

.oevd-widget-productteaser .image-with-overlay .overlay-top,
.oevd-widget-productteaser .image-with-overlay .overlay-bottom {
  position: absolute;
  left: 0;
  top: 0;
  margin-bottom: 0;
  font-size: 14px
}

.oevd-widget-productteaser .image-with-overlay .overlay-top.text-only-spinner,
.oevd-widget-productteaser .image-with-overlay .overlay-bottom.text-only-spinner {
  right: 0;
  background: rgba(255, 0, 0, 0.8)
}

.oevd-widget-productteaser .image-with-overlay .overlay-top.text-only-spinner a,
.oevd-widget-productteaser .image-with-overlay .overlay-bottom.text-only-spinner a {
  padding: 0.5rem 0.9375rem
}

.oevd-widget-productteaser .image-with-overlay .overlay-top.text-only-spinner a div,
.oevd-widget-productteaser .image-with-overlay .overlay-top.text-only-spinner a span,
.oevd-widget-productteaser .image-with-overlay .overlay-bottom.text-only-spinner a div,
.oevd-widget-productteaser .image-with-overlay .overlay-bottom.text-only-spinner a span {
  color: #fff
}

.oevd-widget-productteaser .image-with-overlay .overlay-top.text-only-spinner a:hover div,
.oevd-widget-productteaser .image-with-overlay .overlay-top.text-only-spinner a:hover span,
.oevd-widget-productteaser .image-with-overlay .overlay-top.text-only-spinner a:active div,
.oevd-widget-productteaser .image-with-overlay .overlay-top.text-only-spinner a:active span,
.oevd-widget-productteaser .image-with-overlay .overlay-top.text-only-spinner a:focus div,
.oevd-widget-productteaser .image-with-overlay .overlay-top.text-only-spinner a:focus span,
.oevd-widget-productteaser .image-with-overlay .overlay-bottom.text-only-spinner a:hover div,
.oevd-widget-productteaser .image-with-overlay .overlay-bottom.text-only-spinner a:hover span,
.oevd-widget-productteaser .image-with-overlay .overlay-bottom.text-only-spinner a:active div,
.oevd-widget-productteaser .image-with-overlay .overlay-bottom.text-only-spinner a:active span,
.oevd-widget-productteaser .image-with-overlay .overlay-bottom.text-only-spinner a:focus div,
.oevd-widget-productteaser .image-with-overlay .overlay-bottom.text-only-spinner a:focus span {
  text-decoration: underline;
  color: inherit
}

.oevd-widget-productteaser .image-with-overlay .overlay-bottom {
  bottom: 0;
  top: auto
}

.oevd-widget-productteaser .large-4>.image-with-overlay>a {
  margin-right: 15px
}

.oevd-widget-productteaser .large-4>.image-with-overlay .overlay-top.text-only-spinner,
.oevd-widget-productteaser .large-4>.image-with-overlay .overlay-bottom.text-only-spinner {
  right: 15px
}

@media only screen and (max-width: 40em) {
  .productteaser-text {
      padding: 15px 0
  }
  .productteaser-text li:before {
      left: 0
  }
}

@media only screen and (min-width: 40.063em) {
  div.oevd-widget-profiler .table-layout-large {
      display: table;
      width: 100%
  }
  div.oevd-widget-profiler .table-layout-large>div {
      display: table-cell;
      vertical-align: top
  }
  div.oevd-widget-profiler .table-layout-large>div.not-flex {
      white-space: nowrap
  }
  div.oevd-widget-profiler .table-layout-large>div.flex {
      width: 99%
  }
  div.oevd-widget-profiler .table-layout-large>div.left-padding {
      padding-left: 0.3125rem
  }
  div.oevd-widget-profiler .table-layout-large>div.right-padding {
      padding-right: 0.3125rem
  }
}

div.oevd-widget-profiler [data-date-select] div label {
  margin-left: 0.5em
}

div.oevd-widget-profiler [data-date-select-30][data-selected-month="01"],
div.oevd-widget-profiler [data-date-select-30][data-selected-month="02"],
div.oevd-widget-profiler [data-date-select-30][data-selected-month="03"],
div.oevd-widget-profiler [data-date-select-30][data-selected-month="05"],
div.oevd-widget-profiler [data-date-select-30][data-selected-month="07"],
div.oevd-widget-profiler [data-date-select-30][data-selected-month="08"],
div.oevd-widget-profiler [data-date-select-30][data-selected-month="10"],
div.oevd-widget-profiler [data-date-select-30][data-selected-month="12"] {
  display: none
}

div.oevd-widget-profiler [data-date-select-28][data-selected-month="01"],
div.oevd-widget-profiler [data-date-select-28][data-selected-month="02"][data-is-leap-year],
div.oevd-widget-profiler [data-date-select-28][data-selected-month="03"],
div.oevd-widget-profiler [data-date-select-28][data-selected-month="04"],
div.oevd-widget-profiler [data-date-select-28][data-selected-month="05"],
div.oevd-widget-profiler [data-date-select-28][data-selected-month="06"],
div.oevd-widget-profiler [data-date-select-28][data-selected-month="07"],
div.oevd-widget-profiler [data-date-select-28][data-selected-month="08"],
div.oevd-widget-profiler [data-date-select-28][data-selected-month="09"],
div.oevd-widget-profiler [data-date-select-28][data-selected-month="10"],
div.oevd-widget-profiler [data-date-select-28][data-selected-month="11"],
div.oevd-widget-profiler [data-date-select-28][data-selected-month="12"] {
  display: none
}

div.oevd-widget-profiler [data-date-select-29][data-selected-month="01"],
div.oevd-widget-profiler [data-date-select-29][data-selected-month="02"]:not([data-is-leap-year]),
div.oevd-widget-profiler [data-date-select-29][data-selected-month="03"],
div.oevd-widget-profiler [data-date-select-29][data-selected-month="04"],
div.oevd-widget-profiler [data-date-select-29][data-selected-month="05"],
div.oevd-widget-profiler [data-date-select-29][data-selected-month="06"],
div.oevd-widget-profiler [data-date-select-29][data-selected-month="07"],
div.oevd-widget-profiler [data-date-select-29][data-selected-month="08"],
div.oevd-widget-profiler [data-date-select-29][data-selected-month="09"],
div.oevd-widget-profiler [data-date-select-29][data-selected-month="10"],
div.oevd-widget-profiler [data-date-select-29][data-selected-month="11"],
div.oevd-widget-profiler [data-date-select-29][data-selected-month="12"] {
  display: none
}

div.oevd-widget-profiler [data-date-select-31][data-selected-month="02"],
div.oevd-widget-profiler [data-date-select-31][data-selected-month="04"],
div.oevd-widget-profiler [data-date-select-31][data-selected-month="06"],
div.oevd-widget-profiler [data-date-select-31][data-selected-month="09"],
div.oevd-widget-profiler [data-date-select-31][data-selected-month="11"] {
  display: none
}

.svag-widget-schadenservice .schadenservice,
.svag-widget-schadenservice .teaser.boxen,
.sv-widget-category-selection .schadenservice,
.sv-widget-category-selection .teaser.boxen {
  *zoom: 1
}

.svag-widget-schadenservice .schadenservice:before,
.svag-widget-schadenservice .schadenservice:after,
.svag-widget-schadenservice .teaser.boxen:before,
.svag-widget-schadenservice .teaser.boxen:after,
.sv-widget-category-selection .schadenservice:before,
.sv-widget-category-selection .schadenservice:after,
.sv-widget-category-selection .teaser.boxen:before,
.sv-widget-category-selection .teaser.boxen:after {
  content: " ";
  display: table
}

.svag-widget-schadenservice .schadenservice:after,
.svag-widget-schadenservice .teaser.boxen:after,
.sv-widget-category-selection .schadenservice:after,
.sv-widget-category-selection .teaser.boxen:after {
  clear: both
}

.svag-widget-schadenservice .schadenservice img,
.svag-widget-schadenservice .teaser.boxen img,
.sv-widget-category-selection .schadenservice img,
.sv-widget-category-selection .teaser.boxen img {
  display: block;
  float: left;
  width: 60px;
  height: auto;
  margin-right: 15px
}

.svag-widget-schadenservice .schadenservice p,
.svag-widget-schadenservice .teaser.boxen p,
.sv-widget-category-selection .schadenservice p,
.sv-widget-category-selection .teaser.boxen p {
  float: left;
  width: 90%;
  width: calc(100% - 75px)
}

.svag-widget-schadenservice .schadenservice p span,
.svag-widget-schadenservice .teaser.boxen p span,
.sv-widget-category-selection .schadenservice p span,
.sv-widget-category-selection .teaser.boxen p span {
  display: block;
  font-size: 36px;
  margin-bottom: 15px
}

.svag-widget-schadenservice .sv-regular,
.sv-widget-category-selection .sv-regular {
  font-weight: 400;
  margin-bottom: 0
}

div.oevd-widget-schnelleinstieg .dropdown-wrapper a.button {
  display: block;
  text-align: left
}

div.oevd-widget-schnelleinstieg .dropdown-wrapper a.button:not(:last-child) {
  margin-bottom: 0.9375rem
}

div.oevd-widget-schnelleinstieg .f-dropdown {
  width: 93%;
  width: calc(100% - 30px);
  max-width: none
}

div.oevd-widget-schnelleinstieg ul>li:before {
  content: normal
}

.svag-widget-schutzbrief {
  position: relative
}

.svag-widget-schutzbrief .large-3 img {
  margin-top: -15px;
  margin-left: -15px
}

.svag-widget-schutzbrief .top-headline {
  margin-top: 15px
}

.svag-widget-schutzbrief img.icon {
  position: absolute;
  top: -40px;
  left: 50%;
  margin-left: -25px
}

.svag-widget-schutzbrief .preis-stoerer {
  margin-top: 30px;
  margin-bottom: 30px;
  height: 62px;
  border-radius: 31px;
  text-align: center;
  padding-top: 4px;
  background: linear-gradient(to bottom, #ff3232 0%, #ff0000 50%, #dd0700 100%)
}

.svag-widget-schutzbrief .preis-stoerer span {
  display: block;
  color: #fff;
  font-size: 14px
}

.svag-widget-schutzbrief .preis-stoerer span.preis {
  font-size: 22px
}

.svag-widget-schutzbrief a.gray:before {
  transform: rotate(180deg)
}

@media only screen and (max-width: 40em) {
  .svag-widget-schutzbrief .big-button {
      margin-bottom: 10px
  }
}

@media print {
  div.oevd-widget-socialmedialinks {
      display: none !important
  }
}

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

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

div.oevd-widget-socialmedialinks .shariff::after,
div.oevd-widget-socialmedialinks .shariff::before {
  content: " ";
  display: table
}

div.oevd-widget-socialmedialinks .shariff::after {
  clear: both
}

div.oevd-widget-socialmedialinks .shariff ul {
  padding: 0;
  margin: 0;
  list-style: none
}

div.oevd-widget-socialmedialinks .shariff li {
  height: 35px;
  box-sizing: border-box;
  overflow: hidden;
  margin-bottom: 5px
}

div.oevd-widget-socialmedialinks .shariff li a {
  color: #fff;
  position: relative;
  display: block;
  height: 35px;
  text-decoration: none;
  box-sizing: border-box
}

div.oevd-widget-socialmedialinks .shariff li .share_count,
div.oevd-widget-socialmedialinks .shariff li .share_text {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  vertical-align: middle;
  line-height: 35px
}

div.oevd-widget-socialmedialinks .shariff li .share_count:before,
div.oevd-widget-socialmedialinks .shariff li .share_text:before {
  content: normal
}

div.oevd-widget-socialmedialinks .shariff li .fa {
  width: 35px;
  line-height: 35px;
  text-align: center;
  vertical-align: middle
}

div.oevd-widget-socialmedialinks .shariff li .fa:before {
  display: inline-block
}

div.oevd-widget-socialmedialinks .shariff li .share_count {
  padding: 0 8px;
  height: 33px;
  position: absolute;
  top: 1px;
  right: 1px
}

div.oevd-widget-socialmedialinks .shariff .orientation-horizontal {
  display: -webkit-box
}

div.oevd-widget-socialmedialinks .shariff .orientation-horizontal li {
  -webkit-box-flex: 1
}

div.oevd-widget-socialmedialinks .shariff .orientation-horizontal .info {
  -webkit-box-flex: 0
}

div.oevd-widget-socialmedialinks .shariff .orientation-horizontal {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

div.oevd-widget-socialmedialinks .shariff .orientation-horizontal li {
  float: left;
  -ms-flex: none;
  flex: none;
  width: 35px;
  margin-right: 3%;
  margin-bottom: 10px
}

div.oevd-widget-socialmedialinks .shariff .orientation-horizontal li:last-child {
  margin-right: 0
}

div.oevd-widget-socialmedialinks .shariff .orientation-horizontal li .share_text {
  display: block;
  text-indent: -9999px;
  padding-left: 3px
}

div.oevd-widget-socialmedialinks .shariff .orientation-horizontal li .share_count {
  display: none
}

div.oevd-widget-socialmedialinks .shariff .theme-grey .shariff-button a {
  background-color: #b0b0b0
}

div.oevd-widget-socialmedialinks .shariff .theme-grey .shariff-button .share_count {
  background-color: #ccc;
  color: #333
}

div.oevd-widget-socialmedialinks .shariff .theme-white .shariff-button {
  border: 1px solid #ddd
}

div.oevd-widget-socialmedialinks .shariff .theme-white .shariff-button a {
  background-color: #fff
}

div.oevd-widget-socialmedialinks .shariff .theme-white .shariff-button a:hover {
  background-color: #eee
}

div.oevd-widget-socialmedialinks .shariff .theme-white .shariff-button .share_count {
  background-color: #fff;
  color: #999
}

div.oevd-widget-socialmedialinks .shariff .orientation-vertical {
  min-width: 110px
}

div.oevd-widget-socialmedialinks .shariff .orientation-vertical li {
  display: block;
  width: 100%;
  margin: 5px 0
}

div.oevd-widget-socialmedialinks .shariff .orientation-vertical li .share_count {
  width: 24px;
  text-align: right
}

@media only screen and (min-width: 360px) {
  div.oevd-widget-socialmedialinks .shariff .orientation-horizontal li {
      margin-right: 1.8%;
      min-width: 80px;
      width: auto;
      -ms-flex: 1 0 auto;
      flex: 1 0 auto
  }
  div.oevd-widget-socialmedialinks .shariff .orientation-horizontal li .share_count {
      display: block
  }
  div.oevd-widget-socialmedialinks .shariff .orientation-horizontal.col-1 li,
  div.oevd-widget-socialmedialinks .shariff .orientation-horizontal.col-2 li {
      min-width: 110px;
      max-width: 160px
  }
  div.oevd-widget-socialmedialinks .shariff .orientation-horizontal.col-1 li .share_text,
  div.oevd-widget-socialmedialinks .shariff .orientation-horizontal.col-2 li .share_text {
      text-indent: 0;
      display: inline
  }
  div.oevd-widget-socialmedialinks .shariff .orientation-horizontal.col-5 li,
  div.oevd-widget-socialmedialinks .shariff .orientation-horizontal.col-6 li {
      -ms-flex: none;
      flex: none
  }
}

@media only screen and (min-width: 640px) {
  div.oevd-widget-socialmedialinks .shariff .orientation-horizontal.col-3 li {
      max-width: 160px
  }
  div.oevd-widget-socialmedialinks .shariff .orientation-horizontal.col-3 li .share_text {
      text-indent: 0;
      display: inline
  }
}

@media only screen and (min-width: 768px) {
  div.oevd-widget-socialmedialinks .shariff .orientation-horizontal li {
      max-width: 160px
  }
  div.oevd-widget-socialmedialinks .shariff .orientation-horizontal li .share_text {
      text-indent: 0;
      display: inline
  }
  div.oevd-widget-socialmedialinks .shariff .orientation-horizontal.col-5 li,
  div.oevd-widget-socialmedialinks .shariff .orientation-horizontal.col-6 li {
      -ms-flex: 1 0 auto;
      flex: 1 0 auto
  }
}

@media only screen and (min-width: 1024px) {
  div.oevd-widget-socialmedialinks .shariff li {
      height: 30px;
      margin-bottom: 5px
  }
  div.oevd-widget-socialmedialinks .shariff li a {
      height: 30px
  }
  div.oevd-widget-socialmedialinks .shariff li .fa {
      width: 30px;
      line-height: 30px
  }
  div.oevd-widget-socialmedialinks .shariff li .share_count,
  div.oevd-widget-socialmedialinks .shariff li .share_text {
      line-height: 30px
  }
  div.oevd-widget-socialmedialinks .shariff li .share_count {
      height: 28px
  }
}

div.oevd-widget-socialmedialinks .shariff .addthis a {
  background-color: #f8694d
}

div.oevd-widget-socialmedialinks .shariff .addthis a:hover {
  background-color: #f75b44
}

div.oevd-widget-socialmedialinks .shariff .addthis .fa-plus {
  font-size: 14px
}

div.oevd-widget-socialmedialinks .shariff .addthis .share_count {
  color: #f8694d;
  background-color: #f1b8b0
}

div.oevd-widget-socialmedialinks .shariff .theme-white .addthis a {
  color: #f8694d
}

@media only screen and (min-width: 600px) {
  div.oevd-widget-socialmedialinks .shariff .addthis .fa-plus {
      font-size: 14px;
      position: relative;
      top: 1px
  }
}

div.oevd-widget-socialmedialinks .shariff .diaspora a {
  background-color: #999
}

div.oevd-widget-socialmedialinks .shariff .diaspora a:hover {
  background-color: #b3b3b3
}

div.oevd-widget-socialmedialinks .shariff .diaspora .fa-times-circle {
  font-size: 17px
}

div.oevd-widget-socialmedialinks .shariff .theme-white .diaspora a {
  color: #999
}

@media only screen and (min-width: 600px) {
  div.oevd-widget-socialmedialinks .shariff .diaspora .fa-times-circle {
      font-size: 16px
  }
}

div.oevd-widget-socialmedialinks .shariff .facebook a {
  background-color: #3b5998
}

div.oevd-widget-socialmedialinks .shariff .facebook a:hover {
  background-color: #4273c8
}

div.oevd-widget-socialmedialinks .shariff .facebook .fa-facebook {
  font-size: 22px
}

div.oevd-widget-socialmedialinks .shariff .facebook .share_count {
  color: #183a75;
  background-color: #99adcf
}

div.oevd-widget-socialmedialinks .shariff .theme-white .facebook a {
  color: #3b5998
}

@media only screen and (min-width: 600px) {
  div.oevd-widget-socialmedialinks .shariff .facebook .fa-facebook {
      font-size: 19px
  }
}

div.oevd-widget-socialmedialinks .shariff .flattr a {
  background-color: #7ea352
}

div.oevd-widget-socialmedialinks .shariff .flattr a:hover {
  background-color: #F67C1A
}

div.oevd-widget-socialmedialinks .shariff .flattr a:hover .share_count {
  color: #d56308;
  background-color: #fab47c
}

div.oevd-widget-socialmedialinks .shariff .flattr .fa-money {
  font-size: 22px
}

div.oevd-widget-socialmedialinks .shariff .flattr .share_count {
  color: #648141;
  background-color: #b0c893
}

div.oevd-widget-socialmedialinks .shariff .theme-white .flattr a {
  color: #F67C1A
}

@media only screen and (min-width: 600px) {
  div.oevd-widget-socialmedialinks .shariff .flattr .fa-money {
      font-size: 19px
  }
}

div.oevd-widget-socialmedialinks .shariff .googleplus a {
  background-color: #d34836
}

div.oevd-widget-socialmedialinks .shariff .googleplus a:hover {
  background-color: #f75b44
}

div.oevd-widget-socialmedialinks .shariff .googleplus .fa-google-plus {
  font-size: 22px
}

div.oevd-widget-socialmedialinks .shariff .googleplus .share_count {
  color: #a31601;
  background-color: #eda79d
}

div.oevd-widget-socialmedialinks .shariff .theme-white .googleplus a {
  color: #d34836
}

@media only screen and (min-width: 600px) {
  div.oevd-widget-socialmedialinks .shariff .googleplus .fa-google-plus {
      font-size: 19px
  }
}

div.oevd-widget-socialmedialinks .shariff .info {
  border: 1px solid #ccc
}

div.oevd-widget-socialmedialinks .shariff .info a {
  color: #666;
  background-color: #fff
}

div.oevd-widget-socialmedialinks .shariff .info a:hover {
  background-color: #efefef
}

div.oevd-widget-socialmedialinks .shariff .info .fa-info {
  font-size: 20px;
  width: 33px
}

div.oevd-widget-socialmedialinks .shariff .info .share_text {
  display: block !important;
  text-indent: -9999px !important
}

div.oevd-widget-socialmedialinks .shariff .theme-grey .info a {
  background-color: #fff
}

div.oevd-widget-socialmedialinks .shariff .theme-grey .info a:hover {
  background-color: #efefef
}

div.oevd-widget-socialmedialinks .shariff .orientation-vertical .info {
  width: 35px;
  float: right
}

@media only screen and (min-width: 360px) {
  div.oevd-widget-socialmedialinks .shariff .orientation-horizontal .info {
      -ms-flex: none !important;
      flex: none !important;
      width: 35px;
      min-width: 35px !important
  }
}

@media only screen and (min-width: 1024px) {
  div.oevd-widget-socialmedialinks .shariff .info .fa-info {
      font-size: 16px;
      width: 23px
  }
  div.oevd-widget-socialmedialinks .shariff .orientation-horizontal .info {
      width: 25px;
      min-width: 25px !important
  }
  div.oevd-widget-socialmedialinks .shariff .orientation-vertical .info {
      width: 25px
  }
}

div.oevd-widget-socialmedialinks .shariff .linkedin a {
  background-color: #0077b5
}

div.oevd-widget-socialmedialinks .shariff .linkedin a:hover {
  background-color: #0369a0
}

div.oevd-widget-socialmedialinks .shariff .linkedin .fa-linkedin {
  font-size: 22px
}

div.oevd-widget-socialmedialinks .shariff .linkedin .share_count {
  color: #004785;
  background-color: #33AAE8
}

div.oevd-widget-socialmedialinks .shariff .theme-white .linkedin a {
  color: #0077b5
}

@media only screen and (min-width: 600px) {
  div.oevd-widget-socialmedialinks .shariff .linkedin .fa-linkedin {
      font-size: 19px
  }
}

div.oevd-widget-socialmedialinks .shariff .mail a {
  background-color: #999
}

div.oevd-widget-socialmedialinks .shariff .mail a:hover {
  background-color: #a8a8a8
}

div.oevd-widget-socialmedialinks .shariff .mail .fa-envelope {
  font-size: 21px
}

div.oevd-widget-socialmedialinks .shariff .theme-white .mail a {
  color: #999
}

@media only screen and (min-width: 600px) {
  div.oevd-widget-socialmedialinks .shariff .mail .fa-envelope {
      font-size: 18px
  }
}

div.oevd-widget-socialmedialinks .shariff .pinterest a {
  background-color: #bd081c
}

div.oevd-widget-socialmedialinks .shariff .pinterest a:hover {
  background-color: #d50920
}

div.oevd-widget-socialmedialinks .shariff .pinterest .fa-pinterest-p {
  font-size: 22px
}

div.oevd-widget-socialmedialinks .shariff .pinterest .share_count {
  color: #a31601;
  background-color: #eda79d
}

div.oevd-widget-socialmedialinks .shariff .theme-white .pinterest a {
  color: #bd081c
}

@media only screen and (min-width: 600px) {
  div.oevd-widget-socialmedialinks .shariff .pinterest .fa-pinterest-p {
      font-size: 19px;
      position: relative;
      top: 1px
  }
}

div.oevd-widget-socialmedialinks .shariff .reddit a {
  background-color: #ff4500
}

div.oevd-widget-socialmedialinks .shariff .reddit a:hover {
  background-color: #ff6a33
}

div.oevd-widget-socialmedialinks .shariff .reddit .fa-reddit {
  font-size: 17px
}

div.oevd-widget-socialmedialinks .shariff .theme-white .reddit a {
  color: #ff4500
}

@media only screen and (min-width: 600px) {
  div.oevd-widget-socialmedialinks .shariff .reddit .fa-reddit {
      font-size: 16px
  }
}

div.oevd-widget-socialmedialinks .shariff .stumbleupon a {
  background-color: #eb4924
}

div.oevd-widget-socialmedialinks .shariff .stumbleupon a:hover {
  background-color: #ef7053
}

div.oevd-widget-socialmedialinks .shariff .stumbleupon .fa-stumbleupon {
  font-size: 17px
}

div.oevd-widget-socialmedialinks .shariff .theme-white .stumbleupon a {
  color: #eb4924
}

@media only screen and (min-width: 600px) {
  div.oevd-widget-socialmedialinks .shariff .stumbleupon .fa-stumbleupon {
      font-size: 16px
  }
}

div.oevd-widget-socialmedialinks .shariff .twitter a {
  background-color: #55acee
}

div.oevd-widget-socialmedialinks .shariff .twitter a:hover {
  background-color: #32bbf5
}

div.oevd-widget-socialmedialinks .shariff .twitter .fa-twitter {
  font-size: 28px
}

div.oevd-widget-socialmedialinks .shariff .twitter .share_count {
  color: #0174a4;
  background-color: #96D4EE
}

div.oevd-widget-socialmedialinks .shariff .theme-white .twitter a {
  color: #55acee
}

@media only screen and (min-width: 600px) {
  div.oevd-widget-socialmedialinks .shariff .twitter .fa-twitter {
      font-size: 24px
  }
}

div.oevd-widget-socialmedialinks .shariff .whatsapp a {
  background-color: #5cbe4a
}

div.oevd-widget-socialmedialinks .shariff .whatsapp a:hover {
  background-color: #34af23
}

div.oevd-widget-socialmedialinks .shariff .whatsapp .fa-whatsapp {
  font-size: 28px
}

div.oevd-widget-socialmedialinks .shariff .theme-white .whatsapp a {
  color: #5cbe4a
}

@media only screen and (min-width: 600px) {
  div.oevd-widget-socialmedialinks .shariff .whatsapp .fa-whatsapp {
      font-size: 22px
  }
}

div.oevd-widget-socialmedialinks .shariff .xing a {
  background-color: #126567
}

div.oevd-widget-socialmedialinks .shariff .xing a:hover {
  background-color: #29888a
}

div.oevd-widget-socialmedialinks .shariff .xing .fa-xing {
  font-size: 22px
}

div.oevd-widget-socialmedialinks .shariff .xing .share_count {
  color: #15686a;
  background-color: #4fa5a7
}

div.oevd-widget-socialmedialinks .shariff .theme-white .xing a {
  color: #126567
}

@media only screen and (min-width: 600px) {
  div.oevd-widget-socialmedialinks .shariff .xing .fa-xing {
      font-size: 19px
  }
}

div.oevd-widget-socialmedialinks .shariff .tumblr a {
  background-color: #36465D
}

div.oevd-widget-socialmedialinks .shariff .tumblr a:hover {
  background-color: #44546B
}

div.oevd-widget-socialmedialinks .shariff .tumblr .fa-tumblr {
  font-size: 28px
}

div.oevd-widget-socialmedialinks .shariff .theme-white .tumblr a {
  color: #5cbe4a
}

@media only screen and (min-width: 600px) {
  div.oevd-widget-socialmedialinks .shariff .tumblr .fa-tumblr {
      font-size: 22px
  }
}

div.oevd-widget-socialmedialinks .shariff .threema a {
  background-color: #333
}

div.oevd-widget-socialmedialinks .shariff .threema a:hover {
  background-color: #1f1f1f
}

div.oevd-widget-socialmedialinks .shariff .threema .fa-lock {
  font-size: 28px
}

div.oevd-widget-socialmedialinks .shariff .theme-white .threema a {
  color: #333
}

@media only screen and (min-width: 600px) {
  div.oevd-widget-socialmedialinks .shariff .threema .fa-lock {
      font-size: 22px
  }
}

div.oevd-widget-socialmedialinks .shariff .weibo a {
  background-color: #F56770
}

div.oevd-widget-socialmedialinks .shariff .weibo a:hover {
  background-color: #FA7F8A
}

div.oevd-widget-socialmedialinks .shariff .weibo .fa-weibo {
  font-size: 28px
}

div.oevd-widget-socialmedialinks .shariff .weibo .share_count {
  color: #0174a4;
  background-color: #F56770
}

div.oevd-widget-socialmedialinks .shariff .theme-white .weibo a {
  color: #F56770
}

@media only screen and (min-width: 600px) {
  div.oevd-widget-socialmedialinks .shariff .weibo .fa-weibo {
      font-size: 24px
  }
}

div.oevd-widget-socialmedialinks .shariff .tencent-weibo a {
  background-color: #26ACE0
}

div.oevd-widget-socialmedialinks .shariff .tencent-weibo a:hover {
  background-color: #38BBEB
}

div.oevd-widget-socialmedialinks .shariff .tencent-weibo .fa-tencent-weibo {
  font-size: 28px
}

div.oevd-widget-socialmedialinks .shariff .tencent-weibo .share_count {
  color: #0174a4;
  background-color: #26ACE0
}

div.oevd-widget-socialmedialinks .shariff .theme-white .tencent-weibo a {
  color: #26ACE0
}

@media only screen and (min-width: 600px) {
  div.oevd-widget-socialmedialinks .shariff .tencent-weibo .fa-tencent-weibo {
      font-size: 24px
  }
}

div.oevd-widget-socialmedialinks .shariff .qzone a {
  background-color: #2B82D9
}

div.oevd-widget-socialmedialinks .shariff .qzone a:hover {
  background-color: #398FE6
}

div.oevd-widget-socialmedialinks .shariff .qzone .fa-qq {
  font-size: 28px
}

div.oevd-widget-socialmedialinks .shariff .qzone .share_count {
  color: #0174a4;
  background-color: #2B82D9
}

div.oevd-widget-socialmedialinks .shariff .theme-white .qzone a {
  color: #2B82D9
}

@media only screen and (min-width: 600px) {
  div.oevd-widget-socialmedialinks .shariff .qzone .fa-qq {
      font-size: 24px
  }
}

div.oevd-widget-suchergebnis .panel {
  padding: 15px;
  background: #e9e9e9;
  margin-bottom: 15px
}

div.oevd-widget-suchergebnis .panel div.row.collapse>div.medium-2.text-right {
  float: right;
  text-align: right
}

div.oevd-widget-suchergebnis .panel div.row.collapse>div.medium-2.text-right>button {
  display: inline-block
}

div.oevd-widget-suchergebnis .panel .contentsuche-result-count {
  padding-top: 15px
}

@media only screen and (min-width: 40.063em) {
  div.oevd-widget-suchergebnis .panel .contentsuche-result-count {
      text-align: right;
      padding-top: 23px
  }
}

div.oevd-widget-suchergebnis .panel .contentsuche-criteria-toggle {
  padding-top: 15px;
  padding-bottom: 15px
}

@media only screen and (min-width: 40.063em) {
  div.oevd-widget-suchergebnis .panel .contentsuche-criteria-toggle {
      padding-top: 23px;
      padding-bottom: 0
  }
}

div.oevd-widget-suchergebnis .panel .contentsuche-criteria-toggle>a:before {
  margin-right: 5px;
  font-size: 14px;
  color: red
}

@media only screen and (min-width: 40.063em) {
  div.oevd-widget-suchergebnis .panel .contentsuche-criteria-toggle>a {
      text-align: right
  }
}

div.oevd-widget-suchergebnis .panel .contentsuche-criteria-toggle>a.arrow-down:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: sv_icons
}

div.oevd-widget-suchergebnis .panel .contentsuche-criteria-toggle>a.arrow-up:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: sv_icons
}

div.oevd-widget-suchergebnis .results a.h3 {
  display: block
}

div.oevd-widget-suchergebnis .results p {
  margin-bottom: 0.9375rem !important
}

div.oevd-widget-suchergebnis .results .contentsuche-result-link a.arrow {
  border-bottom: 1px solid #999;
  padding-bottom: 20px;
  width: 100%
}

div.oevd-widget-suchergebnis .results>div {
  margin: 10px 0 15px 0;
  padding-top: 5px
}

div.oevd-widget-suchergebnis .results>div:hover {
  background-color: #f6f6f6
}

.svag-widget-pinterest-navigation [id^="block-"] {
  position: relative;
  margin-left: -15px;
  margin-right: -15px
}

.svag-widget-pinterest-navigation [id^="block-"] i[class*="icon-"] {
  margin-right: 5px
}

.svag-widget-pinterest-navigation [id^="block-"] i[class*="icon-"]:before {
  color: red;
  font-size: 24px
}

.sticky-navigation.sticky-response-bar {
  position: absolute;
  right: 0;
  top: 240px;
  z-index: 200;
  width: 100%
}

.sticky-navigation.sticky-response-bar .sticky-betreuer_0 input,
.sticky-navigation.sticky-response-bar .sticky-schaden_2 p:last-child,
.sticky-navigation.sticky-response-bar .sticky-textcta_3 p:last-child {
  margin-bottom: 0
}

@media only screen and (max-width: 64em) {
  .sticky-navigation.sticky-response-bar .sticky-betreuer_0 input,
  .sticky-navigation.sticky-response-bar .sticky-schaden_2 p:last-child,
  .sticky-navigation.sticky-response-bar .sticky-textcta_3 p:last-child {
      margin-bottom: 0.9375rem
  }
}

.sticky-navigation.sticky-response-bar .sticky-icons {
  position: fixed;
  right: 0
}

.sticky-navigation.sticky-response-bar [class*=icon-]:before {
  color: red
}

.sticky-navigation.sticky-response-bar p.headline {
  margin-bottom: 15px;
  padding-right: 30px
}

.sticky-navigation.sticky-response-bar p.headline[class*=icon-]:before {
  font-size: 1.5rem;
  padding-right: 5px;
  color: #4d4d4d
}

.sticky-navigation.sticky-response-bar a[href^="mailto"] {
  word-break: break-all
}

.sticky-navigation.sticky-response-bar .sticky-schaden_2 .radio {
  margin-top: 10px
}

.sticky-navigation.sticky-response-bar .sticky-schaden_2 button {
  float: right
}

.sticky-navigation.sticky-response-bar .close-sticky-content {
  position: absolute;
  right: 15px
}

.sticky-navigation.sticky-response-bar .close-sticky-content:before {
  font-size: 18px;
  color: #4d4d4d
}

.sticky-navigation.sticky-response-bar .close-sticky-content:hover:before,
.sticky-navigation.sticky-response-bar .close-sticky-content:active:before,
.sticky-navigation.sticky-response-bar .close-sticky-content:focus:before {
  cursor: pointer;
  color: #ff4a4a
}

.sticky-navigation.sticky-response-bar>.sticky-content>div {
  display: none;
  padding: 15px;
  width: 520px;
  z-index: 199;
  background: #fff;
  border: 1px solid #e9e9e9;
  position: fixed;
  right: 94px
}

@media only screen and (min-width: 40.063em) {
  .sticky-navigation.sticky-response-bar>.sticky-content>div button {
      font-size: 14px;
      padding: 11px 15px 11px 31px
  }
  .sticky-navigation.sticky-response-bar>.sticky-content>div button:before {
      font-size: inherit;
      left: 0.625rem
  }
}

.sticky-navigation.sticky-response-bar>.sticky-content>div button.advisor-geolocation {
  position: absolute;
  width: 40px;
  height: 40px;
  padding: 4px;
  font-size: inherit
}

.sticky-navigation.sticky-response-bar>.sticky-content>div button.advisor-geolocation:before {
  content: normal
}

.sticky-navigation.sticky-response-bar>.sticky-content>div button.advisor-geolocation i:before {
  font-size: 24px;
  margin-right: 0;
  padding-left: 3px
}

.sticky-navigation.sticky-response-bar>.sticky-content>div button.advisor-geolocation+input {
  padding-left: 50px
}

.sticky-navigation.sticky-response-bar>.sticky-content>div button.advisor-deleteinput {
  position: absolute;
  padding: 0 !important;
  right: 10px;
  top: 0;
  background-color: transparent;
  width: auto
}

.sticky-navigation.sticky-response-bar>.sticky-content>div button.advisor-deleteinput:before {
  content: ""
}

@media only screen and (max-width: 40em) {
  .sticky-navigation.sticky-response-bar>.sticky-content>div button.advisor-deleteinput {
      right: 0
  }
}

.sticky-navigation.sticky-response-bar>.sticky-content>div button.advisor-deleteinput:before {
  position: static;
  text-align: center;
  line-height: 40px;
  font-size: 14px;
  width: 40px;
  display: block
}

.sticky-navigation.sticky-response-bar>.sticky-content>div button.advisor-deleteinput>i {
  display: none
}

.sticky-navigation.sticky-response-bar>.sticky-content>div button.advisor-deleteinput:before {
  color: red
}

.sticky-navigation.sticky-response-bar>.sticky-content>div button.advisor-deleteinput:before:hover {
  color: rgba(255, 0, 0, 0.8)
}

.sticky-navigation.sticky-response-bar>.sticky-content>div input[data-name=berater] {
  padding-right: 30px
}

@media only screen and (max-width: 64em) {
  .sticky-navigation.sticky-response-bar>.sticky-content>div {
      right: auto;
      position: relative;
      margin: 0 auto
  }
}

@media only screen and (max-width: 40em) {
  .sticky-navigation.sticky-response-bar>.sticky-content>div {
      max-width: 520px;
      width: 90%
  }
  .sticky-navigation.sticky-response-bar .radio label {
      margin-right: 0;
      width: 100%
  }
  .sticky-navigation.sticky-response-bar .radio label:first-of-type {
      margin-bottom: 30px
  }
}

.sticky-navigation.sticky-response-bar ul:not(.advisor-dropdown) li>a {
  display: block;
  text-align: center;
  padding: 6px;
  background-color: #fff;
  border: 1px solid #e9e9e9;
  border-bottom-width: 0;
  border-right-width: 0;
  font-size: 0.6875rem;
  line-height: 1.4;
  width: 95px;
  position: relative;
  z-index: 200
}

.sticky-navigation.sticky-response-bar ul:not(.advisor-dropdown) li>a i {
  display: block;
  padding-bottom: 4px
}

.sticky-navigation.sticky-response-bar ul:not(.advisor-dropdown) li>a:hover,
.sticky-navigation.sticky-response-bar ul:not(.advisor-dropdown) li>a:active,
.sticky-navigation.sticky-response-bar ul:not(.advisor-dropdown) li>a:focus {
  text-decoration: none
}

.sticky-navigation.sticky-response-bar ul:not(.advisor-dropdown) li>a:hover i:before,
.sticky-navigation.sticky-response-bar ul:not(.advisor-dropdown) li>a:active i:before,
.sticky-navigation.sticky-response-bar ul:not(.advisor-dropdown) li>a:focus i:before {
  text-decoration: none
}

.sticky-navigation.sticky-response-bar ul:not(.advisor-dropdown) li>a i.icon-sv {
  padding-bottom: 0
}

.sticky-navigation.sticky-response-bar ul:not(.advisor-dropdown) li>a i.icon-sv:before {
  font-size: 46px;
  line-height: 30px
}

.sticky-navigation.sticky-response-bar ul:not(.advisor-dropdown) li>a .icon-facebook:before {
  color: #3d5a96
}

.sticky-navigation.sticky-response-bar ul:not(.advisor-dropdown) li>a:hover,
.sticky-navigation.sticky-response-bar ul:not(.advisor-dropdown) li>a:active,
.sticky-navigation.sticky-response-bar ul:not(.advisor-dropdown) li>a:focus,
.sticky-navigation.sticky-response-bar ul:not(.advisor-dropdown) li>a.active {
  background-color: red;
  color: #fff
}

.sticky-navigation.sticky-response-bar ul:not(.advisor-dropdown) li>a:hover i:before,
.sticky-navigation.sticky-response-bar ul:not(.advisor-dropdown) li>a:active i:before,
.sticky-navigation.sticky-response-bar ul:not(.advisor-dropdown) li>a:focus i:before,
.sticky-navigation.sticky-response-bar ul:not(.advisor-dropdown) li>a.active i:before {
  color: #fff
}

.sticky-navigation.sticky-response-bar ul:not(.advisor-dropdown) li:last-child>a {
  border-bottom-width: 1px
}

.sticky-navigation.sticky-response-bar .srb-betreuersuche .svag-adkanalauswahl {
  padding-top: 5px
}

.sticky-navigation.sticky-response-bar .kanal-typen {
  margin-top: 15px
}

.sticky-navigation.sticky-response-bar .kanal-typen input[type="checkbox"]+label {
  padding-bottom: 10px
}

@media only screen and (min-width: 40.063em) {
  .sticky-navigation.sticky-response-bar .kanal-typen[style*="display: none"] ~ div.advisor-list ul.advisor-results {
      max-height: 600px
  }
}

.sticky-navigation.sticky-response-bar .kanal-typen>div {
  position: relative
}

.sticky-navigation.sticky-response-bar .kanal-typen>div span.help {
  position: absolute;
  border: 0;
  top: 1.0625rem;
  right: 0
}

@media only screen and (max-width: 40em) {
  .sticky-navigation.sticky-response-bar .kanal-typen>div span.help {
      margin-right: -65%
  }
}

.sticky-navigation.sticky-response-bar .kanal-typen>div span.help:before {
  background: url("../img/icons/icn_fragezeichen_kreis.svg") no-repeat;
  display: block;
  content: " ";
  width: 1.75rem;
  height: 1.75rem
}

.sticky-navigation.sticky-response-bar .kanal-typen>div span.help:nth-child(2) {
  right: 2.5rem
}

.sticky-navigation.sticky-response-bar .kanal-typen>div span.help:nth-child(2):before {
  left: -15px
}

div.sv-stage-exclusive div.logged-in-message {
  padding-bottom: 15px
}

@media only screen and (max-width: 40em) {
  div.sv-stage-exclusive div.logged-in-actions .columns:first-child {
      padding-bottom: 15px
  }
}

@media only screen and (min-width: 40.063em) {
  div.sv-stage-exclusive div.logged-in-actions .columns:first-child {
      padding-right: 15px
  }
  div.sv-stage-exclusive div.logged-in-actions .columns:last-child {
      padding-left: 15px
  }
}

div.sv-stage-exclusive div.logged-in-actions .columns {
  padding-left: 0;
  padding-right: 0
}

div.sv-stage-exclusive div.slide-button-bar {
  color: #fff
}

div.sv-stage-exclusive div.slide-button-bar input[type=password] {
  margin-bottom: 0
}

div.sv-stage-exclusive div.slide-button-bar div.normal-links a,
div.sv-stage-exclusive div.slide-button-bar div.password-links a {
  color: #fff;
  font-size: 12px
}

div.sv-stage-exclusive div.slide-button-bar div.normal-links a:hover,
div.sv-stage-exclusive div.slide-button-bar div.password-links a:hover,
div.sv-stage-exclusive div.slide-button-bar div.normal-links a:active,
div.sv-stage-exclusive div.slide-button-bar div.password-links a:active,
div.sv-stage-exclusive div.slide-button-bar div.normal-links a:focus,
div.sv-stage-exclusive div.slide-button-bar div.password-links a:focus {
  text-decoration: underline
}

div.sv-stage-exclusive div.slide-button-bar div.password-links a {
  font-size: 14px
}

div.sv-stage-exclusive div.slide-button-bar a {
  color: #fff
}

div.sv-stage-exclusive div.slide-button-bar a:hover,
div.sv-stage-exclusive div.slide-button-bar a:active,
div.sv-stage-exclusive div.slide-button-bar a:focus {
  text-decoration: underline
}

@media only screen and (min-width: 40.063em) {
  div.sv-stage-exclusive div.slide-button-bar .button.profile {
      width: 100%
  }
}

div.sv-stage-exclusive form.stage-form>div.row {
  margin: 0 -0.9375rem
}

div.sv-stage-exclusive form.stage-form>div.row input {
  border-color: #fff
}

div.sv-stage-exclusive form.stage-form>div.row>div.columns {
  padding-bottom: 15px
}

div.sv-stage-exclusive form.stage-form>div.row:last-child>div.columns {
  padding-bottom: 0
}

.oevd-widget-switchteaser ul {
  margin-bottom: 0
}

.oevd-widget-switchteaser ul li {
  padding-left: 0
}

.oevd-widget-switchteaser ul li *:last-child:not(h3) {
  margin-bottom: 0
}

.oevd-widget-switchteaser h3 {
  position: relative
}

.oevd-widget-switchteaser .pager {
  font-size: 0.875rem;
  color: gray;
  float: right;
  font-weight: normal;
  top: -40px;
  position: absolute;
  right: 5px
}

.oevd-widget-switchteaser a:hover h3,
.oevd-widget-switchteaser a:active h3,
.oevd-widget-switchteaser a:focus h3 {
  color: red;
  cursor: pointer
}

.oevd-widget-switchteaser .orbit-container div.image {
  padding: 0
}

.oevd-widget-switchteaser .orbit-container div.image ~ a,
.oevd-widget-switchteaser .orbit-container div.image ~ p,
.oevd-widget-switchteaser .orbit-container div.image ~ h3 {
  padding: 0
}

.oevd-widget-switchteaser .orbit-container div.image ~ a.arrow,
.oevd-widget-switchteaser .orbit-container div.image ~ p.arrow,
.oevd-widget-switchteaser .orbit-container div.image ~ h3.arrow {
  padding-left: 23px
}

.oevd-widget-switchteaser .orbit-container div.image ~ a.arrow:before,
.oevd-widget-switchteaser .orbit-container div.image ~ p.arrow:before,
.oevd-widget-switchteaser .orbit-container div.image ~ h3.arrow:before {
  left: 0px
}

.oevd-widget-switchteaser .orbit-container .orbit-button {
  position: absolute;
  top: 40%;
  left: 0
}

.oevd-widget-switchteaser .orbit-container .orbit-button.next-orbit {
  right: 0;
  left: auto
}

.oevd-widget-switchteaser .orbit-container .orbit-button[class$="-orbit"] {
  position: absolute;
  top: 40%;
  display: block;
  padding: 10px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 3px
}

.oevd-widget-switchteaser .orbit-container .orbit-button[class$="-orbit"]:hover,
.oevd-widget-switchteaser .orbit-container .orbit-button[class$="-orbit"]:active,
.oevd-widget-switchteaser .orbit-container .orbit-button[class$="-orbit"]:focus {
  background: #fff;
  cursor: pointer
}

.oevd-widget-switchteaser .orbit-container .orbit-button[class$="-orbit"]:hover i:before,
.oevd-widget-switchteaser .orbit-container .orbit-button[class$="-orbit"]:active i:before,
.oevd-widget-switchteaser .orbit-container .orbit-button[class$="-orbit"]:focus i:before {
  color: red
}

.oevd-widget-switchteaser .highlight div.image,
.oevd-widget-switchteaser.strong-highlight div.image {
  padding: 0
}

.oevd-widget-switchteaser .highlight div.image ~ a,
.oevd-widget-switchteaser .highlight div.image ~ p,
.oevd-widget-switchteaser .highlight div.image ~ h3,
.oevd-widget-switchteaser.strong-highlight div.image ~ a,
.oevd-widget-switchteaser.strong-highlight div.image ~ p,
.oevd-widget-switchteaser.strong-highlight div.image ~ h3 {
  display: block
}

.oevd-widget-switchteaser .highlight div.image ~ a.arrow,
.oevd-widget-switchteaser .highlight div.image ~ p.arrow,
.oevd-widget-switchteaser .highlight div.image ~ h3.arrow,
.oevd-widget-switchteaser.strong-highlight div.image ~ a.arrow,
.oevd-widget-switchteaser.strong-highlight div.image ~ p.arrow,
.oevd-widget-switchteaser.strong-highlight div.image ~ h3.arrow {
  padding-left: 23px
}

.oevd-widget-switchteaser .highlight div.image ~ a.arrow:before,
.oevd-widget-switchteaser .highlight div.image ~ p.arrow:before,
.oevd-widget-switchteaser .highlight div.image ~ h3.arrow:before,
.oevd-widget-switchteaser.strong-highlight div.image ~ a.arrow:before,
.oevd-widget-switchteaser.strong-highlight div.image ~ p.arrow:before,
.oevd-widget-switchteaser.strong-highlight div.image ~ h3.arrow:before {
  left: 0
}

.oevd-widget-switchteaser .highlight .orbit-container,
.oevd-widget-switchteaser.strong-highlight .orbit-container {
  margin: 0 -15px;
  width: auto
}

.oevd-widget-switchteaser .highlight .orbit-container li,
.oevd-widget-switchteaser.strong-highlight .orbit-container li {
  margin-left: -15px;
  margin-right: -15px
}

.oevd-widget-switchteaser .highlight .orbit-container div.image,
.oevd-widget-switchteaser.strong-highlight .orbit-container div.image {
  padding: 0 15px
}

.oevd-widget-switchteaser .highlight .orbit-container div.image .orbit-button,
.oevd-widget-switchteaser.strong-highlight .orbit-container div.image .orbit-button {
  left: 15px
}

.oevd-widget-switchteaser .highlight .orbit-container div.image .orbit-button.next-orbit,
.oevd-widget-switchteaser.strong-highlight .orbit-container div.image .orbit-button.next-orbit {
  right: 15px;
  left: auto
}

.oevd-widget-switchteaser .highlight .orbit-container div.image .orbit-button i:before,
.oevd-widget-switchteaser.strong-highlight .orbit-container div.image .orbit-button i:before {
  color: #4d4d4d !important
}

.oevd-widget-switchteaser .highlight .orbit-container div.image .orbit-button:hover i:before,
.oevd-widget-switchteaser .highlight .orbit-container div.image .orbit-button:active i:before,
.oevd-widget-switchteaser .highlight .orbit-container div.image .orbit-button:focus i:before,
.oevd-widget-switchteaser.strong-highlight .orbit-container div.image .orbit-button:hover i:before,
.oevd-widget-switchteaser.strong-highlight .orbit-container div.image .orbit-button:active i:before,
.oevd-widget-switchteaser.strong-highlight .orbit-container div.image .orbit-button:focus i:before {
  color: red !important
}

.oevd-widget-switchteaser .highlight .orbit-container div.image ~ a,
.oevd-widget-switchteaser .highlight .orbit-container div.image ~ p,
.oevd-widget-switchteaser .highlight .orbit-container div.image ~ h3,
.oevd-widget-switchteaser.strong-highlight .orbit-container div.image ~ a,
.oevd-widget-switchteaser.strong-highlight .orbit-container div.image ~ p,
.oevd-widget-switchteaser.strong-highlight .orbit-container div.image ~ h3 {
  display: block;
  padding: 0 15px
}

.oevd-widget-switchteaser .highlight .orbit-container div.image ~ a.arrow,
.oevd-widget-switchteaser .highlight .orbit-container div.image ~ p.arrow,
.oevd-widget-switchteaser .highlight .orbit-container div.image ~ h3.arrow,
.oevd-widget-switchteaser.strong-highlight .orbit-container div.image ~ a.arrow,
.oevd-widget-switchteaser.strong-highlight .orbit-container div.image ~ p.arrow,
.oevd-widget-switchteaser.strong-highlight .orbit-container div.image ~ h3.arrow {
  padding-left: 38px
}

.oevd-widget-switchteaser .highlight .orbit-container div.image ~ a.arrow:before,
.oevd-widget-switchteaser .highlight .orbit-container div.image ~ p.arrow:before,
.oevd-widget-switchteaser .highlight .orbit-container div.image ~ h3.arrow:before,
.oevd-widget-switchteaser.strong-highlight .orbit-container div.image ~ a.arrow:before,
.oevd-widget-switchteaser.strong-highlight .orbit-container div.image ~ p.arrow:before,
.oevd-widget-switchteaser.strong-highlight .orbit-container div.image ~ h3.arrow:before {
  left: 15px
}

.tabnavigation {
  display: table;
  table-layout: fixed
}

.tabnavigation.fullwidth {
  width: 100%
}

.tabnavigation>ul {
  font-size: 1rem;
  display: table-row
}

.tabnavigation>ul:before,
.tabnavigation>ul:after {
  content: initial
}

.tabnavigation>ul .f-dropdown li {
  float: none
}

.tabnavigation>ul>li {
  background-color: #e9e9e9;
  vertical-align: middle;
  border-bottom: 3px solid #999;
  display: table-cell;
  overflow: hidden
}

.tabnavigation>ul>li.active {
  background-color: #fff;
  border: 1px solid #999;
  border-bottom: 3px solid transparent
}

.tabnavigation>ul>li.active>a {
  color: #4d4d4d;
  background-color: transparent !important
}

.tabnavigation>ul>li>a {
  color: #4d4d4d;
  padding: 0.4375rem 0.9375rem;
  display: block;
  height: 100%;
  text-align: center;
  width: 100%
}

.tabnavigation>ul>li>ul {
  font-size: 1rem;
  border: 0
}

.tabnavigation>ul>li>ul:before,
.tabnavigation>ul>li>ul:after {
  content: initial;
  border: 0
}

.tabnavigation>ul>li>ul>li.active>a {
  color: #4d4d4d
}

.tabnavigation>ul>li>ul>li>a {
  background: #e9e9e9;
  color: #4d4d4d;
  border-top: 0.0625rem solid #fff;
  padding-left: 0.625rem
}

.tabnavigation>ul>li>ul>li>a:hover {
  background: #e9e9e9;
  color: red
}

.tabnavigation>ul>li>ul>li:first-child>a {
  border-top: 0
}

.tabnavigation .accordion>dd>a {
  padding-left: 0.9375rem;
  font-size: 1rem;
  border-bottom: 0.0625rem solid #fff
}

@media only screen and (max-width: 64em) {
  .tabnavigation .accordion>dd>a {
      line-height: 170%
  }
}

.tabnavigation .accordion>dd>a:before {
  font-size: none;
  padding: none;
  background-color: none;
  color: none;
  content: none;
  position: none;
  top: none;
  left: none;
  content: none
}

.tabnavigation .accordion>dd>a:after {
  font-size: 0.5rem;
  padding: 0.375rem;
  position: absolute;
  top: 0.4375rem;
  right: 0.9375rem;
  content: "v";
  margin-top: 4px
}

.tabnavigation .accordion>dd>a.follow_link:after {
  content: ""
}

.tabnavigation .accordion>dd.active>a {
  background: red;
  font-weight: normal;
  color: #fff
}

.tabnavigation .accordion .content>ul {
  border: none
}

.tabnavigation .accordion .content>ul>li {
  background: #e9e9e9;
  border-bottom: 0.0625rem solid #fff
}

.tabnavigation .accordion .content>ul>li.active>a {
  color: red;
  font-weight: bold !important
}

.tabnavigation .accordion .content>ul>li>a {
  -moz-transition: background-color 1s;
  -o-transition: background-color 1s;
  -webkit-transition: background-color 1s;
  transition: background-color 1s;
  color: #4d4d4d;
  font-size: 0.875rem;
  line-height: 1.9375rem;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 1.875rem;
  position: relative
}

.tabnavigation .accordion .content>ul>li>a:hover {
  color: red
}

@media only screen and (max-width: 40em) {
  .oevd-widget-teamteaser .h3,
  .oevd-widget-teamteaser .orbit-container,
  .teamteaser .h3,
  .teamteaser .orbit-container {
      padding-left: 15px
  }
  .oevd-widget-teamteaser .large-12.columns>.h3,
  .teamteaser .large-12.columns>.h3 {
      padding-top: 15px
  }
  .oevd-widget-teamteaser ol.orbit-bullets,
  .teamteaser ol.orbit-bullets {
      margin-bottom: 15px;
      margin-right: 15px
  }
  .oevd-widget-teamteaser ul.custom-orbit>li>div.row>div.team-member,
  .teamteaser ul.custom-orbit>li>div.row>div.team-member {
      padding-left: 0
  }
}

.oevd-widget-teamteaser>div>.row,
.teamteaser>div>.row {
  background: #e9e9e9
}

@media only screen and (min-width: 40.063em) {
  .oevd-widget-teamteaser>div>.row,
  .teamteaser>div>.row {
      padding: 0.9375rem
  }
}

.oevd-widget-teamteaser>div>.row .team-member div.image,
.teamteaser>div>.row .team-member div.image {
  margin-bottom: 0;
  opacity: .7
}

.oevd-widget-teamteaser>div>.row .team-member .name,
.teamteaser>div>.row .team-member .name {
  padding: 0.3125rem;
  background: #fff;
  margin-bottom: 0.9375rem;
  word-wrap: break-word
}

.oevd-widget-teamteaser>div>.row .team-member:hover,
.oevd-widget-teamteaser>div>.row .team-member:active,
.oevd-widget-teamteaser>div>.row .team-member:focus,
.teamteaser>div>.row .team-member:hover,
.teamteaser>div>.row .team-member:active,
.teamteaser>div>.row .team-member:focus {
  cursor: pointer
}

.oevd-widget-teamteaser>div>.row .team-member:hover .name,
.oevd-widget-teamteaser>div>.row .team-member:active .name,
.oevd-widget-teamteaser>div>.row .team-member:focus .name,
.teamteaser>div>.row .team-member:hover .name,
.teamteaser>div>.row .team-member:active .name,
.teamteaser>div>.row .team-member:focus .name {
  background: #999;
  color: #fff
}

.oevd-widget-teamteaser>div>.row .team-member.active .name,
.teamteaser>div>.row .team-member.active .name {
  color: #fff;
  background: red
}

.oevd-widget-teamteaser>div>.row .team-member:hover div.image,
.oevd-widget-teamteaser>div>.row .team-member:active div.image,
.oevd-widget-teamteaser>div>.row .team-member:focus div.image,
.oevd-widget-teamteaser>div>.row .team-member.active div.image,
.teamteaser>div>.row .team-member:hover div.image,
.teamteaser>div>.row .team-member:active div.image,
.teamteaser>div>.row .team-member:focus div.image,
.teamteaser>div>.row .team-member.active div.image {
  opacity: 1
}

@media only screen and (min-width: 40.063em) {
  .oevd-widget-teamteaser>div>.row .orbit-container .row,
  .teamteaser>div>.row .orbit-container .row {
      padding: 0 15px
  }
}

.oevd-widget-teamteaser>div>.row .orbit-container .orbit-prev,
.oevd-widget-teamteaser>div>.row .orbit-container .orbit-next,
.teamteaser>div>.row .orbit-container .orbit-prev,
.teamteaser>div>.row .orbit-container .orbit-next {
  color: #4d4d4d;
  text-indent: 0 !important
}

.oevd-widget-teamteaser>div>.row .orbit-container .orbit-prev:hover,
.oevd-widget-teamteaser>div>.row .orbit-container .orbit-prev:active,
.oevd-widget-teamteaser>div>.row .orbit-container .orbit-prev:focus,
.oevd-widget-teamteaser>div>.row .orbit-container .orbit-next:hover,
.oevd-widget-teamteaser>div>.row .orbit-container .orbit-next:active,
.oevd-widget-teamteaser>div>.row .orbit-container .orbit-next:focus,
.teamteaser>div>.row .orbit-container .orbit-prev:hover,
.teamteaser>div>.row .orbit-container .orbit-prev:active,
.teamteaser>div>.row .orbit-container .orbit-prev:focus,
.teamteaser>div>.row .orbit-container .orbit-next:hover,
.teamteaser>div>.row .orbit-container .orbit-next:active,
.teamteaser>div>.row .orbit-container .orbit-next:focus {
  background: none;
  color: red
}

.oevd-widget-teamteaser>div>.row .orbit-container .orbit-prev span,
.oevd-widget-teamteaser>div>.row .orbit-container .orbit-next span,
.teamteaser>div>.row .orbit-container .orbit-prev span,
.teamteaser>div>.row .orbit-container .orbit-next span {
  display: none
}

.oevd-widget-teamteaser>div>.row .orbit-container .orbit-prev:before,
.teamteaser>div>.row .orbit-container .orbit-prev:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: sv_icons
}

.oevd-widget-teamteaser>div>.row .orbit-container .orbit-next,
.teamteaser>div>.row .orbit-container .orbit-next {
  right: -21px
}

.oevd-widget-teamteaser>div>.row .orbit-container .orbit-next:before,
.teamteaser>div>.row .orbit-container .orbit-next:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: sv_icons
}

@media only screen and (max-width: 40em) {
  .oevd-widget-teamteaser>div>.row .orbit-container .orbit-next,
  .oevd-widget-teamteaser>div>.row .orbit-container .orbit-prev,
  .teamteaser>div>.row .orbit-container .orbit-next,
  .teamteaser>div>.row .orbit-container .orbit-prev {
      display: none
  }
}

.oevd-widget-teamteaser>div>.row .contact-details p:last-child,
.teamteaser>div>.row .contact-details p:last-child {
  margin-bottom: 0.9375rem
}

.svag-widget-teaserbox img,
.svag-widget-schadenmelden-kategorien img,
.svag-widget-category-selection img {
  position: relative;
  margin: -35px auto 0 auto;
  top: 35px;
  display: table;
  width: 70px;
  height: auto
}

.svag-widget-teaserbox img+p,
.svag-widget-schadenmelden-kategorien img+p,
.svag-widget-category-selection img+p {
  background: #e9e9e9;
  padding: 2.8125rem 0.9375rem 0.625rem 0.9375rem;
  text-align: center;
  margin: 0
}

.svag-widget-teaserbox img+p span,
.svag-widget-schadenmelden-kategorien img+p span,
.svag-widget-category-selection img+p span {
  display: block
}

.svag-widget-teaserbox ul,
.svag-widget-schadenmelden-kategorien ul,
.svag-widget-category-selection ul {
  *zoom: 1;
  margin: 0 -0.9375rem
}

.svag-widget-teaserbox ul:before,
.svag-widget-teaserbox ul:after,
.svag-widget-schadenmelden-kategorien ul:before,
.svag-widget-schadenmelden-kategorien ul:after,
.svag-widget-category-selection ul:before,
.svag-widget-category-selection ul:after {
  content: " ";
  display: table
}

.svag-widget-teaserbox ul:after,
.svag-widget-schadenmelden-kategorien ul:after,
.svag-widget-category-selection ul:after {
  clear: both
}

.svag-widget-teaserbox ul>li,
.svag-widget-schadenmelden-kategorien ul>li,
.svag-widget-category-selection ul>li {
  *zoom: 1;
  padding: 0 0.9375rem
}

.svag-widget-teaserbox ul>li:before,
.svag-widget-teaserbox ul>li:after,
.svag-widget-schadenmelden-kategorien ul>li:before,
.svag-widget-schadenmelden-kategorien ul>li:after,
.svag-widget-category-selection ul>li:before,
.svag-widget-category-selection ul>li:after {
  content: " ";
  display: table
}

.svag-widget-teaserbox ul>li:after,
.svag-widget-schadenmelden-kategorien ul>li:after,
.svag-widget-category-selection ul>li:after {
  clear: both
}

.svag-widget-teaserbox ul>li a.arrow,
.svag-widget-schadenmelden-kategorien ul>li a.arrow,
.svag-widget-category-selection ul>li a.arrow {
  padding-left: 0
}

.svag-widget-teaserbox ul>li a.arrow:before,
.svag-widget-schadenmelden-kategorien ul>li a.arrow:before,
.svag-widget-category-selection ul>li a.arrow:before {
  position: relative;
  margin-right: 5px
}

.svag-widget-teaserbox ul>li.deactivated,
.svag-widget-schadenmelden-kategorien ul>li.deactivated,
.svag-widget-category-selection ul>li.deactivated {
  opacity: .5;
  position: relative
}

.svag-widget-teaserbox ul>li.deactivated>p:before,
.svag-widget-schadenmelden-kategorien ul>li.deactivated>p:before,
.svag-widget-category-selection ul>li.deactivated>p:before {
  content: " ";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100
}

.svag-widget-teaserbox ul>li.deactivated a.arrow,
.svag-widget-schadenmelden-kategorien ul>li.deactivated a.arrow,
.svag-widget-category-selection ul>li.deactivated a.arrow {
  cursor: default
}

.svag-widget-teaserbox ul>li.deactivated a.arrow:hover,
.svag-widget-teaserbox ul>li.deactivated a.arrow:active,
.svag-widget-teaserbox ul>li.deactivated a.arrow:focus,
.svag-widget-schadenmelden-kategorien ul>li.deactivated a.arrow:hover,
.svag-widget-schadenmelden-kategorien ul>li.deactivated a.arrow:active,
.svag-widget-schadenmelden-kategorien ul>li.deactivated a.arrow:focus,
.svag-widget-category-selection ul>li.deactivated a.arrow:hover,
.svag-widget-category-selection ul>li.deactivated a.arrow:active,
.svag-widget-category-selection ul>li.deactivated a.arrow:focus {
  color: #000
}

@media only screen and (max-width: 40em) {
  .svag-widget-teaserbox ul>li:not(: last-child), .svag-widget-schadenmelden-kategorien ul>li:not(: last-child), .svag-widget-category-selection ul>li:not(: last-child) {
      margin-bottom: 30px
  }
}

.svag-widget-category-selection .teaser.boxen {
  margin-bottom: 15px
}

div.oevd-widget-textmodule .intro p {
  font-weight: normal
}

div.oevd-widget-textmodule [class*="image-"] {
  float: left;
  width: 50%;
  margin: 10px 15px 0 0
}

div.oevd-widget-textmodule [class*="image-"] a {
  display: block
}

div.oevd-widget-textmodule .image-right {
  float: right;
  margin: 10px 0 0 15px
}

div.oevd-widget-textmodule figcaption {
  margin-top: 10px;
  font-size: 14px
}

div.oevd-widget-textmodule div.paragraphs>div {
  *zoom: 1
}

div.oevd-widget-textmodule div.paragraphs>div:before,
div.oevd-widget-textmodule div.paragraphs>div:after {
  content: " ";
  display: table
}

div.oevd-widget-textmodule div.paragraphs>div:after {
  clear: both
}

div.oevd-widget-textmodule .intro {
  margin-bottom: 0 !important
}

div.oevd-widget-textmodule.strong-highlight .intro a {
  color: #fff !important
}

div.oevd-widget-textmodule .textmodule .paragraphs .intro a.facebook {
  border-radius: 2px;
  padding: 0 5px 0 3px;
  position: relative;
  vertical-align: top;
  color: #fff !important;
  cursor: pointer;
  font-weight: bold;
  line-height: 20px;
  text-shadow: 0 -1px 0 #354c8c;
  white-space: nowrap;
  background: transparent linear-gradient(#4c69ba, #3b55a0) repeat scroll 0 0
}

div.oevd-widget-textmodule .textmodule .paragraphs .intro a.facebook:before {
  background: transparent linear-gradient(#4c69ba, #3b55a0) repeat scroll 0 0;
  background-image: linear-gradient(#4c69ba, #3b55a0);
  background-image: url("https://static.xx.fbcdn.net/rsrc.php/v2/y1/r/LVx-xkvaJ0b.png");
  background-repeat: no-repeat;
  display: inline-block;
  background-position: 0 -42px;
  content: " ";
  height: 13px;
  width: 14px;
  margin-right: 2px
}

div.oevd-widget-textmodule .textmodule .paragraphs .intro a.facebook:hover,
div.oevd-widget-textmodule .textmodule .paragraphs .intro a.facebookactive,
div.oevd-widget-textmodule .textmodule .paragraphs .intro a.facebook:focus {
  background: transparent linear-gradient(#5b7bd5, #4864b1) repeat scroll 0 0;
  border-color: #5874c3 #4961a8 #41599f;
  box-shadow: 0 0 1px #607fd6 inset;
  text-decoration: none
}

.oevd-widget-themenslider .slick-slide,
.themen-slider .slick-slide {
  float: left
}

.oevd-widget-themenslider .slick-slide a,
.themen-slider .slick-slide a {
  display: table;
  margin: 0 auto;
  margin-bottom: 0.9375rem;
  position: relative
}

.oevd-widget-themenslider .slick-slide a.arrow,
.themen-slider .slick-slide a.arrow {
  margin-top: 1.5625rem;
  margin-bottom: 0
}

.oevd-widget-themenslider .slick-slide figcaption,
.themen-slider .slick-slide figcaption {
  text-align: center;
  font-weight: normal
}

@media only screen and (max-width: 64em) {
  .oevd-widget-themenslider .slick-slide figcaption,
  .themen-slider .slick-slide figcaption {
      max-width: 80%;
      margin: 0 auto
  }
}

.oevd-widget-themenslider .slick-prev i,
.oevd-widget-themenslider .slick-next i,
.themen-slider .slick-prev i,
.themen-slider .slick-next i {
  padding: 0 13px
}

.oevd-widget-themenslider .slick-dots,
.themen-slider .slick-dots {
  display: none !important
}

.oevd-widget-themenslider figure span:not(:empty),
.themen-slider figure span:not(:empty) {
  position: absolute;
  bottom: 0;
  padding: 0.5rem 0.9375rem;
  color: #fff;
  margin-bottom: 0
}

@media only screen and (max-width: 40em) {
  .oevd-widget-themenslider .slick-prev,
  .oevd-widget-themenslider .slick-next,
  .themen-slider .slick-prev,
  .themen-slider .slick-next {
      top: 20%
  }
}

.highlight .slick-prev {
  margin-left: -15px
}

.highlight .slick-next {
  margin-right: -15px
}

.svag-widget-title img {
  position: absolute;
  max-width: 50px;
  width: 50px
}

.svag-widget-title img ~ * {
  margin-top: 10px;
  padding-left: 60px
}

.svag-widget-title.text-align-right img {
  right: 15px
}

.svag-widget-title.text-align-right img ~ * {
  padding-right: 60px
}

div.oevd-widget-wegbeschreibung .wegbeschreibung form input[type=radio] {
  margin: 0
}

div.oevd-widget-wegbeschreibung .wegbeschreibung #detail {
  display: none
}

div.oevd-widget-wegbeschreibung .wegbeschreibung #detailAnzeigen {
  display: none
}

div.oevd-widget-wegbeschreibung .wegbeschreibung #wegbeschreibung_showDetail {
  margin-top: 0.9375rem
}

div.oevd-widget-wegbeschreibung .wegbeschreibung span:before,
div.oevd-widget-wegbeschreibung .wegbeschreibung span:after {
  display: inherit
}

div.oevd-widget-wegbeschreibung .wegbeschreibung #anweisungen {
  margin-bottom: 0.3125rem
}

div.oevd-widget-wegbeschreibung .wegbeschreibung #content .row {
  margin-bottom: 0.9375rem
}

div.oevd-widget-wegbeschreibung .wegbeschreibung #content #row {
  margin-bottom: 0.9375rem
}

div.oevd-widget-wegbeschreibung .wegbeschreibung #wegbeschreibung_submit {
  position: relative !important;
  left: 0 !important;
  right: 0 !important;
  margin-top: 15px;
  float: right
}

div.oevd-widget-wegbeschreibung .wegbeschreibung .top {
  width: 100%;
  height: 2.125rem;
  display: block;
  background: url("images/BetreuersucheToggleAktiv.png") repeat-x
}

div.oevd-widget-wegbeschreibung .wegbeschreibung #detailImg {
  float: left
}

div.oevd-widget-wegbeschreibung .wegbeschreibung #detailText {
  display: block;
  width: 16.25rem;
  padding-top: 0.25rem;
  padding-left: 1.875rem
}

div.oevd-widget-wegbeschreibung .wegbeschreibung #mapContainer {
  width: 100%;
  height: 25rem
}

div.oevd-widget-wegbeschreibung .wegbeschreibung #mapContainer div *,
div.oevd-widget-wegbeschreibung .wegbeschreibung #mapContainer div *:before,
div.oevd-widget-wegbeschreibung .wegbeschreibung #mapContainer div *:after {
  max-width: initial;
  box-sizing: initial;
  content: none;
  font-size: inherit
}

div.oevd-widget-wegbeschreibung .wegbeschreibung #mapContainer img {
  max-width: none
}

div.oevd-widget-wegbeschreibung .wegbeschreibung .zahl {
  width: 0.625rem;
  float: left;
  margin-left: 0.625rem;
  margin-top: 0.3125rem;
  font-weight: bold
}

div.oevd-widget-wegbeschreibung .wegbeschreibung .image {
  padding-top: 0.625rem;
  margin-left: 0.3125rem;
  margin-top: -0.1875rem
}

.svag-widget-werkstattauswahl dd {
  position: relative
}

.svag-widget-werkstattauswahl dd .accordion-header {
  position: relative;
  padding-left: 40px
}

.svag-widget-werkstattauswahl dd .accordion-header:before {
  position: absolute;
  left: 15px;
  top: 12px
}

.svag-widget-werkstattauswahl dd .accordion-header p {
  margin-bottom: 0
}

.svag-widget-werkstattauswahl dd dl {
  margin: 0;
  padding-top: 10px;
  padding-bottom: 15px
}

.svag-widget-werkstattauswahl dd dt {
  width: auto;
  min-width: 60px;
  margin-bottom: 0
}

.svag-widget-werkstattauswahl dd dd {
  float: left;
  width: auto
}

.svag-widget-werkstattauswahl dd dd a {
  padding: 0
}

.svag-widget-werkstattauswahl dd dd a:before {
  content: normal
}

.svag-widget-werkstattauswahl dd dd a:hover,
.svag-widget-werkstattauswahl dd dd a:active,
.svag-widget-werkstattauswahl dd dd a:focus {
  background: none
}

.svag-widget-werkstattauswahl dd .address-list .columns:last-child {
  text-align: right
}

.svag-widget-werkstattauswahl button[type="submit"] {
  padding: 9px 11px 8px 37px;
  font-size: 18px
}

.svag-widget-werkstattauswahl button[type="submit"].chooseButton {
  position: absolute;
  right: 15px;
  bottom: 15px
}

.svag-widget-werkstattauswahl button[type="submit"]:before {
  font-size: inherit;
  left: 11px
}

.svag-widget-werkstattauswahl .option-inline-fields {
  *zoom: 1;
  float: left;
  margin-right: 20px
}

.svag-widget-werkstattauswahl .option-inline-fields:before,
.svag-widget-werkstattauswahl .option-inline-fields:after {
  content: " ";
  display: table
}

.svag-widget-werkstattauswahl .option-inline-fields:after {
  clear: both
}

.svag-widget-werkstattauswahl .option-inline-fields label,
.svag-widget-werkstattauswahl .option-inline-fields select {
  float: left;
  margin-right: 10px
}

.svag-widget-werkstattauswahl .option-inline-fields label,
.svag-widget-werkstattauswahl .option-inline-fields span {
  line-height: 250%
}

.svag-widget-werkstattauswahl .option-inline-fields select {
  width: auto;
  min-width: 80px
}

@media only screen and (max-width: 40em) {
  .svag-widget-werkstattauswahl button[type="submit"] {
      padding: 11px 11px 11px 37px
  }
  .svag-widget-werkstattauswahl button[type="submit"]:before {
      font-size: inherit;
      left: 0
  }
}

.svag-widget-werkstattauswahl a.change-werkstatt.button.font-based {
  padding: 14px 15px
}

.svag-widget-werkstattauswahl a.change-werkstatt.button.font-based:before {
  content: initial
}

.svag-widget-werkstattsuche button {
  font-size: 18px;
  padding: 8px 10px 9px 10px;
  width: 100%
}

.svag-widget-werkstattsuche button:before {
  display: none
}

@media only screen and (max-width: 64em) {
  .svag-widget-werkstattsuche .columns:last-child {
      margin-top: 15px
  }
}

.svag-widget-werkstattsuche-ergebnis dd,
.svag-widget-werkstattsuche-ergebnis dt {
  margin-bottom: 0
}

.svag-widget-werkstattsuche-ergebnis dt {
  width: auto;
  min-width: 57px
}

.oevd-widget-sv-eurozaehler .eurozaehler-value {
  color: red;
  font-size: 4.5rem;
  margin-top: 0.9375rem;
  text-align: center;
  line-height: 100%;
  font-weight: 400
}

.oevd-widget-sv-eurozaehler .eurozaehler-unit {
  color: red;
  font-size: 1.0625rem;
  margin-top: 0.3125rem;
  text-align: center;
  font-weight: 400
}

.oevd-widget-sv-eurozaehler .label {
  margin-top: 0.3125rem;
  text-align: center
}

.mobile-navigation-bar {
  background: red;
  border-bottom: 0;
  position: relative
}

.mobile-navigation-bar .logo {
  padding: 0.9375rem !important;
  width: auto
}

.mobile-navigation-bar .logo img {
  max-height: 2.8125rem;
  width: auto
}

.mobile-navigation-bar .nav {
  float: right !important;
  text-align: right;
  padding: 0.9375rem 0.9375rem 0.9375rem 0 !important;
  width: auto;
  min-width: 0
}

.mobile-navigation-bar .nav,
.mobile-navigation-bar .nav ul,
.mobile-navigation-bar .nav ul li,
.mobile-navigation-bar .nav i.fo {
  font-size: 2.375rem
}

.mobile-navigation-bar .nav ul {
  margin: 0.625rem 0 0 !important
}

.mobile-navigation-bar .nav ul li {
  list-style-type: none;
  display: inline-block;
  margin: 0 0 0 0.9375rem !important
}

.mobile-navigation-bar .nav ul li:first-child,
.mobile-navigation-bar .nav ul li .first {
  margin-left: 0 !important
}

.mobile-navigation-bar .nav ul li,
.mobile-navigation-bar .nav ul li a {
  color: #fff !important
}

.mobile-navigation-bar .nav ul li i,
.mobile-navigation-bar .nav ul li span,
.mobile-navigation-bar .nav ul li a i,
.mobile-navigation-bar .nav ul li a span {
  color: #fff !important
}

.mobile-navigation-bar .nav ul li:hover,
.mobile-navigation-bar .nav ul li a:hover {
  color: #e9e9e9 !important
}

.mobile-navigation-bar .nav ul li:hover i,
.mobile-navigation-bar .nav ul li:hover span,
.mobile-navigation-bar .nav ul li a:hover i,
.mobile-navigation-bar .nav ul li a:hover span {
  color: #e9e9e9 !important
}

.mobile-navigation-bar .nav ul li.active,
.mobile-navigation-bar .nav ul li.active a {
  color: #e9e9e9 !important
}

.mobile-navigation-bar .nav ul li.active i,
.mobile-navigation-bar .nav ul li.active span,
.mobile-navigation-bar .nav ul li.active a i,
.mobile-navigation-bar .nav ul li.active a span {
  color: #e9e9e9 !important
}

.mobile-navigation-bar .nav ul li.active:hover,
.mobile-navigation-bar .nav ul li.active a:hover {
  color: #e9e9e9 !important
}

.mobile-navigation-bar .nav ul li.active:hover i,
.mobile-navigation-bar .nav ul li.active:hover span,
.mobile-navigation-bar .nav ul li.active a:hover i,
.mobile-navigation-bar .nav ul li.active a:hover span {
  color: #e9e9e9 !important
}

.mobile-navigation-bar .nav ul li i:before {
  color: inherit !important;
  font-size: inherit !important
}

.mobile-navigation-bar .nav ul li.advisor img {
  object-fit: cover;
  object-position: center top;
  height: 1.875rem;
  width: 1.875rem;
  margin-top: -0.3125rem
}

.mobile-navigation-bar .nav ul li.user.logged-in i.fo.fo-padlock:before {
  content: ""
}

.mobile-navigation-bar .nav ul li.compactMenu i.fo.fo-mobile-menue:before {
  content: ""
}

.mobile-navigation-bar .nav ul li.compactMenu.active i.fo.fo-mobile-menue:before {
  content: ""
}

body.bwbank .mobile-navigation-bar {
  background: transparent
}

body.bwbank .mobile-navigation-bar .logo img {
  max-height: 4.8125rem
}

body.header-only-logo .mobile-navigation-bar .nav {
  display: none
}

.compact-menu {
  display: none;
  clear: both;
  background: #f6f6f6;
  width: 100%;
  z-index: 95;
  height: 100%
}

@media only screen and (min-width: 64.063em) {
  .compact-menu {
      display: none !important
  }
}

@media only screen and (max-width: 64em) {
  .compact-menu {
      position: static;
      height: auto
  }
}

.compact-menu a {
  display: block
}

.compact-menu .inner {
  padding: 1.25rem 1.25rem !important;
  height: 100%;
  width: 100%;
  position: relative
}

@media only screen and (max-width: 40em) {
  .compact-menu .inner {
      padding: 1.25rem 0.9375rem !important
  }
}

.compact-menu .sector {
  padding: 0.9375rem 0
}

.compact-menu .sector:first-child,
.compact-menu .sector .first {
  padding-top: 0
}

.compact-menu .sector:last-child,
.compact-menu .sector .last {
  padding-bottom: 0
}

.compact-menu .sector.menu-entries {
  font-size: 1.375rem
}

.compact-menu .sector.menu-entries>ul {
  font-size: 1.375rem
}

.compact-menu .sector.menu-entries>ul>li {
  list-style-type: none;
  color: #000;
  margin: 0 0 1.25rem 0 !important;
  color: #000
}

.compact-menu .sector.menu-entries>ul>li:last-child,
.compact-menu .sector.menu-entries>ul>li .last {
  margin-bottom: 0 !important
}

.compact-menu .sector.menu-entries>ul>li:last-child>ul,
.compact-menu .sector.menu-entries>ul>li .last>ul {
  margin-bottom: 0 !important
}

@media only screen and (max-width: 40em) {
  .compact-menu .sector.menu-entries>ul>li:last-child>ul,
  .compact-menu .sector.menu-entries>ul>li .last>ul {
      margin-bottom: 0 !important
  }
}

.compact-menu .sector.menu-entries>ul>li>a {
  color: #000
}

.compact-menu .sector.menu-entries>ul>li>a:hover {
  color: red
}

.compact-menu .sector.menu-entries>ul>li.active {
  color: red
}

.compact-menu .sector.menu-entries>ul>li.active>a {
  color: red
}

.compact-menu .sector.menu-entries>ul>li.active>a:hover {
  color: red
}

.compact-menu .sector.menu-entries>ul>li>a,
.compact-menu .sector.menu-entries>ul>li.main>a {
  position: relative;
  padding-right: 1.5625rem
}

.compact-menu .sector.menu-entries>ul>li>a:hover:after,
.compact-menu .sector.menu-entries>ul>li.main>a:hover:after {
  text-decoration: none
}

.compact-menu .sector.menu-entries>ul>li>a:after,
.compact-menu .sector.menu-entries>ul>li.main>a:after {
  font-family: 'sv_icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 0;
  position: absolute;
  right: 0;
  top: 0;
  content: "";
  width: 1.375rem;
  text-align: center
}

.compact-menu .sector.menu-entries>ul>li>a:after:hover,
.compact-menu .sector.menu-entries>ul>li.main>a:after:hover {
  text-decoration: none
}

.compact-menu .sector.menu-entries>ul>li.hinged>a:after {
  content: ""
}

.compact-menu .sector.menu-entries>ul>li.hinged.active>a:after {
  content: ""
}

.compact-menu .sector.menu-entries>ul>li>a:after {
  color: #999
}

.compact-menu .sector.menu-entries>ul>li>a:hover:after {
  color: red
}

.compact-menu .sector.menu-entries>ul>li.active>a:after {
  color: red
}

.compact-menu .sector.menu-entries>ul>li.active>a:hover:after {
  color: red
}

.compact-menu .sector.menu-entries>ul>li>ul {
  display: none;
  background: #e9e9e9;
  border: 0px;
  margin: 1.25rem -1.25rem !important;
  padding: 0.9375rem 1.25rem;
  font-size: 1.125rem
}

@media only screen and (max-width: 40em) {
  .compact-menu .sector.menu-entries>ul>li>ul {
      margin: 1.25rem -0.9375rem !important;
      padding: 0.9375rem
  }
}

.compact-menu .sector.menu-entries>ul>li>ul>li {
  list-style-type: none;
  margin: 0 0 0.9375rem 0 !important;
  padding: 0;
  color: #000;
  color: #000
}

.compact-menu .sector.menu-entries>ul>li>ul>li.main {
  border-bottom: 0px;
  padding: 0;
  margin: 0 0 0.9375rem 0 !important
}

.compact-menu .sector.menu-entries>ul>li>ul>li:last-child,
.compact-menu .sector.menu-entries>ul>li>ul>li .last {
  margin-bottom: 0 !important
}

.compact-menu .sector.menu-entries>ul>li>ul>li:last-child ul,
.compact-menu .sector.menu-entries>ul>li>ul>li .last ul {
  margin-bottom: -1rem !important;
  border-bottom: 0
}

.compact-menu .sector.menu-entries>ul>li>ul>li>a {
  color: #000
}

.compact-menu .sector.menu-entries>ul>li>ul>li>a:hover {
  color: red
}

.compact-menu .sector.menu-entries>ul>li>ul>li.active {
  color: red
}

.compact-menu .sector.menu-entries>ul>li>ul>li.active>a {
  color: red
}

.compact-menu .sector.menu-entries>ul>li>ul>li.active>a:hover {
  color: red
}

.compact-menu .sector.menu-entries>ul>li>ul>li>a,
.compact-menu .sector.menu-entries>ul>li>ul>li.main>a {
  position: relative;
  padding-right: 1.25rem
}

.compact-menu .sector.menu-entries>ul>li>ul>li>a:hover:after,
.compact-menu .sector.menu-entries>ul>li>ul>li.main>a:hover:after {
  text-decoration: none
}

.compact-menu .sector.menu-entries>ul>li>ul>li>a:after,
.compact-menu .sector.menu-entries>ul>li>ul>li.main>a:after {
  font-family: 'sv_icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 0;
  position: absolute;
  right: 0;
  top: 0;
  content: "";
  width: 1.375rem;
  text-align: center
}

.compact-menu .sector.menu-entries>ul>li>ul>li>a:after:hover,
.compact-menu .sector.menu-entries>ul>li>ul>li.main>a:after:hover {
  text-decoration: none
}

.compact-menu .sector.menu-entries>ul>li>ul>li.hinged>a:after {
  content: ""
}

.compact-menu .sector.menu-entries>ul>li>ul>li.hinged.active>a:after {
  content: ""
}

.compact-menu .sector.menu-entries>ul>li>ul>li>a:after {
  color: #999
}

.compact-menu .sector.menu-entries>ul>li>ul>li>a:hover:after {
  color: red
}

.compact-menu .sector.menu-entries>ul>li>ul>li.active>a:after {
  color: red
}

.compact-menu .sector.menu-entries>ul>li>ul>li.active>a:hover:after {
  color: red
}

.compact-menu .sector.menu-entries>ul>li>ul>li ul {
  display: none;
  background: #fff;
  border-top: 0;
  border-bottom: 0;
  margin: 1.25rem -1.25rem !important;
  padding: 1.25rem 1.25rem;
  font-size: 1.125rem
}

.compact-menu .sector.menu-entries>ul>li>ul>li ul li {
  list-style-type: none;
  margin: 0 0 0.9375rem 0 !important;
  padding: 0;
  color: #000;
  color: #000
}

.compact-menu .sector.menu-entries>ul>li>ul>li ul li.main {
  border-bottom: 0px;
  padding: 0;
  margin: 0 0 0.9375rem 0 !important
}

.compact-menu .sector.menu-entries>ul>li>ul>li ul li:last-child,
.compact-menu .sector.menu-entries>ul>li>ul>li ul li .last {
  margin-bottom: 0 !important
}

.compact-menu .sector.menu-entries>ul>li>ul>li ul li>a {
  color: #000
}

.compact-menu .sector.menu-entries>ul>li>ul>li ul li>a:hover {
  color: red
}

.compact-menu .sector.menu-entries>ul>li>ul>li ul li.active {
  color: red
}

.compact-menu .sector.menu-entries>ul>li>ul>li ul li.active>a {
  color: red
}

.compact-menu .sector.menu-entries>ul>li>ul>li ul li.active>a:hover {
  color: red
}

.compact-menu .sector.menu-entries>ul>li>ul>li ul li>a,
.compact-menu .sector.menu-entries>ul>li>ul>li ul li.main>a {
  position: relative;
  padding-right: 0
}

.compact-menu .sector.menu-entries>ul>li>ul>li ul li>a:hover:after,
.compact-menu .sector.menu-entries>ul>li>ul>li ul li.main>a:hover:after {
  text-decoration: none
}

.compact-menu .sector.menu-entries>ul>li>ul>li ul li>a:after,
.compact-menu .sector.menu-entries>ul>li>ul>li ul li.main>a:after {
  font-family: 'sv_icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 0;
  position: absolute;
  right: 0;
  top: 0;
  content: "";
  width: 1.375rem;
  text-align: center
}

.compact-menu .sector.menu-entries>ul>li>ul>li ul li>a:after:hover,
.compact-menu .sector.menu-entries>ul>li>ul>li ul li.main>a:after:hover {
  text-decoration: none
}

.compact-menu .sector.menu-entries>ul>li>ul>li ul li.hinged>a:after {
  content: ""
}

.compact-menu .sector.menu-entries>ul>li>ul>li ul li.hinged.active>a:after {
  content: ""
}

.compact-menu .sector.menu-entries>ul>li>ul>li ul li>a:after {
  color: #999
}

.compact-menu .sector.menu-entries>ul>li>ul>li ul li>a:hover:after {
  color: red
}

.compact-menu .sector.menu-entries>ul>li>ul>li ul li.active>a:after {
  color: red
}

.compact-menu .sector.menu-entries>ul>li>ul>li ul li.active>a:hover:after {
  color: red
}

.compact-menu .sector.meta-navigation {
  border-top: 0px;
  margin: 0 0 0 0;
  padding-top: 0.9375rem;
  font-size: 1.125rem;
  color: #000
}

.compact-menu .sector.meta-navigation ul {
  font-size: 1.125rem
}

.compact-menu .sector.meta-navigation ul li {
  position: relative;
  list-style-type: none;
  margin: 0 0 0.9375rem 0;
  padding: 0 0 0 0
}

.compact-menu .sector.meta-navigation ul li a {
  color: #000
}

.compact-menu .sector.meta-navigation ul li a:hover {
  color: red
}

.compact-menu .sector.meta-navigation ul li a i {
  position: absolute;
  display: none;
  left: 0;
  top: 0;
  width: 1.375rem;
  text-align: center
}

.compact-menu .sector.meta-navigation ul li a ~ span,
.compact-menu .sector.meta-navigation ul li a span {
  display: block;
  font-size: 0.875rem;
  color: #fff;
  padding: 0;
  text-decoration: none;
  border: 0
}

.compact-menu .sector.meta-navigation ul li.active {
  color: red
}

.compact-menu .sector.meta-navigation ul li.active>a {
  color: red
}

.compact-menu .sector.meta-navigation ul li.active>a:hover {
  color: red
}

.compact-menu .sector.meta-navigation ul li a i {
  color: red
}

.compact-menu .sector.meta-navigation ul li a i:before {
  color: inherit !important;
  font-size: inherit !important
}

.compact-menu .sector.meta-navigation ul li a:hover i {
  color: #ff4a4a
}

.compact-menu .sector.meta-navigation ul li.active>a i {
  color: #ff4a4a
}

.compact-menu .sector.meta-navigation ul li.active>a:hover i {
  color: #ff4a4a
}

.compact-menu .sector.meta-navigation ul li:last-child {
  margin-bottom: 0
}

.compact-menu .sector.search {
  position: relative
}

.compact-menu .sector.search button {
  font-size: 1.125rem;
  height: 2.5rem;
  padding: 0;
  position: absolute;
  right: 0.625rem;
  background: transparent;
  color: #999;
  width: auto
}

.compact-menu .sector.search button:before {
  content: ""
}

.compact-menu .sector.search button i {
  position: static;
  margin: 0;
  font-size: 1.125rem;
  color: red;
  padding-right: 0 !important;
  position: absolute;
  right: 0;
  top: 9px
}

.compact-menu .sector.search button i:before {
  color: inherit !important;
  font-size: inherit !important;
  content: ""
}

.compact-menu .sector.search button:hover,
.compact-menu .sector.search button:focus {
  box-shadow: none;
  background: transparent;
  color: red
}

.compact-menu .sector.search button:hover i,
.compact-menu .sector.search button:focus i {
  color: #ff4a4a
}

.compact-menu .sector.search input {
  font-size: inherit;
  height: 2.5rem;
  margin-bottom: 0;
  padding: 0.3125rem 2.1875rem 0.3125rem 0.625rem
}

.compact-menu .sector.top-links,
.compact-menu .sector.srb {
  font-size: 1.25rem;
  color: #000
}

.compact-menu .sector.top-links ul,
.compact-menu .sector.srb ul {
  font-size: 1.25rem
}

.compact-menu .sector.top-links ul li,
.compact-menu .sector.srb ul li {
  position: relative;
  list-style-type: none;
  margin: 0 0 0.9375rem 0;
  padding: 0 0 0 1.875rem
}

.compact-menu .sector.top-links ul li a,
.compact-menu .sector.srb ul li a {
  color: #000
}

.compact-menu .sector.top-links ul li a:hover,
.compact-menu .sector.srb ul li a:hover {
  color: red
}

.compact-menu .sector.top-links ul li a i,
.compact-menu .sector.srb ul li a i {
  position: absolute;
  display: inline-block;
  left: 0;
  top: 0;
  width: 1.375rem;
  text-align: center
}

.compact-menu .sector.top-links ul li a ~ span,
.compact-menu .sector.top-links ul li a span,
.compact-menu .sector.srb ul li a ~ span,
.compact-menu .sector.srb ul li a span {
  display: block;
  font-size: 0.875rem;
  color: #fff;
  padding: 0;
  text-decoration: none;
  border: 0
}

.compact-menu .sector.top-links ul li.active,
.compact-menu .sector.srb ul li.active {
  color: red
}

.compact-menu .sector.top-links ul li.active>a,
.compact-menu .sector.srb ul li.active>a {
  color: red
}

.compact-menu .sector.top-links ul li.active>a:hover,
.compact-menu .sector.srb ul li.active>a:hover {
  color: red
}

.compact-menu .sector.top-links ul li a i,
.compact-menu .sector.srb ul li a i {
  color: red
}

.compact-menu .sector.top-links ul li a i:before,
.compact-menu .sector.srb ul li a i:before {
  color: inherit !important;
  font-size: inherit !important
}

.compact-menu .sector.top-links ul li a:hover i,
.compact-menu .sector.srb ul li a:hover i {
  color: #ff4a4a
}

.compact-menu .sector.top-links ul li.active>a i,
.compact-menu .sector.srb ul li.active>a i {
  color: red
}

.compact-menu .sector.top-links ul li.active>a:hover i,
.compact-menu .sector.srb ul li.active>a:hover i {
  color: #ff4a4a
}

.compact-menu .sector.top-links ul li:last-child,
.compact-menu .sector.top-links ul li .last,
.compact-menu .sector.srb ul li:last-child,
.compact-menu .sector.srb ul li .last {
  margin-bottom: 0
}

main .boxen ul {
  margin: 0 0 !important;
  padding: 20px 0 0 0 !important
}

@media only screen and (max-width: 40em) {
  main .boxen ul {
      margin: 0 !important
  }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  main .boxen ul.medium-block-grid-3 li:nth-of-type(3n+1) {
      padding: 0 1.25rem 1.25rem 0 !important
  }
  main .boxen ul.medium-block-grid-3 li:nth-of-type(3n) {
      padding: 0 0 1.25rem 1.25rem !important
  }
  main .boxen ul.medium-block-grid-3 li:last-child {
      padding: 0 0.625rem 1.25rem 0.625rem !important
  }
}

main .boxen ul li {
  padding: 0 0.625rem 1.25rem 0.625rem !important
}

@media only screen and (max-width: 40em) {
  main .boxen ul li {
      padding: 0 0 40px 0 !important
  }
}

main .boxen ul li:first-child {
  padding: 0 1.25rem 1.25rem 0 !important
}

@media only screen and (max-width: 40em) {
  main .boxen ul li:first-child {
      padding: 0 0 40px 0 !important
  }
}

main .boxen ul li:last-child {
  padding: 0 0 1.25rem 1.25rem !important
}

@media only screen and (max-width: 40em) {
  main .boxen ul li:last-child {
      padding: 0 0 40px 0 !important
  }
}

main .boxen ul li.deactivated {
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5
}

main .boxen ul li.deactivated p a.arrow {
  cursor: default
}

main .boxen ul li.deactivated p a.arrow:hover {
  color: #000 !important
}

main .boxen ul li.inactive {
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5
}

main .boxen ul li p a.arrow {
  padding: 0 0 0 28px
}

main .boxen ul li>div {
  background: #f6f6f6;
  border: 1px solid #e8e8e8;
  position: relative;
  text-align: center;
  padding-top: 40px
}

main .boxen ul li>div>img {
  position: absolute;
  top: -35px;
  left: 50%;
  margin-left: -35px
}

main .content-container>.row>.columns>.row ul[class*="block-grid-"] {
  margin: 0;
  padding: 0
}

@media only screen and (max-width: 40em) {
  main .content-container>.row>.columns>.row ul[class*="block-grid-"].small-block-grid-1 li {
      padding-left: 0;
      padding-right: 0
  }
  main .content-container>.row>.columns>.row ul[class*="block-grid-"].small-block-grid-1 li:nth-of-type(1n+1) {
      padding-left: 0;
      padding-right: 0
  }
  main .content-container>.row>.columns>.row ul[class*="block-grid-"].small-block-grid-1 li:nth-of-type(1n) {
      padding-right: 0;
      padding-left: 0
  }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  main .content-container>.row>.columns>.row ul[class*="block-grid-"].medium-block-grid-2 li {
      padding-left: 10px;
      padding-right: 10px
  }
  main .content-container>.row>.columns>.row ul[class*="block-grid-"].medium-block-grid-2 li:nth-of-type(2n+1) {
      padding-left: 0;
      padding-right: 20px
  }
  main .content-container>.row>.columns>.row ul[class*="block-grid-"].medium-block-grid-2 li:nth-of-type(2n) {
      padding-right: 0;
      padding-left: 20px
  }
}

main .content-container>.row>.columns>.row ul[class*="block-grid-"]>li {
  padding-left: 10px;
  padding-right: 10px;
  display: inline-block
}

main .content-container>.row>.columns>.row ul[class*="block-grid-"]>li.magKatFilter {
  clear: none !important
}

main .content-container>.row>.columns>.row ul[class*="block-grid-"]>li.magKatFilter-large-8 {
  width: 100% !important
}

main .content-container>.row>.columns>.row ul[class*="block-grid-"]>li.magKatFilter-large-7 {
  width: 75% !important
}

main .content-container>.row>.columns>.row ul[class*="block-grid-"]>li.magKatFilter-large-6 {
  width: 66% !important
}

main .content-container>.row>.columns>.row ul[class*="block-grid-"]>li.magKatFilter-large-5 {
  width: 50% !important
}

main .content-container>.row>.columns>.row ul[class*="block-grid-"]>li.magKatFilter-large-4 {
  width: 33% !important
}

main .content-container>.row>.columns>.row ul[class*="block-grid-"]>li.magKatFilter-large-3 {
  width: 25% !important
}

main .content-container>.row>.columns>.row ul[class*="block-grid-"]>li.magKatFilter-large-2 {
  width: 20% !important
}

main .content-container>.row>.columns>.row ul[class*="block-grid-"]>li.magKatFilter-large-1 {
  width: 16.6% !important
}

main .content-container>.row>.columns>.row ul[class*="block-grid-"]>li:nth-of-type(1) {
  padding-left: 0
}

@media only screen and (min-width: 64.063em) {
  main .content-container>.row>.columns>.row ul[class*="block-grid-"]>li:nth-of-type(1) {
      width: calc(20% - 10px)
  }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  main .content-container>.row>.columns>.row ul[class*="block-grid-"]>li:nth-of-type(3n+1) {
      padding-left: 0;
      padding-right: 20px
  }
  main .content-container>.row>.columns>.row ul[class*="block-grid-"]>li:nth-of-type(3n) {
      padding-right: 0;
      padding-left: 20px
  }
}

main .content-container>.row>.columns>.row ul[class*="block-grid-"]>li .columns {
  padding-left: 0;
  padding-right: 0
}

main .oevd-widget-magazin-box {
  padding: 0
}

main .oevd-widget-magazin-box .oevd-magazin-article>div .icon {
  display: inline-block;
  float: left;
  margin-top: 0.625rem
}

main .oevd-widget-magazin-box .oevd-magazin-article>div p {
  display: inline-block;
  margin-left: 0.3125rem;
  margin-top: 0.3125rem
}

main .oevd-widget-magazin-box .oevd-magazin-article>div .h3 {
  display: inline-block;
  margin-left: 0.3125rem;
  margin-top: 0.9375rem
}

main .oevd-widget-magazin-box .oevd-magazin-article .image {
  margin: 0 !important
}

main .oevd-widget-magazin-box .oevd-magazin-article .image img {
  width: 100%
}

main .oevd-widget-magazin-box .oevd-magazin-article:hover .article-overlay {
  opacity: 1
}

main .oevd-widget-magazin-box .oevd-magazin-article.highlight {
  padding: 0
}

main .oevd-widget-magazin-box .oevd-magazin-article.highlight .article-content {
  padding: 1.875rem;
  border: 1px solid transparent
}

main .oevd-widget-magazin-box .oevd-magazin-article .article-overlay {
  z-index: 1;
  position: absolute;
  cursor: pointer;
  opacity: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0
}

main .oevd-widget-magazin-box .oevd-magazin-article .article-overlay div.bg {
  z-index: 2;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0
}

main .oevd-widget-magazin-box .oevd-magazin-article .article-overlay div.text {
  z-index: 3;
  position: absolute;
  width: 100%;
  top: 50%;
  margin-top: -0.8125rem;
  display: table-cell;
  vertical-align: middle;
  text-align: center
}

main .oevd-widget-magazin-box .oevd-magazin-article .article-overlay div.text a.arrow,
main .oevd-widget-magazin-box .oevd-magazin-article .article-overlay div.text a.arrow:hover {
  padding-left: 0;
  font-weight: normal;
  line-height: 100%
}

main .oevd-widget-magazin-box .oevd-magazin-article .article-overlay div.text a.arrow:before,
main .oevd-widget-magazin-box .oevd-magazin-article .article-overlay div.text a.arrow:hover:before {
  vertical-align: -9%;
  position: relative;
  line-height: 100%
}

main .oevd-widget-magazin-box .oevd-magazin-article .article-content {
  padding: 1.875rem;
  border: 1px solid #e9e9e9
}

main .oevd-widget-magazin-box .oevd-magazin-article .article-content h1,
main .oevd-widget-magazin-box .oevd-magazin-article .article-content .h1,
main .oevd-widget-magazin-box .oevd-magazin-article .article-content h2,
main .oevd-widget-magazin-box .oevd-magazin-article .article-content .h2,
main .oevd-widget-magazin-box .oevd-magazin-article .article-content h3,
main .oevd-widget-magazin-box .oevd-magazin-article .article-content .h3 {
  font-family: "Sparkasse Web", sans-serif
}

main .oevd-widget-magazin-box .oevd-magazin-article .article-content .article-footer {
  padding-top: 1.25rem
}

main .oevd-widget-magazin-box .oevd-magazin-article .article-content .article-date-category {
  display: block;
  color: #666;
  font-size: 0.6875rem
}

main .oevd-magazin-box-container .oevd-magazin-headline {
  margin-left: 0.875rem
}

main .oevd-magazin-box-container .oevd-magazin-load-button button {
  padding-bottom: 2.3125rem;
  margin: 0 auto;
  background: #fff;
  color: #000;
  font-size: 1rem;
  font-weight: 200
}

main .oevd-magazin-box-container .oevd-magazin-load-button button:before {
  width: 100%;
  bottom: 0.625rem;
  color: red;
  content: "";
  font-size: 1.375rem
}

main .oevd-magazin-box-container .oevd-magazin-load-button button:hover,
main .oevd-magazin-box-container .oevd-magazin-load-button button:focus {
  background: #fff;
  color: red
}

body {
  /*!
* Classic picker styling for pickadate.js
* Demo: http://amsul.github.io/pickadate.js
*/
}

body.background-moped div.inner-wrap header {
  background: url("../img/background-moped-repeat.jpg") center top repeat-y
}

body.background-moped div.inner-wrap>main {
  background: url("../img/background-moped.jpg") center bottom no-repeat, url("../img/background-moped-repeat.jpg") center top repeat-y
}

@media only screen and (max-width: 40em) {
  body.background-moped {
      background: none
  }
}

body.background-gewaesserschaden div.inner-wrap header {
  background: url("../img/background-gewaesserschaden-repeat.jpg") center top repeat-y
}

body.background-gewaesserschaden div.inner-wrap>main {
  background: url("../img/background-gewaesserschaden.jpg") center bottom no-repeat, url("../img/background-gewaesserschaden-repeat.jpg") center top repeat-y
}

@media only screen and (max-width: 40em) {
  body.background-gewaesserschaden {
      background: none
  }
}

body.background-hausrat div.inner-wrap header {
  background: url("../img/background-hausrat-repeat.jpg") center top repeat-y
}

body.background-hausrat div.inner-wrap>main {
  background: url("../img/background-hausrat.jpg") center bottom no-repeat, url("../img/background-hausrat-repeat.jpg") center top repeat-y
}

@media only screen and (max-width: 40em) {
  body.background-hausrat {
      background: none
  }
}

body.background-hausundgrund div.inner-wrap header {
  background: url("../img/background-hausundgrund-repeat.jpg") center top repeat-y
}

body.background-hausundgrund div.inner-wrap>main {
  background: url("../img/background-hausundgrund.jpg") center bottom no-repeat, url("../img/background-hausundgrund-repeat.jpg") center top repeat-y
}

@media only screen and (max-width: 40em) {
  body.background-hausundgrund {
      background: none
  }
}

body.background-privathaftpflicht div.inner-wrap header {
  background: url("../img/background-privathaftpflicht-repeat.jpg") center top repeat-y
}

body.background-privathaftpflicht div.inner-wrap>main {
  background: url("../img/background-privathaftpflicht.jpg") center bottom no-repeat, url("../img/background-privathaftpflicht-repeat.jpg") center top repeat-y
}

@media only screen and (max-width: 40em) {
  body.background-privathaftpflicht {
      background: none
  }
}

body.background-sorglosleben div.inner-wrap header {
  background: url("../img/background-sorglosleben-repeat.jpg") center top repeat-y
}

body.background-sorglosleben div.inner-wrap>main {
  background: url("../img/background-sorglosleben.jpg") center bottom no-repeat, url("../img/background-sorglosleben-repeat.jpg") center top repeat-y
}

@media only screen and (max-width: 40em) {
  body.background-sorglosleben {
      background: none
  }
}

body.background-sorgloswohnen div.inner-wrap header {
  background: url("../img/background-sorgloswohnen-repeat.jpg") center top repeat-y
}

body.background-sorgloswohnen div.inner-wrap>main {
  background: url("../img/background-sorgloswohnen.jpg") center bottom no-repeat, url("../img/background-sorgloswohnen-repeat.jpg") center top repeat-y
}

@media only screen and (max-width: 40em) {
  body.background-sorgloswohnen {
      background: none
  }
}

body.background-tierhalter div.inner-wrap header {
  background: url("../img/background-tierhalter-repeat.jpg") center top repeat-y
}

body.background-tierhalter div.inner-wrap>main {
  background: url("../img/background-tierhalter.jpg") center bottom no-repeat, url("../img/background-tierhalter-repeat.jpg") center top repeat-y
}

@media only screen and (max-width: 40em) {
  body.background-tierhalter {
      background: none
  }
}

body.background-unfall div.inner-wrap header {
  background: url("../img/background-unfall-repeat.jpg") center top repeat-y
}

body.background-unfall div.inner-wrap>main {
  background: url("../img/background-unfall.jpg") center bottom no-repeat, url("../img/background-unfall-repeat.jpg") center top repeat-y
}

@media only screen and (max-width: 40em) {
  body.background-unfall {
      background: none
  }
}

body.background-internetschutzbrief div.inner-wrap header {
  background: url("../img/background-internetschutzbrief-repeat.jpg") center top repeat-y
}

body.background-internetschutzbrief div.inner-wrap>main {
  background: url("../img/background-internetschutzbrief.jpg") center bottom no-repeat, url("../img/background-internetschutzbrief-repeat.jpg") center top repeat-y
}

@media only screen and (max-width: 40em) {
  body.background-internetschutzbrief {
      background: none
  }
}

body .multi-form-steps-am {
  position: absolute;
  top: -45px;
  left: -0;
  width: 100%
}

body .multi-form-steps-am .mobile-headline {
  display: none
}

@media only screen and (max-width: 40em) {
  body .multi-form-steps-am .mobile-headline {
      font-size: 1.5rem;
      margin-top: 0.9375rem;
      color: #4d4d4d;
      text-align: center;
      display: block
  }
}

body .multi-form-steps-am ul {
  *zoom: 1
}

body .multi-form-steps-am ul:before,
body .multi-form-steps-am ul:after {
  content: " ";
  display: table
}

body .multi-form-steps-am ul:after {
  clear: both
}

body .multi-form-steps-am ul li {
  display: block;
  float: left;
  position: relative;
  text-align: center;
  margin-bottom: 0
}

body .multi-form-steps-am ul li:first-child {
  padding-left: 0
}

body .multi-form-steps-am ul li .disc {
  width: 5.625rem;
  height: 5.625rem;
  border-radius: 50%;
  background: #fff;
  border: 0.375rem solid #4d4d4d;
  position: relative;
  left: 50%;
  margin-left: -2.8125rem;
  margin-bottom: 10px;
  z-index: 100
}

body .multi-form-steps-am ul li .disc i:before {
  font-size: 2.5rem;
  top: 1.25rem;
  position: relative;
  color: #4d4d4d
}

@media only screen and (max-width: 40em) {
  body .multi-form-steps-am ul li .disc i:before {
      font-size: 1.5rem;
      top: 0.5rem
  }
}

@media only screen and (max-width: 40em) {
  body .multi-form-steps-am ul li .disc {
      width: 3.75rem;
      height: 3.75rem;
      margin-left: -1.875rem
  }
}

body .multi-form-steps-am ul li .bar {
  width: 100%;
  height: 0.375rem;
  background: #4d4d4d;
  position: absolute;
  top: 2.75rem;
  left: 50%
}

@media only screen and (max-width: 40em) {
  body .multi-form-steps-am ul li .bar {
      top: 1.875rem
  }
}

body .multi-form-steps-am ul li .step-text {
  color: #000;
  font-size: 1.0625rem
}

@media only screen and (max-width: 40em) {
  body .multi-form-steps-am ul li .step-text {
      display: none
  }
}

body .multi-form-steps-am ul li.any_follower_active .disc,
body .multi-form-steps-am ul li.inactive .disc {
  border-color: red
}

body .multi-form-steps-am ul li.any_follower_active .disc i:before,
body .multi-form-steps-am ul li.any_follower_active .disc .step-text,
body .multi-form-steps-am ul li.inactive .disc i:before,
body .multi-form-steps-am ul li.inactive .disc .step-text {
  color: #999
}

body .multi-form-steps-am ul li.any_follower_active .bar,
body .multi-form-steps-am ul li.inactive .bar {
  background: red
}

body .multi-form-steps-am ul li .prev_inactive.inactive .disc i:before,
body .multi-form-steps-am ul li .prev_inactive.inactive .step-text,
body .multi-form-steps-am ul li .prev_inactive.first_inactive .disc i:before,
body .multi-form-steps-am ul li .prev_inactive.first_inactive .step-text {
  color: #4d4d4d
}

body .multi-form-steps-am ul li.last_inactive .disc i:before,
body .multi-form-steps-am ul li.last_inactive .step-text {
  color: #4d4d4d
}

body .multi-form-steps-am ul li.active .disc,
body .multi-form-steps-am ul li.first_active .disc,
body .multi-form-steps-am ul li.last_active .disc {
  border: 0.375rem solid red
}

body .multi-form-steps-am ul li.active .disc i:before,
body .multi-form-steps-am ul li.first_active .disc i:before,
body .multi-form-steps-am ul li.last_active .disc i:before {
  color: red
}

body .multi-form-steps-am ul li.active .step-text,
body .multi-form-steps-am ul li.first_active .step-text,
body .multi-form-steps-am ul li.last_active .step-text {
  color: red
}

body .multi-form-steps-am ul li.active .bar,
body .multi-form-steps-am ul li.first_active .bar,
body .multi-form-steps-am ul li.last_active .bar {
  background: red
}

@media only screen and (max-width: 40em) {
  body .multi-form-steps-am .step-text-small {
      font-size: 24px;
      text-align: center
  }
}

body .multi-form-steps-am ul.step-1 li {
  width: 100%
}

body .multi-form-steps-am ul.step-2 li {
  width: 50%
}

body .multi-form-steps-am ul.step-3 li {
  width: 33.33333%
}

body .multi-form-steps-am ul.step-4 li {
  width: 25%
}

body .multi-form-steps-am ul.step-5 li {
  width: 20%
}

body .multi-form-steps-am ul.step-6 li {
  width: 16.66667%
}

body .picker {
  font-size: 16px;
  text-align: left;
  line-height: 1.2;
  color: #000;
  position: absolute;
  z-index: 10000;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

body .picker__input {
  cursor: default
}

body .picker__input.picker__input--active {
  border-color: #0089ec
}

body .picker__holder {
  width: 95%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch
}

body .picker {
  width: 100%
}

body .picker__holder {
  position: absolute;
  background: #fff;
  border: 1px solid #aaa;
  border-top-width: 0;
  border-bottom-width: 0;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 176px;
  max-width: 466px;
  max-height: 0;
  -ms-filter: "alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transform: translateY(-1em) perspective(600px) rotateX(10deg);
  -moz-transform: translateY(-1em) perspective(600px) rotateX(10deg);
  transform: translateY(-1em) perspective(600px) rotateX(10deg);
  -webkit-transition: -webkit-transform .15s ease-out, opacity .15s ease-out, max-height 0s .15s, border-width 0s .15s;
  -moz-transition: -moz-transform .15s ease-out, opacity .15s ease-out, max-height 0s .15s, border-width 0s .15s;
  transition: transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s 0.15s, border-width 0s 0.15s
}

body .picker__frame {
  padding: 1px
}

body .picker__wrap {
  margin: -1px
}

body .picker--opened .picker__holder {
  max-height: 25em;
  -ms-filter: "alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
  border-top-width: 1px;
  border-bottom-width: 1px;
  -webkit-transform: translateY(0) perspective(600px) rotateX(0);
  -moz-transform: translateY(0) perspective(600px) rotateX(0);
  transform: translateY(0) perspective(600px) rotateX(0);
  -webkit-transition: -webkit-transform .15s ease-out, opacity .15s ease-out, max-height 0s, border-width 0s;
  -moz-transition: -moz-transform .15s ease-out, opacity .15s ease-out, max-height 0s, border-width 0s;
  transition: transform .15s ease-out, opacity .15s ease-out, max-height 0s, border-width 0s;
  -webkit-box-shadow: 0 6px 18px 1px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 6px 18px 1px rgba(0, 0, 0, 0.12);
  box-shadow: 0 6px 18px 1px rgba(0, 0, 0, 0.12)
}

body .picker__box {
  padding: 0 1em
}

body .picker__header {
  text-align: center;
  position: relative;
  margin-top: 0.75em
}

body .picker__month,
body .picker__year {
  font-weight: 500;
  display: inline-block;
  margin-left: .25em;
  margin-right: 0.25em
}

body .picker__year {
  color: #999;
  font-size: .8em;
  font-style: italic
}

body .picker__select--month,
body .picker__select--year {
  border: 1px solid #b7b7b7;
  height: 2em;
  padding: .5em;
  margin-left: .25em;
  margin-right: 0.25em
}

@media (min-width: 24.5em) {
  body .picker__select--month,
  body .picker__select--year {
      margin-top: -0.5em
  }
}

body .picker__select--month {
  width: 35%
}

body .picker__select--year {
  width: 22.5%
}

body .picker__select--month:focus,
body .picker__select--year:focus {
  border-color: #0089ec
}

body .picker__nav--next,
body .picker__nav--prev {
  position: absolute;
  padding: .5em 1.25em;
  width: 1em;
  height: 1em;
  box-sizing: content-box;
  top: -0.25em
}

@media (min-width: 24.5em) {
  body .picker__nav--next,
  body .picker__nav--prev {
      top: -0.33em
  }
}

body .picker__nav--prev {
  left: -1em;
  padding-right: 1.25em
}

@media (min-width: 24.5em) {
  body .picker__nav--prev {
      padding-right: 1.5em
  }
}

body .picker__nav--next {
  right: -1em;
  padding-left: 1.25em
}

@media (min-width: 24.5em) {
  body .picker__nav--next {
      padding-left: 1.5em
  }
}

body .picker__nav--next:before,
body .picker__nav--prev:before {
  content: " ";
  border-top: .5em solid transparent;
  border-bottom: .5em solid transparent;
  border-right: .75em solid #000;
  width: 0;
  height: 0;
  display: block;
  margin: 0 auto
}

body .picker__nav--next:before {
  border-right: 0;
  border-left: 0.75em solid #000
}

body .picker__nav--next:hover,
body .picker__nav--prev:hover {
  cursor: pointer;
  color: #000;
  background: #b1dcfb
}

body .picker__nav--disabled,
body .picker__nav--disabled:before,
body .picker__nav--disabled:before:hover,
body .picker__nav--disabled:hover {
  cursor: default;
  background: 0 0;
  border-right-color: #f5f5f5;
  border-left-color: #f5f5f5
}

body .picker__table {
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  font-size: inherit;
  width: 100%;
  margin-top: .75em;
  margin-bottom: 0.5em
}

@media (min-height: 33.875em) {
  body .picker__table {
      margin-bottom: 0.75em
  }
}

body .picker__table td {
  margin: 0;
  padding: 0
}

body .picker__weekday {
  width: 14.285714286%;
  font-size: .75em;
  padding-bottom: .25em;
  color: #999;
  font-weight: 500
}

@media (min-height: 33.875em) {
  body .picker__weekday {
      padding-bottom: 0.5em
  }
}

body .picker__day {
  padding: .3125em 0;
  font-weight: 200;
  border: 1px solid transparent
}

body .picker__day--today {
  position: relative
}

body .picker__day--today:before {
  content: " ";
  position: absolute;
  top: 2px;
  right: 2px;
  width: 0;
  height: 0;
  border-top: .5em solid #0059bc;
  border-left: 0.5em solid transparent
}

body .picker__day--disabled:before {
  border-top-color: #aaa
}

body .picker__day--outfocus {
  color: #ddd
}

body .picker__day--infocus:hover,
body .picker__day--outfocus:hover {
  cursor: pointer;
  color: #000;
  background: #b1dcfb
}

body .picker__day--highlighted {
  border-color: #0089ec
}

body .picker--focused .picker__day--highlighted,
body .picker__day--highlighted:hover {
  cursor: pointer;
  color: #000;
  background: #b1dcfb
}

body .picker--focused .picker__day--selected,
body .picker__day--selected,
body .picker__day--selected:hover {
  background: #0089ec;
  color: #fff
}

body .picker--focused .picker__day--disabled,
body .picker__day--disabled,
body .picker__day--disabled:hover {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #ddd;
  cursor: default
}

body .picker__day--highlighted.picker__day--disabled,
body .picker__day--highlighted.picker__day--disabled:hover {
  background: #bbb
}

body .picker__footer {
  margin-bottom: 15px
}

body .picker__footer .picker__button--clear,
body .picker__footer .picker__button--today,
body .picker__footer .picker__button--close {
  display: inline-block;
  background: red;
  color: #fff !important;
  font-size: 18px;
  text-align: center;
  font-weight: 400;
  padding: 4px;
  border: 0;
  border-right: 1px solid white;
  width: 33%
}

body .picker__footer .picker__button--clear:before,
body .picker__footer .picker__button--today:before,
body .picker__footer .picker__button--close:before {
  display: none
}

body .picker__footer .picker__button--clear:hover,
body .picker__footer .picker__button--clear:active,
body .picker__footer .picker__button--clear:focus,
body .picker__footer .picker__button--today:hover,
body .picker__footer .picker__button--today:active,
body .picker__footer .picker__button--today:focus,
body .picker__footer .picker__button--close:hover,
body .picker__footer .picker__button--close:active,
body .picker__footer .picker__button--close:focus {
  background: #ff4a4a
}

body .picker__button--close {
  margin-right: 0
}

body .picker__button--today[disabled],
body .picker__button--today[disabled]:hover {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #ddd;
  cursor: default
}

body .picker__button--today[disabled]:before {
  border-top-color: #aaa
}

body .abschluss-modul .ibandescriptor {
  margin-top: -22px;
  margin-bottom: 22px;
  color: #4d4d4d
}

body .f-dropdown {
  max-height: 250px;
  max-width: 300px;
  overflow: hidden;
  overflow-y: scroll
}

body[class*="background-"] .abschluss-modul{
  background: #fff
}

@media only screen and (min-width: 40.063em) {
  body[class*="background-"] .abschluss-modul{
      padding: 100px 15px 15px 15px
  }
}

body[class*="background-"] #content>.background-white,
body #svagMoped #content>.background-white {
  background: transparent !important
}

body[class*="background-"] h1>span,
body[class*="background-"] h2>span,
body[class*="background-"] h3>span,
body[class*="background-"] h4>span,
body[class*="background-"] label>span,
body #svagMoped h1>span,
body #svagMoped h2>span,
body #svagMoped h3>span,
body #svagMoped h4>span,
body #svagMoped label>span {
  display: block;
  font-size: 80%
}

body[class*="background-"] h1,
body #svagMoped h1 {
  font-size: 36px;
  margin-bottom: 8px
}

body[class*="background-"] h2,
body #svagMoped h2 {
  margin-bottom: 30px
}

body[class*="background-"] h2.has_subheadline,
body #svagMoped h2.has_subheadline {
  margin-bottom: 8px
}

body[class*="background-"] h1,
body[class*="background-"] .h1,
body[class*="background-"] h2,
body[class*="background-"] .h2,
body[class*="background-"] p.h1,
body #svagMoped h1,
body #svagMoped .h1,
body #svagMoped h2,
body #svagMoped .h2,
body #svagMoped p.h1 {
  font-size: 36px
}

body[class*="background-"] h2,
body[class*="background-"] .h2,
body #svagMoped h2,
body #svagMoped .h2 {
  font-size: 24px
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  body[class*="background-"] h1,
  body[class*="background-"] .h1,
  body #svagMoped h1,
  body #svagMoped .h1 {
      font-size: 34px
  }
  body[class*="background-"] h2,
  body[class*="background-"] .h2,
  body #svagMoped h2,
  body #svagMoped .h2 {
      font-size: 22px
  }
}

@media only screen and (max-width: 40em) {
  body[class*="background-"] h1,
  body[class*="background-"] .h1,
  body #svagMoped h1,
  body #svagMoped .h1 {
      font-size: 28px
  }
  body[class*="background-"] h2,
  body[class*="background-"] .h2,
  body #svagMoped h2,
  body #svagMoped .h2 {
      font-size: 18px
  }
}

body[class*="background-"] .subheadline,
body #svagMoped .subheadline {
  font-size: 14px
}

body[class*="background-"] error-items,
body #svagMoped error-items {
  display: block
}

body[class*="background-"] download-link a span,
body #svagMoped download-link a span {
  font-weight: bold
}

body[class*="background-"] .overlay-element,
body #svagMoped .overlay-element {
  margin-bottom: 100px;
  margin-left: -15px
}

body[class*="background-"] .producttable,
body #svagMoped .producttable {
  padding-left: 0;
  margin-bottom: 30px
}

body[class*="background-"] .radio input[type="radio"]+label,
body #svagMoped .radio input[type="radio"]+label {
  display: block;
  margin-right: 0
}

body[class*="background-"] form section,
body #svagMoped form section {
  margin-top: 15px !important;
  margin-bottom: 15px !important
}

body[class*="background-"] form section.row.highlight,
body #svagMoped form section.row.highlight {
  padding-left: 0;
  padding-right: 0;
  margin-left: -15px;
  margin-right: -15px
}

body[class*="background-"] .row>label,
body #svagMoped .row>label {
  padding-left: 15px
}

body[class*="background-"] .spartipp,
body #svagMoped .spartipp {
  margin-bottom: 50px
}

body[class*="background-"] .spartipp img,
body #svagMoped .spartipp img {
  position: absolute;
  margin-top: 5px;
  margin-left: 5px
}

body[class*="background-"] .box_advantages,
body #svagMoped .box_advantages {
  position: relative
}

body[class*="background-"] .datateaser,
body #svagMoped .datateaser {
  padding: 35px 15px 50px 15px;
  position: relative;
  border: 0;
  background: #e9e9e9 url("../img/icn_postit.svg") bottom left no-repeat
}

body[class*="background-"] .datateaser>img,
body #svagMoped .datateaser>img {
  position: absolute;
  top: -35px;
  left: 50%;
  margin-left: -35px;
  z-index: 200
}

body[class*="background-"] .datateaser hr,
body #svagMoped .datateaser hr {
  border: 0;
  background: url("../img/icons/icn_linie.svg") center center no-repeat;
  height: 1.25rem
}

body[class*="background-"] .datateaser .beitrag *,
body #svagMoped .datateaser .beitrag * {
  font-weight: bold;
  color: #000
}

body[class*="background-"] .datateaser a.arrow,
body #svagMoped .datateaser a.arrow {
  float: right;
  font-weight: bold
}

body[class*="background-"] .versicherung_abschliessen,
body #svagMoped .versicherung_abschliessen {
  margin-top: 40px;
  background-image: url("../img/icn_postit_large.svg")
}

body[class*="background-"] .versicherung_abschliessen a.arrow,
body #svagMoped .versicherung_abschliessen a.arrow {
  float: none
}

body[class*="background-"] .versicherung_abschliessen a.arrow span,
body #svagMoped .versicherung_abschliessen a.arrow span {
  display: inline-block
}

body[class*="background-"] .versicherung_abschliessen .replace_checkbox label:before,
body #svagMoped .versicherung_abschliessen .replace_checkbox label:before {
  top: 0.375rem
}

body[class*="background-"] .picker__select--month,
body[class*="background-"] .picker__select--year,
body #svagMoped .picker__select--month,
body #svagMoped .picker__select--year{
  height: auto;
  padding-right: 2.5rem;
  padding-left: 0.3125rem;
  width: auto
}

body[class*="background-"] .error:not(input),
body #svagMoped .error:not(input) {
  color: #d90000;
  font-weight: bold
}

body[class*="background-"] .service_not_available,
body #svagMoped .service_not_available {
  margin: 0.9375rem 0;
  color: #fff
}

body[class*="background-"] .service_not_available p:last-child,
body #svagMoped .service_not_available p:last-child {
  margin-bottom: 0
}

body[class*="background-"] p:after,
body[class*="background-"] p:before,
body[class*="background-"] span:after,
body[class*="background-"] span:before,
body #svagMoped p:after,
body #svagMoped p:before,
body #svagMoped span:after,
body #svagMoped span:before {
  content: " ";
  display: table
}

body[class*="background-"] a.am-tooltip,
body #svagMoped a.am-tooltip {
  border: none;
  position: absolute;
  margin-left: 0.625rem;
  margin-top: -0.125rem;
  background: url("../img/icons/icn_info_kreis.svg") no-repeat;
  width: 1.75rem;
  height: 1.75rem
}

body[class*="background-"] .highlight ul,
body #svagMoped .highlight ul {
  margin-bottom: 0
}

body[class*="background-"] .mandatory_fields,
body #svagMoped .mandatory_fields {
  clear: both
}

@media only screen and (min-width: 40.063em) {
  body[class*="background-"] .stretch-boxes-inside,
  body[class*="background-"] .stretch-boxes-inside>div,
  body #svagMoped .stretch-boxes-inside,
  body #svagMoped .stretch-boxes-inside>div {
      display: flex
  }
  body[class*="background-"] .stretch-boxes-inside>div,
  body[class*="background-"] .stretch-boxes-inside section,
  body[class*="background-"] .stretch-boxes-inside>div>div,
  body[class*="background-"] .stretch-boxes-inside>div section,
  body #svagMoped .stretch-boxes-inside>div,
  body #svagMoped .stretch-boxes-inside section,
  body #svagMoped .stretch-boxes-inside>div>div,
  body #svagMoped .stretch-boxes-inside>div section {
      align-items: stretch;
      width: 100%
  }
}

@media only screen and (max-width: 40em) {
  body[class*="background-"] .stretch-boxes-inside>div:not(: first-child), body #svagMoped .stretch-boxes-inside>div:not(: first-child) {
      margin-top: 30px
  }
}

body[class*="background-"] #fin-check-button,
body[class*="background-"] #producer-search-button,
body #svagMoped #fin-check-button,
body #svagMoped #producer-search-button {
  font-size: 14px;
  padding: 11px;
  float: left;
  margin-right: 10px
}

body[class*="background-"] #fin-check-button:before,
body[class*="background-"] #producer-search-button:before,
body #svagMoped #fin-check-button:before,
body #svagMoped #producer-search-button:before {
  display: none
}

body[class*="background-"] #fin-example,
body #svagMoped #fin-example {
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  display: table;
  width: auto;
  background: #fff;
  border-spacing: 0
}

body[class*="background-"] #fin-example tr:nth-child(even),
body #svagMoped #fin-example tr:nth-child(even) {
  background: #f9f9f9
}

body[class*="background-"] #fin-example tr td,
body #svagMoped #fin-example tr td {
  padding: 9px 10px;
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
  font-size: 14px
}

body[class*="background-"] #fin-example tr td:not(:first-child),
body #svagMoped #fin-example tr td:not(:first-child) {
  text-align: center
}

body[class*="background-"] #fin-example td:nth-child(1),
body[class*="background-"] #fin-example td:nth-child(4),
body[class*="background-"] #fin-example td:nth-child(10),
body[class*="background-"] #fin-example tfoot td:not(:last-child),
body #svagMoped #fin-example td:nth-child(1),
body #svagMoped #fin-example td:nth-child(4),
body #svagMoped #fin-example td:nth-child(10),
body #svagMoped #fin-example tfoot td:not(:last-child) {
  border-right-width: 2px
}

body #svagMoped,
body .svagInternetschutzbrief {
  padding: 15px !important
}

body #svagMoped .multi-form-steps,
body .svagInternetschutzbrief .multi-form-steps {
  position: relative;
  top: 0
}

body #svagMoped .pflichfeldhinweis p,
body .svagInternetschutzbrief .pflichfeldhinweis p {
  margin-bottom: 0
}

body #svagMoped .producttable a.am-tooltip,
body .svagInternetschutzbrief .producttable a.am-tooltip {
  position: static
}

body #svagMoped .producttable .hilfe,
body .svagInternetschutzbrief .producttable .hilfe {
  float: right
}

body #svagMoped input.ng-invalid.ng-touched,
body .svagInternetschutzbrief input.ng-invalid.ng-touched {
  border: 1px solid #d90000
}

body #svagMoped .svagMoped tarifauswahl .producttable tbody td div.hilfe,
body .svagInternetschutzbrief .svagMoped tarifauswahl .producttable tbody td div.hilfe {
  float: right
}

body #svagMoped .moped-choices label,
body .svagInternetschutzbrief .moped-choices label {
  margin-bottom: 30px
}

.bwbank .box_advantages {
  display: none
}

.svagMoped tarifauswahl .producttable.hideTeilkaskoColumns tr:not(.call-to-action) td:nth-last-child(2),
.svagMoped tarifauswahl .producttable.hideTeilkaskoColumns tr:not(.call-to-action) td:last-child {
  visibility: hidden;
  display: none !important
}

.svagMoped tarifauswahl div.error p {
  color: #4d4d4d
}

.svagMoped tarifauswahl div.error p a {
  color: red
}

.svagMoped tarifauswahl div.error p a:hover,
.svagMoped tarifauswahl div.error p a:active,
.svagMoped tarifauswahl div.error p a:focus {
  text-decoration: underline;
  color: red
}

.svagInternetschutzbrief tarifuebersicht .producttable thead tr th {
  width: 50%;
  font-size: 16px;
  line-height: 22px;
  color: #666;
  background: transparent;
  padding: 15px
}

.svagInternetschutzbrief tarifuebersicht .producttable thead tr th.basis {
  background-color: #999;
  font-size: 24px;
  line-height: 60px;
  color: #fff;
  text-align: center;
  text-transform: uppercase
}

.svagInternetschutzbrief .box_advantages,
.svagMoped .box_advantages {
  margin-top: 61px
}

.svagMoped .persoenliche-daten input.szn-shadow {
  position: relative;
  background: none
}

.svagMoped .persoenliche-daten input.szn-autocomplete-shadow-input {
  position: absolute;
  background: none
}

.svagMoped .persoenliche-daten .szn-autocomplete-results {
  position: absolute;
  z-index: 9999;
  padding: 5px 0;
  margin: 0;
  margin-top: -30px;
  border: 1px solid #999;
  list-style-type: none;
  width: calc(100% - 30px);
  background-color: #fff
}

.svagMoped .persoenliche-daten .szn-autocomplete-results li {
  padding: 0 5px;
  line-height: 1.4;
  cursor: pointer;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden
}

.svagMoped .persoenliche-daten .szn-autocomplete-results li.selected {
  background: #ffb
}

@media only screen and (max-width: 40em) {
  #svps button[data-previous-step],
  #svps button[data-next-step] {
      margin-bottom: 15px
  }
  #svps div.abschluss-modul>div {
      margin-top: 85px
  }
  body.background-moped div.wrapper-spacing.oevd-widget-angularapp {
      background: #fff
  }
  body.background-moped div.wrapper-spacing.oevd-widget-angularapp [ng-app=svagPrivatSchutz] .abschluss-modul {
      padding: 85px 0 0 0
  }
  body.background-moped div.wrapper-spacing.oevd-widget-angularapp #svagMoped {
      padding: 0
  }
  body.background-moped div.wrapper-spacing.oevd-widget-angularapp #svagMoped .svagMoped.abschluss-modul {
      padding: 85px 0 0 0
  }
  body.background-moped div.wrapper-spacing.oevd-widget-angularapp #svagMoped .abschlussbackbutton button {
      margin-bottom: 15px
  }
}

#svagMoped>div>div>wizard>div>div.wizard__content.ng-scope>div>div:nth-child(1)>div.large-9.medium-12.columns>wizard-step:nth-child(4)>div>uebersicht-und-abschluss>section>form>div.replace_checkbox>div>div {
  padding-top: 15px
}

.multi-form-steps-am {
  position: absolute;
  top: -45px;
  left: -0;
  width: 100%
}

.multi-form-steps-am .mobile-headline {
  display: none
}

@media only screen and (max-width: 40em) {
  .multi-form-steps-am .mobile-headline {
      font-size: 1.5rem;
      margin-top: 0.9375rem;
      color: #4d4d4d;
      text-align: center;
      display: block
  }
}

.multi-form-steps-am ul {
  *zoom: 1
}

.multi-form-steps-am ul:before,
.multi-form-steps-am ul:after {
  content: " ";
  display: table
}

.multi-form-steps-am ul:after {
  clear: both
}

.multi-form-steps-am ul li {
  display: block;
  float: left;
  position: relative;
  text-align: center;
  margin-bottom: 0
}

.multi-form-steps-am ul li:first-child {
  padding-left: 0
}

.multi-form-steps-am ul li .disc {
  width: 5.625rem;
  height: 5.625rem;
  border-radius: 50%;
  background: #fff;
  border: 0.375rem solid #4d4d4d;
  position: relative;
  left: 50%;
  margin-left: -2.8125rem;
  margin-bottom: 10px;
  z-index: 100
}

.multi-form-steps-am ul li .disc i:before {
  font-size: 2.5rem;
  top: 1.25rem;
  position: relative;
  color: #4d4d4d
}

@media only screen and (max-width: 40em) {
  .multi-form-steps-am ul li .disc i:before {
      font-size: 1.5rem;
      top: 0.5rem
  }
}

@media only screen and (max-width: 40em) {
  .multi-form-steps-am ul li .disc {
      width: 3.75rem;
      height: 3.75rem;
      margin-left: -1.875rem
  }
}

.multi-form-steps-am ul li .bar {
  width: 100%;
  height: 0.375rem;
  background: #4d4d4d;
  position: absolute;
  top: 2.75rem;
  left: 50%
}

@media only screen and (max-width: 40em) {
  .multi-form-steps-am ul li .bar {
      top: 1.875rem
  }
}

.multi-form-steps-am ul li .step-text {
  color: #000;
  font-size: 1.0625rem
}

@media only screen and (max-width: 40em) {
  .multi-form-steps-am ul li .step-text {
      display: none
  }
}

.multi-form-steps-am ul li.any_follower_active .disc,
.multi-form-steps-am ul li.inactive .disc {
  border-color: red
}

.multi-form-steps-am ul li.any_follower_active .disc i:before,
.multi-form-steps-am ul li.any_follower_active .disc .step-text,
.multi-form-steps-am ul li.inactive .disc i:before,
.multi-form-steps-am ul li.inactive .disc .step-text {
  color: #999
}

.multi-form-steps-am ul li.any_follower_active .bar,
.multi-form-steps-am ul li.inactive .bar {
  background: red
}

.multi-form-steps-am ul li .prev_inactive.inactive .disc i:before,
.multi-form-steps-am ul li .prev_inactive.inactive .step-text,
.multi-form-steps-am ul li .prev_inactive.first_inactive .disc i:before,
.multi-form-steps-am ul li .prev_inactive.first_inactive .step-text {
  color: #4d4d4d
}

.multi-form-steps-am ul li.last_inactive .disc i:before,
.multi-form-steps-am ul li.last_inactive .step-text {
  color: #4d4d4d
}

.multi-form-steps-am ul li.active .disc,
.multi-form-steps-am ul li.first_active .disc,
.multi-form-steps-am ul li.last_active .disc {
  border: 0.375rem solid red
}

.multi-form-steps-am ul li.active .disc i:before,
.multi-form-steps-am ul li.first_active .disc i:before,
.multi-form-steps-am ul li.last_active .disc i:before {
  color: red
}

.multi-form-steps-am ul li.active .step-text,
.multi-form-steps-am ul li.first_active .step-text,
.multi-form-steps-am ul li.last_active .step-text {
  color: red
}

.multi-form-steps-am ul li.active .bar,
.multi-form-steps-am ul li.first_active .bar,
.multi-form-steps-am ul li.last_active .bar {
  background: red
}

@media only screen and (max-width: 40em) {
  .multi-form-steps-am .step-text-small {
      font-size: 24px;
      text-align: center
  }
}

.multi-form-steps-am ul.step-1 li {
  width: 100%
}

.multi-form-steps-am ul.step-2 li {
  width: 50%
}

.multi-form-steps-am ul.step-3 li {
  width: 33.33333%
}

.multi-form-steps-am ul.step-4 li {
  width: 25%
}

.multi-form-steps-am ul.step-5 li {
  width: 20%
}

.multi-form-steps-am ul.step-6 li {
  width: 16.66667%
}

.multi-form-steps {
  position: absolute;
  top: -45px;
  left: -0;
  width: 100%
}

.multi-form-steps .mobile-headline {
  display: none
}

@media only screen and (max-width: 40em) {
  .multi-form-steps .mobile-headline {
      font-size: 1.5rem;
      margin-top: 0.9375rem;
      color: red;
      text-align: center;
      display: block
  }
}

.multi-form-steps ul {
  *zoom: 1
}

.multi-form-steps ul:before,
.multi-form-steps ul:after {
  content: " ";
  display: table
}

.multi-form-steps ul:after {
  clear: both
}

.multi-form-steps ul li {
  display: block;
  float: left;
  position: relative;
  text-align: center;
  margin-bottom: 0
}

.multi-form-steps ul li:first-child {
  padding-left: 0
}

.multi-form-steps ul li .disc {
  width: 5.625rem;
  height: 5.625rem;
  border-radius: 50%;
  background: #fff;
  border: 0.375rem solid #4d4d4d;
  position: relative;
  left: 50%;
  margin-left: -2.8125rem;
  margin-bottom: 10px;
  z-index: 100
}

.multi-form-steps ul li .disc i:before {
  font-size: 2.5rem;
  top: 1.25rem;
  position: relative;
  color: #4d4d4d
}

@media only screen and (max-width: 40em) {
  .multi-form-steps ul li .disc i:before {
      font-size: 1.5rem;
      top: 0.5rem
  }
}

@media only screen and (max-width: 40em) {
  .multi-form-steps ul li .disc {
      width: 3.75rem;
      height: 3.75rem;
      margin-left: -1.875rem
  }
}

.multi-form-steps ul li .bar {
  width: 100%;
  height: 0.375rem;
  background: #4d4d4d;
  position: absolute;
  top: 2.75rem;
  left: 50%
}

@media only screen and (max-width: 40em) {
  .multi-form-steps ul li .bar {
      top: 1.875rem
  }
}

.multi-form-steps ul li .step-text {
  color: #000;
  font-size: 1.0625rem
}

@media only screen and (max-width: 40em) {
  .multi-form-steps ul li .step-text {
      display: none
  }
}

.multi-form-steps ul li.any_follower_active .disc,
.multi-form-steps ul li.inactive:not([class*=prev_]) .disc {
  border-color: red
}

.multi-form-steps ul li.any_follower_active .disc i:before,
.multi-form-steps ul li.any_follower_active .disc .step-text,
.multi-form-steps ul li.inactive:not([class*=prev_]) .disc i:before,
.multi-form-steps ul li.inactive:not([class*=prev_]) .disc .step-text {
  color: #999
}

.multi-form-steps ul li.any_follower_active .bar,
.multi-form-steps ul li.inactive:not([class*=prev_]) .bar {
  background: red
}

.multi-form-steps ul li.prev_active.inactive .disc i:before,
.multi-form-steps ul li.prev_active.inactive .step-text {
  color: #4d4d4d
}

.multi-form-steps ul li.last_inactive .disc i:before,
.multi-form-steps ul li.last_inactive .step-text {
  color: #4d4d4d
}

.multi-form-steps ul li.active .disc,
.multi-form-steps ul li.first_active .disc,
.multi-form-steps ul li.last_active .disc {
  border: 0.375rem solid red
}

.multi-form-steps ul li.active .disc i:before,
.multi-form-steps ul li.first_active .disc i:before,
.multi-form-steps ul li.last_active .disc i:before {
  color: red
}

.multi-form-steps ul li.active .step-text,
.multi-form-steps ul li.first_active .step-text,
.multi-form-steps ul li.last_active .step-text {
  color: red
}

.multi-form-steps ul li.active .bar,
.multi-form-steps ul li.first_active .bar,
.multi-form-steps ul li.last_active .bar {
  background: red
}

@media only screen and (max-width: 40em) {
  .multi-form-steps .step-text-small {
      font-size: 24px;
      text-align: center
  }
}

.multi-form-steps ul.step-1 li {
  width: 100%
}

.multi-form-steps ul.step-2 li {
  width: 50%
}

.multi-form-steps ul.step-3 li {
  width: 33.33333%
}

.multi-form-steps ul.step-4 li {
  width: 25%
}

.multi-form-steps ul.step-5 li {
  width: 20%
}

.multi-form-steps ul.step-6 li {
  width: 16.66667%
}

body.bwbank #header_container .contain-to-grid {
  background-color: transparent
}

body.bwbank #header_container .contain-to-grid div.logo-div {
  min-height: 70px
}

body.bwbank #header_container div.header_background div.main_header_block>div.columns.logo-div {
  min-height: 85px
}

body.bwbank .overlay-element {
  margin-left: 0
}

body.bwbank .multi-form-steps-am ul li.active .disc,
body.bwbank .multi-form-steps-am ul li.first_active .disc,
body.bwbank .multi-form-steps-am ul li.last_active .disc {
  border: 0.375rem solid #00316b
}

body.bwbank .multi-form-steps-am ul li.active .disc i::before,
body.bwbank .multi-form-steps-am ul li.first_active .disc i::before,
body.bwbank .multi-form-steps-am ul li.last_active .disc i::before {
  color: #00316b
}

body.bwbank .multi-form-steps-am ul li.active .bar,
body.bwbank .multi-form-steps-am ul li.first_active .bar,
body.bwbank .multi-form-steps-am ul li.last_active .bar {
  background: #00316b
}

body.bwbank .multi-form-steps-am ul li.active .step-text,
body.bwbank .multi-form-steps-am ul li.first_active .step-text,
body.bwbank .multi-form-steps-am ul li.last_active .step-text {
  color: #00316b
}

body.bwbank .multi-form-steps-am ul li.any_follower_active .disc,
body.bwbank .multi-form-steps-am ul li.inactive .disc {
  border-color: #00316b
}

body.bwbank .multi-form-steps-am ul li.any_follower_active .disc i::before,
body.bwbank .multi-form-steps-am ul li.inactive .disc i::before {
  color: #b2b2b2
}

body.bwbank .multi-form-steps-am ul li.any_follower_active .bar,
body.bwbank .multi-form-steps-am ul li.inactive .bar {
  background: #00316b
}

body.bwbank .multi-form-steps-am ul li.any_follower_active .step-text,
body.bwbank .multi-form-steps-am ul li.inactive .step-text {
  color: #b2b2b2
}

body.bwbank .multi-form-steps ul li.any_follower_active .disc,
body.bwbank .multi-form-steps ul li.inactive:not([class*=prev_]) .disc {
  border-color: #00316b
}

body.bwbank .multi-form-steps ul li.any_follower_active .disc i:before,
body.bwbank .multi-form-steps ul li.any_follower_active .disc .step-text,
body.bwbank .multi-form-steps ul li.inactive:not([class*=prev_]) .disc i:before,
body.bwbank .multi-form-steps ul li.inactive:not([class*=prev_]) .disc .step-text {
  color: #999
}

body.bwbank .multi-form-steps ul li.any_follower_active .bar,
body.bwbank .multi-form-steps ul li.inactive:not([class*=prev_]) .bar {
  background: #00316b
}

body.bwbank .multi-form-steps ul li.prev_active.inactive .disc i:before,
body.bwbank .multi-form-steps ul li.prev_active.inactive .step-text {
  color: #4d4d4d
}

body.bwbank .multi-form-steps ul li.last_inactive .disc i:before,
body.bwbank .multi-form-steps ul li.last_inactive .step-text {
  color: #4d4d4d
}

body.bwbank .multi-form-steps ul li.active .disc,
body.bwbank .multi-form-steps ul li.first_active .disc,
body.bwbank .multi-form-steps ul li.last_active .disc {
  border: 0.375rem solid #00316b
}

body.bwbank .multi-form-steps ul li.active .disc i:before,
body.bwbank .multi-form-steps ul li.first_active .disc i:before,
body.bwbank .multi-form-steps ul li.last_active .disc i:before {
  color: #00316b
}

body.bwbank .multi-form-steps ul li.active .step-text,
body.bwbank .multi-form-steps ul li.first_active .step-text,
body.bwbank .multi-form-steps ul li.last_active .step-text {
  color: #00316b
}

body.bwbank .multi-form-steps ul li.active .bar,
body.bwbank .multi-form-steps ul li.first_active .bar,
body.bwbank .multi-form-steps ul li.last_active .bar {
  background: #00316b
}

body.bwbank .picker__footer .picker__button--clear,
body.bwbank .picker__footer .picker__button--today,
body.bwbank .picker__footer .picker__button--close,
body.bwbank button,
body.bwbank a.button {
  background: #00316b;
  color: #fff
}

body.bwbank .picker__footer .picker__button--clear:before,
body.bwbank .picker__footer .picker__button--today:before,
body.bwbank .picker__footer .picker__button--close:before,
body.bwbank button:before,
body.bwbank a.button:before {
  color: #fff
}

body.bwbank .picker__footer .picker__button--clear:hover,
body.bwbank .picker__footer .picker__button--clear:active,
body.bwbank .picker__footer .picker__button--clear:focus,
body.bwbank .picker__footer .picker__button--today:hover,
body.bwbank .picker__footer .picker__button--today:active,
body.bwbank .picker__footer .picker__button--today:focus,
body.bwbank .picker__footer .picker__button--close:hover,
body.bwbank .picker__footer .picker__button--close:active,
body.bwbank .picker__footer .picker__button--close:focus,
body.bwbank button:hover,
body.bwbank button:active,
body.bwbank button:focus,
body.bwbank a.button:hover,
body.bwbank a.button:active,
body.bwbank a.button:focus {
  background: #00316b;
  color: #fff
}

body.bwbank .picker__footer .picker__button--clear:hover:before,
body.bwbank .picker__footer .picker__button--clear:active:before,
body.bwbank .picker__footer .picker__button--clear:focus:before,
body.bwbank .picker__footer .picker__button--today:hover:before,
body.bwbank .picker__footer .picker__button--today:active:before,
body.bwbank .picker__footer .picker__button--today:focus:before,
body.bwbank .picker__footer .picker__button--close:hover:before,
body.bwbank .picker__footer .picker__button--close:active:before,
body.bwbank .picker__footer .picker__button--close:focus:before,
body.bwbank button:hover:before,
body.bwbank button:active:before,
body.bwbank button:focus:before,
body.bwbank a.button:hover:before,
body.bwbank a.button:active:before,
body.bwbank a.button:focus:before {
  color: inherit
}

body.bwbank .oevd-widget-producttable tbody tr.call-to-action td:not(:first-child),
body.bwbank .producttable tbody tr.call-to-action td:not(:first-child),
body.bwbank a.call-to-action,
body.bwbank a.call-to-action:hover,
body.bwbank a.call-to-action:active,
body.bwbank a.call-to-action:focus,
body.bwbank button.call-to-action,
body.bwbank button.table-button {
  background: #00316b;
  color: #fff
}

body.bwbank .oevd-widget-producttable tbody tr.call-to-action td:not(:first-child):before,
body.bwbank .producttable tbody tr.call-to-action td:not(:first-child):before,
body.bwbank a.call-to-action:before,
body.bwbank a.call-to-action:hover:before,
body.bwbank a.call-to-action:active:before,
body.bwbank a.call-to-action:focus:before,
body.bwbank button.call-to-action:before,
body.bwbank button.table-button:before {
  color: inherit
}

body.bwbank .oevd-widget-producttable thead tr td,
body.bwbank .oevd-widget-producttable thead tr td.shadowed,
body.bwbank .producttable thead tr td,
body.bwbank .producttable thead tr td.shadowed {
  background: #d0e0f0
}

body.bwbank:not(.without-header-col) thead tr td:first-of-type {
  background-color: #fff
}

body.bwbank .datateaser a.arrow:before,
body.bwbank .datateaser a.arrow:hover,
body.bwbank .datateaser a.arrow:active,
body.bwbank .datateaser a.arrow:focus {
  color: #00316b
}