@charset "UTF-8";
/* moved by compressor */
@import url(https://fonts.googleapis.com/css?family=Libre+Baskerville:400,700,400italic&subset=latin);@import url(https://fonts.googleapis.com/css?family=PT+Sans:400,700&subset=latin,latin-ext);@import url('../../../fileadmin/sys/sites/fvb.de/Resources/Public/Stylesheets/font_Libre-Baskerville.css');@import url('../../../fileadmin/sys/sites/fvb.de/Resources/Public/Stylesheets/font_PT-Sans.css');
/* moved by compressor */
/* default styles for extension "tx_frontend" */
    .ce-align-left { text-align: left; }
    .ce-align-center { text-align: center; }
    .ce-align-right { text-align: right; }

    .ce-table td, .ce-table th { vertical-align: top; }

    .ce-textpic, .ce-image, .ce-nowrap .ce-bodytext, .ce-gallery, .ce-row, .ce-uploads li, .ce-uploads div { overflow: hidden; }

    .ce-left .ce-gallery, .ce-column { float: left; }
    .ce-center .ce-outer { position: relative; float: right; right: 50%; }
    .ce-center .ce-inner { position: relative; float: right; right: -50%; }
    .ce-right .ce-gallery { float: right; }

    .ce-gallery figure { display: table; margin: 0; }
    .ce-gallery figcaption { display: table-caption; caption-side: bottom; }
    .ce-gallery img { display: block; }
    .ce-gallery iframe { border-width: 0; }
    .ce-border img,
    .ce-border iframe {
        border: 2px solid #000000;
        padding: 0px;
    }

    .ce-intext.ce-right .ce-gallery, .ce-intext.ce-left .ce-gallery, .ce-above .ce-gallery {
        margin-bottom: 10px;
    }
    .ce-image .ce-gallery { margin-bottom: 0; }
    .ce-intext.ce-right .ce-gallery { margin-left: 10px; }
    .ce-intext.ce-left .ce-gallery { margin-right: 10px; }
    .ce-below .ce-gallery { margin-top: 10px; }

    .ce-column { margin-right: 10px; }
    .ce-column:last-child { margin-right: 0; }

    .ce-row { margin-bottom: 10px; }
    .ce-row:last-child { margin-bottom: 0; }

    .ce-above .ce-bodytext { clear: both; }

    .ce-intext.ce-left ol, .ce-intext.ce-left ul { padding-left: 40px; overflow: auto; }

    /* Headline */
    .ce-headline-left { text-align: left; }
    .ce-headline-center { text-align: center; }
    .ce-headline-right { text-align: right; }

    /* Uploads */
    .ce-uploads { margin: 0; padding: 0; }
    .ce-uploads li { list-style: none outside none; margin: 1em 0; }
    .ce-uploads img { float: left; padding-right: 1em; vertical-align: top; }
    .ce-uploads span { display: block; }

    /* Table */
    .ce-table { width: 100%; max-width: 100%; }
    .ce-table th, .ce-table td { padding: 0.5em 0.75em; vertical-align: top; }
    .ce-table thead th { border-bottom: 2px solid #dadada; }
    .ce-table th, .ce-table td { border-top: 1px solid #dadada; }
    .ce-table-striped tbody tr:nth-of-type(odd) { background-color: rgba(0,0,0,.05); }
    .ce-table-bordered th, .ce-table-bordered td { border: 1px solid #dadada; }

    /* Space */
    .frame-space-before-extra-small { margin-top: 1em; }
    .frame-space-before-small { margin-top: 2em; }
    .frame-space-before-medium { margin-top: 3em; }
    .frame-space-before-large { margin-top: 4em; }
    .frame-space-before-extra-large { margin-top: 5em; }
    .frame-space-after-extra-small { margin-bottom: 1em; }
    .frame-space-after-small { margin-bottom: 2em; }
    .frame-space-after-medium { margin-bottom: 3em; }
    .frame-space-after-large { margin-bottom: 4em; }
    .frame-space-after-extra-large { margin-bottom: 5em; }

    /* Frame */
    .frame-ruler-before:before { content: ''; display: block; border-top: 1px solid rgba(0,0,0,0.25); margin-bottom: 2em; }
    .frame-ruler-after:after { content: ''; display: block; border-bottom: 1px solid rgba(0,0,0,0.25); margin-top: 2em; }
    .frame-indent { margin-left: 15%; margin-right: 15%; }
    .frame-indent-left { margin-left: 33%; }
    .frame-indent-right { margin-right: 33%; }
/* default styles for extension "tx_feusermod" */
    textarea.f3-form-error {
        background-color:#FF9F9F;
        border: 1px #FF0000 solid;
    }

    input.f3-form-error {
        background-color:#FF9F9F;
        border: 1px #FF0000 solid;
    }

    .tx-feuser-mod table {
        border-collapse:separate;
        border-spacing:10px;
    }

    .tx-feuser-mod table th {
        font-weight:bold;
    }

    .tx-feuser-mod table td {
        vertical-align:top;
    }

    .typo3-messages .message-error {
        color:red;
    }

    .typo3-messages .message-ok {
        color:green;
    }

    .gmnoprint img {
        max-width: none;
    }

body.cookie-padding {
    padding-bottom: 50px;
}

.cc_banner-wrapper {
  z-index: 9001;
  position: absolute;
}

.cc_container .cc_btn {
  cursor: pointer;
  text-align: center;
  font-size: 0.6em;
  -webkit-transition: font-size 200ms;
          transition: font-size 200ms;
  line-height: 1em;
}
.cc_container .cc_message {
  font-size: 0.6em;
  -webkit-transition: font-size 200ms;
          transition: font-size 200ms;
  margin: 0;
  padding: 0;
  line-height: 1.5em;
  color: #888;
}
.cc_container .cc_logo {
  display: none;
  text-indent: -1000px;
  overflow: hidden;
  width: 100px;
  height: 22px;
  background-size: cover;
  opacity: 0.9;
  -webkit-transition: opacity 200ms;
          transition: opacity 200ms;
}
.cc_container .cc_logo:hover,
.cc_container .cc_logo:active {
  opacity: 1;
}

@media screen and (min-width: 500px) {
  .cc_container .cc_btn {
    font-size: 0.8em;
  }
  .cc_container .cc_message {
    font-size: 0.8em;
  }
}
@media screen and (min-width: 768px) {
  .cc_container .cc_btn {
    font-size: 0.8em;
  }
  .cc_container .cc_message {
    font-size: 0.8em;
    line-height: 0.8em;
  }
}
@media screen and (min-width: 992px) {
  .cc_container .cc_message {
    font-size: 0.8em;
  }
}
@media print {
  .cc_banner-wrapper,
  .cc_container {
    display: none;
  }
}
.cc_container {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  padding: 10px;
  box-sizing: border-box;
  border-top: 1px solid #888;
}
.cc_container .cc_btn {
  padding: 8px 10px;
  background-color: #c8c8c8;
  cursor: pointer;
  -webkit-transition: font-size 200ms;
          transition: font-size 200ms;
  text-align: center;
  font-size: 0.6em;
  display: block;
  width: 33%;
  margin-left: 10px;
  float: right;
  max-width: 120px;
}
.cc_container .cc_message {
  -webkit-transition: font-size 200ms;
          transition: font-size 200ms;
  font-size: 0.6em;
  display: block;
}

@media screen and (min-width: 500px) {
  .cc_container .cc_btn {
    font-size: 0.8em;
  }
  .cc_container .cc_message {
    margin-top: 0.7em;
    font-size: 0.8em;
  }
}
@media screen and (min-width: 768px) {
  .cc_container {
    padding: 10px 50px 10px;
  }
  .cc_container .cc_btn {
    padding: 8px 15px;
	font-size: 0.8em;
  }
  .cc_container .cc_message {
    font-size: 0.8em;
  }
}
@media screen and (min-width: 992px) {
  .cc_container .cc_message {
    font-size: 0.8em !important;
  }
}
.cc_container {
  background: #222;
  color: #fff;
  font-size: 17px;
  font-family: "Helvetica Neue Light", "HelveticaNeue-Light", "Helvetica Neue", Calibri, Helvetica, Arial;
  box-sizing: border-box;
}
.cc_container ::-moz-selection {
  background: #ff5e99;
  color: #fff;
  text-shadow: none;
}
.cc_container .cc_btn,
.cc_container .cc_btn:visited {
  color: #000;
  background-color: #c8c8c8;
  transition: background 200ms ease-in-out, color 200ms ease-in-out, box-shadow 200ms ease-in-out;
  -webkit-transition: background 200ms ease-in-out, color 200ms ease-in-out, box-shadow 200ms ease-in-out;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}
.cc_container .cc_btn:hover,
.cc_container .cc_btn:active {
  background-color: #d3d3d3;
  color: #000;
}
.cc_container a,
.cc_container a:visited {
  text-decoration: none;
  color: #c8c8c8;
  -webkit-transition: 200ms color;
          transition: 200ms color;
}
.cc_container a:hover,
.cc_container a:active {
  text-decoration: none;
  color: #888;
}

.cc_container .cc_btn a {
  text-decoration: none;
}

/* Fade in up
------------------------------------ */
@-webkit-keyframes slideUp {
  0% {
    -webkit-transform: translateY(66px);
    transform: translateY(66px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideUp {
  0% {
    -webkit-transform: translateY(66px);
    -ms-transform: translateY(66px);
    transform: translateY(66px);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.cc_container,
.cc_message,
.cc_btn {
  animation-duration: 0.8s;
  -webkit-animation-duration: 0.8s;
  -moz-animation-duration: 0.8s;
  -o-animation-duration: 0.8s;
  -webkit-animation-name: slideUp;
  animation-name: slideUp;
}

/*# sourceMappingURL=dark-bottom.css.map */

.csc-textpic-intext-left-nowrap-301 .csc-textpic-text{margin-left:301px;}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #cccccc; }
    .mfp-preloader a:hover {
      color: white; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }
button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after, .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before, .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
    border-right: 17px solid white;
    margin-left: 31px; }
  .mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
    border-left: 17px solid white;
    margin-left: 39px; }
  .mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3f3f3f; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: black; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444444; }
  .mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure {
    /* The shadow behind the image */ }
    .mfp-img-mobile .mfp-figure:after {
      top: 0;
      bottom: 0; }
    .mfp-img-mobile .mfp-figure small {
      display: inline;
      margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.mfp-ie7 .mfp-img {
  padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
  padding: 0; }
.mfp-ie7 .mfp-content {
  padding-top: 44px; }
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }
/* CSS Styled Content*/
div.csc-textpic-intext-left-nowrap .csc-textpic-imagewrap {
  float: left;
}
div.csc-textpic .csc-textpic-imagewrap img {
  border: none;
  display: block;
}
div.csc-textpic .csc-textpic-imagewrap figure,
div.csc-textpic figure.csc-textpic-imagewrap {
  margin: 0;
  display: table;
}
div.csc-textpic,
div.csc-textpic div.csc-textpic-imagerow,
ul.csc-uploads li {
  overflow: hidden;
}

/* felogin */
.tx-felogin-pi1 label {
  display: block;
}

/* tx-indexedsearch */
.tx-indexedsearch .tx-indexedsearch-browsebox LI {
  display: inline;
  margin-right: 5px;
}
.tx-indexedsearch
  .tx-indexedsearch-searchbox
  INPUT.tx-indexedsearch-searchbox-button {
  width: 100px;
}
.tx-indexedsearch
  .tx-indexedsearch-searchbox
  INPUT.tx-indexedsearch-searchbox-sword {
  width: 150px;
}
.tx-indexedsearch .tx-indexedsearch-whatis {
  margin-top: 10px;
  margin-bottom: 5px;
}
.tx-indexedsearch .tx-indexedsearch-whatis .tx-indexedsearch-sw {
  font-weight: bold;
  font-style: italic;
}
.tx-indexedsearch .tx-indexedsearch-noresults {
  text-align: center;
  font-weight: bold;
}
.tx-indexedsearch .tx-indexedsearch-res TD.tx-indexedsearch-descr {
  font-style: italic;
}
.tx-indexedsearch
  .tx-indexedsearch-res
  .tx-indexedsearch-descr
  .tx-indexedsearch-redMarkup {
  color: red;
}
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-info {
  background: #eeeeee;
}
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead {
  margin-top: 20px;
  margin-bottom: 5px;
}
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead H2 {
  margin-top: 0px;
  margin-bottom: 0px;
}
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead TD {
  background: #cccccc;
  vertical-align: middle;
}
.tx-indexedsearch .tx-indexedsearch-res .noResume {
  color: #666666;
}
.tx-indexedsearch .tx-indexedsearch-category {
  background: #cccccc;
  font-size: 16px;
  font-weight: bold;
}

/* Additional styles, needed for the tableless template_css.tmpl (styles don't conflict with the original template) */
.tx-indexedsearch .res-tmpl-css {
  clear: both;
  margin-bottom: 1em;
}
.tx-indexedsearch .searchbox-tmpl-css LABEL {
  margin-right: 1em;
  width: 10em;
  float: left;
}
.tx-indexedsearch .result-count-tmpl-css,
.tx-indexedsearch .percent-tmpl-css {
  letter-spacing: 0;
  font-weight: normal;
  margin-top: -1.2em;
  float: right;
}
.tx-indexedsearch .info-tmpl-css dt,
.tx-indexedsearch dl.info-tmpl-css dd {
  float: left;
}
.tx-indexedsearch .info-tmpl-css dd.item-mtime {
  float: none;
}
.tx-indexedsearch .info-tmpl-css dd.item-path {
  float: none;
}

/* others */
.f3-widget-paginator .previous,
.f3-widget-paginator .next {
  text-transform: capitalize;
}

.onlineAdviceBanner {
    position: relative;
    font-size: 14px;
    line-height: 1.2;
    width: 147px;
    padding: 4px 8px;
    background: rgba(176, 4, 65, 1);
    float: left;
}
.onlineAdviceBanner p {
    padding: 0;
    margin: 0 0 4px 0;
}

.onlineAdviceBanner .text-white,
.onlineAdviceBanner .text-white a {
    color: #fff;
}
.onlineAdviceBanner a {
    text-decoration: underline;
}
.onlineAdviceBanner a.link {
    text-decoration: none;
    position: absolute;
    display: block;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
}
.onlineAdviceBanner span.bold {
    font-weight: bold;
}
.onlineAdviceBanner span.upper {
    text-transform: uppercase;
}

/** young **/
.young .onlineAdviceBanner { 
    width: calc(100% - 16px);
    font-family: "Oswald", sans-serif;
} 
/** classic **/
.classic .onlineAdviceBanner { 
    width: 100%;
    font-family: 'Libre Baskerville';
    color: #000;
}
/** business **/
.business .onlineAdviceBanner { 
    width: 100%;
    font-family: "Lato", sans-serif;
    font-size: 16px;
    color: #243746;
    background: rgba(205, 71, 70, 1);
}

/** Overrides **/
ul.Submenu,
div.HeaderWrapper div.Header div.Mainmenu > ul.Mainmenu > li ul.Submenu {
    z-index: 1003;
}

/** Media Queries **/
@media only screen and (min-width: 400px) {
    .young .onlineAdviceBanner,
    .classic .onlineAdviceBanner,
    .business .onlineAdviceBanner {
        position: absolute;
        left: auto;
        right: 0;
        top: 130px;
        width: auto;
        background: rgba(176, 4, 65, 0.8);
    }
    .classic .onlineAdviceBanner,
    .business .onlineAdviceBanner {
        width: 170px;
    }
    .business .onlineAdviceBanner {
        background: rgba(205, 71, 70, 0.8);
    }
}

@media only screen and (min-width: 641px) {
    .onlineAdviceBanner {
        float: none;
        position: absolute;
        right: 0;
        top: 152px;
        z-index: 1001;
        font-size: 22px;
        padding: 8px 16px;
        width: 236px;
    }
    .young .onlineAdviceBanner {
        top: 152px;
        width: 170px;
    }
    .classic .onlineAdviceBanner {
        top: 152px;
        width: 230px;
        font-size: 18px;
    }
    .business .onlineAdviceBanner {
        top: 180px;
        width: 202px;
        font-size: 18px;
    }
}

@media only screen and (min-width: 819px) {
    .onlineAdviceBanner {
        top: 100px;
    }
}


@media only screen and (min-width: 928px) {
    .onlineAdviceBanner {
        top: 300px;
    }
}

@media only screen and (min-width: 1440px) {
    .onlineAdviceBanner,
    .young .onlineAdviceBanner,
    .classic .onlineAdviceBanner,
    .business .onlineAdviceBanner{
        position: fixed;
    }
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }


/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/*


*/



html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

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

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

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

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

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

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

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

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

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

/**
 * Address styling not present in IE 8/9.
 */

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

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

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

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

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

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

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

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

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

/**
 * Remove inner padding and border in Firefox 4+.
 */

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

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

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

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

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

/**
 * Define consistent border, margin, and padding.
 */

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

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

input + label::before {
  content: " ";
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */

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

td,
th {
  padding: 0;
}

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

meta.foundation-mq-small {
  font-family: "/only screen/";
  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:57.063em)/";
  width: 57.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 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  font-size: 100%;
}

body {
  background: white;
  color: #222222;
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
  position: relative;
  cursor: auto;
}

a:hover {
  cursor: pointer;
}

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

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:before,
.clearfix:after,
.tx-filelist .breadcrumb:before,
.tx-filelist .breadcrumb:after {
  content: " ";
  display: table;
}

.clearfix:after,
.tx-filelist .breadcrumb: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%;
}

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

[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.9375rem 1.875rem;
}

@media only screen {
  .small-block-grid-1 > li {
    width: 100%;
    list-style: none;
  }

  .small-block-grid-1 > li:nth-of-type(1n) {
    clear: none;
  }

  .small-block-grid-1 > li:nth-of-type(1n + 1) {
    clear: both;
  }

  .small-block-grid-1 > li:nth-of-type(1n) {
    padding-left: 0rem;
    padding-right: 0rem;
  }

  .small-block-grid-2 > li {
    width: 50%;
    list-style: none;
  }

  .small-block-grid-2 > li:nth-of-type(1n) {
    clear: none;
  }

  .small-block-grid-2 > li:nth-of-type(2n + 1) {
    clear: both;
  }

  .small-block-grid-2 > li:nth-of-type(2n + 1) {
    padding-left: 0rem;
    padding-right: 0.9375rem;
  }

  .small-block-grid-2 > li:nth-of-type(2n) {
    padding-left: 0.9375rem;
    padding-right: 0rem;
  }
}
@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(1n) {
    clear: none;
  }

  .medium-block-grid-1 > li:nth-of-type(1n + 1) {
    clear: both;
  }

  .medium-block-grid-1 > li:nth-of-type(1n) {
    padding-left: 0rem;
    padding-right: 0rem;
  }

  .medium-block-grid-2 > li {
    width: 50%;
    list-style: none;
  }

  .medium-block-grid-2 > li:nth-of-type(1n) {
    clear: none;
  }

  .medium-block-grid-2 > li:nth-of-type(2n + 1) {
    clear: both;
  }

  .medium-block-grid-2 > li:nth-of-type(2n + 1) {
    padding-left: 0rem;
    padding-right: 0.9375rem;
  }

  .medium-block-grid-2 > li:nth-of-type(2n) {
    padding-left: 0.9375rem;
    padding-right: 0rem;
  }
}
@media only screen and (min-width: 57.063em) {
  .large-block-grid-1 > li {
    width: 100%;
    list-style: none;
  }

  .large-block-grid-1 > li:nth-of-type(1n) {
    clear: none;
  }

  .large-block-grid-1 > li:nth-of-type(1n + 1) {
    clear: both;
  }

  .large-block-grid-1 > li:nth-of-type(1n) {
    padding-left: 0rem;
    padding-right: 0rem;
  }

  .large-block-grid-2 > li {
    width: 50%;
    list-style: none;
  }

  .large-block-grid-2 > li:nth-of-type(1n) {
    clear: none;
  }

  .large-block-grid-2 > li:nth-of-type(2n + 1) {
    clear: both;
  }

  .large-block-grid-2 > li:nth-of-type(2n + 1) {
    padding-left: 0rem;
    padding-right: 0.9375rem;
  }

  .large-block-grid-2 > li:nth-of-type(2n) {
    padding-left: 0.9375rem;
    padding-right: 0rem;
  }
}
/*!
 *  Font Awesome 4.2.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: "FontAwesome";
  src: url('../../../fileadmin/sys/sites/fvb.de/Resources/public/stylesheets/fonts/fontawesome-webfont.eot?v=4.2.0');
  src: url('../../../fileadmin/sys/sites/fvb.de/Resources/public/stylesheets/fonts/fontawesome-webfont.eot?#iefix&v=4.2.0')
      format("embedded-opentype"),
    url('../../../fileadmin/sys/sites/fvb.de/Resources/public/stylesheets/fonts/fontawesome-webfont.woff?v=4.2.0')
      format("woff"),
    url('../../../fileadmin/sys/sites/fvb.de/Resources/public/stylesheets/fonts/fontawesome-webfont.ttf?v=4.2.0')
      format("truetype"),
    url('../../../fileadmin/sys/sites/fvb.de/Resources/public/stylesheets/fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular')
      format("svg");
  font-weight: normal;
  font-style: normal;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */

.fa-lg {
  font-size: 1.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: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eeeeee;
  border-radius: 0.1em;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

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

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

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

@-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 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

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

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

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

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -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: white;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */

.fa-glass:before {
  content: "\f000";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-hacker-news:before {
  content: "\f1d4";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.Header .Extramenu .ExtraMenuItemsWrap {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 58.75rem;
}

.Header .Extramenu .ExtraMenuItemsWrap:before,
.Header .Extramenu .ExtraMenuItemsWrap:after {
  content: " ";
  display: table;
}

.Header .Extramenu .ExtraMenuItemsWrap:after {
  clear: both;
}

.Header .Extramenu .ExtraMenuItemsWrap .ExtraMenuItemsWrapInner {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
  float: left;
}
@media only screen and (min-width: 40.063em) {
  .Header .Extramenu .ExtraMenuItemsWrap .ExtraMenuItemsWrapInner {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 100%;
    float: right;
    float: right;
    padding-right: 0;
    width: initial;
  }
}

.Header .MainmenuContainer .MainmenuWrapper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 58.75rem;
}

.Header .MainmenuContainer .MainmenuWrapper:before,
.Header .MainmenuContainer .MainmenuWrapper:after {
  content: " ";
  display: table;
}

.Header .MainmenuContainer .MainmenuWrapper:after {
  clear: both;
}

.Header .MainmenuContainer .MainmenuWrapper .AgentLogo {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
  float: left;
}
@media only screen and (min-width: 40.063em) {
  .Header .MainmenuContainer .MainmenuWrapper .AgentLogo {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 25%;
    float: left;
  }
}
@media only screen and (min-width: 57.063em) {
  .Header .MainmenuContainer .MainmenuWrapper .AgentLogo {
    padding-left: 0;
    padding-right: 0;
    width: 25%;
    float: left;
    margin-bottom: 1rem;
  }
}

.Header .MainmenuContainer .MainmenuWrapper .AgentLogo img,
.Header .MainmenuContainer .MainmenuWrapper .AgentLogo span {
  display: block;
}

.Header .MainmenuContainer .MainmenuWrapper div.Mainmenu {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
  float: left;
}
@media only screen and (min-width: 40.063em) {
  .Header .MainmenuContainer .MainmenuWrapper div.Mainmenu {
    padding-left: 0;
    padding-right: 0;
    width: 75%;
    float: right;
    float: left;
    width: initial;
    float: right !important;
  }
}

.TitleImageSlider {
  height: 646px;
}

.ContentContainer {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 58.75rem;
}

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

.ContentContainer:after {
  clear: both;
}

.BreadcrumbContainer {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
  float: left;
}
@media only screen and (min-width: 57.063em) {
  .BreadcrumbContainer {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    float: left;
  }
}

.mainColumn {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
  float: left;
}
@media only screen and (min-width: 57.063em) {
  .mainColumn {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    float: left;
  }
}

.mainColumn .GETwoColumnContent-50,
.mainColumn .GETwoColumnContent-50-2 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 58.75rem;
}

.mainColumn .GETwoColumnContent-50:before,
.mainColumn .GETwoColumnContent-50:after,
.mainColumn .GETwoColumnContent-50-2:before,
.mainColumn .GETwoColumnContent-50-2:after {
  content: " ";
  display: table;
}

.mainColumn .GETwoColumnContent-50:after {
  clear: both;
}

.mainColumn .GETwoColumnContent-50 .GELeftColumnContent,
.mainColumn .GETwoColumnContent-50-2 .GELeftColumnContent {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  float: left;
}
@media only screen and (min-width: 57.063em) {
  .mainColumn .GETwoColumnContent-50 .GELeftColumnContent {
    padding-left: 0;
    padding-right: 0;
    width: 59%;
    float: left;
  }
}

.mainColumn .GETwoColumnContent-50 .GERightColumnContent {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  float: left;
}
@media only screen and (min-width: 57.063em) {
  .mainColumn .GETwoColumnContent-50 .GERightColumnContent {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 40.66667%;
    float: right;
    float: left;
    margin-left: 0.33333% !important;
  }
}

.mainColumn .GETwoColumnContent-25-75 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 58.75rem;
}

.mainColumn .GETwoColumnContent-25-75:before,
.mainColumn .GETwoColumnContent-25-75:after {
  content: " ";
  display: table;
}

.mainColumn .GETwoColumnContent-25-75:after {
  clear: both;
}

.mainColumn .GETwoColumnContent-25-75 .GELeftColumnContent {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  float: left;
}
@media only screen and (min-width: 40.063em) {
  .mainColumn .GETwoColumnContent-25-75 .GELeftColumnContent {
    padding-left: 0;
    padding-right: 0;
    width: 25%;
    float: left;
  }
}

.mainColumn .GETwoColumnContent-25-75 .GERightColumnContent {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  float: left;
}
@media only screen and (min-width: 40.063em) {
  .mainColumn .GETwoColumnContent-25-75 .GERightColumnContent {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 66.66667%;
    float: right;
    float: left;
    margin-left: 8.33333% !important;
  }
}

.mainColumn .GETwoColumnContent-75-25 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 58.75rem;
}

.mainColumn .GETwoColumnContent-75-25:before,
.mainColumn .GETwoColumnContent-75-25:after {
  content: " ";
  display: table;
}

.mainColumn .GETwoColumnContent-75-25:after {
  clear: both;
}

.mainColumn .GETwoColumnContent-75-25 .GELeftColumnContent {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  float: left;
}
@media only screen and (min-width: 57.063em) {
  .mainColumn .GETwoColumnContent-75-25 .GELeftColumnContent {
    padding-left: 0;
    padding-right: 0;
    width: 58.33333%;
    float: left;
  }
}
.mainColumn
  .GETwoColumnContent-75-25
  .GELeftColumnContent
  .csc-textpic-text
  > *,
.mainColumn .GETwoColumnContent-75-25 .GELeftColumnContent .ce-textpic > * {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  float: left;
}
@media only screen and (min-width: 40.063em) {
  mainColumn
    .GETwoColumnContent-75-25
    .GELeftColumnContent
    .csc-textpic-text
    > *,
  .mainColumn .GETwoColumnContent-75-25 .GELeftColumnContent .ce-textpic > * {
    padding-left: 0;
    padding-right: 0;
    width: 83.33333%;
    float: left;
  }
}

.mainColumn .GETwoColumnContent-75-25 .GERightColumnContent {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  float: left;
}
@media only screen and (min-width: 57.063em) {
  .mainColumn .GETwoColumnContent-75-25 .GERightColumnContent {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 41.66667%;
    float: right;
    float: left;
  }
}

/* .mainColumn .csc-menu-4 .pageMenuEntry {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 58.75rem;
}

.mainColumn .csc-menu-4 .pageMenuEntry:before,
.mainColumn .csc-menu-4 .pageMenuEntry:after {
  content: " ";
  display: table;
}

.mainColumn .csc-menu-4 .pageMenuEntry:after {
  clear: both;
}

.mainColumn .csc-menu-4 .pageMenuEntry .textContainer {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
  float: left;
}
@media only screen and (min-width: 40.063em) {
  .mainColumn .csc-menu-4 .pageMenuEntry .textContainer {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 75%;
    float: left;
  }
}

.mainColumn .csc-menu-4 .pageMenuEntry .readMoreContainer {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
  float: left;
  margin-top: 0.5rem;
}
@media only screen and (min-width: 40.063em) {
  .mainColumn .csc-menu-4 .pageMenuEntry .readMoreContainer {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 16.66667%;
    float: right;
    float: left;
    margin-left: 8.33333% !important;
  }
} */

.mainColumn .PageMenu .csc-menu-4 .pageMenuEntry {
  width: 100%;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
.mainColumn .csc-menu-4 .imageContainer {
  padding-bottom: 1em;
}
.mainColumn .csc-menu-4 .pageMenuEntry .readMoreContainer {
  text-align: right;
  white-space: nowrap;
}
.mainColumn .csc-menu-4 .pageMenuEntry .readMoreContainer {
  padding-top: 1.5rem;
}

@media only screen and (min-width: 48em) {
  .mainColumn .PageMenu .csc-menu-4 .pageMenuEntry {
    display: table;
  }
  .mainColumn .PageMenu .csc-menu-4 .pageMenuEntry.hasImage {
    padding-bottom: 1em;
  }
  .mainColumn .csc-menu-4 .imageContainer,
  .mainColumn .csc-menu-4 .pageMenuEntry .textContainer,
  .mainColumn .csc-menu-4 .pageMenuEntry .readMoreContainer {
    display: table-cell;
    vertical-align: top;
  }
  .mainColumn .csc-menu-4 .imageContainer {
    width: 307px;
    padding-right: 1em;
    padding-bottom: 0;
  }
  .mainColumn .csc-menu-4 .pageMenuEntry .textContainer {
    width: 75%;
  }
  .mainColumn .csc-menu-4 .pageMenuEntry.hasImage .textContainer {
    width: auto;
  }
  .mainColumn .csc-menu-4 .pageMenuEntry .readMoreContainer {
    padding-left: 0.9375rem;
    padding-right: 3.4em;
    padding-top: 0.5rem;
  }
}

.TwoColumnTeaser {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 58.75rem;
}

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

.TwoColumnTeaser:after {
  clear: both;
}

.TwoColumnTeaser .TwoColumnTeaserColumn {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  float: left;
}

.TwoColumnTeaser .TwoColumnTeaserColumn img {
  width: 100%;
}
@media screen and (min-width: 800px) {
  .TwoColumnTeaser .TwoColumnTeaserColumn {
    padding-left: 0;
    padding-right: 0;
    width: 50%;
    float: left;
  }

  .TwoColumnTeaser .TwoColumnTeaserColumn img {
    width: initial;
  }
}

.SiteFooter {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 58.75rem;
}

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

.SiteFooter:after {
  clear: both;
}

.SiteFooter > * {
  padding-top: 3em;
  padding-bottom: 4em;
}

.SiteFooter .FooterMenu .FooterMenuColumn {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
  float: left;
}
@media only screen and (min-width: 40.063em) {
  .SiteFooter .FooterMenu .FooterMenuColumn {
    padding-left: 0;
    padding-right: 0;
    width: 25%;
    float: left;
  }
}

.SiteFooter .FooterMenu .FooterMenuColumn.Login {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
  float: left;
}
@media only screen and (min-width: 40.063em) {
  .SiteFooter .FooterMenu .FooterMenuColumn.Login {
    padding-left: 0;
    padding-right: 0;
    width: 25%;
    float: right;
  }
}

.SiteFooter .CopyrightDetail {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
  float: left;
}
@media only screen and (min-width: 40.063em) {
  .SiteFooter .CopyrightDetail {
    padding-left: 0;
    padding-right: 0;
    width: 50%;
    float: left;
  }
}
@media only screen and (max-width: 40em) {
  .SiteFooter .FacebookLink,
  .SiteFooter .SocialIcons {
    padding-left: 0.9375rem;
  }
}
@media only screen and (min-width: 40.063em) {
  .SiteFooter .FacebookLink,
  .SiteFooter .SocialIcons {
    float: right;
  }
}

.InstantProtectionCarousel {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  float: left;
}

@font-face {
  font-family: "FontAwesome";
  src: url('../../../fileadmin/sys/sites/fvb.de/Resources/Public/Stylesheets/fonts/fontawesome-webfont.eot?v=4.2.0');
  src: url('../../../fileadmin/sys/sites/fvb.de/Resources/Public/Stylesheets/fonts/fontawesome-webfont.eot?#iefix&v=4.2.0')
      format("embedded-opentype"),
    url('../../../fileadmin/sys/sites/fvb.de/Resources/Public/Stylesheets/fonts/fontawesome-webfont.woff?v=4.2.0') format("woff"),
    url('../../../fileadmin/sys/sites/fvb.de/Resources/Public/Stylesheets/fonts/fontawesome-webfont.ttf?v=4.2.0') format("truetype"),
    url('../../../fileadmin/sys/sites/fvb.de/Resources/Public/Stylesheets/fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular')
      format("svg");
  font-weight: normal;
  font-style: normal;
}

body {
  color: #243746;
  background: white;
  font-family: "PT Sans", sans-serif;
  font-size: 16px;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a.internal-link-new-window:before {
  display: inline-block;
  content: "\f105";
  font-family: "FontAwesome";
  padding-right: 0.5rem;
  color: #b00441;
  font-weight: bold;
}

fieldset {
  border: none;
  margin: 0;
  padding: 0;
}

h1 {
  font-size: 1.375rem;
}
@media only screen and (min-width: 40.063em) {
  h1 {
    line-height: 1.3;
    font-size: 2rem;
  }
}

h2 {
  font-size: 1.1875rem;
}
@media only screen and (min-width: 40.063em) {
  h2 {
    font-size: 1.5625rem;
  }
}

h3 {
  font-size: 1rem;
}
@media only screen and (min-width: 40.063em) {
  h3 {
    font-size: 1.25rem;
  }
}

h1,
h2,
h3,
h4,
h5 {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  font-family: "Libre Baskerville", serif;
  color: #243746;
}

.tx-dce-pi1 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 58.75rem;
}

.tx-dce-pi1:before,
.tx-dce-pi1:after {
  content: " ";
  display: table;
}

.tx-dce-pi1:after {
  clear: both;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.mainColumn > .csc-firstHeader:first-child {
  padding: 1em 0;
}

.mainColumn > * {
  border-bottom: 1px solid #f2f2f2;
}

.mainColumn > .ArticleContainer:first-child,
.mainColumn > .frame > .ArticleContainer:first-child {
  border: none;
  padding-bottom: 0;
}

.ArticleContainer article.layout-1 {
  padding-bottom: 0;
}
.ArticleContainer article.layout-1 h1 {
  margin-bottom: 5px;
}

.important {
  font-weight: bold;
  color: #aa0a48;
}
.no-bottom-space {
  padding-bottom: 0;
  margin-bottom: 0;
}

table th {
  padding: 0 1em;
  vertical-align: top;
}

article ul {
  padding-left: 20px;
  list-style-position: outside;
  list-style-type: disc;
}

.GridElementsWrapper {
  overflow: hidden;
}

input,
button {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}

.Extramenu {
  background: #d9d9d9;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Q5ZDlkOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjklIiBzdG9wLWNvbG9yPSIjZTdlOGU4IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iOSUiIHN0b3AtY29sb3I9IiNlN2U4ZTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI4NiUiIHN0b3AtY29sb3I9IiNlN2U4ZTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZDVkN2Q3IiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
  background: -moz-linear-gradient(
    top,
    #d9d9d9 0%,
    #e7e8e8 9%,
    #e7e8e8 9%,
    #e7e8e8 86%,
    #d5d7d7 100%
  );
  /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #d9d9d9),
    color-stop(9%, #e7e8e8),
    color-stop(9%, #e7e8e8),
    color-stop(86%, #e7e8e8),
    color-stop(100%, #d5d7d7)
  );
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(
    top,
    #d9d9d9 0%,
    #e7e8e8 9%,
    #e7e8e8 9%,
    #e7e8e8 86%,
    #d5d7d7 100%
  );
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(
    top,
    #d9d9d9 0%,
    #e7e8e8 9%,
    #e7e8e8 9%,
    #e7e8e8 86%,
    #d5d7d7 100%
  );
  /* Opera 11.10+ */
  background: -ms-linear-gradient(
    top,
    #d9d9d9 0%,
    #e7e8e8 9%,
    #e7e8e8 9%,
    #e7e8e8 86%,
    #d5d7d7 100%
  );
  /* IE10+ */
  background: linear-gradient(
    to bottom,
    #d9d9d9 0%,
    #e7e8e8 9%,
    #e7e8e8 9%,
    #e7e8e8 86%,
    #d5d7d7 100%
  );
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9d9d9', endColorstr='#d5d7d7',GradientType=0 );
  /* IE6-8 */
}
@media only screen and (max-width: 40em) {
  .Extramenu {
    padding-bottom: 16px;
  }
}

.Extramenu .ExtraMenuItemsWrap {
  /* overflow: hidden; */
}

.Extramenu .ExtraMenuItemsWrap ul {
  float: left;
  padding-top: 20px;
}
@media only screen and (max-width: 40em) {
  .Extramenu .ExtraMenuItemsWrap ul {
    width: 50%;
    float: left;
  }
}

.Extramenu .ExtraMenuItemsWrap ul.Hauptmenu > li {
  position: relative;
  display: inline-block;
  padding: 0 2em 0 1.5em;
  color: #445664;
  font-size: 12px;
}
@media only screen and (max-width: 40em) {
  .Extramenu .ExtraMenuItemsWrap ul.Hauptmenu li {
    display: block;
    padding: 2px 0;
  }
}

.Extramenu .ExtraMenuItemsWrap ul li.active {
  color: white;
}

.Extramenu .ExtraMenuItemsWrap ul.Hauptmenu li:after {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  color: #aabbc2;
  font-size: 30px;
  content: "\00B7";
  line-height: 0.6;
}
@media only screen and (max-width: 40em) {
  .Extramenu .ExtraMenuItemsWrap ul.Hauptmenu li:after {
    display: none;
  }
}

.Extramenu .ExtraMenuItemsWrap ul.Hauptmenu > li:first-child {
  padding-left: 0;
}

.Extramenu .ExtraMenuItemsWrap ul.Hauptmenu > li:last-child {
  padding-right: 0;
}

.Extramenu .ExtraMenuItemsWrap ul.Hauptmenu > li:last-child:after {
  display: none;
}

.Extramenu .ExtraMenuItemsWrap ul.Hauptmenu > li > a {
  color: inherit;
  text-transform: uppercase;
}

.Extramenu .ExtraMenuItemsWrap ul li a:hover {
  text-decoration: underline;
}

div.Mainmenu {
  position: relative;
}

div.Mainmenu ul.Mainmenu {
  float: right;
  list-style: none;
  margin: 0;
  padding: 84px 0 0 0;
  text-transform: uppercase;
}
@media only screen and (max-width: 40em) {
  div.Mainmenu ul.Mainmenu {
    float: left;
    margin-top: 20px;
    padding-top: 0;
  }
}

div.Mainmenu ul.Mainmenu > li {
  position: relative;
  padding: 0 26px 23px 24px;
  display: inline-block;
  font-size: 17px;
  font-weight: bold;
  font-family: "PT Sans", sans-serif;
  text-transform: uppercase;
}
@media only screen and (max-width: 40em) {
  div.Mainmenu ul.Mainmenu > li {
    display: block;
    padding: 0 26px 10px 0;
  }

  div.Mainmenu ul.Mainmenu > li.active {
    margin-bottom: 10px;
    padding-left: 10px;
    padding-top: 10px !important;
  }
}

div.Mainmenu ul.Mainmenu > li.active {
  background-color: #999999;
  color: white;
}
div.Mainmenu ul.Mainmenu > li.active.current {
  background-color: #b00441;
}

div.Mainmenu ul.Mainmenu > li a:hover {
  text-decoration: none;
}
div.Extramenu ul.Hauptmenu > li a:hover {
  text-decoration: none;
}

div.Mainmenu ul.Mainmenu > li:hover ul.Submenu {
  display: none;
}
div.Extramenu ul.Hauptmenu > li:hover ul.Submenu {
  display: none;
}
@media only screen and (min-width: 40.063em) {
  div.Mainmenu ul.Mainmenu > li:hover ul.Submenu {
    display: block;
  }
  div.Extramenu ul.Hauptmenu > li:hover ul.Submenu {
    display: block;
  }
}

div.Mainmenu ul.Mainmenu > li.last ul.Submenu li:first-child:before {
  left: 30%;
}

.AgentLogo {
  color: black;
}

.AgentLogo a {
  color: inherit;
}

.AgentLogo a:hover {
  text-decoration: none;
}

.AgentLogo img {
  padding-bottom: 6px;
}

.Header .MainmenuContainer {
  background: #ffffff;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMmYzZjQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, white 0%, #f2f3f4 100%);
  /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, white),
    color-stop(100%, #f2f3f4)
  );
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, white 0%, #f2f3f4 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, white 0%, #f2f3f4 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, white 0%, #f2f3f4 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, white 0%, #f2f3f4 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f2f3f4', GradientType=0);
  /* IE6-8 */
}

.Header .MainmenuContainer .MainmenuWrapper {
  margin-top: 50px;
}
@media only screen and (max-width: 40em) {
  .Header .MainmenuContainer .MainmenuWrapper {
    margin-top: 30px;
  }
}

ul.Submenu {
  display: none;
  position: absolute;
  left: -10%;
  margin: 0;
  padding-top: 14px;
  z-index: 3;
  list-style: none;
  font-weight: 300;
}
.Hauptmenu ul.Submenu {
  left: -35%;
}

ul.Submenu.active {
  display: none;
}
@media only screen and (min-width: 40.063em) {
  ul.Submenu.active {
    display: block;
  }
}

ul.Submenu li {
  display: block;
  z-index: 2;
  padding: 0.875rem 0.875rem 0.4375rem 0.75rem;
  border-right: 1px solid #aeb7bf;
  border-left: 1px solid #aeb7bf;
  border-bottom: 1px solid #aeb7bf;
  background-color: white;
  text-transform: none;
}

ul.Submenu li:first-child {
  border-top: 1px solid #aeb7bf;
}

ul.Submenu li:first-child:before {
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  left: 40%;
  width: 0;
  height: 0;
  border-bottom: 9px solid black;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
}

ul.Submenu li:hover {
  background-color: #eeeff0;
}

ul.Submenu a {
  color: #243746;
  text-decoration: none;
}

div.TitleImageSlider {
  overflow: hidden;
  height: auto;
}
@media only screen and (min-width: 40.063em) {
  div.TitleImageSlider {
    height: 700px;
  }
}

div.TitleImageSlider div.SliderItem {
  overflow: hidden;
  position: relative;
  width: 100%;
  color: #243746;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 40em) {
  div.TitleImageSlider div.SliderItem {
    background-image: none !important;
  }
}
@media only screen and (min-width: 40.063em) {
  div.TitleImageSlider div.SliderItem {
    height: 700px;
  }
}

div.TitleImageSlider div.SliderItem div.slider-item-image {
  display: none;
}
@media only screen and (max-width: 40em) {
  div.TitleImageSlider div.SliderItem div.slider-item-image {
    display: block;
  }

  div.TitleImageSlider div.SliderItem div.slider-item-image img {
    width: 100%;
    height: auto;
  }
}
@media only screen and (min-width: 40.063em) {
  div.TitleImageSlider div.SliderItem .slider-item-text {
    position: absolute;
    top: 45%;
  }
}

div.TitleImageSlider div.SliderItem .description {
  width: /*75%*/ 100%;
  max-width: 800px;
  height: auto;
}

div.TitleImageSlider div.SliderItem .description h1 {
  padding-left: 0.9375rem;
}
@media only screen and (min-width: 40.063em) {
  div.TitleImageSlider div.SliderItem .description h1 {
    display: inline;
    padding: 14px;
    font-weight: bold;
    font-size: 48px;
    line-height: 1.9;
    background: white;
    box-shadow: 25px 0 0 white, -25px 0 0 white;
    -webkit-box-decoration-break: clone;
    -ms-box-decoration-break: clone;
    box-decoration-break: clone;
  }
}

div.TitleImageSlider div.SliderItem div.cta-link {
  background-color: #b00441;
  color: white;
  display: inline-block;
  line-height: 1.2;

  position: relative;
  padding: 1rem;
  font-family: "Libre Baskerville", serif;
  font-weight: normal;
  font-size: 1.25rem;
}
@media only screen and (min-width: 57.063em) {
  div.TitleImageSlider div.SliderItem div.cta-link {
    /*padding-left: 190px;*/
  }
}

div.TitleImageSlider div.SliderItem div.cta-link a {
  position: relative;
  display: inline-block;
  font-family: "Libre Baskerville", serif;
  font-weight: normal;
  color: inherit;
}

div.TitleImageSlider div.SliderItem div.cta-link a:before {
  content: "\f105";
  font-family: "FontAwesome";
  padding-right: 0.6875rem;
}

div.TitleImageSlider div.SliderItem div.cta-link a:hover {
  text-decoration: underline;
}

.TitleImageSlider .slider-item-image,
.TitleImageSlider .SliderItem:not(:first-child) {
  display: none;
}

.no-breadcrumb{
  margin-top: 3.6875rem;
}

.BreadcrumbContainer {
  margin-bottom: 3.6875rem;
  padding-top: 0.6875rem;
  padding-bottom: 0.4375rem;
  color: #58636a;
  border-bottom: 1px solid #e1e1e1;
}
@media only screen and (max-width: 40em) {
  .BreadcrumbContainer {
    margin-bottom: 1.5em;
  }
}

.BreadcrumbContainer a {
  font-size: 15px;
}

.BreadcrumbContainer a:before {
  content: "\f105";
  font-family: FontAwesome;
  margin-left: 0.5em;
  margin-right: 0.5em;
}

.BreadcrumbContainer a:nth-child(1):before {
  display: none;
}
@media only screen and (max-width: 40em) {
  .BreadcrumbContainer a {
    display: block;
    line-height: 23px;
  }

  .BreadcrumbContainer a:nth-child(1) {
    padding-left: 0.5em;
  }

  .BreadcrumbContainer a:nth-child(3) {
    padding-left: 1em;
  }

  .BreadcrumbContainer a:nth-child(5) {
    padding-left: 1.5em;
  }

  .BreadcrumbContainer a:nth-child(7) {
    padding-left: 2em;
  }

  .BreadcrumbContainer a:nth-child(9) {
    padding-left: 2.5em;
  }
}

.TwoColumnTeaser {
  padding-bottom: 4.25rem;
  padding-top: 2.625rem;
}
@media only screen and (min-width: 40.063em) {
  .TwoColumnTeaser .column-1 {
    padding-right: 10px;
  }
}
@media only screen and (min-width: 40.063em) {
  .TwoColumnTeaser .column-2 {
    padding-left: 10px;
  }
}

.TwoColumnTeaser a.teaserTextualLink {
  font-weight: bold;
}

.TwoColumnTeaser a.teaserTextualLink:before {
  display: inline-block;
  content: "\f105";
  font-family: "FontAwesome";
  padding-right: 0.5rem;
  color: #b00441;
  font-weight: bold;
}

.SiteFooter {
  padding-bottom: 2em;
}

.SiteFooter .FooterMenu {
  overflow: hidden;
  padding-bottom: 3.375rem;
}
@media only screen and (max-width: 40em) {
  .SiteFooter .FooterMenu h4 {
    margin: 0 inherit;
  }

  .SiteFooter .FooterMenu h4:before {
    display: inline-block;
    content: "\f105";
    font-family: "FontAwesome";
    padding-right: 0.5rem;
    color: #b00441;
    font-weight: bold;
  }
}
@media only screen and (max-width: 40em) {
  .SiteFooter .FooterMenu ul {
    display: none;
  }
}

.SiteFooter .FooterMenu ul li:before {
  display: inline-block;
  content: "\f105";
  font-family: "FontAwesome";
  padding-right: 0.5rem;
  color: #b00441;
  font-weight: bold;
}

.SiteFooter form {
  padding-top: 6px;
}

.SiteFooter input {
  display: block;
  margin-bottom: 0.5em;
  background-color: #eef0f1;
  border: 1px solid #e0e1e2;
  padding-left: 0.625rem;
}

.SiteFooter input[type="text"],
.SiteFooter input[type="password"] {
  width: 100%;
}

.SiteFooter input[type="submit"] {
  padding: 8px 30px 8px 30px;
  border: none;
  background-color: #bc0045;
  color: white;
  text-transform: uppercase;
}

.SiteFooter input[type="submit"]:hover {
  background-color: #d6004e;
}

.SiteFooter input[type="submit"]:focus {
  background-color: #cb004b;
  outline: none;
}

.SiteFooter .Copyright {
  overflow: auto;
  padding-top: 1em;
  border-top: 1px solid #e0e1e2;
  color: #6e8597;
  font-size: 14px;
}

.SiteFooter .Copyright .CopyrightDetail {
  padding-top: 4px;
}

.SiteFooter .FacebookLink,
.SiteFooter .SocialIcons {
  font-size: 14px;
  color: #6e8597;
}

.SiteFooter .FacebookLink img,
.SiteFooter .SocialIcons img {
  padding-left: 8px;
}

.SiteFooter .SocialIcons .icon {
  margin-left: 8px;
  display: inline-block;
  width: 26px;
  height: 26px;
  background-color: #f4f5f6;
  border-radius: 50%;
  text-align: center;
  vertical-align: bottom;
}

.SiteFooter .SocialIcons .icon.twitter-x {
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg style='fill:%236e8597' height='0.8em' viewBox='0 0 300 300' version='1.1' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M178.57 127.15 290.27 0h-26.46l-97.03 110.38L89.34 0H0l117.13 166.93L0 300.25h26.46l102.4-116.59 81.8 116.59h89.34M36.01 19.54H76.66l187.13 262.13h-40.66'%3E%3C/path%3E%3C/svg%3E");
}

.GETwoColumnContent-50 {
  padding-bottom: 4.75rem;
}
@media only screen and (min-width: 40.063em) {
  .GETwoColumnContent-50 .GEFullWidthContent h1,
  .GETwoColumnContent-50 .GEFullWidthContent h2 {
    max-width: 75%;
  }
}

.GETwoColumnContent-50 .GELeftColumnContent {
  margin-top: 0.625rem;
  padding-right: 0.9375rem !important;
}

.GETwoColumnContent-50 .GELeftColumnContent p:first-child {
  margin-top: 0;
}

.GETwoColumnContent-50 .GERightColumnContent {
  padding-right: 0 !important;
  margin-top: 0.625rem;
}

.GETwoColumnContent-50 .GERightColumnContent .GERightColumnItem,
.GETwoColumnContent-100 .GERightColumnContent .GERightColumnItem {
  margin-bottom: 1em;
}

.GETwoColumnContent-50 .GERightColumnContent .TextPicElement,
.GETwoColumnContent-100 .GERightColumnContent .TextPicElement {
  background-color: #f4f5f6;
  border-left: 3px solid #bc0045;
  padding-left: 1.125rem;
  padding-top: 1px;
  font-size: 0.9em;
}
.GETwoColumnContent-50 .GERightColumnContent .TextPicElement .frame-layout-0,
.GETwoColumnContent-100 .GERightColumnContent .TextPicElement .frame-layout-0 {
  padding-right: 1.125rem;
}

.GETwoColumnContent-50 .GERightColumnContent .TextPicElement h3,
.GETwoColumnContent-100 .GERightColumnContent .TextPicElement h3 {
  margin: 0.5em 0;
  font-size: 1.2em;
}
.GETwoColumnContent-100
  .GERightColumnContent
  .TextPicElement
  .csc-textpic-imagewrap {
  margin: 1em 0;
}
.GETwoColumnContent-100 .GERightColumnContent .TextPicElement .ce-gallery {
  margin: 1em 1em 1em 0;
}

.GETwoColumnContent-100
  .GERightColumnContent
  .TextPicElement
  div.csc-textpic
  .csc-textpic-imagewrap
  .csc-textpic-image,
.GETwoColumnContent-100
  .GERightColumnContent
  .TextPicElement
  div.ce-textpic
  .ce-gallery
  .image {
  margin-bottom: 0;
}

.GETwoColumnContent-50
  .GERightColumnContent
  .TextPicElement
  div.csc-textpic
  .csc-textpic-imagewrap
  figure,
.GETwoColumnContent-50
  .GERightColumnContent
  .TextPicElement
  div.ce-textpic
  .ce-gallery
  figure {
  width: 80%;
  height: auto;
}

.GETwoColumnContent-50
  .GERightColumnContent
  .TextPicElement
  div.csc-textpic
  .csc-textpic-imagewrap
  img,
.GETwoColumnContent-50
  .GERightColumnContent
  .TextPicElement
  div.ce-textpic
  .ce-gallery
  img {
  width: 98%;
  height: auto;
}

.GETwoColumnContent-50
  .GERightColumnContent
  .TextPicElement
  div.csc-textpic
  .csc-textpic-imagewrap,
.GETwoColumnContent-50
  .GERightColumnContent
  .TextPicElement
  div.ce-textpic
  .ce-gallery {
  margin-right: -5px;
  width: 110px;
}

.GETwoColumnContent-50
  .GERightColumnContent
  .csc-textpic-intext-left-nowrap-135
  .csc-textpic-text,
.GETwoColumnContent-50
  .GERightColumnContent
  .csc-textpic-intext-left-nowrap-135
  .ce-textpic {
  margin-left: 105px;
}

.GETwoColumnContent-50
  .GERightColumnContent
  .TextPicElement
  .csc-textpic-text
  a,
.GETwoColumnContent-100
  .GERightColumnContent
  .TextPicElement
  .csc-textpic-text
  a,
.GETwoColumnContent-50 .GERightColumnContent .TextPicElement .ce-bodytext a,
.GETwoColumnContent-100 .GERightColumnContent .TextPicElement .ce-bodytext a {
  text-transform: uppercase;
  font-weight: bold;
}

.GETwoColumnContent-50
  .GERightColumnContent
  .TextPicElement
  .csc-textpic-text
  a:before,
.GETwoColumnContent-100
  .GERightColumnContent
  .TextPicElement
  .csc-textpic-text
  a:before,
.GETwoColumnContent-50
  .GERightColumnContent
  .TextPicElement
  .ce-bodytext
  a:before,
.GETwoColumnContent-100
  .GERightColumnContent
  .TextPicElement
  .ce-bodytext
  a:before {
  display: inline-block;
  content: "\f105";
  font-family: "FontAwesome";
  padding-right: 0.5rem;
  color: #b00441;
  font-weight: bold;
}
.GETwoColumnContent-50 .GERightColumnContent .csc-textpic-text p:first-child,
.GETwoColumnContent-50 .GERightColumnContent .ce-textpic p:first-child {
  margin-top: 0;
}

.GETwoColumnContent-25-75 {
  padding-top: 2.125rem;
  padding-bottom: 2.8125rem;
}

.GETwoColumnContent-25-75 .GELeftColumnContent {
  margin-top: 0.625rem;
  padding-right: 0.9375rem !important;
}

.GETwoColumnContent-25-75 .GELeftColumnContent p:first-child {
  margin-top: 0;
}

.GETwoColumnContent-25-75 .GERightColumnContent {
  margin-top: 0.625rem;
  padding-right: 0 !important;
}

.GETwoColumnContent-25-75 .GERightColumnContent .GERightColumnItem {
  margin-bottom: 1em;
}

.GETwoColumnContent-25-75 .GERightColumnContent .ce-textpic p:first-child {
  margin-top: 0;
}
@media only screen and (max-width: 40em) {
  .GETwoColumnContent-25-75
    .GERightColumnContent
    .csc-textpic-intext-left-nowrap
    .ce-textpic {
    margin-left: auto;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 57em) {
  .GETwoColumnContent-25-75
    .GERightColumnContent
    .csc-textpic-intext-left-nowrap
    .ce-textpic {
    margin-left: auto;
  }
}

.GETwoColumnContent-25-75
  .GERightColumnContent
  div.csc-textpic-intext-left-nowrap
  .csc-textpic-imagewrap {
  float: none;
}
@media only screen and (min-width: 57.063em) {
  .GETwoColumnContent-25-75
    .GERightColumnContent
    div.csc-textpic-intext-left-nowrap
    .csc-textpic-imagewrap {
    float: left;
  }
}

.GETwoColumnContent-75-25 {
  padding-bottom: 3.125rem;
}
@media only screen and (max-width: 40em) {
  .GETwoColumnContent-75-25 {
    padding-bottom: 0;
  }
}

.GETwoColumnContent-75-25 .GELeftColumnContent {
  margin-top: 0.625rem;
  padding-right: 0.9375rem !important;
}

.GETwoColumnContent-75-25 .GELeftColumnContent h1:first-child {
  margin-top: 0;
}

.GETwoColumnContent-75-25 .GERightColumnContent {
  margin-top: 0.625rem;
  padding-right: 0 !important;
}

.GETwoColumnContent-75-25 .GERightColumnContent .GERightColumnItem {
  margin-bottom: 2.5625rem;
}

.GETwoColumnContent-75-25 .GERightColumnContent .TextPicElement {
  background-color: #f4f5f6;
  border-left: 3px solid #bc0045;
  padding-left: 1.125rem;
  padding-top: 1px;
}

.GETwoColumnContent-75-25 .GERightColumnContent .TextPicElement a {
  text-transform: uppercase;
  font-weight: bold;
}

.GETwoColumnContent-75-25 .GERightColumnContent .TextPicElement a:before {
  display: inline-block;
  content: "\f105";
  font-family: "FontAwesome";
  padding-right: 0.5rem;
  color: #b00441;
  font-weight: bold;
}

.GETwoColumnContent-75-25 .GERightColumnContent .ce-textpic p:first-child {
  margin-top: 0;
}

.news .NewsListHeaderOnly li {
  position: relative;
  padding-left: 1em;
  padding-top: 0.75em;
}

.news .NewsListHeaderOnly li:first-child {
  padding-top: 0;
}

.news .NewsListHeaderOnly li:before {
  position: absolute;
  left: 0;
  content: "•";
  color: #b00441;
  font-weight: bold;
}

.news .news-text-wrap ul {
  list-style-position: outside;
  list-style-type: disc;
  padding-left: 15px;
}

.news-list-view .article {
  padding-bottom: 0;
  margin-bottom: 0;
}

.news-list-view .article:first-child {
  padding-top: 20px;
}

.news-list-view .article h3 {
  margin-top: 0;
}
@media only screen and (max-width: 40em) {
  .news-list-view .article {
    padding-bottom: 0;
    margin-bottom: 0;
  }
}

.Header div.SearchForm {
  display: inline-block;
  margin-bottom: 1em;
  padding-left: 4em;
  padding-top: 20px;
}
@media only screen and (max-width: 40em) {
  .Header div.SearchForm {
    padding-left: 0;
    display: block;
  }
}

.Header div.SearchForm #indexedsearchbox {
  overflow: hidden;
  width: 150px;
}

.Header div.SearchForm #indexedsearchbox:before,
.Header div.SearchForm #indexedsearchbox:after {
  content: " ";
  display: table;
}

.Header div.SearchForm #indexedsearchbox:after {
  clear: both;
}

.Header div.SearchForm input[type="text"] {
  float: left;
  height: 25px;
  width: 7.5rem;
  padding-left: 0.4375rem;
  background: white;
  color: #243746;
  border: 1px solid #d4d4d4;
}

.Header div.SearchForm button[type="submit"] {
  float: right;
  height: 25px;
  border: 0;
  color: white;
  background: #bc0045;
  border-radius: 0;
  padding: 0 6px;
}

.Header div.SearchForm div.Submit {
  font-family: FontAwesome;
  color: white;
  font-weight: 300;
  float: left;
}

.Header div.SearchForm div.Keyword {
  overflow: hidden;
  clear: both;
  float: left;
}

.GERightColumnItem .PageMenu:first-child h0 {
  margin-top: 0;
}

.GERightColumnItem .PageMenu:first-child h1 {
  margin-top: 0;
}

.GERightColumnItem .PageMenu:first-child h2 {
  margin-top: 0;
}

.GERightColumnItem .PageMenu:first-child h3 {
  margin-top: 0;
}

.GERightColumnItem .PageMenu:first-child h4 {
  margin-top: 0;
}

.GERightColumnItem .PageMenu:first-child h5 {
  margin-top: 0;
}

.GERightColumnItem .PageMenu:first-child h6 {
  margin-top: 0;
}

.PageMenu .csc-menu-1 a:before,
.PageMenu .csc-menu-def a:before {
  display: inline-block;
  content: "\f105";
  font-family: "FontAwesome";
  padding-right: 0.5rem;
  color: #b00441;
  font-weight: bold;
}

.PageMenu .csc-menu-4 {
  margin-top: 2.5rem;
}

.PageMenu .csc-menu-4 .pageMenuEntry {
  border-left: 3px solid #bc0045;
  padding-top: 1em;
  padding-bottom: 4em;
  margin-top: 0.5em;
  background-color: #f4f5f6;
}
@media only screen and (max-width: 48em) {
  .PageMenu .csc-menu-4 .pageMenuEntry {
    padding-bottom: 2em;
  }
}

.PageMenu .csc-menu-4 .headlineContainer h0 {
  margin-top: 0;
}

.PageMenu .csc-menu-4 .headlineContainer h1 {
  margin-top: 0;
}

.PageMenu .csc-menu-4 .headlineContainer h2 {
  margin-top: 0;
}

.PageMenu .csc-menu-4 .headlineContainer h3 {
  margin-top: 0;
}

.PageMenu .csc-menu-4 .headlineContainer h4 {
  margin-top: 0;
}

.PageMenu .csc-menu-4 .headlineContainer h5 {
  margin-top: 0;
}

.PageMenu .csc-menu-4 .headlineContainer h6 {
  margin-top: 0;
}

.PageMenu .csc-menu-4 .headlineContainer h3 {
  padding-left: 0.625rem;
}

.PageMenu .csc-menu-4 .readMoreContainer a {
  font-weight: bold;
  text-transform: uppercase;
}

.PageMenu .csc-menu-4 .readMoreContainer a:before {
  display: inline-block;
  content: "\f105";
  font-family: "FontAwesome";
  padding-right: 0.5rem;
  color: #b00441;
  font-weight: bold;
}

.ContentContainer .tx-indexedsearch .tx-indexedsearch-form,
.ContentContainer .tx-indexedsearch .tx-indexedsearch-search-submit {
  display: inline-block;
}

.ContentContainer .tx-indexedsearch .tx-indexedsearch-text-item-path {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}

.ContentContainer .tx-indexedsearch .tx-indexedsearch-form {
  float: left;
  width: 70%;
}
@media only screen and (max-width: 40em) {
  .ContentContainer .tx-indexedsearch .tx-indexedsearch-form {
    width: 60%;
  }
}

.ContentContainer .tx-indexedsearch .tx-indexedsearch-form input[type="text"] {
  width: 100%;
}

.ContentContainer .tx-indexedsearch input[type="text"],
.ContentContainer .tx-indexedsearch input[type="submit"],
.ContentContainer .tx-indexedsearch button[type="submit"] {
  padding: 0.5em;
  height: 3em;
  display: inline-block;
}

.ContentContainer .tx-indexedsearch button[type="submit"] {
  padding: 8px 30px 8px 30px;
  border: none;
  background-color: #bc0045;
  color: white;
}

.ContentContainer .tx-indexedsearch button[type="submit"]:hover {
  background-color: #d6004e;
}

.ContentContainer .tx-indexedsearch button[type="submit"]:focus {
  background-color: #cb004b;
  outline: none;
}

.ContentContainer .tx-indexedsearch .tx-indexedsearch-redMarkup {
  color: #bc0045 !important;
}

.mainColumn > .csc-textpic {
  padding-top: 3.75rem;
  padding-bottom: 2.5rem;
}

.mainColumn
  > .csc-textpic.csc-textpic-intext-left-nowrap
  .csc-textpic-imagewrap {
  margin-right: 1.875rem;
}
@media only screen and (max-width: 40em) {
  .mainColumn
    > .csc-textpic.csc-textpic-intext-left-nowrap
    .csc-textpic-imagewrap {
    margin-right: 0;
  }
}

.tx-powermail {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 58.75rem;
  background-color: white;
  padding-bottom: 2em;
}

.tx-powermail:before,
.tx-powermail:after {
  content: " ";
  display: table;
}

.tx-powermail:after {
  clear: both;
}

.tx-powermail form > h3 {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  float: left;
}

.tx-powermail form {
  padding-top: 2em;
}

.tx-powermail form fieldset {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  float: left;
  border: none;
}

.tx-powermail form fieldset ul.parsley-errors-list {
  padding-left: 0;
  color: #b00441;
}

.tx-powermail form fieldset .powermail_checkbox {
  margin-right: 7px;
}

.tx-powermail form fieldset fieldset {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  float: left;
}

.tx-powermail form fieldset legend {
  display: none;
}

.tx-powermail form fieldset .powermail_fieldwrap {
  width: 31%;
  float: left;
  margin: 0.5em 0;
  margin-right: 3.3%;
  overflow: hidden;
}

.tx-powermail form fieldset .powermail_fieldwrap input[type="text"],
.tx-powermail form fieldset .powermail_fieldwrap input[type="email"],
.tx-powermail form fieldset .powermail_fieldwrap input[type="tel"],
.tx-powermail form fieldset .powermail_fieldwrap input[type="date"],
.tx-powermail form fieldset .powermail_fieldwrap select {
  width: 100%;
}
@media only screen and (max-width: 40em) {
  .tx-powermail form fieldset .powermail_fieldwrap {
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }
}
.tx-powermail form fieldset .powermail_label {
  display: block;
}
.tx-powermail form fieldset .powermail_fieldwrap_check,
.tx-powermail form fieldset .powermail_fieldwrap_type_check,
.tx-powermail form fieldset .powermail_fieldwrap_text,
.tx-powermail form fieldset .powermail_fieldwrap_type_text {
  width: 100%;
  margin-top: 1em;
}

.tx-powermail form fieldset .powermail_fieldwrap_check:first-child,
.tx-powermail form fieldset .powermail_fieldwrap_type_check:first-child,
.tx-powermail form fieldset .powermail_fieldwrap_text:first-child,
.tx-powermail form fieldset .powermail_fieldwrap_type_text:first-child {
  margin-top: 1em;
}

.tx-powermail form fieldset .powermail_fieldwrap_content,
.tx-powermail form fieldset .powermail_fieldwrap_type_content {
  clear: both;
  width: 75%;
  padding-top: 2em;
}
@media only screen and (max-width: 40em) {
  .tx-powermail form fieldset .powermail_fieldwrap_content,
  .tx-powermail form fieldset .powermail_fieldwrap_type_content {
    width: 90%;
  }
}

.tx-powermail form fieldset .powermail_fieldwrap_submit,
.tx-powermail form fieldset .powermail_fieldwrap_type_submit {
  float: right;
  display: block;
  margin-top: 2em;
  margin-right: 0;
}

.tx-powermail form fieldset .powermail_fieldwrap_submit input[type="submit"],
.tx-powermail
  form
  fieldset
  .powermail_fieldwrap_type_submit
  input[type="submit"] {
  padding: 8px 30px 8px 30px;
  border: none;
  background-color: #bc0045;
  color: white;
  text-transform: uppercase;
  float: right;
}
@media only screen and (max-width: 40em) {
  .tx-powermail form fieldset .powermail_fieldwrap_submit,
  .tx-powermail form fieldset .powermail_fieldwrap_type_submit {
    float: none;
  }
}

.tx-powermail form fieldset .parsley-errors-list {
  padding-left: 20px;
}

.tx-powermail form fieldset .powermail_fieldwrap_typoscript,
.tx-powermail form fieldset .powermail_fieldwrap_type_typoscript {
  display: none;
}

.tx-powermail form.healthAbroad #powermail_fieldwrap_19,
.tx-powermail form.healthAbroad #powermail_fieldwrap_28,
.tx-powermail form.healthAbroad #powermail_fieldwrap_29,
.tx-powermail form.healthAbroad #powermail_fieldwrap_30,
.tx-powermail form.healthAbroad #powermail_fieldwrap_16,
.tx-powermail form.healthAbroad #powermail_fieldwrap_267,
.tx-powermail form.healthAbroad #powermail_fieldwrap_275,
.tx-powermail form.healthAbroad #powermail_fieldwrap_279 {
  margin-right: 0;
}
.tx-powermail form.reiserueck #powermail_fieldwrap_294,
.tx-powermail form.reiserueck .powermail_fieldwrap_geburtsdatum,
.tx-powermail form.reiserueck #powermail_fieldwrap_297,
.tx-powermail form.reiserueck .powermail_fieldwrap_ort,
.tx-powermail form.reiserueck #powermail_fieldwrap_332,
.tx-powermail form.reiserueck .powermail_fieldwrap_reisepreis,
.tx-powermail form.reiserueck #powermail_fieldwrap_302,
.tx-powermail form.reiserueck .powermail_fieldwrap_versicherungsbeginn,
.tx-powermail form.reiserueck #powermail_fieldwrap_308,
.tx-powermail form.reiserueck .powermail_fieldwrap_geburtsdatum_01,
.tx-powermail form.reiserueck #powermail_fieldwrap_312,
.tx-powermail form.reiserueck .powermail_fieldwrap_geburtsdatum_02,
.tx-powermail form.reiserueck #powermail_fieldwrap_316,
.tx-powermail form.reiserueck .powermail_fieldwrap_geburtsdatum_03,
.tx-powermail form.reiserueck #powermail_fieldwrap_320,
.tx-powermail form.reiserueck .powermail_fieldwrap_geburtsdatum_04,
.tx-powermail form.reiserueck #powermail_fieldwrap_324,
.tx-powermail form.reiserueck .powermail_fieldwrap_geburtsdatum_05,
.tx-powermail form.reiserueck #powermail_fieldwrap_336,
.tx-powermail form.reiserueck .powermail_fieldwrap_geburtsdatum_06 {
  margin-right: 0;
}

.tx-powermail form.smartphone .powermail_check_legend,
.tx-powermail form.smartphone .powermail_fieldwrap_type_check .powermail_label {
  display: none;
}

.tx-powermail form.smartphone .powermail_fieldwrap_submit,
.tx-powermail form.smartphone .powermail_fieldwrap_type_submit {
  float: none;
  clear: both;
  width: 100%;
}

.tx-powermail form.smartphone #powermail_fieldwrap_281,
.tx-powermail form.smartphone .powermail_fieldwrap_telefon {
  float: none;
  clear: both;
}

.smartphone table th,
.smartphone table th[scope="row"],
.smartphone table td {
  min-width: auto;
  width: 16.66%;
}

table.smartphone th[scope="row"] {
  text-align: left;
}

.tx-powermail form.smartphone #powermail_fieldwrap_3,
.tx-powermail form.smartphone .powermail_fieldwrap_e_mail,
.tx-powermail form.smartphone #powermail_fieldwrap_6,
.tx-powermail form.smartphone .powermail_fieldwrap_ort,
.tx-powermail form.smartphone #powermail_fieldwrap_8,
.tx-powermail form.smartphone .powermail_fieldwrap_bic,
.tx-powermail form.smartphone #powermail_fieldwrap_63,
.tx-powermail form.smartphone .powermail_fieldwrap_laufzeit {
  margin-right: 0;
}

.tx-powermail form.ladymed .powermail_check_legend {
  display: none;
}

.tx-powermail form.ladymed .powermail_fieldwrap_submit,
.tx-powermail form.ladymed .powermail_fieldwrap_type_submit {
  float: none;
  clear: both;
  width: 100%;
}

.tx-powermail form.ladymed #powermail_fieldwrap_85,
.tx-powermail form.ladymed .powermail_fieldwrap_e_mail,
.tx-powermail form.ladymed #powermail_fieldwrap_88,
.tx-powermail form.ladymed .powermail_fieldwrap_ort,
.tx-powermail form.ladymed #powermail_fieldwrap_93,
.tx-powermail form.ladymed .powermail_fieldwrap_versicherungstyp,
.tx-powermail form.ladymed #powermail_fieldwrap_104,
.tx-powermail form.ladymed .powermail_fieldwrap_geburtsdatum,
.tx-powermail form.ladymed #powermail_fieldwrap_108,
.tx-powermail form.ladymed #powermail_fieldwrap_112,
.tx-powermail form.ladymed #powermail_fieldwrap_121,
.tx-powermail form.ladymed #powermail_fieldwrap_90,
.tx-powermail form.ladymed .powermail_fieldwrap_bic {
  margin-right: 0;
}

.tx-powermail form.ladymed #powermail_fieldwrap_121 textarea {
  width: 100%;
}

.tx-powermail form.ladymed #powermail_fieldwrap_105 legend,
.tx-powermail form.ladymed #powermail_fieldwrap_118 legend,
.tx-powermail form.ladymed .powermail_fieldwrap_marker_ve31dcp3 {
  display: inline-block;
  width: 100%;
}

.tx-powermail form.ladymed #powermail_fieldwrap_123,
.tx-powermail form.ladymed .powermail_fieldwrap_marker_9g8tf9f9,
.tx-powermail form.ladymed #powermail_fieldwrap_258 {
  display: block;
  width: 100%;
}

.tx-powermail form fieldset .powermail_fieldwrap_105 {
  width: 100%;
}

.tx-powermail form.hundeop .pwermail_check_legend {
  display: none;
}

.tx-powermail form.hundeop .powermail_fieldwrap_submit,
.tx-powermail form.hundeop .powermail_fieldwrap_type_submit {
  float: none;
  clear: both;
  width: 100%;
}

.tx-powermail form.hundeop #powermail_fieldwrap_129,
.tx-powermail form.hundeop #powermail_fieldwrap_132,
.tx-powermail form.hundeop #powermail_fieldwrap_137,
.tx-powermail form.hundeop #powermail_fieldwrap_149 {
  margin-right: 0;
}

.tx-powermail form.hundeop #powermail_fieldwrap_155 {
  display: block;
  width: 100%;
}

.tx-powermail form.katzenop .pwermail_check_legend {
  display: none;
}

.tx-powermail form.katzenop .powermail_fieldwrap_submit,
.tx-powermail form.katzenop .powermail_fieldwrap_type_submit {
  float: none;
  clear: both;
  width: 100%;
}

.tx-powermail form.katzenop #powermail_fieldwrap_161,
.tx-powermail form.katzenop #powermail_fieldwrap_164,
.tx-powermail form.katzenop #powermail_fieldwrap_167,
.tx-powermail form.katzenop #powermail_fieldwrap_178 {
  margin-right: 0;
}

.tx-powermail form.katzenop #powermail_fieldwrap_170 {
  display: block;
  width: 100%;
}

.tx-powermail form.moped .powermail_fieldwrap_check,
.tx-powermail form.moped .powermail_fieldwrap_type_check {
  width: 100%;
}

.tx-powermail form.moped #powermail_fieldwrap_35,
.tx-powermail form.moped #powermail_fieldwrap_38,
.tx-powermail form.moped #powermail_fieldwrap_46,
.tx-powermail form.moped #powermail_fieldwrap_41 {
  margin-right: 0;
}

.tx-powermail form.moped #powermail_fieldwrap_47 {
  padding-top: 47px;
}
@media only screen and (max-width: 40em) {
  .tx-powermail form.moped #powermail_fieldwrap_47 {
    padding-top: inherit;
  }
}

.tx-powermail form.musik #powermail_fieldwrap_190,
.tx-powermail form.musik .powermail_fieldwrap_e_mail,
.tx-powermail form.musik #powermail_fieldwrap_193,
.tx-powermail form.musik .powermail_fieldwrap_ort,
.tx-powermail form.musik #powermail_fieldwrap_197,
.tx-powermail form.musik .powermail_fieldwrap_iban,
.tx-powermail form.musik #powermail_fieldwrap_209,
.tx-powermail form.musik .powermail_fieldwrap_einverstndnisagb {
  margin-right: 0;
}

.tx-powermail form.musik #powermail_fieldwrap_225,
.tx-powermail form.musik .powermail_fieldwrap_marker_mr9cha33 {
  width: 100%;
}

.tx-powermail form.musik #powermail_fieldwrap_216,
.tx-powermail form.musik .powermail_fieldwrap_info,
.tx-powermail form.musik #powermail_fieldwrap_223,
.tx-powermail form.musik .powermail_fieldwrap_instrument {
  display: block;
  width: 100%;
  margin-right: 0;
}
.tx-powermail form.musik #powermail_fieldwrap_216 table,
.tx-powermail form.musik .powermail_fieldwrap_info table {
  width: 100%;
}

.tx-powermail form.musik #powermail_fieldwrap_222,
.tx-powermail form.musik .powermail_fieldwrap_versicherungsende {
  display: block;
  margin-right: 0;
  min-height: 3.1em;
}

.tx-powermail form.musik table th,
.tx-powermail form.musik table td {
  min-width: auto;
  width: auto;
  vertical-align: top;
  text-align: left;
}

.tx-powermail form.musik table th:first-child,
.tx-powermail form.musik table td:first-child {
  width: 22%;
}

.tx-powermail form.musik table.musikinstrumente th:first-child,
.tx-powermail form.musik table td:first-child {
  width: auto;
}

.tx-powermail form.musik table.musikinstrumente {
  width: 100%;
}

.tx-powermail form.musik table th:nth-child(3),
.tx-powermail form.musik table td:nth-child(3) {
  width: 20%;
}

.tx-powermail form.musik #calc-Posten th:nth-child(4),
.tx-powermail form.musik #calc-Posten td:nth-child(4) {
  display: none;
}

.tx-powermail form fieldset table .powermail_fieldwrap input[type="text"] {
  width: 60%;
}

.tx-powermail form fieldset .calculator_row .powermail_fieldwrap {
  width: 100%;
}

.tx-powermail
  form.musik
  fieldset
  .powermail_fieldwrap_submit
  input[type="button"],
.tx-powermail
  form.musik
  fieldset
  .powermail_fieldwrap_type_submit
  input[type="button"] {
  padding: 8px 30px 8px 30px;
  border: none;
  background-color: #bc0045;
  color: white;
  text-transform: uppercase;
  float: right;
  margin-right: 1em;
}

.tx-powermail form.musik fieldset table .powermail_fieldwrap,
.tx-powermail form.musik fieldset .powermail_fieldwrap_submit,
.tx-powermail form.musik fieldset .powermail_fieldwrap_type_submit {
  width: 100%;
}

.tx-powermail
  form.musik
  fieldset
  .powermail_fieldwrap_submit_2
  input[type="button"],
.tx-powermail
  form.musik
  fieldset
  .powermail_fieldwrap_type_submit_2
  input[type="button"] {
  font-size: 0.6em;
  float: left;
}

.tx-powermail form.fahrrad #powermail_fieldwrap_244 input[type="text"],
.tx-powermail form.fahrrad #powermail_fieldwrap_245 input[type="text"],
.tx-powermail form.fahrrad #powermail_fieldwrap_248 input[type="text"] {
  border: 0;
}

.tx-powermail form.fahrrad #powermail_fieldwrap_259,
.tx-powermail form.fahrrad #powermail_fieldwrap_233,
.tx-powermail form.fahrrad #powermail_fieldwrap_236,
.tx-powermail form.fahrrad #powermail_fieldwrap_241,
.tx-powermail form.fahrrad #powermail_fieldwrap_240 {
  margin-right: 0;
}

.tx-powermail form.fahrrad #powermail_fieldwrap_244,
.tx-powermail form.fahrrad #powermail_fieldwrap_245,
.tx-powermail form.fahrrad #powermail_fieldwrap_248 {
  display: block;
}

.tx-powermail form.fahrrad #powermail_fieldwrap_248 {
  margin-right: 0;
}

.tx-powermail form.fahrrad #powermail_fieldwrap_255 {
  margin-right: 0;
  width: 100%;
  display: block;
}

.tx-powermail form.kontakt {
  overflow: hidden;
}

.tx-powermail form.kontakt fieldset {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  float: left;
}

.tx-powermail form.kontakt .powermail_fieldwrap,
.tx-powermail form.kontakt textarea {
  float: none;
  width: 100%;
}

table {
  border-collapse: collapse;
}

table thead th {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  text-align: center;
}

table tr {
  border: 1px solid #a9a9a9;
}

table th,
table td {
  min-width: 20%;
  width: 20%;
  padding: 0 1em;
  vertical-align: middle;
  border: 1px solid #a9a9a9;
}

table tbody td {
  text-align: right;
}

table th[scope="row"] {
  width: 25%;
}

.contenttable {
  text-align: left;
}

.csc-uploads li {
  border-bottom: 1px dotted #243746;
  padding-bottom: 15px;
}

.csc-uploads li span.csc-uploads-fileName {
  font-weight: bold;
}

.ArticleContainer {
  background-color: white;
}

.ArticleContainer article {
  overflow-x: auto;
  padding-bottom: 1em;
}

.ArticleContainer article a {
  text-decoration: underline;
}

.ArticleContainer article a:hover {
  text-decoration: none;
}

/* Slider */

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: 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-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.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;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.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;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url('../../../fileadmin/sys/sites/fvb.de/Resources/Public/Stylesheets/./vendor/slick/fonts/slick.eot');
  src: url('../../../fileadmin/sys/sites/fvb.de/Resources/Public/Stylesheets/./vendor/slick/fonts/slick.eot?#iefix') format("embedded-opentype"),
    url('../../../fileadmin/sys/sites/fvb.de/Resources/Public/Stylesheets/./vendor/slick/fonts/slick.woff') format("woff"),
    url('../../../fileadmin/sys/sites/fvb.de/Resources/Public/Stylesheets/./vendor/slick/fonts/slick.ttf') format("truetype"),
    url('../../../fileadmin/sys/sites/fvb.de/Resources/Public/Stylesheets/./vendor/slick/fonts/slick.svg#slick') format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */

.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px;
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "\2190";
}

[dir="rtl"] .slick-prev:before {
  content: "\2192";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "\2192";
}

[dir="rtl"] .slick-next:before {
  content: "\2190";
}

/* Dots */

.slick-slider {
  margin-bottom: 30px;
}
@media only screen and (max-width: 40em) {
  .slick-slider {
    margin-bottom: 50px;
  }
}

.slick-dots {
  position: absolute;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\2022";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

.InstantProtectionCarousel a {
  color: inherit;
}

.InstantProtectionCarousel a:hover {
  text-decoration: underline;
}

.InstantProtectionCarousel .sliderThumb {
  font-size: inherit;
  color: black;
  line-height: 1.2;
}

.InstantProtectionCarousel .sliderThumb:before {
  display: none;
}

.InstantProtectionCarousel ul.slick-dots li,
.InstantProtectionCarousel ul.slick-dots li button {
  width: auto;
  height: auto;
}

.InstantProtectionCarousel ul.slick-dots li.slick-active button {
  font-weight: bold;
}

.InstantProtectionCarousel .slick-prev,
.InstantProtectionCarousel .slick-next {
  display: none !important;
}

.InstantProtectionCarousel .image {
  width: 290px;
  height: 170px;
  margin: 0 auto;
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 40em) {
  .InstantProtectionCarousel .image {
    width: 100%;
    height: auto;
  }
}

.InstantProtectionCarousel .bodytext {
  text-align: center;
}

.InstantProtectionCarousel .bodytext h3 {
  margin-top: 0;
  font-size: 15px;
}

.InstantProtectionCarousel .bodytext p:first-child {
  color: #b00441;
  margin-bottom: 0;
}

.mainColumn .tx-felogin-pi1 form fieldset input[type="submit"] {
  padding: 8px 30px 8px 30px;
  border: none;
  background-color: #bc0045;
  color: white;
}

.mainColumn .tx-felogin-pi1 form fieldset input[type="submit"]:hover {
  background-color: #d6004e;
}

.mainColumn .tx-felogin-pi1 form fieldset input[type="submit"]:focus {
  background-color: #cb004b;
  outline: none;
}
@media only screen and (max-width: 40em) {
  .mainColumn .tx-felogin-pi1 form fieldset div {
    margin-top: 15px;
  }
}

/*manual edit begin*/
.GELeftColumnContent .news-list-view .article:first-child {
  padding-top: 0;
}

.powermail_form .powermail_fieldwrap a {
  text-decoration: underline;
}

.powermail_form fieldset .powermail_fieldwrap a:hover {
  text-decoration: none;
}

.news-related ul li span {
  border: 0;
}
.news-related ul li span.news-related-files-size {
  display: none;
}
/*# sourceMappingURL=app.css.map */

.gm-style .gm-style-iw {
  color: #000;
}
.gm-style img {
  max-width: none;
}
.gm-style label {
  width: auto;
  display: inline;
}

/*.cbQuickGoogleMap{position:relative;height:0;overflow:hidden;padding-bottom:50%;}
.inner_cbQuickGoogleMap{position:absolute;top:0;left:0;width:100% !important;height: 170px;} */

@media only screen and (min-width: 40.063em) {
  .mainColumn .GETwoColumnContent-50-2 .GELeftColumnContent,
  .mainColumn .GETwoColumnContent-50-2 .GERightColumnContent {
    padding-left: 0;
    padding-right: 0;
    width: 50%;
    float: left;
    margin-left: 0 !important;
  }
  .mainColumn .GETwoColumnContent-50-2 .GERightColumnContent .ArticleContainer {
    margin: 0 15px;
  }
}

@media only screen and (max-width: 999px) {
  .mainColumn .GETwoColumnContent-50-2 .GELeftColumnContent,
  .mainColumn .GETwoColumnContent-50-2 .GERightColumnContent {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    float: none;
  }
  .mainColumn .GETwoColumnContent-50-2 .GERightColumnContent .ArticleContainer {
    margin: 15px 0;
  }
}

div.TitleImageSlider div.SliderItem .description p {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  font-family: "Libre Baskerville", serif;
  color: #243746;
}

div.TitleImageSlider div.SliderItem .description p {
  display: inline;
  padding: 14px;
  font-weight: bold;
  font-size: 48px;
  line-height: 1.9;
  background: white;
  box-shadow: 25px 0 0 white, -25px 0 0 white;
  -webkit-box-decoration-break: clone;
  -ms-box-decoration-break: clone;
  box-decoration-break: clone;
}

.ArticleContainer article a.call-2-action {
  padding: 8px 30px 8px 30px;
  border: none;
  background-color: #bc0045;
  color: white;
  text-transform: uppercase;
  display: block;
  width: 80%;
  text-decoration: none;
}

.ArticleContainer article a.call-2-more {
  padding: 8px 30px 8px 30px;
  border: none;
  background-color: #bc0045;
  color: white;
  text-transform: uppercase;
  display: inline-block;
  width: auto;
  text-decoration: none;
  float: right;
}

.tx-filelist ol.breadcrumb {
  display: block;
  list-style-type: none;
  margin: 0;
  margin-bottom: 1em;
  padding: 0;
}
.tx-filelist .breadcrumb li {
  float: left;
  display: block;
}
.tx-filelist .breadcrumb li:after {
  content: "/";
  padding: 0 0.5em;
  margin-right: 0.25em;
}

.tx-filelist table tbody td {
  text-align: left;
}
.tx-filelist .media-left {
  float: left;
  padding-bottom: 0.5em;
}
.tx-filelist .media-left img {
  width: 24px;
  height: 24px;
}
.tx-filelist .media-body {
  margin-left: 35px;
}
.tx-filelist .media-heading {
  margin-bottom: 0;
}
.tx-filelist .label-default {
  color: white;
  background: #bc0045;
  padding: 0.25em 0.5em;
  margin: 0 1em;
  margin-left: 32px;
}

.tx-filelist .media-left a[href$=".pdf"] img {
  content: url("/typo3conf/ext/file_list/Resources/Public/Icons/Files/pdf.png");
}
.tx-filelist .media-left a[href$=".doc"] img {
  content: url("/typo3conf/ext/file_list/Resources/Public/Icons/Files/doc.png");
}
.tx-filelist .media-left a[href$=".docx"] img {
  content: url("/typo3conf/ext/file_list/Resources/Public/Icons/Files/docx.png");
}
.tx-filelist .media-left a[href$=".zip"] img {
  content: url("/typo3conf/ext/file_list/Resources/Public/Icons/Files/zip.png");
}
.tx-filelist .media-left a[href$=".xls"] img {
  content: url("/typo3conf/ext/file_list/Resources/Public/Icons/Files/xls.png");
}
.tx-filelist .media-left a[href$=".xlsx"] img {
  content: url("/typo3conf/ext/file_list/Resources/Public/Icons/Files/xlsx.png");
}
.tx-filelist .media-left a[href$=".txt"] img {
  content: url("/typo3conf/ext/file_list/Resources/Public/Icons/Files/txt.png");
}
.tx-filelist .media-left a[href$=".ppt"] img {
  content: url("/typo3conf/ext/file_list/Resources/Public/Icons/Files/ppt.png");
}
.tx-filelist .media-left a[href$=".pptx"] img {
  content: url("/typo3conf/ext/file_list/Resources/Public/Icons/Files/pptx.png");
}
.tx-filelist .media-left a[href$=".png"] img {
  content: url("/typo3conf/ext/file_list/Resources/Public/Icons/Files/png.png");
}
.tx-filelist .media-left a[href$=".jpg"] img {
  content: url("/typo3conf/ext/file_list/Resources/Public/Icons/Files/jpg.png");
}
.tx-filelist .media-left a[href$=".jpeg"] img {
  content: url("/typo3conf/ext/file_list/Resources/Public/Icons/Files/jpg.png");
}

.tx-filelist h1,
.tx-filelist h2,
.tx-filelist h3,
.tx-filelist h4,
.tx-filelist h5 {
  font-family: "PT Sans", sans-serif;
}

div.TitleImageVideo div.SliderItem div.slider-item-image { display: block; }
.videoContainer video { width: 100%; }
@media only screen and (max-width: 1023px) {
  div.TitleImageVideo div.SliderItem .description p {
    display: inline-block;
    font-size: 32px;
    line-height: 1.5;
    margin: 2px 0;
  }
  .div.TitleImageSlider div.SliderItem div.cta-link {
    font-size: 18px;
  }
}
@media only screen and (min-width: 40.063em) {
  div.TitleImageVideo,
  div.TitleImageVideo div.SliderItem {
    height: auto;
  }
}
@media only screen and (min-width: 1280px) {
  div.TitleImageVideo,
  div.TitleImageVideo div.SliderItem {
    height: 700px;
  }
  div.slider-item-image { height: 770px; position: relative; display: block; }
  .videoContainer { position:absolute; width:100%; overflow: hidden; z-index: -1; bottom: 0 }
}
/*
div.TitleImageVideo div.SliderItem div.slider-item-image { display: block; }
div.slider-item-image { height: 770px; position: relative; display: block; }
.videoContainer { position:absolute; height:700px; width:100%; overflow: hidden; z-index: -1; }
.videoContainer video { min-width: 100%; min-height: 100%; }
*/

/* div.TitleImageVideo div.SliderItem .description p { font-size: 38px; line-height: 2.1em; }
div.TitleImageVideo div.SliderItem .description { max-width: 600px; }
*/

/*
@media only screen and (min-width: 643px) {
div.TitleImageSlider div.SliderItem .slider-item-text { top: 35%; }
div.TitleImageVideo div.SliderItem .description { max-width: 800px; width: 110%; }
div.TitleImageVideo div.SliderItem .description p { font-size: 34px; line-height: 1.6; color: #8A0020; background: 0; color: #fff; box-shadow: none; }
}
*/

/*
@media only screen and (max-width: 642px) {
  div.slider-item-image { height:330px; }
  .videoContainer { position:absolute; height:330px; width:100%; overflow: hidden; }
  .videoContainer video { min-width: 100%; min-height: 100%; }
}
*/

@media only screen and (max-width: 44em) {
  .GETwoColumnContent-100
    div.csc-textpic-intext-left-nowrap
    .csc-textpic-imagewrap,
  .GETwoColumnContent-100 .ce-left .ce-gallery {
    float: none;
  }
  .GETwoColumnContent-100 div.csc-textpic-intext-left-nowrap .ce-textpic {
    margin-left: 0;
  }
}

.csc-menu.csc-menu-3 {
  margin-bottom: 1em;
}
.csc-menu-3 .l0 {
  display: none;
}
.csc-menu-3 .l1 {
  font-weight: bold;
  line-height: 2.4em;
}
.csc-menu-3 .l2 {
  text-indent: 1em;
  line-height: 1.8em;
}