@charset "UTF-8";
* {
  box-sizing: border-box; }

/* fonts */
@CHARSET "UTF-8";
@font-face {
  font-family: Rotis;
  src: url("../fonts/rotis.eot");
  src: url("../fonts/rotis.eot?#iefix") format("embedded-opentype"), url("../fonts/rotis.woff") format("woff"), url("../fonts/rotis.ttf") format("truetype");
  font-weight: normal; }
@font-face {
  font-family: "Rotis";
  src: url("../fonts/rotisBold.eot");
  src: url("../fonts/rotisBold.eot?#iefix") format("embedded-opentype"), url("../fonts/rotisBold.woff") format("woff"), url("../fonts/rotisBold.ttf") format("truetype");
  font-weight: bold; }
.ios:not(html) {
  -webkit-transform: translate3d(0, 0, 0); }

/* font awesome */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.5.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.5.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.5.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.5.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.5.0") format("truetype"), url("../fonts/fontawesome-webfont.svg#fontawesomeregular?v=4.5.0") format("svg");
  font-weight: normal;
  font-style: normal; }
/* FONT AWESOME CORE
 * -------------------------- */
[class^="icon-"],
[class*=" icon-"] {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em; }

[class^="icon-"]:before,
[class*=" icon-"]:before {
  text-decoration: inherit;
  display: inline-block;
  speak: none; }

/* makes the font 33% larger relative to the icon container */
.icon-large:before {
  vertical-align: -10%;
  font-size: 1.33333em; }

/* makes sure icons active on rollover in links */
a [class^="icon-"],
a [class*=" icon-"] {
  display: inline; }

/* increased font size for icon-large */
[class^="icon-"].icon-fixed-width,
[class*=" icon-"].icon-fixed-width {
  display: inline-block;
  width: 1.14286em;
  text-align: right;
  padding-right: 0.28571em; }

[class^="icon-"].icon-fixed-width.icon-large,
[class*=" icon-"].icon-fixed-width.icon-large {
  width: 1.42857em; }

.icons-ul {
  margin-left: 2.14286em;
  list-style-type: none; }

.icons-ul > li {
  position: relative; }

.icons-ul .icon-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  text-align: center;
  line-height: inherit; }

[class^="icon-"].hide,
[class*=" icon-"].hide {
  display: none; }

.icon-muted {
  color: #eeeeee; }

.icon-light {
  color: white; }

.icon-dark {
  color: #333333; }

.icon-border {
  border: solid 1px #eeeeee;
  padding: .2em .25em .15em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

.icon-2x {
  font-size: 2em; }

.icon-2x.icon-border {
  border-width: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.icon-3x {
  font-size: 3em; }

.icon-3x.icon-border {
  border-width: 3px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }

.icon-4x {
  font-size: 4em; }

.icon-4x.icon-border {
  border-width: 4px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px; }

.icon-5x {
  font-size: 5em; }

.icon-5x.icon-border {
  border-width: 5px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px; }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

[class^="icon-"].pull-left,
[class*=" icon-"].pull-left {
  margin-right: .3em; }

[class^="icon-"].pull-right,
[class*=" icon-"].pull-right {
  margin-left: .3em; }

/* BOOTSTRAP SPECIFIC CLASSES
 * -------------------------- */
/* Bootstrap 2.0 sprites.less reset */
[class^="icon-"],
[class*=" icon-"] {
  display: inline;
  width: auto;
  height: auto;
  line-height: normal;
  vertical-align: baseline;
  background-image: none;
  background-position: 0% 0%;
  background-repeat: repeat;
  margin-top: 0; }

/* more sprites.less reset */
.icon-white,
.nav-pills > .active > a > [class^="icon-"],
.nav-pills > .active > a > [class*=" icon-"],
.nav-list > .active > a > [class^="icon-"],
.nav-list > .active > a > [class*=" icon-"],
.navbar-inverse .nav > .active > a > [class^="icon-"],
.navbar-inverse .nav > .active > a > [class*=" icon-"],
.dropdown-menu > li > a:hover > [class^="icon-"],
.dropdown-menu > li > a:hover > [class*=" icon-"],
.dropdown-menu > .active > a > [class^="icon-"],
.dropdown-menu > .active > a > [class*=" icon-"],
.dropdown-submenu:hover > a > [class^="icon-"],
.dropdown-submenu:hover > a > [class*=" icon-"] {
  background-image: none; }

/* keeps Bootstrap styles with and without icons the same */
.btn [class^="icon-"].icon-large,
.btn [class*=" icon-"].icon-large, .nav [class^="icon-"].icon-large,
.nav [class*=" icon-"].icon-large {
  line-height: .9em; }

.btn [class^="icon-"].icon-spin,
.btn [class*=" icon-"].icon-spin, .nav [class^="icon-"].icon-spin,
.nav [class*=" icon-"].icon-spin {
  display: inline-block; }

.nav-tabs [class^="icon-"], .nav-tabs [class^="icon-"].icon-large,
.nav-tabs [class*=" icon-"],
.nav-tabs [class*=" icon-"].icon-large, .nav-pills [class^="icon-"], .nav-pills [class^="icon-"].icon-large,
.nav-pills [class*=" icon-"],
.nav-pills [class*=" icon-"].icon-large {
  line-height: .9em; }

.btn [class^="icon-"].pull-left.icon-2x, .btn [class^="icon-"].pull-right.icon-2x,
.btn [class*=" icon-"].pull-left.icon-2x,
.btn [class*=" icon-"].pull-right.icon-2x {
  margin-top: .18em; }

.btn [class^="icon-"].icon-spin.icon-large,
.btn [class*=" icon-"].icon-spin.icon-large {
  line-height: .8em; }

.btn.btn-small [class^="icon-"].pull-left.icon-2x, .btn.btn-small [class^="icon-"].pull-right.icon-2x,
.btn.btn-small [class*=" icon-"].pull-left.icon-2x,
.btn.btn-small [class*=" icon-"].pull-right.icon-2x {
  margin-top: .25em; }

.btn.btn-large [class^="icon-"],
.btn.btn-large [class*=" icon-"] {
  margin-top: 0; }

.btn.btn-large [class^="icon-"].pull-left.icon-2x, .btn.btn-large [class^="icon-"].pull-right.icon-2x,
.btn.btn-large [class*=" icon-"].pull-left.icon-2x,
.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
  margin-top: .05em; }

.btn.btn-large [class^="icon-"].pull-left.icon-2x,
.btn.btn-large [class*=" icon-"].pull-left.icon-2x {
  margin-right: .2em; }

.btn.btn-large [class^="icon-"].pull-right.icon-2x,
.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
  margin-left: .2em; }

/* Fixes alignment in nav lists */
.nav-list [class^="icon-"],
.nav-list [class*=" icon-"] {
  line-height: inherit; }

/* EXTRAS
 * -------------------------- */
/* Stacked and layered icon */
.icon-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: -35%; }

.icon-stack [class^="icon-"],
.icon-stack [class*=" icon-"] {
  display: block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  font-size: 1em;
  line-height: inherit;
  *line-height: 2em; }

.icon-stack .icon-stack-base {
  font-size: 2em;
  *line-height: 1em; }

/* Animated rotating icon */
.icon-spin {
  display: inline-block;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear; }

/* Prevent stack and spinners from being taken inline when inside a link */
a .icon-stack,
a .icon-spin {
  display: inline-block;
  text-decoration: none; }

@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg); }
  100% {
    -moz-transform: rotate(359deg); } }
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg); } }
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg); }
  100% {
    -o-transform: rotate(359deg); } }
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg); }
  100% {
    -ms-transform: rotate(359deg); } }
@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(359deg); } }
/* Icon rotations and mirroring */
.icon-rotate-90:before {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1); }

.icon-rotate-180:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2); }

.icon-rotate-270:before {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); }

.icon-flip-horizontal:before {
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.icon-flip-vertical:before {
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1); }

/* ensure rotation occurs inside anchor tags */
a .icon-rotate-90:before, a .icon-rotate-180:before, a .icon-rotate-270:before, a .icon-flip-horizontal:before, a .icon-flip-vertical:before {
  display: inline-block; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
 * readers do not read off random characters that represent icons */
.icon-glass:before {
  content: ""; }

.icon-music:before {
  content: ""; }

.icon-search:before {
  content: ""; }

.icon-envelope-alt:before {
  content: ""; }

.icon-heart:before {
  content: ""; }

.icon-star:before {
  content: ""; }

.icon-calculator:before {
  content: ""; }

.icon-star-empty:before {
  content: ""; }

.icon-user:before {
  content: ""; }

.icon-film:before {
  content: ""; }

.icon-th-large:before {
  content: ""; }

.icon-th:before {
  content: ""; }

.icon-th-list:before {
  content: ""; }

.icon-ok:before {
  content: ""; }

.icon-remove:before {
  content: ""; }

.icon-zoom-in:before {
  content: ""; }

.icon-zoom-out:before {
  content: ""; }

.icon-power-off:before,
.icon-off:before {
  content: ""; }

.icon-signal:before {
  content: ""; }

.icon-gear:before,
.icon-cog:before {
  content: ""; }

.icon-trash:before {
  content: ""; }

.icon-home:before {
  content: ""; }

.icon-file-alt:before {
  content: ""; }

.icon-time:before {
  content: ""; }

.icon-road:before {
  content: ""; }

.icon-download-alt:before {
  content: ""; }

.icon-download:before {
  content: ""; }

.icon-upload:before {
  content: ""; }

.icon-inbox:before {
  content: ""; }

.icon-play-circle:before {
  content: ""; }

.icon-rotate-right:before,
.icon-repeat:before {
  content: ""; }

.icon-refresh:before {
  content: ""; }

.icon-list-alt:before {
  content: ""; }

.icon-lock:before {
  content: ""; }

.icon-flag:before {
  content: ""; }

.icon-headphones:before {
  content: ""; }

.icon-volume-off:before {
  content: ""; }

.icon-volume-down:before {
  content: ""; }

.icon-volume-up:before {
  content: ""; }

.icon-qrcode:before {
  content: ""; }

.icon-barcode:before {
  content: ""; }

.icon-tag:before {
  content: ""; }

.icon-tags:before {
  content: ""; }

.icon-book:before {
  content: ""; }

.icon-bookmark:before {
  content: ""; }

.icon-print:before {
  content: ""; }

.icon-camera:before {
  content: ""; }

.icon-font:before {
  content: ""; }

.icon-bold:before {
  content: ""; }

.icon-italic:before {
  content: ""; }

.icon-text-height:before {
  content: ""; }

.icon-text-width:before {
  content: ""; }

.icon-align-left:before {
  content: ""; }

.icon-align-center:before {
  content: ""; }

.icon-align-right:before {
  content: ""; }

.icon-align-justify:before {
  content: ""; }

.icon-list:before {
  content: ""; }

.icon-indent-left:before {
  content: ""; }

.icon-indent-right:before {
  content: ""; }

.icon-facetime-video:before {
  content: ""; }

.icon-picture:before {
  content: ""; }

.icon-pencil:before {
  content: ""; }

.icon-map-marker:before {
  content: ""; }

.icon-adjust:before {
  content: ""; }

.icon-tint:before {
  content: ""; }

.icon-edit:before {
  content: ""; }

.icon-share:before {
  content: ""; }

.icon-check:before {
  content: ""; }

.icon-move:before {
  content: ""; }

.icon-step-backward:before {
  content: ""; }

.icon-fast-backward:before {
  content: ""; }

.icon-backward:before {
  content: ""; }

.icon-play:before {
  content: ""; }

.icon-pause:before {
  content: ""; }

.icon-stop:before {
  content: ""; }

.icon-forward:before {
  content: ""; }

.icon-fast-forward:before {
  content: ""; }

.icon-step-forward:before {
  content: ""; }

.icon-eject:before {
  content: ""; }

.icon-chevron-left:before {
  content: ""; }

.icon-chevron-right:before {
  content: ""; }

.icon-plus-sign:before {
  content: ""; }

.icon-minus-sign:before {
  content: ""; }

.icon-remove-sign:before {
  content: ""; }

.icon-ok-sign:before {
  content: ""; }

.icon-question-sign:before {
  content: ""; }

.icon-info-sign:before {
  content: ""; }

.icon-screenshot:before {
  content: ""; }

.icon-remove-circle:before {
  content: ""; }

.icon-ok-circle:before {
  content: ""; }

.icon-ban-circle:before {
  content: ""; }

.icon-arrow-left:before {
  content: ""; }

.icon-arrow-right:before {
  content: ""; }

.icon-arrow-up:before {
  content: ""; }

.icon-arrow-down:before {
  content: ""; }

.icon-mail-forward:before,
.icon-share-alt:before {
  content: ""; }

.icon-resize-full:before {
  content: ""; }

.icon-resize-small:before {
  content: ""; }

.icon-plus:before {
  content: ""; }

.icon-minus:before {
  content: ""; }

.icon-asterisk:before {
  content: ""; }

.icon-exclamation-sign:before {
  content: ""; }

.icon-gift:before {
  content: ""; }

.icon-leaf:before {
  content: ""; }

.icon-fire:before {
  content: ""; }

.icon-eye-open:before {
  content: ""; }

.icon-eye-close:before {
  content: ""; }

.icon-warning-sign:before {
  content: ""; }

.icon-plane:before {
  content: ""; }

.icon-calendar:before {
  content: ""; }

.icon-random:before {
  content: ""; }

.icon-comment:before {
  content: ""; }

.icon-magnet:before {
  content: ""; }

.icon-chevron-up:before {
  content: ""; }

.icon-chevron-down:before {
  content: ""; }

.icon-retweet:before {
  content: ""; }

.icon-shopping-cart:before {
  content: ""; }

.icon-folder-close:before {
  content: ""; }

.icon-folder-open:before {
  content: ""; }

.icon-resize-vertical:before {
  content: ""; }

.icon-resize-horizontal:before {
  content: ""; }

.icon-bar-chart:before {
  content: ""; }

.icon-twitter-sign:before {
  content: ""; }

.icon-facebook-sign:before {
  content: ""; }

.icon-camera-retro:before {
  content: ""; }

.icon-key:before {
  content: ""; }

.icon-gears:before,
.icon-cogs:before {
  content: ""; }

.icon-comments:before {
  content: ""; }

.icon-thumbs-up-alt:before {
  content: ""; }

.icon-thumbs-down-alt:before {
  content: ""; }

.icon-star-half:before {
  content: ""; }

.icon-heart-empty:before {
  content: ""; }

.icon-signout:before {
  content: ""; }

.icon-linkedin-sign:before {
  content: ""; }

.icon-pushpin:before {
  content: ""; }

.icon-external-link:before {
  content: ""; }

.icon-signin:before {
  content: ""; }

.icon-trophy:before {
  content: ""; }

.icon-github-sign:before {
  content: ""; }

.icon-upload-alt:before {
  content: ""; }

.icon-lemon:before {
  content: ""; }

.icon-phone:before {
  content: ""; }

.icon-unchecked:before,
.icon-check-empty:before {
  content: ""; }

.icon-bookmark-empty:before {
  content: ""; }

.icon-phone-sign:before {
  content: ""; }

.icon-twitter:before {
  content: ""; }

.icon-facebook:before {
  content: ""; }

.icon-github:before {
  content: ""; }

.icon-unlock:before {
  content: ""; }

.icon-credit-card:before {
  content: ""; }

.icon-rss:before {
  content: ""; }

.icon-hdd:before {
  content: ""; }

.icon-bullhorn:before {
  content: ""; }

.icon-bell:before {
  content: ""; }

.icon-certificate:before {
  content: ""; }

.icon-hand-right:before {
  content: ""; }

.icon-hand-left:before {
  content: ""; }

.icon-hand-up:before {
  content: ""; }

.icon-hand-down:before {
  content: ""; }

.icon-circle-arrow-left:before {
  content: ""; }

.icon-circle-arrow-right:before {
  content: ""; }

.icon-circle-arrow-up:before {
  content: ""; }

.icon-circle-arrow-down:before {
  content: ""; }

.icon-globe:before {
  content: ""; }

.icon-wrench:before {
  content: ""; }

.icon-tasks:before {
  content: ""; }

.icon-filter:before {
  content: ""; }

.icon-briefcase:before {
  content: ""; }

.icon-fullscreen:before {
  content: ""; }

.icon-group:before {
  content: ""; }

.icon-link:before {
  content: ""; }

.icon-cloud:before {
  content: ""; }

.icon-beaker:before {
  content: ""; }

.icon-cut:before {
  content: ""; }

.icon-copy:before {
  content: ""; }

.icon-paperclip:before,
.icon-paper-clip:before {
  content: ""; }

.icon-save:before {
  content: ""; }

.icon-sign-blank:before {
  content: ""; }

.icon-reorder:before {
  content: ""; }

.icon-list-ul:before {
  content: ""; }

.icon-list-ol:before {
  content: ""; }

.icon-strikethrough:before {
  content: ""; }

.icon-underline:before {
  content: ""; }

.icon-table:before {
  content: ""; }

.icon-magic:before {
  content: ""; }

.icon-truck:before {
  content: ""; }

.icon-pinterest:before {
  content: ""; }

.icon-pinterest-sign:before {
  content: ""; }

.icon-google-plus-sign:before {
  content: ""; }

.icon-google-plus:before {
  content: ""; }

.icon-money:before {
  content: ""; }

.icon-caret-down:before {
  content: ""; }

.icon-caret-up:before {
  content: ""; }

.icon-caret-left:before {
  content: ""; }

.icon-caret-right:before {
  content: ""; }

.icon-columns:before {
  content: ""; }

.icon-sort:before {
  content: ""; }

.icon-sort-down:before {
  content: ""; }

.icon-sort-up:before {
  content: ""; }

.icon-envelope:before {
  content: ""; }

.icon-linkedin:before {
  content: ""; }

.icon-rotate-left:before,
.icon-undo:before {
  content: ""; }

.icon-legal:before {
  content: ""; }

.icon-dashboard:before {
  content: ""; }

.icon-comment-alt:before {
  content: ""; }

.icon-comments-alt:before {
  content: ""; }

.icon-bolt:before {
  content: ""; }

.icon-sitemap:before {
  content: ""; }

.icon-umbrella:before {
  content: ""; }

.icon-paste:before {
  content: ""; }

.icon-lightbulb:before {
  content: ""; }

.icon-exchange:before {
  content: ""; }

.icon-cloud-download:before {
  content: ""; }

.icon-cloud-upload:before {
  content: ""; }

.icon-user-md:before {
  content: ""; }

.icon-stethoscope:before {
  content: ""; }

.icon-suitcase:before {
  content: ""; }

.icon-bell-alt:before {
  content: ""; }

.icon-coffee:before {
  content: ""; }

.icon-food:before {
  content: ""; }

.icon-file-text-alt:before {
  content: ""; }

.icon-building:before {
  content: ""; }

.icon-hospital:before {
  content: ""; }

.icon-ambulance:before {
  content: ""; }

.icon-medkit:before {
  content: ""; }

.icon-fighter-jet:before {
  content: ""; }

.icon-beer:before {
  content: ""; }

.icon-h-sign:before {
  content: ""; }

.icon-plus-sign-alt:before {
  content: ""; }

.icon-double-angle-left:before {
  content: ""; }

.icon-double-angle-right:before {
  content: ""; }

.icon-double-angle-up:before {
  content: ""; }

.icon-double-angle-down:before {
  content: ""; }

.icon-angle-left:before {
  content: ""; }

.icon-angle-right:before {
  content: ""; }

.icon-angle-up:before {
  content: ""; }

.icon-angle-down:before {
  content: ""; }

.icon-desktop:before {
  content: ""; }

.icon-laptop:before {
  content: ""; }

.icon-tablet:before {
  content: ""; }

.icon-mobile-phone:before {
  content: ""; }

.icon-circle-blank:before {
  content: ""; }

.icon-quote-left:before {
  content: ""; }

.icon-quote-right:before {
  content: ""; }

.icon-spinner:before {
  content: ""; }

.icon-circle:before {
  content: ""; }

.icon-mail-reply:before,
.icon-reply:before {
  content: ""; }

.icon-github-alt:before {
  content: ""; }

.icon-folder-close-alt:before {
  content: ""; }

.icon-folder-open-alt:before {
  content: ""; }

.icon-expand-alt:before {
  content: ""; }

.icon-collapse-alt:before {
  content: ""; }

.icon-smile:before {
  content: ""; }

.icon-frown:before {
  content: ""; }

.icon-meh:before {
  content: ""; }

.icon-gamepad:before {
  content: ""; }

.icon-keyboard:before {
  content: ""; }

.icon-flag-alt:before {
  content: ""; }

.icon-flag-checkered:before {
  content: ""; }

.icon-terminal:before {
  content: ""; }

.icon-code:before {
  content: ""; }

.icon-reply-all:before {
  content: ""; }

.icon-mail-reply-all:before {
  content: ""; }

.icon-star-half-full:before,
.icon-star-half-empty:before {
  content: ""; }

.icon-location-arrow:before {
  content: ""; }

.icon-crop:before {
  content: ""; }

.icon-code-fork:before {
  content: ""; }

.icon-unlink:before {
  content: ""; }

.icon-question:before {
  content: ""; }

.icon-info:before {
  content: ""; }

.icon-exclamation:before {
  content: ""; }

.icon-superscript:before {
  content: ""; }

.icon-subscript:before {
  content: ""; }

.icon-eraser:before {
  content: ""; }

.icon-puzzle-piece:before {
  content: ""; }

.icon-microphone:before {
  content: ""; }

.icon-microphone-off:before {
  content: ""; }

.icon-shield:before {
  content: ""; }

.icon-calendar-empty:before {
  content: ""; }

.icon-fire-extinguisher:before {
  content: ""; }

.icon-rocket:before {
  content: ""; }

.icon-maxcdn:before {
  content: ""; }

.icon-chevron-sign-left:before {
  content: ""; }

.icon-chevron-sign-right:before {
  content: ""; }

.icon-chevron-sign-up:before {
  content: ""; }

.icon-chevron-sign-down:before {
  content: ""; }

.icon-html5:before {
  content: ""; }

.icon-css3:before {
  content: ""; }

.icon-anchor:before {
  content: ""; }

.icon-unlock-alt:before {
  content: ""; }

.icon-bullseye:before {
  content: ""; }

.icon-ellipsis-horizontal:before {
  content: ""; }

.icon-ellipsis-vertical:before {
  content: ""; }

.icon-rss-sign:before {
  content: ""; }

.icon-play-sign:before {
  content: ""; }

.icon-ticket:before {
  content: ""; }

.icon-minus-sign-alt:before {
  content: ""; }

.icon-check-minus:before {
  content: ""; }

.icon-level-up:before {
  content: ""; }

.icon-level-down:before {
  content: ""; }

.icon-check-sign:before {
  content: ""; }

.icon-edit-sign:before {
  content: ""; }

.icon-external-link-sign:before {
  content: ""; }

.icon-share-sign:before {
  content: ""; }

.icon-compass:before {
  content: ""; }

.icon-collapse:before {
  content: ""; }

.icon-collapse-top:before {
  content: ""; }

.icon-expand:before {
  content: ""; }

.icon-euro:before,
.icon-eur:before {
  content: ""; }

.icon-gbp:before {
  content: ""; }

.icon-dollar:before,
.icon-usd:before {
  content: ""; }

.icon-rupee:before,
.icon-inr:before {
  content: ""; }

.icon-yen:before,
.icon-jpy:before {
  content: ""; }

.icon-renminbi:before,
.icon-cny:before {
  content: ""; }

.icon-won:before,
.icon-krw:before {
  content: ""; }

.icon-bitcoin:before,
.icon-btc:before {
  content: ""; }

.icon-file:before {
  content: ""; }

.icon-file-text:before {
  content: ""; }

.icon-sort-by-alphabet:before {
  content: ""; }

.icon-sort-by-alphabet-alt:before {
  content: ""; }

.icon-sort-by-attributes:before {
  content: ""; }

.icon-sort-by-attributes-alt:before {
  content: ""; }

.icon-sort-by-order:before {
  content: ""; }

.icon-sort-by-order-alt:before {
  content: ""; }

.icon-thumbs-up:before {
  content: ""; }

.icon-thumbs-down:before {
  content: ""; }

.icon-youtube-sign:before {
  content: ""; }

.icon-youtube:before {
  content: ""; }

.icon-xing:before {
  content: ""; }

.icon-xing-sign:before {
  content: ""; }

.icon-youtube-play:before {
  content: ""; }

.icon-dropbox:before {
  content: ""; }

.icon-stackexchange:before {
  content: ""; }

.icon-instagram:before {
  content: ""; }

.icon-flickr:before {
  content: ""; }

.icon-adn:before {
  content: ""; }

.icon-bitbucket:before {
  content: ""; }

.icon-bitbucket-sign:before {
  content: ""; }

.icon-tumblr:before {
  content: ""; }

.icon-tumblr-sign:before {
  content: ""; }

.icon-long-arrow-down:before {
  content: ""; }

.icon-long-arrow-up:before {
  content: ""; }

.icon-long-arrow-left:before {
  content: ""; }

.icon-long-arrow-right:before {
  content: ""; }

.icon-apple:before {
  content: ""; }

.icon-windows:before {
  content: ""; }

.icon-android:before {
  content: ""; }

.icon-linux:before {
  content: ""; }

.icon-dribbble:before {
  content: ""; }

.icon-skype:before {
  content: ""; }

.icon-foursquare:before {
  content: ""; }

.icon-trello:before {
  content: ""; }

.icon-female:before {
  content: ""; }

.icon-male:before {
  content: ""; }

.icon-gittip:before {
  content: ""; }

.icon-sun:before {
  content: ""; }

.icon-moon:before {
  content: ""; }

.icon-archive:before {
  content: ""; }

.icon-bug:before {
  content: ""; }

.icon-vk:before {
  content: ""; }

.icon-weibo:before {
  content: ""; }

.icon-renren:before {
  content: ""; }

.icon-envelope:before {
  content: "\f0e0" !important; }

/*
	general style sheet
*/
/* colors */
/* typography */
/* grid */
/* menu */
/* header */
/* break points */
/* vep */
/* bootstrap-grid */
/* mixins */
/* mixins */
/* css reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, main {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  color: inherit; }

html {
  font-size: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

* {
  font-family: inherit; }

/* bootstrap grid */
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px; }

.container:before, .container:after {
  content: " ";
  display: table; }

.container:after {
  clear: both; }

@media (min-width: 532px) {
  .container {
    width: 532px; } }
@media (min-width: 788px) {
  .container {
    width: 788px; } }
@media (min-width: 1044px) {
  .container {
    width: 1044px; } }
.container-fluid, #document .section .section__content-wrapper {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px; }

.container-fluid:before, #document .section .section__content-wrapper:before, .container-fluid:after, #document .section .section__content-wrapper:after {
  content: " ";
  display: table; }

.container-fluid:after, #document .section .section__content-wrapper:after {
  clear: both; }

.grid-row {
  margin-left: -10px;
  margin-right: -10px; }

.grid-row:before, .grid-row:after {
  content: " ";
  display: table; }

.grid-row:after {
  clear: both; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-1 {
  width: 8.33333%; }

.col-xs-2 {
  width: 16.66667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.33333%; }

.col-xs-5 {
  width: 41.66667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.33333%; }

.col-xs-8 {
  width: 66.66667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.33333%; }

.col-xs-11 {
  width: 91.66667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.33333%; }

.col-xs-pull-2 {
  right: 16.66667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.33333%; }

.col-xs-pull-5 {
  right: 41.66667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.33333%; }

.col-xs-pull-8 {
  right: 66.66667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.33333%; }

.col-xs-pull-11 {
  right: 91.66667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.33333%; }

.col-xs-push-2 {
  left: 16.66667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.33333%; }

.col-xs-push-5 {
  left: 41.66667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.33333%; }

.col-xs-push-8 {
  left: 66.66667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.33333%; }

.col-xs-push-11 {
  left: 91.66667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.33333%; }

.col-xs-offset-2 {
  margin-left: 16.66667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.33333%; }

.col-xs-offset-5 {
  margin-left: 41.66667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.33333%; }

.col-xs-offset-8 {
  margin-left: 66.66667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.33333%; }

.col-xs-offset-11 {
  margin-left: 91.66667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 532px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }

  .col-sm-1 {
    width: 8.33333%; }

  .col-sm-2 {
    width: 16.66667%; }

  .col-sm-3 {
    width: 25%; }

  .col-sm-4 {
    width: 33.33333%; }

  .col-sm-5 {
    width: 41.66667%; }

  .col-sm-6 {
    width: 50%; }

  .col-sm-7 {
    width: 58.33333%; }

  .col-sm-8 {
    width: 66.66667%; }

  .col-sm-9 {
    width: 75%; }

  .col-sm-10 {
    width: 83.33333%; }

  .col-sm-11 {
    width: 91.66667%; }

  .col-sm-12 {
    width: 100%; }

  .col-sm-pull-0 {
    right: auto; }

  .col-sm-pull-1 {
    right: 8.33333%; }

  .col-sm-pull-2 {
    right: 16.66667%; }

  .col-sm-pull-3 {
    right: 25%; }

  .col-sm-pull-4 {
    right: 33.33333%; }

  .col-sm-pull-5 {
    right: 41.66667%; }

  .col-sm-pull-6 {
    right: 50%; }

  .col-sm-pull-7 {
    right: 58.33333%; }

  .col-sm-pull-8 {
    right: 66.66667%; }

  .col-sm-pull-9 {
    right: 75%; }

  .col-sm-pull-10 {
    right: 83.33333%; }

  .col-sm-pull-11 {
    right: 91.66667%; }

  .col-sm-pull-12 {
    right: 100%; }

  .col-sm-push-0 {
    left: auto; }

  .col-sm-push-1 {
    left: 8.33333%; }

  .col-sm-push-2 {
    left: 16.66667%; }

  .col-sm-push-3 {
    left: 25%; }

  .col-sm-push-4 {
    left: 33.33333%; }

  .col-sm-push-5 {
    left: 41.66667%; }

  .col-sm-push-6 {
    left: 50%; }

  .col-sm-push-7 {
    left: 58.33333%; }

  .col-sm-push-8 {
    left: 66.66667%; }

  .col-sm-push-9 {
    left: 75%; }

  .col-sm-push-10 {
    left: 83.33333%; }

  .col-sm-push-11 {
    left: 91.66667%; }

  .col-sm-push-12 {
    left: 100%; }

  .col-sm-offset-0 {
    margin-left: 0%; }

  .col-sm-offset-1 {
    margin-left: 8.33333%; }

  .col-sm-offset-2 {
    margin-left: 16.66667%; }

  .col-sm-offset-3 {
    margin-left: 25%; }

  .col-sm-offset-4 {
    margin-left: 33.33333%; }

  .col-sm-offset-5 {
    margin-left: 41.66667%; }

  .col-sm-offset-6 {
    margin-left: 50%; }

  .col-sm-offset-7 {
    margin-left: 58.33333%; }

  .col-sm-offset-8 {
    margin-left: 66.66667%; }

  .col-sm-offset-9 {
    margin-left: 75%; }

  .col-sm-offset-10 {
    margin-left: 83.33333%; }

  .col-sm-offset-11 {
    margin-left: 91.66667%; }

  .col-sm-offset-12 {
    margin-left: 100%; } }
@media (min-width: 788px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }

  .col-md-1 {
    width: 8.33333%; }

  .col-md-2 {
    width: 16.66667%; }

  .col-md-3 {
    width: 25%; }

  .col-md-4 {
    width: 33.33333%; }

  .col-md-5 {
    width: 41.66667%; }

  .col-md-6 {
    width: 50%; }

  .col-md-7 {
    width: 58.33333%; }

  .col-md-8 {
    width: 66.66667%; }

  .col-md-9 {
    width: 75%; }

  .col-md-10 {
    width: 83.33333%; }

  .col-md-11 {
    width: 91.66667%; }

  .col-md-12 {
    width: 100%; }

  .col-md-pull-0 {
    right: auto; }

  .col-md-pull-1 {
    right: 8.33333%; }

  .col-md-pull-2 {
    right: 16.66667%; }

  .col-md-pull-3 {
    right: 25%; }

  .col-md-pull-4 {
    right: 33.33333%; }

  .col-md-pull-5 {
    right: 41.66667%; }

  .col-md-pull-6 {
    right: 50%; }

  .col-md-pull-7 {
    right: 58.33333%; }

  .col-md-pull-8 {
    right: 66.66667%; }

  .col-md-pull-9 {
    right: 75%; }

  .col-md-pull-10 {
    right: 83.33333%; }

  .col-md-pull-11 {
    right: 91.66667%; }

  .col-md-pull-12 {
    right: 100%; }

  .col-md-push-0 {
    left: auto; }

  .col-md-push-1 {
    left: 8.33333%; }

  .col-md-push-2 {
    left: 16.66667%; }

  .col-md-push-3 {
    left: 25%; }

  .col-md-push-4 {
    left: 33.33333%; }

  .col-md-push-5 {
    left: 41.66667%; }

  .col-md-push-6 {
    left: 50%; }

  .col-md-push-7 {
    left: 58.33333%; }

  .col-md-push-8 {
    left: 66.66667%; }

  .col-md-push-9 {
    left: 75%; }

  .col-md-push-10 {
    left: 83.33333%; }

  .col-md-push-11 {
    left: 91.66667%; }

  .col-md-push-12 {
    left: 100%; }

  .col-md-offset-0 {
    margin-left: 0%; }

  .col-md-offset-1 {
    margin-left: 8.33333%; }

  .col-md-offset-2 {
    margin-left: 16.66667%; }

  .col-md-offset-3 {
    margin-left: 25%; }

  .col-md-offset-4 {
    margin-left: 33.33333%; }

  .col-md-offset-5 {
    margin-left: 41.66667%; }

  .col-md-offset-6 {
    margin-left: 50%; }

  .col-md-offset-7 {
    margin-left: 58.33333%; }

  .col-md-offset-8 {
    margin-left: 66.66667%; }

  .col-md-offset-9 {
    margin-left: 75%; }

  .col-md-offset-10 {
    margin-left: 83.33333%; }

  .col-md-offset-11 {
    margin-left: 91.66667%; }

  .col-md-offset-12 {
    margin-left: 100%; } }
@media (min-width: 1044px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }

  .col-lg-1 {
    width: 8.33333%; }

  .col-lg-2 {
    width: 16.66667%; }

  .col-lg-3 {
    width: 25%; }

  .col-lg-4 {
    width: 33.33333%; }

  .col-lg-5 {
    width: 41.66667%; }

  .col-lg-6 {
    width: 50%; }

  .col-lg-7 {
    width: 58.33333%; }

  .col-lg-8 {
    width: 66.66667%; }

  .col-lg-9 {
    width: 75%; }

  .col-lg-10 {
    width: 83.33333%; }

  .col-lg-11 {
    width: 91.66667%; }

  .col-lg-12 {
    width: 100%; }

  .col-lg-pull-0 {
    right: auto; }

  .col-lg-pull-1 {
    right: 8.33333%; }

  .col-lg-pull-2 {
    right: 16.66667%; }

  .col-lg-pull-3 {
    right: 25%; }

  .col-lg-pull-4 {
    right: 33.33333%; }

  .col-lg-pull-5 {
    right: 41.66667%; }

  .col-lg-pull-6 {
    right: 50%; }

  .col-lg-pull-7 {
    right: 58.33333%; }

  .col-lg-pull-8 {
    right: 66.66667%; }

  .col-lg-pull-9 {
    right: 75%; }

  .col-lg-pull-10 {
    right: 83.33333%; }

  .col-lg-pull-11 {
    right: 91.66667%; }

  .col-lg-pull-12 {
    right: 100%; }

  .col-lg-push-0 {
    left: auto; }

  .col-lg-push-1 {
    left: 8.33333%; }

  .col-lg-push-2 {
    left: 16.66667%; }

  .col-lg-push-3 {
    left: 25%; }

  .col-lg-push-4 {
    left: 33.33333%; }

  .col-lg-push-5 {
    left: 41.66667%; }

  .col-lg-push-6 {
    left: 50%; }

  .col-lg-push-7 {
    left: 58.33333%; }

  .col-lg-push-8 {
    left: 66.66667%; }

  .col-lg-push-9 {
    left: 75%; }

  .col-lg-push-10 {
    left: 83.33333%; }

  .col-lg-push-11 {
    left: 91.66667%; }

  .col-lg-push-12 {
    left: 100%; }

  .col-lg-offset-0 {
    margin-left: 0%; }

  .col-lg-offset-1 {
    margin-left: 8.33333%; }

  .col-lg-offset-2 {
    margin-left: 16.66667%; }

  .col-lg-offset-3 {
    margin-left: 25%; }

  .col-lg-offset-4 {
    margin-left: 33.33333%; }

  .col-lg-offset-5 {
    margin-left: 41.66667%; }

  .col-lg-offset-6 {
    margin-left: 50%; }

  .col-lg-offset-7 {
    margin-left: 58.33333%; }

  .col-lg-offset-8 {
    margin-left: 66.66667%; }

  .col-lg-offset-9 {
    margin-left: 75%; }

  .col-lg-offset-10 {
    margin-left: 83.33333%; }

  .col-lg-offset-11 {
    margin-left: 91.66667%; }

  .col-lg-offset-12 {
    margin-left: 100%; } }
/* override box-sizing for bootstrap*/
.grid {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* enable box-sizing for ie6+7 */
  /* It’s important to note that the relative path has to be relative to the HTML document, not to the CSS file. */
  *behavior: url("/conti-theme/htc/boxsizing.htc");
  margin: 0;
  min-height: 0; }

.grid-row {
  /*padding: 0;*/ }

/*
	Mobile Menu
*/
#pageWrapper {
  -webkit-transition: all 0.2s ease-in 0;
  -moz-transition: all 0.2s ease-in 0;
  -o-transition: all 0.2s ease-in 0;
  -ms-transition: all 0.2s ease-in 0;
  transition: all 0.2s ease-in 0; }

#dontScrollThis {
  display: none;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  z-index: 999; }

#mobileMenu {
  box-shadow: none;
  position: fixed;
  right: 0;
  top: 0;
  height: 100%;
  min-height: 215px;
  width: 80%;
  background: #ffffff;
  z-index: -2;
  overflow-x: hidden;
  overflow-y: auto;
  box-shadow: 0px 0px 20px 3px #7F7A74; }

#mobileMenu a {
  text-decoration: none;
  display: block;
  color: #173251;
  font-size: 1em;
  font-weight: bold;
  padding: 0.8em 40px 0.7em 1em; }

#mobileMenu a:hover {
  text-decoration: none; }

#mobileMenu ul {
  border-top: 1px solid #7f7a74;
  border-bottom: 1px solid #d9d7d6; }

#mobileMenu ul i {
  color: #173251;
  position: absolute;
  right: 0px;
  top: 0;
  height: 28px;
  width: 40px;
  display: block;
  text-align: center;
  border-left: 1px solid;
  padding-top: 12px;
  cursor: pointer; }

#mobileMenu ul .open > i:before {
  content: ""; }

#mobileMenu ul .open > i {
  color: #ffffff; }

#mobileMenu ul li {
  display: block;
  list-style: none outside none;
  border-top: 1px solid #d9d7d6;
  border-bottom: 1px solid #7f7a74;
  position: relative; }

#mobileMenu ul li ul {
  display: none;
  border-bottom: none; }

#mobileMenu ul li ul li:last-child {
  border-bottom: none; }

#mobileMenu ul .open > ul {
  display: block; }

#mobileMenu .l1 > .open > a {
  background: #7f7a74;
  color: #ffffff; }

#mobileMenu .l1 .reganm {
  text-align: center;
  display: flex;
  border: none !important;
  color: #7f7a74;
  font-size: 12px !important; }

#mobileMenu .l1 .reganm li {
  vertical-align: middle;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center; }

#mobileMenu .l1 .reganm li:first-of-type a {
  padding-right: 5px;
  border-right: 1px solid #7f7a74; }

#mobileMenu .l1 .reganm li a {
  color: #7f7a74;
  font-size: 12px;
  padding-right: 0px; }

#mobileMenu .l1 .reganm__reg {
  flex: 1;
  border: none; }

#mobileMenu .l1 .reganm__anm {
  flex: 1;
  border: none;
  color: #7f7a74 !important;
  font-size: 12px; }

#mobileMenu .l1 .reganm__accsettings {
  flex: 3;
  border: none; }

#mobileMenu .l1 .reganm__abm {
  padding-right: 12px;
  flex: 1;
  border: none;
  color: #7f7a74 !important;
  font-size: 12px; }

#mobileMenu .l2 a {
  padding-left: 2em;
  color: #7f7a74; }

#mobileMenu .l2 i, #mobileMenu .l2 .open > i {
  color: #7f7a74; }

#mobileMenu .l2 > .open > a {
  background: #d9d7d6; }

#mobileMenu .l3 a {
  padding-left: 3em;
  color: #173251;
  font-weight: normal; }

#mobileMenu .l3 i, #mobileMenu .l3 .open > i {
  color: #173251; }

#mobileMenu .l4 a {
  padding-left: 3.5em;
  color: #7f7a74; }

.activeMobileMenu #pageWrapper {
  -webkit-transform: translate(-80%, 0);
  -moz-transform: translate(-80%, 0);
  -o-transform: translate(-80%, 0);
  -ms-transform: translate(-80%, 0);
  transform: translate(-80%, 0);
  -webkit-transform: translate3d(-80%, 0, 0);
  -moz-transform: translate3d(-80%, 0, 0);
  -o-transform: translate3d(-80%, 0, 0);
  -ms-transform: translate3d(-80%, 0, 0);
  transform: translate3d(-80%, 0, 0);
  overflow: hidden;
  z-index: 2;
  height: 100%; }

.activeMobileMenu #dontScrollThis {
  display: block; }

.activeMobileMenu #mobileMenu {
  z-index: 999;
  display: block;
  -webkit-transition: all 0 ease 0.2s;
  -moz-transition: all 0 ease 0.2s;
  -o-transition: all 0 ease 0.2s;
  -ms-transition: all 0 ease 0.2s;
  transition: all 0 ease 0.2s; }

/*
	Mobile Search
*/
#sidebar-search {
  background-color: #7f7a74;
  padding: 0.3em 0.4em 0.3em 0.4em; }

#sidebar-search label {
  display: none !important; }

#sidebar-search i {
  color: #173251;
  height: 30px;
  line-height: 30px;
  text-align: center;
  vertical-align: middle;
  width: 30px;
  position: absolute;
  right: 13px;
  top: 0.3em;
  z-index: 1; }

#sidebar-searchbox {
  background-color: #ffffff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* enable box-sizing for ie6+7 */
  /* It’s important to note that the relative path has to be relative to the HTML document, not to the CSS file. */
  *behavior: url("/conti-theme/htc/boxsizing.htc");
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: none;
  color: #173251;
  height: 30px;
  padding: 0 0.5em;
  width: 100%;
  margin: 0;
  font-size: 1em;
  vertical-align: baseline; }

#sidebar-searchbox::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #d9d7d6; }

#sidebar-searchbox::-moz-placeholder {
  /* Firefox 19+ */
  color: #d9d7d6; }

#sidebar-searchbox:-ms-input-placeholder {
  /* IE 10+ */
  color: #d9d7d6; }

#sidebar-searchbox:-moz-placeholder {
  /* Firefox 18- */
  color: #d9d7d6; }

#sidebar-searchbox-submit {
  background-color: transparent;
  border: none;
  cursor: pointer;
  height: 40px;
  text-indent: -9999px;
  opacity: 0;
  -webkit-appearance: none;
  width: 40px;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 13px;
  top: 0.3em;
  z-index: 2; }

@media only screen and (min-width: 532px) {
  #mobileMenu {
    font-size: 1.1em; } }
@media only screen and (min-width: 788px) {
  .activeMobileMenu #pageWrapper {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    overflow: hidden; }

  .activeMobileMenu #dontScrollThis {
    display: none; }

  .activeMobileClips--contact-person #pageWrapper {
    -webkit-transform: translate(0, 0) !important;
    -moz-transform: translate(0, 0) !important;
    -o-transform: translate(0, 0) !important;
    -ms-transform: translate(0, 0) !important;
    transform: translate(0, 0) !important;
    -webkit-transform: translate3d(0, 0, 0) !important;
    -moz-transform: translate3d(0, 0, 0) !important;
    -o-transform: translate3d(0, 0, 0) !important;
    -ms-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important;
    overflow: hidden !important; }

  .activeMobileClips--contact-person #dontScrollThis {
    display: none; }

  .activeMobileClips--favourites #pageWrapper {
    -webkit-transform: translate(0, 0) !important;
    -moz-transform: translate(0, 0) !important;
    -o-transform: translate(0, 0) !important;
    -ms-transform: translate(0, 0) !important;
    transform: translate(0, 0) !important;
    -webkit-transform: translate3d(0, 0, 0) !important;
    -moz-transform: translate3d(0, 0, 0) !important;
    -o-transform: translate3d(0, 0, 0) !important;
    -ms-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important;
    overflow: hidden !important; }

  .activeMobileClips--favourites #dontScrollThis {
    display: none; } }
.removeMobileMenu #mobileMenu {
  display: none; }

#document .header {
  font-size: 1.25em;
  padding: 10px 10px 0 10px !important; }

#document .header__content-wrapper {
  display: flex;
  flex-wrap: wrap; }

#document .header__logo {
  flex: 1;
  position: relative;
  position: relative;
  float: left;
  width: 33.33333%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box; }

@media (min-width: 532px) {
  #document .header__logo {
    float: left;
    width: 25%; } }
@media (min-width: 788px) {
  #document .header__logo {
    float: left;
    width: 16.66667%; } }
@media (max-width: 788px) {
  #document .header__logo {
    padding: 0; } }
#document .header__logo img {
  padding-right: 15px;
  box-sizing: border-box;
  position: absolute;
  bottom: 13px;
  height: auto;
  margin: 19px 11px 0 0; }

@media (max-width: 787px) {
  #document .header__logo img {
    height: 80px;
    padding: 4px;
    padding-left: 0;
    margin: 0;
    position: inherit; } }
#document .header__content {
  position: relative;
  float: left;
  width: 66.66667%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

@media (min-width: 532px) {
  #document .header__content {
    float: left;
    width: 75%; } }
@media (min-width: 788px) {
  #document .header__content {
    float: left;
    width: 83.33333%; } }
@media (max-width: 788px) {
  #document .header__content {
    flex: 1; } }
#document .header__search {
  height: 25px; }

#document .header__search--right {
  float: right; }

#document .header__search label {
  display: none; }

#document .header__search i {
  color: #173251;
  height: 30px;
  line-height: 30px;
  text-align: center;
  vertical-align: middle;
  width: 23px;
  position: absolute;
  right: 13px;
  top: 0.3em;
  z-index: 1; }

#document .header__searchbox {
  border: 1px solid #173251;
  font-family: Rotis, sans-serif;
  color: #173251;
  height: 27px;
  padding: 0 25px 0 5px;
  margin: 0;
  font-size: 13px; }

#document .header__searchbox::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #d9d7d6; }

#document .header__searchbox::-moz-placeholder {
  /* Firefox 19+ */
  color: #d9d7d6; }

#document .header__searchbox:-ms-input-placeholder {
  /* IE 10+ */
  color: #d9d7d6; }

#document .header__searchbox:-moz-placeholder {
  /* Firefox 18- */
  color: #d9d7d6; }

#document .header__searchbox-submit {
  -webkit-appearance: none;
  font-family: Rotis, sans-serif;
  background-color: #173251;
  color: #ffffff;
  border: 1px solid #173251;
  font-weight: lighter;
  padding: 5px; }

#document .header .btn {
  display: block;
  color: #ffffff;
  background-color: #173251;
  text-decoration: none;
  border: none;
  cursor: pointer;
  padding: 0.35em 0.3em 0.1em 0.3em;
  margin: 0;
  font-size: 1.05em;
  width: 174px;
  height: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* enable box-sizing for ie6+7 */
  /* It’s important to note that the relative path has to be relative to the HTML document, not to the CSS file. */
  *behavior: url("/conti-theme/htc/boxsizing.htc");
  margin-top: -60px;
  float: right;
  text-shadow: none;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
  background-image: none; }

#document .header .btn :hover {
  text-decoration: none; }

#document .header #toggleMobileMenu {
  display: block;
  color: #ffffff;
  background-color: #173251;
  text-decoration: none;
  border: none;
  cursor: pointer;
  padding: 7px 10px;
  margin: 4px 0 7px 0;
  font-size: 19.8px;
  width: 204px;
  height: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* enable box-sizing for ie6+7 */
  /* It’s important to note that the relative path has to be relative to the HTML document, not to the CSS file. */
  *behavior: url("/conti-theme/htc/boxsizing.htc");
  text-align: left;
  width: 100%;
  float: right;
  line-height: 1em;
  font-family: Rotis, sans-serif; }

#document .header #toggleMobileMenu :hover {
  text-decoration: none; }

#document .header #toggleMobileMenu .icon-reorder {
  float: right; }

#document .header #headerTop .headerNavWrap .btn {
  margin-top: -48px; }

#document #headerLinkList .linklist {
  float: left;
  display: flex;
  margin-top: 4px !important;
  margin-right: 4px !important; }

#document #headerLinkList .linklist li a {
  border-left: 1px solid #7F7A74;
  padding-right: 5px;
  color: #7F7A74;
  font-size: 12px;
  padding-right: 5px;
  padding-left: 5px; }

#document #headerLinkList .linklist li:first-of-type a {
  border-left: 0px; }

#document .meta-navigation {
  margin-top: 5px; }

#document .meta-navigation__list {
  margin-top: 4px !important;
  margin-right: 4px !important;
  display: flex; }

#document .meta-navigation__list--left {
  float: left; }

#document .meta-navigation__list--right {
  float: right; }

#document .meta-navigation__list li.logoutbtn {
  font-weight: bold; }

#document .meta-navigation__list li:first-of-type a {
  padding-right: 5px;
  border-right: 1px solid #7f7a74; }

#document .meta-navigation__list li a {
  color: #7f7a74;
  font-size: 12px;
  padding-right: 5px;
  padding-left: 5px; }

#document .meta-navigation__list li a.logouticon {
  color: darkblue !important; }

#document .meta-navigation__list li a:hover {
  text-decoration: underline; }

#document .meta-navigation__list--noborder a {
  border: none !important;
  padding-right: 0px !important; }

#document .nowidth {
  max-width: 0 !important;
  border: none !important; }

#document .noopacity {
  opacity: 0; }

@media only screen and (min-width: 788px) {
  #document .navigation-row-lvl-2 {
    margin-bottom: 20px; }

  #document #mainNav {
    display: flex; }

  #document #mainNav .nav__lvl-1 {
    height: 70px;
    word-wrap: normal;
    text-align: center;
    border-right: 1px solid #7f7a74;
    display: flex;
    align-items: flex-end; }

  #document #mainNav .nav__lvl-1:hover, #document #mainNav .nav__lvl-1:active {
    cursor: pointer;
    background: #173251; }

  #document #mainNav .nav__lvl-1:hover > a, #document #mainNav .nav__lvl-1:active > a {
    color: #ffffff; } }
@media only screen and (min-width: 788px) and (max-width: 1044px) {
  #document #mainNav .nav__lvl-1 {
    hyphens: auto; } }
@media only screen and (min-width: 788px) {
  #document #mainNav .nav__lvl-1:first-child {
    border-left: 1px solid #7f7a74; }

  #document #mainNav .nav__lvl-1.open {
    background-color: #173251; }

  #document #mainNav .nav__lvl-1.open a.lv1 {
    color: #ffffff; }

  #document #mainNav .nav__lvl-1.open .navigation-list-lvl-2 {
    display: block; }

  #document #mainNav .nav__lvl-1 > a {
    width: 100%;
    display: block;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 20px;
    padding-bottom: 10px;
    font-weight: lighter;
    font-size: 18px;
    color: inherit; }

  #document #mainNav .nav__lvl-1 > a:hover {
    cursor: pointer; } }
@media only screen and (min-width: 788px) and (max-width: 850px) {
  #document #mainNav .nav__lvl-1 > a {
    font-size: 0.85em; } }
@media only screen and (min-width: 788px) {
  #document #mainNav .nav__lvl-1--hyphens {
    hyphens: auto; }

  #document #mainNav .navigation-list-lvl-2 {
    -webkit-box-shadow: 0px 2px 5px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 2px 5px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 5px 0 rgba(0, 0, 0, 0.3);
    background: #fff;
    border-bottom: 5px solid #173251;
    z-index: 150;
    text-align: left;
    margin-top: 5px;
    padding: 25px 5px 20px 5px;
    font-weight: normal;
    font-size: 0.84em;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    display: none; }

  #document #mainNav .navigation-list-lvl-2 .navigation__headline {
    font-size: 22.8px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: none; }

  #document #mainNav .navigation-list-lvl-2 .navigation-list-lvl-2__item > a {
    display: block;
    font-size: 17.8px;
    color: #7f7a74;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #7f7a74; }

  #document #mainNav .navigation-list-lvl-2 .navigation-list-lvl-2__item .navigation-list-lvl-3__item > a {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 5px;
    border-bottom: 1px solid #7f7a74;
    font-size: 15px;
    color: #000000; }

  #document #mainNav .navigation-list-lvl-2 .navigation-list-lvl-2__item .navigation-list-lvl-3__item > a:hover {
    color: #ffffff;
    background-color: #173251; }

  #document #mainNav .navigation-list-lvl-2 .navigation-list-lvl-2__item .navigation-list-lvl-3_item--no-title-link {
    margin-top: 40px;
    border-top: 1px solid #7f7a74; }

  #document #mainNav .navigation-list-lvl-2 .navigation__service-box {
    background-color: #d9d7d6;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative; }

  #document #mainNav .navigation-list-lvl-2 .navigation__service-box a {
    border-bottom: none; }

  #document #mainNav .navigation-list-lvl-2 .navigation__service-box .grid {
    margin-bottom: 15px; }

  #document #mainNav .navigation-list-lvl-2 .navigation__service-box .navigation__service-box-button {
    color: #ffffff;
    background-color: #173251;
    display: inline-block;
    padding: 5px;
    font-size: 12.7px;
    position: absolute;
    bottom: 0;
    margin-right: 10px; }

  #document #mainNav .grid-row {
    display: flex;
    height: 100%;
    padding-bottom: 0; } }
.ieonly {
  display: none; }

.ie .ieonly {
  display: inline; }

.ie11 #document #mainNav .nav__lvl-1 a, .edge #document #mainNav .nav__lvl-1 a {
  word-wrap: break-word;
  word-break: break-all; }

@media (max-width: 788px) {
  #document #p_p_id_ansprechpartner_WAR_maklerportalformsportlets_ {
    display: none; } }
#document .info-clips {
  transition: right 1s cubic-bezier(0.19, 1, 0.22, 1);
  display: table;
  position: fixed;
  right: -400px;
  z-index: 1000;
  box-shadow: 2px 2px 10px -4px #7f7a74; }

@media (max-width: 788px) {
  #document .info-clips {
    display: none; } }
#document .info-clips--contact-person {
  top: 140px; }

#document .info-clips--favourites {
  top: 420px; }

#document .info-clips--open {
  right: 0px !important; }

#document .info-clips__clip {
  display: inline-block;
  position: absolute;
  top: 76px;
  left: -118px; }

#document .info-clips__clip--favourites {
  top: 76px;
  left: -118px; }

#document .info-clips__headline {
  transform: rotate(-90deg);
  box-sizing: border-box;
  color: #ffffff;
  background-color: #173251;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 30px;
  padding-left: 30px;
  display: inline-block;
  margin-bottom: 0px;
  text-align: center;
  width: 196px; }

#document .info-clips__headline--vepBlue {
  background-color: #173251; }

#document .info-clips__headline:hover {
  cursor: pointer; }

#document .info-clips__content-wrapper {
  transition: right 1s cubic-bezier(0.19, 1, 0.22, 1);
  display: flex;
  width: 400px;
  height: 196px;
  right: -400px;
  top: 200px; }

#document .info-clips__content-wrapper--flexibleheight {
  height: auto; }

#document .info-clips__content-wrapper--open {
  right: 20px; }

#document .info-clips__content.blueborder {
  border: 1px solid #173251; }

#document .info-clips__content {
  background-color: #ffffff;
  padding-top: 15px;
  padding-left: 30px;
  padding-right: 30px;
  width: 100%;
  border: 1px solid #7f7a74; }

#document .info-clips__content form input[type="text"] {
  font-family: Rotis, sans-serif;
  width: 100%;
  border: 1px solid #7f7a74;
  border-radius: 0;
  outline: none;
  box-sizing: border-box;
  padding: 11px 9px 5px 9px;
  font-size: 14px;
  background: white;
  height: 36px; }

#document .info-clips__content--favourites {
  overflow-y: auto; }

#document .info-clips__contact-info-wrapper {
  width: 65%;
  display: inline-block;
  float: left;
  padding-right: 5px;
  box-sizing: border-box; }

#document .info-clips__contact-image-wrapper {
  width: 27%;
  display: inline-block; }

#document .info-clips__hr-line {
  width: 340px;
  display: inline-block;
  text-align: left; }

#document .info-clips__link {
  color: #000;
  display: inline-block;
  font-size: 15px; }

#document .info-clips__list {
  padding-left: 0; }

#document .info-clips__list--no-margin-bottom {
  margin-bottom: 0; }

#document .info-clips__list-item {
  margin-bottom: 5px;
  position: relative;
  display: block; }

#document .info-clips__list-item--no-margin-bottom {
  margin-bottom: 0; }

#document .info-clips__list-item--favourites:after {
  content: "";
  font-family: FontAwesome;
  color: #173251;
  font-size: 0.7em;
  vertical-align: middle;
  position: absolute;
  right: 0px; }

.smartwide .signed-in #mobileClips, .smartnarrow .signed-in #mobileClips, .tabletnarrow .signed-in #mobileClips {
  padding-top: 50px; }

.smartwide #mobileClips input[type="text"], .smartnarrow #mobileClips input[type="text"], .tabletnarrow #mobileClips input[type="text"] {
  width: 100%; }

#document .info-clips-mobile {
  text-align: center;
  display: flex;
  width: 100%; }

@media (min-width: 788px) {
  #document .info-clips-mobile {
    display: none; } }
#document .info-clips-mobile__button {
  cursor: pointer;
  font-weight: unset;
  background-color: #7f7a74;
  color: #ffffff;
  padding: 5px 5px;
  display: inline-block;
  margin-bottom: 4px;
  flex: 1;
  margin-right: 5px;
  line-height: 1.0em; }

#document .info-clips-mobile__button a {
  color: #fff; }

#document .info-clips-mobile__normargin {
  margin-right: 0px; }

.removeMobileClips #mobileClips {
  display: none; }

/*.showMobileClips {
	display: block;
}*/
.activeMobileClips--contact-person #pageWrapper {
  -webkit-transform: translate(-80%, 0);
  -moz-transform: translate(-80%, 0);
  -o-transform: translate(-80%, 0);
  -ms-transform: translate(-80%, 0);
  transform: translate(-80%, 0);
  -webkit-transform: translate3d(-80%, 0, 0);
  -moz-transform: translate3d(-80%, 0, 0);
  -o-transform: translate3d(-80%, 0, 0);
  -ms-transform: translate3d(-80%, 0, 0);
  transform: translate3d(-80%, 0, 0);
  overflow: hidden;
  z-index: 2;
  height: 100%; }

.activeMobileClips--contact-person #dontScrollThis {
  display: block; }

.activeMobileClips--contact-person #mobileMenu {
  display: none; }

.activeMobileClips--contact-person .mobile-clips-content--contact-person {
  z-index: 999 !important;
  display: block;
  -webkit-transition: all 0 ease 0.2s;
  -moz-transition: all 0 ease 0.2s;
  -o-transition: all 0 ease 0.2s;
  -ms-transition: all 0 ease 0.2s;
  transition: all 0 ease 0.2s; }

.activeMobileClips--favourites #pageWrapper {
  -webkit-transform: translate(-80%, 0);
  -moz-transform: translate(-80%, 0);
  -o-transform: translate(-80%, 0);
  -ms-transform: translate(-80%, 0);
  transform: translate(-80%, 0);
  -webkit-transform: translate3d(-80%, 0, 0);
  -moz-transform: translate3d(-80%, 0, 0);
  -o-transform: translate3d(-80%, 0, 0);
  -ms-transform: translate3d(-80%, 0, 0);
  transform: translate3d(-80%, 0, 0);
  overflow: hidden;
  z-index: 2;
  height: 100%; }

.activeMobileClips--favourites #dontScrollThis {
  display: block; }

.activeMobileClips--favourites #mobileMenu {
  display: none; }

.activeMobileClips--favourites .mobile-clips-content--favourites {
  z-index: 999 !important;
  display: block;
  -webkit-transition: all 0 ease 0.2s;
  -moz-transition: all 0 ease 0.2s;
  -o-transition: all 0 ease 0.2s;
  -ms-transition: all 0 ease 0.2s;
  transition: all 0 ease 0.2s; }

#document .mobile-clips-content {
  /*box-shadow: none;*/
  position: fixed;
  right: 0;
  top: 0;
  height: 100%;
  min-height: 215px;
  width: 80%;
  background: #ffffff;
  z-index: -2;
  overflow-x: hidden;
  overflow-y: auto;
  box-shadow: 0px 0px 20px 3px #7f7a74; }

@media (min-width: 788px) {
  #document .mobile-clips-content {
    display: none; } }
#document .mobile-clips-content__wrapper {
  padding: 30px 15px; }

#document .mobile-clips-content__wrapper h3 {
  font-weight: normal; }

#document .mobile-clips-content__inner-wrapper {
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex; }

#document .mobile-clips-content__contact-info-wrapper {
  width: 65%;
  display: inline-block;
  float: left;
  padding-right: 5px;
  box-sizing: border-box; }

#document .mobile-clips-content__contact-image-wrapper {
  width: 30%;
  display: inline-block; }

#document .mobile-clips-content__list {
  margin-top: 20px;
  padding-left: 0; }

#document .mobile-clips-content__list-item {
  margin-bottom: 5px;
  position: relative;
  display: block; }

#document .mobile-clips-content__list-item--favourites:after {
  content: "";
  font-family: FontAwesome;
  color: #173251;
  font-size: 0.7em;
  vertical-align: middle;
  position: absolute;
  right: 0px; }

#document .mobile-clips-content__link {
  font-size: 15px; }

/* general page layout, grid ...*/
body {
  background-color: #ffffff;
  width: 100%;
  height: 100%;
  position: relative;
  font-size: 1.2em;
  padding: 0;
  margin: 0; }

body #document {
  font-family: Rotis, sans-serif;
  color: #000000;
  position: relative;
  width: 100%;
  min-height: 100%;
  z-index: 1; }

#overallWrapper {
  padding: 0;
  margin: 0; }

#overallWrapper .lfr-admin-panel {
  position: absolute;
  background-color: #eeeeee;
  z-index: 10000; }

.conti-theme #document #pageWrapper {
  overflow: hidden; }

#document {
  /*
		3.1 page
	*/
  /*
		3 columns
	*/
  /*
		4 columns
	*/ }

#document a {
  font-size: 15px;
  text-decoration: none; }

#document a.link:before {
  font-family: FontAwesome;
  content: " "; }

#document p, #document strong, #document em {
  font-size: 15px; }

#document section {
  font-size: 15px; }

#document .mainPageContent {
  min-height: 750px; }

#document .mainPageContent a {
  text-decoration: none;
  border-bottom: 1px dotted #000000;
  color: #000000; }

#document .mainPageContent a:hover {
  border-color: #173251;
  color: #173251; }

#document .mainPageContent a.gallery-item {
  float: left;
  margin-right: 10px;
  border: none; }

#document .mainPageContent a.taglib-icon {
  border: 0;
  color: #00aaff; }

#document .mainPageContent a.btn {
  color: #ffffff;
  background-color: #173251;
  background-image: none;
  border: none;
  min-width: 80px;
  text-shadow: none;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px; }

#document .mainPageContent a.moreLink {
  color: #000000;
  display: inline-block;
  margin-left: 10px;
  position: relative;
  border-bottom: 1px dotted #000000;
  cursor: pointer; }

#document .mainPageContent a.moreLink:before {
  content: "";
  font-family: FontAwesome;
  color: #173251;
  font-size: 0.7em;
  margin-right: 0.3em;
  vertical-align: middle;
  position: absolute;
  left: -10px; }

#document .mainPageContent a.pdfLink {
  color: #000000;
  display: inline;
  position: relative;
  line-height: 1.2em;
  margin: 4px 0 0 0; }

#document .mainPageContent a.pdfLink:before {
  content: "";
  background-image: url("../img/pdfIcon.png");
  background-size: 16px 16px;
  background-repeat: no-repeat;
  padding: 0 3px 0 18px; }

#document .mainPageContent a.rtfLink {
  color: #000000;
  display: inline;
  position: relative;
  line-height: 1.2em;
  margin: 4px 0 0 0; }

#document .mainPageContent a.rtfLink:before {
  content: "";
  background-image: url("../img/rtfIcon.png");
  background-size: 16px 16px;
  background-repeat: no-repeat;
  padding: 0 3px 0 18px; }

#document .mainPageContent a.docLink {
  color: #000000;
  display: inline;
  position: relative;
  line-height: 1.2em;
  margin: 4px 0 0 0; }

#document .mainPageContent a.docLink:before {
  content: "";
  background-image: url("../img/docIcon.png");
  background-size: 16px 16px;
  background-repeat: no-repeat;
  padding: 0 3px 0 18px; }

#document .mainPageContent a.picLink {
  color: #000000;
  display: inline;
  position: relative;
  line-height: 1.2em;
  margin: 4px 0 0 0; }

#document .mainPageContent a.picLink:before {
  content: "";
  background-image: url("../img/picIcon.png");
  background-size: 16px 16px;
  background-repeat: no-repeat;
  padding: 0 3px 0 18px; }

#document .mainPageContent a.pptLink {
  color: #000000;
  display: inline;
  position: relative;
  line-height: 1.2em;
  margin: 4px 0 0 0; }

#document .mainPageContent a.pptLink:before {
  content: "";
  background-image: url("../img/pptIcon.png");
  background-size: 16px 16px;
  background-repeat: no-repeat;
  padding: 0 3px 0 18px; }

#document .mainPageContent a.xlsLink {
  color: #000000;
  display: inline;
  position: relative;
  line-height: 1.2em;
  margin: 4px 0 0 0; }

#document .mainPageContent a.xlsLink:before {
  content: "";
  background-image: url("../img/xlsIcon.png");
  background-size: 16px 16px;
  background-repeat: no-repeat;
  padding: 0 3px 0 18px; }

#document .mainPageContent a.txtLink {
  color: #000000;
  display: inline;
  position: relative;
  line-height: 1.2em;
  margin: 4px 0 0 0; }

#document .mainPageContent a.txtLink:before {
  content: "";
  background-image: url("../img/txtIcon.png");
  background-size: 16px 16px;
  background-repeat: no-repeat;
  padding: 0 3px 0 18px; }

#document .mainPageContent h3 a {
  border: none;
  font-size: 20px; }

#document .display-flex {
  display: flex;
  margin-left: -5px;
  margin-right: -5px; }

#document .display-flex__item {
  margin-left: 5px;
  margin-right: 5px; }

#document p {
  margin-bottom: 0.8em; }

#document img {
  height: auto;
  vertical-align: middle;
  width: auto;
  max-width: 100%; }

#document img.thumb {
  max-width: none; }

#document .clear {
  clear: both; }

#document .noMargin {
  margin: 0 !important; }

#document .noMarginRight {
  margin-right: 0 !important; }

#document .width100 {
  width: 100%; }

#document .clearFix:after {
  content: '';
  display: block;
  clear: both; }

#document h1 {
  font-size: 30px;
  font-weight: normal;
  line-height: 1.18em;
  color: #ffffff; }

#document h2 {
  font-size: 24px;
  font-weight: bold;
  color: #173251;
  margin-top: 0px;
  margin-bottom: 0.7em;
  line-height: 1.25em; }

#document h3 {
  font-size: 20px;
  color: #7f7a74;
  margin-top: 0px;
  margin-bottom: 0.8em;
  line-height: 1.2em;
  font-weight: bold; }

#document h4 {
  font-size: 18px;
  color: #173251;
  margin-top: 0px;
  margin-bottom: 1.1em;
  line-height: 1.1em; }

#document .search h3 a {
  color: #7f7a74; }

#document .search h3 a:hover {
  color: #173251; }

#document strong {
  font-weight: bold; }

#document em {
  font-style: italic; }

#document .alignLeft {
  text-align: left; }

#document .alignCenter {
  text-align: center; }

#document .alignRight {
  text-align: right; }

#document .alignJustify {
  text-align: justify; }

#document .no-margin-bottom {
  margin-bottom: 0px; }

#document .no-padding {
  padding: 0px; }

#document .floatLeft {
  float: left; }

#document .floatRight {
  float: right; }

#document ul {
  list-style: disc;
  margin-bottom: 1em;
  margin-left: 0;
  padding-left: 40px; }

#document ul li {
  margin-bottom: 0.8em; }

#document ul.no-extra-padding {
  padding-left: 20px; }

#document ul.productList li:before {
  content: "";
  font-size: .75em;
  content: "";
  font-family: FontAwesome;
  color: #173251;
  display: inline-block;
  margin-left: -15px;
  width: 15px;
  vertical-align: top; }

#document ul.linklist {
  margin: 0;
  padding: 0; }

#document ul.linklist ul, #document ul.linklist li {
  list-style: none outside none;
  margin: 0;
  padding: 0; }

#document ul.linklist li:before {
  color: inherit;
  content: none;
  font-size: inherit;
  margin: 0;
  padding: 0;
  width: auto; }

#document ol {
  list-style: decimal;
  margin-bottom: 1em;
  padding-left: 40px; }

#document ol li {
  margin-bottom: 0.8em; }

#document ol.no-extra-padding {
  padding-left: 20px; }

#document dl.indent dt {
  /*clear: left;*/
  float: left; }

#document dl.indent dt.hidden {
  display: none;
      /*& + dd {
					clear: left;
				}*/ }

#document dl.indent dd {
  padding: 0; }

#document hr {
  border: 0;
  height: 1px;
  width: 100%;
  background: #7f7a74;
  margin-bottom: 15px; }

#document hr.margin-top {
  margin-top: 25px; }

#document html {
  height: 100%; }

#document body {
  font-family: Rotis, sans-serif;
  font-size: 100%;
  color: #000000;
  background-color: #ffffff;
  width: 100%;
  height: 100%;
  position: relative;
  padding: 0;
  margin: 0; }

#document #document {
  position: relative;
  width: 100%;
  min-height: 100%; }

#document #pageWrapper {
  width: 100%;
  min-height: 100%;
  background: #ffffff;
  margin: 0 auto;
  overflow: inherit; }

#document .pageInner {
  margin: 0 auto;
  position: relative;
  min-width: 200px;
  padding: 0 10px;
  clear: both;
  max-width: 1004px; }

#document .cycle-slide {
  vertical-align: top; }

#document .cycle-slide a {
  border: none; }

@media only screen and (max-width: 787px) {
  #document .noMobile {
    display: none !important; } }
@media only screen and (min-width: 788px) {
  #document #document, #document #pageWrapper {
    background: none; }

  #document #pageBackground {
    width: 100%;
    position: absolute;
    left: 0;
    top: 128px;
    background: #7f7a74;
    z-index: -1;
    height: 300px; } }
@media only screen and (max-width: 1043px) and (min-width: 788px) {
  #document .noPad {
    display: none !important; } }
@media only screen and (min-width: 1044px) {
  #document .noDesktop {
    display: none !important; }

  #document #mainContent.pageInner {
    min-height: 510px; } }
#document .imagetext {
  display: inline-block; }

#document .imagetext--left {
  padding-right: 20px;
  padding-left: 0; }

#document .imagetext--left img {
  float: left;
  margin-right: 10px; }

#document .imagetext--right {
  padding-left: 20px;
  padding-right: 0; }

#document .imagetext--right img {
  float: right;
  margin-left: 10px; }

@media (max-width: 532px) {
  #document .imagetext img {
    width: 100%;
    height: auto; } }
#document .margin-bottom {
  margin-bottom: 15px !important;
  display: inline-block; }

#document .margin-bottom--x2 {
  margin-bottom: 30px !important; }

#document .nowrap {
  white-space: nowrap; }

.aui body {
  margin: 0;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #333;
  background-color: white; }

.grid-row--no-padding-bottom {
  padding-bottom: 0; }

/* normal content elements */
.aui.ios input[type="submit"].btn {
  margin-right: 20px !important; }

#document {
  /* für WEB-636 */ }

#document body.home .mainPageContent .contentElement {
  clear: none; }

#document .asset-content {
  margin-left: 0px;
  margin-right: 0px; }

#document .mainPageContent {
  /** Tabellenabstand **/
  /** Partnerseiten **/ }

#document .mainPageContent table {
  width: 100%;
  margin-bottom: 20px; }

#document .mainPageContent table thead th {
  padding: .364em .763em;
  color: #173251;
  font-weight: bold; }

#document .mainPageContent table tbody tr:nth-child(2n+1) {
  background-color: #d9d7d6; }

#document .mainPageContent table tbody tr:nth-child(2n) {
  background-color: white; }

#document .mainPageContent table tbody td {
  padding: .364em .763em; }

#document .mainPageContent .companyCategory {
  clear: both; }

#document .mainPageContent .companyCategory h2 {
  color: #7f7a74;
  font-size: 1.4em;
  font-weight: bold;
  line-height: 1em;
  margin-top: 1em;
  border-bottom: none; }

#document .mainPageContent .companyCategory .company .imageWrap {
  float: right;
  margin: 0; }

#document .mainPageContent .companyCategory .company .clearfix {
  padding-top: 10px;
  padding-left: 10px; }

#document .mainPageContent .companyCategory .company img {
  margin-top: 1em;
  margin-bottom: 1em; }

#document .mainPageContent .companyCategory .company h3 {
  font-weight: bold;
  color: #173251;
  background-color: #d9d7d6;
  padding: 4px 10px; }

#document .mainPageContent .companyCategory .company small {
  font-weight: normal;
  color: #173251;
  font-size: 0.85em; }

#document .mainPageContent .companyCategory .company .accordion .trigger.active {
  background-color: transparent; }

#document .mainPageContent .companyCategory .company .accordion table tbody tr:nth-child(2n+1) {
  background-color: transparent; }

#document .mainPageContent .companyCategory .company .accordion table tbody td {
  padding: 0em; }

#document .pager-arrow {
  padding-top: 2em; }

#document .pager-arrow .pagerLabel {
  display: block;
  float: left;
  margin-right: 23px;
  margin-top: 5px; }

#document .pager-arrow .pager a {
  padding: 2px 3px 2px 3px; }

#document .pager-arrow a {
  border: none;
  display: block;
  width: 14px;
  height: 16px;
  background-color: #7f7a74;
  color: #173251;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 2px 4px 2px 4px;
  font-size: 16px;
  line-height: 16px;
  text-align: center; }

#document .pager-arrow a.active, #document .pager-arrow a:hover {
  color: #ffffff;
  background-color: #173251; }

#document .mainPageContent {
  /** start for disrupter**/
  position: relative;
  z-index: 1;
  /** end for disrupter**/
  line-height: 1.3em;
  /* background-color: $white; */ }

#document .mainPageContent .contentElement {
  clear: both;
  margin-bottom: 20px; }

#document .mainPageContent .contentElement .imageWrap {
  margin: 0 4% 1% 0;
  float: left; }

#document .mainPageContent .contentElement .imageWrap img {
  display: block; }

#document .mainPageContent .contentElement > img {
  margin: 0 4% 1% 0;
  float: left;
  display: block; }

#document .mainPageContent p a[href*=".pdf"]:before {
  content: "\00a0";
  background-image: url("../img/pdfIcon.png");
  background-size: 16px 16px;
  background-repeat: no-repeat;
  padding: 1px 0px 0px 13px; }

#document .mainPageContent p a[href*=".docx"]:before {
  content: "\00a0";
  background-image: url("../img/docIcon.png");
  background-size: 16px 16px;
  background-repeat: no-repeat;
  padding: 1px 0px 0px 13px; }

#document .mainPageContent p a[href*=".ppt"]:before {
  content: "\00a0";
  background-image: url("../img/pptIcon.png");
  background-size: 16px 16px;
  background-repeat: no-repeat;
  padding: 1px 0px 0px 13px; }

#document .mainPageContent p a[href*=".xls"]:before {
  content: "\00a0";
  background-image: url("../img/xlsIcon.png");
  background-size: 16px 16px;
  background-repeat: no-repeat;
  padding: 1px 0px 0px 13px; }

#document .mainPageContent p a[href*=".jpg"]:before, #document .mainPageContent p a[href*=".jpeg"]:before,
#document .mainPageContent p a[href*=".png"]:before, #document .mainPageContent p a[href*=".bmp"]:before,
#document .mainPageContent p a[href*=".tif"]:before, #document .mainPageContent p a[href*=".tiff"]:before,
#document .mainPageContent p a[href*=".gif"]:before {
  content: "\00a0";
  background-image: url("../img/imageIcon.png");
  background-size: 16px 16px;
  background-repeat: no-repeat;
  padding: 1px 0px 0px 13px; }

#document .mainPageContent .image {
  text-align: center;
  max-width: 100%; }

#document .mainPageContent .image figure {
  margin-bottom: 10px; }

#document .mainPageContent .image figcaption {
  color: #7f7a74;
  font-size: 13.6px;
  line-height: 1.1em;
  padding-top: 3px;
  text-align: left; }

#document .mainPageContent .image.alignRight figcaption {
  text-align: right; }

#document .mainPageContent .gallery {
  max-width: 460px;
  clear: both; }

#document .plugin .vepPartnerResults, #document .plugin .teamMemberList {
  clear: both; }

#document .plugin .vepPartnerResults .element, #document .plugin .teamMemberList .element {
  border-bottom: 1px solid #d9d7d6;
  padding: 20px 0;
  position: relative; }

#document .plugin .vepPartnerResults .element header, #document .plugin .teamMemberList .element header {
  position: relative; }

#document .plugin .vepPartnerResults .element .resultNumber, #document .plugin .teamMemberList .element .resultNumber {
  background-color: #173251;
  -webkit-border-radius: .7em;
  -moz-border-radius: .7em;
  border-radius: .7em;
  color: #ffffff;
  float: left;
  font-size: .7em;
  height: 1.4em;
  line-height: 1.45em;
  margin-right: 5px;
  text-align: center;
  text-transform: uppercase;
  width: 1.4em; }

#document .plugin .vepPartnerResults .element .distance, #document .plugin .teamMemberList .element .distance {
  color: #7f7a74;
  position: absolute;
  top: 0;
  right: 0; }

#document .plugin .vepPartnerResults .element .image, #document .plugin .teamMemberList .element .image {
  float: left;
  margin-right: 10px;
  padding-left: 5px;
  width: 75px; }

#document .plugin .vepPartnerResults .element .image figure, #document .plugin .teamMemberList .element .image figure {
  margin: 0; }

#document .plugin .vepPartnerResults .element .image + .text, #document .plugin .teamMemberList .element .image + .text {
  margin-left: 95px; }

#document .plugin .vepPartnerResults .element dl.contact, #document .plugin .teamMemberList .element dl.contact {
  margin-bottom: 1em; }

#document .plugin .vepPartnerResults .element dl.contact dt, #document .plugin .teamMemberList .element dl.contact dt {
  width: 70px;
  font-weight: normal; }

#document .plugin .vepPartnerResults .element dl.contact dt.hidden + dd, #document .plugin .teamMemberList .element dl.contact dt.hidden + dd {
  margin-left: 0;
  width: 230px; }

#document .plugin .vepPartnerResults .element dl.contact dd, #document .plugin .teamMemberList .element dl.contact dd {
  margin-left: 70px; }

#document .plugin .vepPartnerResults .element .selectLink, #document .plugin .teamMemberList .element .selectLink {
  position: absolute;
  bottom: 20px;
  right: 0;
  font-size: .9em;
  line-height: 1em; }

#document .plugin .vepPartnerResults .element .selectLink a, #document .plugin .teamMemberList .element .selectLink a {
  background-color: #173251;
  color: #ffffff;
  padding: 1px 3px; }

#document .plugin .vepPartnerResults .element .selectLink a:before, #document .plugin .teamMemberList .element .selectLink a:before {
  color: #ffffff; }

#document .plugin .vepPartnerResults .element.topResult .image, #document .plugin .teamMemberList .element.topResult .image {
  width: 105px; }

#document .plugin .vepPartnerResults .element.topResult .image + .text, #document .plugin .teamMemberList .element.topResult .image + .text {
  margin-left: 125px; }

#document .plugin .vepPartnerResults .element.topResult .distance, #document .plugin .teamMemberList .element.topResult .distance {
  display: none; }

#document .plugin .vepPartnerResults .element.team .image, #document .plugin .teamMemberList .element.team .image {
  width: auto;
  max-width: 250px; }

#document .plugin .vepPartnerResults .element.team .text, #document .plugin .teamMemberList .element.team .text {
  margin-left: 0px;
  height: auto;
  padding-bottom: 0px; }

#document .plugin .vepPartnerResults .element.team .text ul, #document .plugin .teamMemberList .element.team .text ul {
  margin-left: 0px; }

#document .plugin .vepPartnerResults .element.team h3, #document .plugin .teamMemberList .element.team h3 {
  padding-right: 10px; }

#document .plugin .vepPartnerResults .accordion .trigger, #document .plugin .teamMemberList .accordion .trigger {
  background-color: #ffffff;
  border: 1px solid #173251;
  font-weight: normal;
  padding: 10px 40px 10px 40px;
  text-align: center; }

#document .plugin .vepPartnerResults .accordion .trigger .open, #document .plugin .teamMemberList .accordion .trigger .open {
  display: none; }

#document .plugin .vepPartnerResults .accordion .trigger .close, #document .plugin .teamMemberList .accordion .trigger .close {
  display: inline; }

#document .plugin .vepPartnerResults .accordion .trigger:before, #document .plugin .teamMemberList .accordion .trigger:before {
  content: "";
  font-family: FontAwesome;
  font-size: 0.8em;
  height: 20px;
  line-height: 20px;
  margin-top: -10px;
  position: absolute;
  left: 10px;
  top: 50%;
  width: 20px; }

#document .plugin .vepPartnerResults .accordion .trigger:after, #document .plugin .teamMemberList .accordion .trigger:after {
  content: "";
  font-family: FontAwesome;
  font-size: 0.8em;
  height: 20px;
  line-height: 20px;
  margin-top: -10px;
  position: absolute;
  right: 10px;
  top: 50%;
  width: 20px; }

#document .plugin .vepPartnerResults .accordion .trigger.active .open, #document .plugin .teamMemberList .accordion .trigger.active .open {
  display: inline; }

#document .plugin .vepPartnerResults .accordion .trigger.active .close, #document .plugin .teamMemberList .accordion .trigger.active .close {
  display: none; }

#document .plugin .vepPartnerResults .accordion .trigger.active:after, #document .plugin .teamMemberList .accordion .trigger.active:after {
  content: ""; }

#document .plugin .vepPartnerResults .accordion .trigger.active:before, #document .plugin .teamMemberList .accordion .trigger.active:before {
  content: ""; }

#document .plugin .vepPartnerProfile .image {
  float: left;
  text-align: left;
  width: 118px;
  margin-right: 10px; }

#document .plugin .vepPartnerProfile .text {
  padding-bottom: 70px;
  float: left;
  margin-top: 10px; }

#document .plugin .vepPartnerProfile .contact {
  margin-bottom: 1em; }

#document .plugin .vepPartnerProfile .contact dt {
  width: 65px;
  font-weight: normal; }

#document .plugin .vepPartnerProfile .contact dd {
  margin-left: 65px; }

#document .plugin .vepPartnerProfile .links li {
  margin-bottom: 5px;
  float: left;
  width: 50%; }

#document .plugin .vepPartnerProfile .links li.vcard, #document .plugin .vepPartnerProfile .links li.clearvep {
  clear: both;
  width: auto; }

#document .plugin .vepPartnerProfile .links li.vcard {
  margin-bottom: 11px; }

#document .plugin .blogList .element {
  border-bottom: 1px solid #d9d7d6;
  margin-bottom: 15px;
  padding-bottom: 5px; }

#document .plugin .blogList .element header {
  margin-bottom: 1em; }

#document .plugin .blogList .element .image {
  float: left;
  margin: 0 10px 10px 0;
  width: 50px; }

#document .plugin .blogList .element .image + .text {
  margin-left: 60px; }

#document .plugin .blogList .element .text i {
  color: #173251;
  font-size: 12px;
  display: inline-block;
  height: 1.2em;
  vertical-align: middle; }

#document .plugin .blogList .element .text p {
  margin-bottom: 1.5em; }

#document .plugin .blogList .element .text p.info {
  margin-bottom: 5px; }

#document .plugin .blogList .element .text .author {
  display: block; }

#document .plugin .blogList .element .text .comments {
  display: block; }

#document .plugin .search .searchForm fieldset {
  border-bottom: 1px solid #d9d7d6;
  padding: 10px 0; }

#document .plugin .search .searchForm fieldset .resultInfo {
  float: left; }

#document .plugin .search .topResult {
  padding: 10px 0 20px 0; }

#document .plugin .search .topResult .image figure {
  margin-bottom: 0; }

#document .plugin .search .topResult .element {
  background-color: #d9d7d6;
  padding: 15px 10px 16px 10px; }

#document .plugin .search .element {
  border-bottom: 1px solid #d9d7d6;
  padding: 18px 0 4px 0;
  position: relative; }

#document .plugin .search .element .topMarker {
  background-color: #173251;
  color: #ffffff;
  padding: 1px 5px;
  position: absolute;
  right: 10px;
  top: 1px;
  font-size: 0.8em; }

#document .plugin .search .element .topMarker:before {
  font-family: FontAwesome;
  content: "";
  padding-left: 2px;
  padding-right: 7px; }

#document .plugin .search .element .image {
  width: 100%; }

#document .plugin .search .element .relevance .bar {
  border: 1px solid #173251;
  display: block;
  float: left;
  height: 8px;
  margin: 2px 20px 0 0;
  padding: 1px;
  width: 100px; }

#document .plugin .search .element .relevance .bar .progress {
  background-color: #173251;
  display: block;
  height: 100%; }

#document .plugin .search .element .relevance .type {
  float: right;
  width: 110px; }

#document .plugin .search .element .category {
  color: #173251; }

#document .plugin .search .element .category .type {
  color: #000000;
  float: right;
  width: 90px; }

#document .plugin .search .element .content {
  min-height: 17.3px; }

#document .plugin .search a[href*=".pdf"]:before {
  background-image: none;
  padding: 0 0 0 0; }

@media only screen and (min-width: 532px) {
  #document .mainPageContent .image {
    width: 492px; }

  #document .mainPageContent .image.alignLeft {
    float: left;
    margin-right: 20px;
    max-width: 236px; }

  #document .mainPageContent .image.alignRight {
    float: right;
    margin-left: 20px;
    max-width: 236px; }

  #document .mainPageContent .image.cols figure {
    float: left;
    max-width: 236px; }

  #document .mainPageContent .image.cols figure.odd {
    margin-right: 20px; }

  #document .mainPageContent .accordion .trigger {
    padding: 10px 40px 10px 10px;
    font-weight: normal; }

  #document .home .mainPageContent .contentElement {
    margin-bottom: 40px; }

  #document .plugin .vepPartnerResults .element, #document .plugin .teamMemberList .element {
    overflow: hidden; }

  #document .plugin .vepPartnerResults .element h3, #document .plugin .teamMemberList .element h3 {
    padding-right: 150px; }

  #document .plugin .vepPartnerResults .element .resultNumber, #document .plugin .teamMemberList .element .resultNumber {
    -webkit-border-radius: .85em;
    -moz-border-radius: .85em;
    border-radius: .85em;
    font-size: .75em;
    height: 1.7em;
    line-height: 1.7em;
    width: 1.7em; }

  #document .plugin .vepPartnerResults .element .text, #document .plugin .teamMemberList .element .text {
    height: 65px;
    overflow: hidden;
    padding-bottom: 20px;
    position: relative; }

  #document .plugin .vepPartnerResults .element .distance, #document .plugin .teamMemberList .element .distance {
    left: 330px;
    right: auto; }

  #document .plugin .vepPartnerResults .element .address, #document .plugin .teamMemberList .element .address {
    float: left;
    margin: 0;
    width: 146px; }

  #document .plugin .vepPartnerResults .element dl.contact, #document .plugin .teamMemberList .element dl.contact {
    float: left;
    margin: 0; }

  #document .plugin .vepPartnerResults .element ul.links, #document .plugin .teamMemberList .element ul.links {
    position: absolute;
    bottom: 0;
    width: 402px; }

  #document .plugin .vepPartnerResults .element ul.links li, #document .plugin .teamMemberList .element ul.links li {
    float: left;
    width: 128px; }

  #document .plugin .vepPartnerResults .element ul.links li:first-child, #document .plugin .teamMemberList .element ul.links li:first-child {
    margin-left: 3px;
    width: 146px; }

  #document .plugin .vepPartnerResults .element ul.links li a.moreLink, #document .plugin .teamMemberList .element ul.links li a.moreLink {
    margin-left: 7px; }

  #document .plugin .vepPartnerResults .element .selectLink, #document .plugin .teamMemberList .element .selectLink {
    bottom: auto;
    right: 0;
    top: 20px; }

  #document .plugin .vepPartnerResults .element.topResult .text, #document .plugin .teamMemberList .element.topResult .text {
    padding-right: 120px; }

  #document .plugin .vepPartnerResults .element.topResult .address, #document .plugin .teamMemberList .element.topResult .address {
    float: none; }

  #document .plugin .vepPartnerResults .element.topResult .links, #document .plugin .teamMemberList .element.topResult .links {
    bottom: auto;
    left: auto;
    right: 0;
    top: 0;
    width: 120px; }

  #document .plugin .vepPartnerResults .element.topResult .links li, #document .plugin .teamMemberList .element.topResult .links li {
    float: none;
    width: auto; }

  #document .plugin .vepPartnerResults .element.topResult .distance, #document .plugin .teamMemberList .element.topResult .distance {
    display: none; }

  #document .plugin .vepPartnerResults .element.topResult .selectLink, #document .plugin .teamMemberList .element.topResult .selectLink {
    right: auto;
    left: 362px; }

  #document .plugin .vepPartnerProfile .image {
    max-width: 236px; }

  #document .plugin .vepPartnerProfile .contact {
    margin-bottom: 5px; }

  #document .plugin .vepPartnerProfile .links li {
    float: left;
    width: 50%; }

  #document .plugin .vepPartnerProfile .links li.vcard, #document .plugin .vepPartnerProfile .links li.clearvep {
    clear: both;
    width: 100%; }

  #document .plugin .vepPartnerProfile .links li.vcard {
    margin-bottom: 11px; }

  #document .plugin .blogList .element .text .author {
    display: inline;
    padding-right: 20px; }

  #document .plugin .blogList .element .text .comments {
    display: inline; }

  #document .plugin .search .element .image {
    float: left;
    margin-right: 10px;
    width: 236px; } }
#document #content-search {
  width: 178px;
  height: 25px;
  position: relative; }

#document #content-search fieldset {
  border: 1px solid #d9d7d6; }

#document #content-search label {
  display: none; }

#document #content-search i {
  color: #7f7a74;
  height: 25px;
  line-height: 25px;
  text-align: center;
  vertical-align: middle;
  width: 25px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1; }

#document #content-search input[type="text"] {
  border: none;
  color: #7f7a74;
  height: 23px;
  padding: 0 30px 0 5px;
  width: 146px;
  margin: 0;
  font-size: 11.3px; }

#document #content-search input[type="submit"] {
  background-color: transparent;
  border: none;
  cursor: pointer;
  height: 25px;
  text-indent: -9999px;
  opacity: 0;
  -webkit-appearance: none;
  width: 25px;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2; }

@media only screen and (min-width: 788px) {
  #document .mainPageContent {
    line-height: 1.2em; }

  #document .home .mainPageContent {
    margin-top: 0px; }

  #document .mainPageContent #column-4 .contentElement {
    margin-bottom: 55px; }

  #document #subNav {
    margin-bottom: 75px; }

  #document #subNav ul li {
    border-bottom: 1px solid #d9d7d6;
    display: block; }

  #document #subNav ul li.active, #document #subNav ul li:hover {
    border-bottom-color: #173251; }

  #document #subNav ul li.active a, #document #subNav ul li:hover a {
    background-color: #173251;
    color: #ffffff;
    font-size: 15px; }

  #document #subNav ul li.active a:after, #document #subNav ul li.active a:after, #document #subNav ul li:hover a:after {
    content: "";
    font-family: FontAwesome;
    color: #ffffff;
    display: block;
    font-size: 15px;
    height: 20px;
    line-height: 20px;
    margin-top: -10px;
    position: absolute;
    right: 0;
    top: 50%;
    width: 20px; }

  #document #subNav ul li a {
    border: none;
    color: #173251;
    display: block;
    padding: 6px 25px 7px 10px;
    position: relative;
    text-decoration: none;
    font-size: 15px; } }
@media only screen and (min-width: 1044px) {
  #document .plugin .vepPartnerProfile .image {
    float: none;
    margin: 0;
    width: auto;
    max-width: none; }

  #document .plugin .vepPartnerProfile .text {
    margin-top: 10px;
    float: none; }

  #document .plugin .search .element .image + .text {
    margin-left: 256px; } }
@media only screen and (max-width: 787px) {
  #document .plugin .teamMemberList .element.team .text ul {
    float: left; }

  #document .plugin .teamMemberList .element.team .text ul li:before {
    float: left; }

  #document .plugin .teamMemberList .element.team .text ul li {
    width: 186px; } }
#document .downloadlist {
  width: 100%; }

#document .accordion__container li.downloadlistitem.picLink {
  margin-left: 205px; }

#document li.downloadlistitem {
  margin-bottom: 8px; }

#document li.downloadlistitem a {
  font-size: 15px; }

#document li.downloadlistitem.pdfLink {
  list-style: url("../img/pdfIcon.png");
  margin-left: 24px; }

#document li.downloadlistitem.pdfLink a[href*=".pdf"]:before {
  background-image: none;
  padding: 0 0 0 0; }

#document li.downloadlistitem.rtfLink {
  list-style: url("../img/rtfIcon.png");
  margin-left: 24px; }

#document li.downloadlistitem.docLink {
  list-style: url("../img/docIcon.png");
  margin-left: 24px; }

#document li.downloadlistitem.picLink {
  list-style: url("../img/imageIcon.png");
  margin-left: 24px; }

#document li.downloadlistitem.pptLink {
  list-style: url("../img/pptIcon.png");
  margin-left: 24px; }

#document li.downloadlistitem.xlsLink {
  list-style: url("../img/xlsIcon.png");
  margin-left: 24px; }

#document li.downloadlistitem.txtLink {
  list-style: url("../img/txtIcon.png");
  margin-left: 24px; }

#document ul.linklist li.downloadlistitem {
  margin-bottom: 8px;
  margin-left: 24px !important; }

#document .linklist .downloadlistitem a.link:before {
  content: "" !important; }

#document .accordion strong {
  font-size: 18px; }

#document .accordion__trigger {
  border-top: 1px solid #d9d7d6;
  border-bottom: 1px solid #d9d7d6;
  color: #173251;
  cursor: pointer;
  font-size: 18px;
  line-height: 1em;
  margin-bottom: 10px;
  padding: 12px 40px 10px 10px;
  position: relative; }

#document .accordion__trigger .icon-plus {
  display: block; }

#document .accordion__trigger .icon-minus {
  display: none; }

#document .accordion__trigger .icon-plus, #document .accordion__trigger .icon-minus {
  font-size: 0.8em;
  height: 20px;
  line-height: 20px;
  margin-top: -10px;
  position: absolute;
  right: 10px;
  top: 50%;
  width: 20px; }

#document .accordion__trigger--active {
  background-color: #d9d7d6; }

#document .accordion__trigger--active .icon-plus {
  display: none; }

#document .accordion__trigger--active .icon-minus {
  display: block; }

#document .accordion__trigger .accordion__icon {
  display: none; }

#document .accordion__trigger--icon {
  padding-left: 38px; }

#document .accordion__trigger--icon .accordion__icon {
  display: inline-block; }

#document .accordion__icon {
  font-size: 1.1em;
  line-height: 20px;
  margin-top: -10px;
  position: absolute;
  left: 10px;
  top: 50%;
  width: 20px; }

#document .accordion__container {
  overflow: hidden;
  padding: 0px 10px 20px;
  width: 98%; }

#document .accordion__container strong {
  font-size: 15px; }

#document .accordion__container--downloadcenter img {
  margin-bottom: 12px; }

#document .accordion__container--downloadcenter .grid-row {
  font-size: 15px; }

#document .accordion__container--downloadcenter a:last-child {
  margin-bottom: 12px;
  display: inline-block; }

#document .accordion__container--downloadcenter .grid-row > * > .grid-row {
  margin: 0; }

#document .accordion__container--downloadcenter .grid-row {
  padding-bottom: 0; }

#document .accordion__container--downloadcenter .grid-row > div {
  box-sizing: border-box; }

#document .accordion__container--downloadcenter .no-padding {
  padding: 0; }

#document .accordion__container--downloadcenter .hidden-xs {
  display: none; }

@media (min-width: 532px) {
  #document .accordion__container--downloadcenter .hidden-xs {
    display: block; }

  #document .accordion__container--downloadcenter .hidden-sm {
    display: none; } }
@media (min-width: 788px) {
  #document .accordion__container--downloadcenter .hidden-sm {
    display: block; }

  #document .accordion__container--downloadcenter .hidden-md {
    display: none; } }
@media (min-width: 1044px) {
  #document .accordion__container--downloadcenter .hidden-md {
    display: block; }

  #document .accordion__container--downloadcenter .hidden-lg {
    display: none; } }
.chrome #mainFooter, .firefox #mainFooter {
  margin-top: -20px !important; }

.safari #document #mainFooter {
  margin-top: -20px !important; }

.portrait.smartnarrow #document #mainFooter .footerBottomLineNav, .safari.mobile.portrait #document #mainFooter .footerBottomLineNav {
  margin-top: -10px; }

#document #mainFooter {
  background-color: #7f7a74;
  color: #ffffff;
  padding-bottom: 25px;
  clear: both;
  border-top: 5px solid #173251;
  text-align: center;
  margin-top: -40px; }

#document #mainFooter .linklist li a {
  font-size: 13.6px; }

#document #mainFooter a {
  color: #ffffff;
  text-decoration: none;
  border-bottom: none; }

#document #mainFooter a:hover {
  text-decoration: underline; }

#document #mainFooter .borderWrap {
  border-top: 2px solid #ffffff; }

#document #mainFooter .grid-row {
  padding-bottom: 0; }

#document #mainFooter .footerBottomLine {
  clear: both; }

#document #mainFooter .footerBottomLine #copyright {
  font-size: 13.6px; }

#document #mainFooter .footerBottomLine #copyright ul {
  float: none; }

#document #mainFooter .footerBottomLine ul {
  padding: 0.5em; }

#document #mainFooter .footerBottomLine li {
  display: inline; }

#document #mainFooter .footerBottomLine li a {
  color: #ffffff;
  padding: 0 0.5em; }

#document #mainFooter .footerBottomLine li:before {
  content: " |  ";
  white-space: pre;
  display: inline;
  vertical-align: baseline; }

#document #mainFooter .footerBottomLine li:first-child:before {
  content: none; }

#document #copyright {
  padding: 0.5em;
  border-top: 1px solid #ffffff; }

@media only screen and (min-width: 788px) {
  #document {
    /* footer */ }

  #document #mainFooter {
    text-align: left;
    font-size: 0.9em; }

  #document #mainFooter #metaNavi .row-fluid .col-xs-3 {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 10px; }

  #document #mainFooter .footerBottomLine {
    width: 100%;
    border-top: 1px solid #ffffff;
    padding-top: 30px; }

  #document #mainFooter .footerBottomLine ul {
    padding: 0; }

  #document #mainFooter .footerBottomLine li a {
    padding: 0; }

  #document #metaNavi {
    padding-top: 2em;
    margin-left: 0px; }

  #document #metaNavi .thirdCol {
    margin-right: 0; }

  #document #metaNavi .footerWrap {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4; }

  #document #metaNavi .footerCol {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid; }

  #document #metaNavi a {
    padding: 0;
    display: block; }

  #document #metaNavi ul {
    margin-bottom: 1.5em; }

  #document #copyright {
    padding: 0;
    border: none;
    margin-top: 0.2em; } }
@media only screen and (min-width: 1044px) {
  #document #metaNavi .thirdCol {
    margin-right: 20px; }

  #document #metaNavi .fourthCol {
    margin-right: 0; }

  #document #mainFooter .footerBottomLine ul {
    float: right; }

  #document #copyright {
    margin-top: 0; } }
#document .bigger {
  font-size: 16.3px;
  margin-bottom: 15px; }

@media only screen and (max-width: 532px) {
  #document #mainFooter .footerBottomLine .footerBottomLineNav ul {
    padding: 22px 8px 8px 8px; } }
/* slick slider default css */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  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,
.slick-slider .slick-list {
  -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; }

.slick-arrow.slick-hidden {
  display: none; }

.slick-slider {
  display: table;
  table-layout: fixed;
  width: 100%; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./../img/loader.gif") center center no-repeat; }

/* Icons */
/* Arrows */
#document {
  /* Dots */ }

#document .slick-prev,
#document .slick-next {
  position: absolute;
  display: block;
  height: 16px;
  width: 16px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }

#document .slick-prev:hover, #document .slick-prev:focus,
#document .slick-next:hover,
#document .slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent; }

#document .slick-prev:before,
#document .slick-next:before {
  font-family: "FontAwesome";
  font-size: 20px;
  line-height: 1;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

#document .slick-prev {
  left: -25px; }

[dir="rtl"] #document .slick-prev {
  left: auto;
  right: -25px; }

#document .slick-prev:before {
  content: "←"; }

[dir="rtl"] #document .slick-prev:before {
  content: "→"; }

#document .slick-next {
  right: -25px; }

[dir="rtl"] #document .slick-next {
  left: -25px;
  right: auto; }

#document .slick-next:before {
  content: "→"; }

[dir="rtl"] #document .slick-next:before {
  content: "←"; }

#document .slick-dots {
  position: absolute;
  bottom: 5px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }

#document .slick-dots li {
  position: relative;
  display: inline-block;
  height: 16px;
  width: 16px;
  padding: 0;
  cursor: pointer; }

#document .slick-dots li:before {
  display: none !important; }

#document .slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 16px;
  width: 16px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 3px;
  cursor: pointer; }

#document .slick-dots li button:hover, #document .slick-dots li button:focus {
  outline: none; }

#document .slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 16px;
  height: 16px;
  font-family: "FontAwesome";
  font-size: 8px;
  line-height: 16px;
  text-align: center;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

#document .slick-dots li.slick-active button:before {
  color: white;
  content: "";
  font-size: 14px; }

@media only screen and (max-width: 787px) {
  #document .slick-dots {
    display: none !important; } }
/*
	plugins
*/
.android #document .mainPageContent input[type="radio"], .android #document .mainPageContent input[type="checkbox"] {
  margin: 0px 3px 1px 5px; }

.ios #document .mainPageContent select {
  width: 90% !important; }

#document {
  /** content form elements*/ }

#document form[id*='customForm'] input[type='radio'], #document form[id*='customForm'] .radio-inline, #document form[id*='customForm'] input[type='checkbox'], #document form[id*='customForm'] label.checkbox {
  position: relative;
  vertical-align: middle;
  display: inline-block;
  width: auto;
  float: none;
  margin: 0px;
  padding: 0px; }

#document form[id*='customForm'] label.checkbox {
  height: 65px;
  box-sizing: border-box;
  padding-top: 25px; }

#document .mainPageContent #datepicker,
#document .mainPageContent input[type="date"],
#document .mainPageContent input[type="text"],
#document .mainPageContent input[type="password"],
#document .mainPageContent textarea,
#document .mainPageContent select {
  font-family: Rotis, sans-serif;
  width: 100%;
  border: 1px solid #7f7a74;
  border-radius: 0;
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* enable box-sizing for ie6+7 */
  /* It’s important to note that the relative path has to be relative to the HTML document, not to the CSS file. */
  *behavior: url("/conti-theme/htc/boxsizing.htc");
  padding: 11px 9px 5px 9px;
  font-size: 14px;
  background: white;
  height: 36px; }

#document .mainPageContent input[type="radio"], #document .mainPageContent input[type="checkbox"] {
  float: left;
  /*margin: 1px 3px 6px 5px;*/
  margin: 3px 3px 1px 5px;
  vertical-align: middle; }

#document .mainPageContent .radiobutton-wrap {
  margin-bottom: 10px; }

#document .mainPageContent .radiobutton-wrap input[type="radio"] {
  float: none; }

#document .mainPageContent .radiobutton-wrap label {
  vertical-align: middle;
  display: inline; }

#document .mainPageContent textarea {
  min-height: 200px;
  /*WEB-1355*/ }

#document .mainPageContent button {
  cursor: pointer; }

#document .autocomplete-suggestions {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* enable box-sizing for ie6+7 */
  /* It’s important to note that the relative path has to be relative to the HTML document, not to the CSS file. */
  *behavior: url("/conti-theme/htc/boxsizing.htc");
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
  color: #d9d7d6;
  margin-top: -1px;
  padding: 5px 0;
  max-width: 90% !important; }

#document .autocomplete-suggestions .autocomplete-suggestion {
  cursor: pointer;
  padding: 3px 10px; }

#document .autocomplete-suggestions .autocomplete-suggestion strong {
  color: #7f7a74;
  font-weight: normal; }

#document .autocomplete-suggestions .autocomplete-suggestion:hover, #document .autocomplete-suggestions .autocomplete-suggestion.autocomplete-selected {
  color: #173251; }

#document .autocomplete-suggestions .autocomplete-suggestion:hover strong, #document .autocomplete-suggestions .autocomplete-suggestion.autocomplete-selected strong {
  color: #173251; }

#document .button {
  font-family: Rotis, sans-serif;
  background: #173251;
  color: #ffffff !important;
  display: inline-block;
  padding: 11px 15px 9px 15px;
  border: none !important;
  font-size: 15px; }

#document .button--submit {
  margin-top: 10px; }

#document .button--right {
  float: right; }

#document .button--content-align-center {
  display: block;
  text-align: center;
  width: 100%; }

#document label {
  font-size: 15px; }

.cookies-warning {
  padding: 1em;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #dcdcdc;
  z-index: 150; }

.cookies-warning .cookies-heading {
  font-size: 20px;
  font-weight: bold; }

.cookies-warning p {
  margin: 0; }

.cookies-warning .cookies-close-link {
  background-color: #58595b;
  color: #ffffff;
  margin-bottom: rem-calc(5);
  padding-right: 15px; }

.cookies-warning .cookies-close-overlay-link {
  margin-bottom: rem-calc(5);
  padding-left: 15px; }

.cookies-warning .cookies-more {
  border-top: solid 1px #58595b;
  margin-top: 15px;
  padding-top: 5px; }

.cookies-warning .cookies-more .cookies-more-link {
  text-decoration: underline; }

#document .imageTeaser {
  position: relative; }

#document .imageTeaser .element {
  padding-left: 10px;
  padding-right: 10px; }

#document .imageTeaser .element img {
  width: 50%;
  float: left;
  margin-right: 5px; }

#document .imageTeaser .element > a {
  display: block;
  background-color: #7f7a74; }

#document .imageTeaser .element p {
  color: #ffffff;
  display: block;
  height: 100%;
  margin-bottom: 0;
  padding: 5px 25px 5px 0;
  white-space: normal; }

#document .imageTeaser.overviewTeaser .element {
  margin-bottom: 20px; }

#document .imageTeaser.overviewTeaser .element a {
  border: none; }

#document .imageTeaser.cycleTeaser .cycleWrapper {
  overflow: hidden;
  margin-left: -10px;
  margin-right: -10px; }

#document .imageTeaser.cycleTeaser .slider {
  width: 100%; }

#document .imageTeaser.cycleTeaser .pager-arrow {
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
  position: absolute;
  display: block;
  width: 12px;
  height: 14px;
  color: #173251;
  background-color: #ffffff;
  padding: 8px 8px 8px 10px;
  font-size: 15px;
  top: 60%;
  z-index: 110;
  cursor: pointer;
  font-weight: bold; }

#document .imageTeaser.cycleTeaser .pager-arrow.icon-chevron-left {
  left: -14px; }

#document .imageTeaser.cycleTeaser .pager-arrow.icon-chevron-right {
  right: -14px; }

@media only screen and (min-width: 532px) {
  #document .imageTeaser .element img {
    float: none;
    width: 100%;
    height: auto;
    margin: 0; }

  #document .imageTeaser .element p {
    padding: 9px;
    border-top: 1px solid #ffffff;
    height: 51px; }

  #document .imageTeaser.overviewTeaser .element {
    float: left; }

  #document .imageTeaser.overviewTeaser .element:nth-of-type(2n) {
    margin-right: 0; }

  #document .imageTeaser.cycleTeaser .pager-arrow {
    top: auto;
    bottom: 88px;
    margin-bottom: 0; } }
@media only screen and (min-width: 788px) {
  #document .imageTeaser .element p {
    height: 51px; } }
#document .newsList {
  position: relative; }

#document .newsList .headline {
  margin-bottom: 1px; }

#document .newsList .news {
  border-top: 1px solid #d9d7d6;
  padding-top: 1px;
  margin-bottom: 18px; }

#document .newsList .news.first {
  border: none;
  padding-top: 0; }

#document .newsList .news header {
  line-height: 1em; }

#document .newsList .news header span {
  background-color: #173251;
  color: #ffffff;
  padding: 1px 3px;
  font-size: 12px;
  line-height: 1em; }

#document .newsList .news header h3 {
  margin-top: 0.5em; }

#document .newsList .news header h3 a {
  color: #7f7a74; }

#document .newsList .news header h3 a:before {
  content: none; }

#document .newsList .news header h3 a:hover {
  color: #7f7a74; }

#document .newsList .news p {
  white-space: normal;
  margin-bottom: 0.2em; }

#document .newsList .moreNews {
  position: absolute !important;
  bottom: 0;
  right: 0; }

#document .plugin .newsList {
  margin-top: -9px; }

#document .newsList ul {
  margin-left: 0;
  padding-left: 0; }

#document .newsDetail {
  padding-top: 1em;
  position: relative; }

#document .newsDetail .info {
  background-color: #173251;
  color: #ffffff;
  font-size: 0.8em;
  line-height: 1em;
  padding: 1px 3px 1px 3px;
  position: absolute;
  left: 0;
  top: -8px; }

#document .newsDetail article {
  margin-bottom: 1.5em; }

#document .newsListCycle .news {
  display: none;
  margin-bottom: 0; }

#document .newsListCycle .news.first {
  display: block; }

#document article.newsTeaser .imageWrap {
  width: 48%;
  margin: 0 4% 1% 0;
  float: left; }

#document article.newsTeaser .imageWrap img {
  display: block; }

#document .newsFilter .newsCategories {
  margin-bottom: 55px; }

#document .newsFilter .newsCategories a {
  border-bottom: 1px dotted #173251;
  color: #173251; }

#document .newsFilter .newsCategories li.all {
  padding-top: 1em; }

@media only screen and (min-width: 788px) {
  #document .newsListCycle {
    position: relative;
    padding-bottom: 20px; }

  #document .newsListCycle p {
    margin-bottom: 0.1em; }

  #document .newsListCycle .news {
    display: block;
    white-space: normal;
    width: 236px;
    margin-bottom: 0;
    height: 205px;
    border: 0;
    padding: 0; }

  #document .newsListCycle .pager-arrow {
    padding-top: 0;
    position: absolute;
    bottom: 0;
    left: 0; }

  #document .newsListCycle .pager-arrow a.cycle-pager-active {
    color: #ffffff;
    background-color: #173251; }

  #document .newsList .headline {
    margin-bottom: 0px; }

  #document .newsList .news header span {
    padding: 0px 3px; }

  #document .newsList .news header p {
    font-size: 12px; } }
#document {
  /*
    3.1.3 Header Teaser
  */
  /* diesen Breakpoint sollte es eigentlich gar nicht geben?! WEB-690
     das andere padding ist vorher nicht aufgefallen, mit h1 war die Schrift aber dann sehr gross
  */ }

#document #headerTeaser {
  margin-top: 0;
  margin-bottom: 0;
  overflow: hidden;
  width: 100%;
  position: relative; }

#document #headerTeaser .element.single .description {
  line-height: 1.2em; }

#document #headerTeaser .element.first {
  display: block; }

#document #headerTeaser .pager-arrow {
  display: none; }

@media only screen and (min-width: 532px) {
  #document #headerTeaser .slider span.text {
    position: absolute;
    top: 35px;
    right: 35px;
    width: 250px; }

  #document #headerTeaser .slider .element {
    display: block;
    width: 748px;
    overflow: hidden;
    position: relative; }

  #document #headerTeaser .slider span.headline {
    display: block;
    color: #ffffff;
    background: #7f7a74;
    margin-bottom: 5px;
    font-size: 25px;
    padding: 8px 0px 4px 8px;
    line-height: 1em; }

  #document #headerTeaser .slider span.description {
    color: #7f7a74;
    background: #ffffff;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.2em;
    padding: 8px 0px 4px 8px;
    display: block; } }
@media only screen and (max-width: 532px) {
  #document #headerTeaser .slider span.text {
    position: absolute;
    top: 15px;
    right: 8px;
    width: 150px; }

  #document #headerTeaser .slider .element {
    display: block;
    width: 748px;
    overflow: hidden;
    position: relative; }

  #document #headerTeaser .slider span.headline {
    display: block;
    color: #ffffff;
    background: #7f7a74;
    margin-bottom: 5px;
    font-size: 16px;
    padding: 8px 0px 4px 8px;
    line-height: 1em; }

  #document #headerTeaser .slider span.description {
    color: #7f7a74;
    background: #ffffff;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.2em;
    padding: 8px 0px 4px 8px;
    display: block; } }
@media only screen and (min-width: 788px) {
  #document {
    /* header slider */ }

  #document .home #headerTeaser {
    margin-bottom: 0;
    margin-top: 0; }

  #document #headerTeaser {
    font-size: 1em;
    padding: 0;
    padding-bottom: 5px;
    margin-top: 5px; }

  #document #headerTeaser span.description {
    padding-top: 0.3em;
    padding-bottom: 0.3em; }

  #document #headerTeaser .slider {
    padding: 0;
    width: 100%;
    height: 100%;
    overflow: hidden; }

  #document #headerTeaser .slider .slider {
    padding: 0 10px 0 10px; }

  #document #headerTeaser .slider .element {
    display: block;
    width: 748px;
    overflow: hidden;
    position: relative; }

  #document #headerTeaser .slider .element img {
    width: 1004px;
    max-width: 100%; }

  #document #headerTeaser .slider span.text {
    position: absolute;
    top: 34px;
    right: 68px;
    width: 286px; }

  #document #headerTeaser .slider span.headline {
    display: block;
    color: #ffffff;
    background: #7f7a74;
    margin-bottom: 10px;
    font-size: 31.7px;
    padding: 13px 16px 14px 16px;
    line-height: 1em; }

  #document #headerTeaser .slider span.description {
    color: #7f7a74;
    background: #ffffff;
    font-size: 21px;
    font-weight: bold;
    line-height: 1.2em;
    padding: 7px 16px 7px 16px;
    display: block; }

  #document #headerTeaser .element.single {
    position: relative;
    overflow: hidden; }

  #document #headerTeaser .element.single img {
    width: 748px;
    height: 210px;
    margin-top: 5px; }

  #document #headerTeaser .element.single .headline {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 492px;
    display: block;
    background: #173251;
    color: #ffffff;
    font-size: 2.1em;
    padding: 0.4em 0 0.4em 0.53em;
    line-height: 1em; }

  #document #headerTeaser .cycle-pager {
    position: absolute;
    bottom: 5px;
    left: 0;
    z-index: 110;
    width: 100%;
    text-align: center;
    color: #ffffff; }

  #document #headerTeaser .cycle-pager i {
    cursor: pointer;
    margin: 0 3px;
    font-size: 0.6em;
    vertical-align: middle;
    line-height: 1em; }

  #document #headerTeaser .pager-arrow {
    position: absolute;
    display: block;
    color: #7f7a74;
    background-color: #ffffff;
    padding: 8px 8px 8px 10px;
    font-size: 15px;
    bottom: 27px;
    z-index: 110;
    cursor: pointer;
    font-weight: bold; }

  #document #headerTeaser .pager-arrow.icon-chevron-left {
    left: 0px; }

  #document #headerTeaser .pager-arrow.icon-chevron-right {
    right: 0px; } }
@media only screen and (min-width: 1044px) {
  #document #headerTeaser .slider .element {
    width: 1004px; }

  #document #headerTeaser .slider span.text {
    width: 350px; }

  #document #headerTeaser .element.single .description {
    display: block;
    position: absolute;
    right: 0;
    width: 236px;
    height: 70%;
    top: 45px;
    font-size: 1.4em;
    padding: 0; }

  #document #headerTeaser .element.single .headline {
    right: 256px; } }
.portrait.smartnarrow #document .headerSection-image h1, .safari.mobile.portrait #document .headerSection-image h1 {
  font-size: 16px;
  padding: 12px 10px 6px 10px; }

#document .headerSection-claim__big {
  color: #FFF;
  font-size: 33px;
  line-height: 1.5em;
  padding: 18px 7px 7px 0px;
  display: inline-block; }

#document .headerSection-claim__small {
  color: #FFF;
  font-size: 18px;
  display: inline-block;
  padding-bottom: 7px; }

#document .headerSection-image {
  position: relative; }

#document .headerSection-image img {
  width: 100%;
  margin-bottom: 4px; }

#document .headerSection-image h1 {
  margin: 0;
  position: absolute;
  bottom: 4px;
  right: 0px;
  display: block;
  background: #7f7a74;
  padding: 18px 18px 9px 18px; }

@media only screen and (max-width: 787px) {
  #document .headerSection {
    margin-top: 10px; } }
#document .headerSection-image {
  position: relative; }

#document .headerSection-image h1 {
  background: #173251; }

#document .link-list {
  padding-left: 0px; }

#document .link-list__item {
  margin-top: 14px;
  display: block; }

#document .link-list__item a {
  font-size: 15px; }

#document .link-list__item i {
  font-size: 11px; }

#document {
  /*
	  life phases
  */ }

#document article.lifePhases .headline {
  margin-bottom: 0; }

#document article.lifePhases ul {
  list-style: none;
  padding: 0; }

#document article.lifePhases li:before {
  display: none; }

#document article.lifePhases a {
  display: block;
  color: #7f7a74;
  border-bottom: 1px solid #d9d7d6;
  font-size: 20px;
  font-weight: bold;
  line-height: 1em;
  padding: 0.5em 0 0.35em 55px;
  background-image: url("../img/phases_sprite.png");
  background-size: 46px 220px;
  background-repeat: no-repeat; }

#document article.lifePhases a:hover {
  background-image: url("../img/phases_sprite_blue.png");
  color: #173251; }

#document article.lifePhases .school a {
  background-position: 4px 3px; }

#document article.lifePhases .work a {
  background-position: 4px -35px; }

#document article.lifePhases .single a {
  background-position: 4px -72px; }

#document article.lifePhases .couple a {
  background-position: 4px -109px; }

#document article.lifePhases .family a {
  background-position: 4px -147px; }

#document article.lifePhases .retirement a {
  background-position: 4px -184px; }

#document .no-backgroundsize article.lifePhases a {
  background-image: url("../img/phases_sprite_ie.png"); }

#document .no-backgroundsize article.lifePhases a:hover {
  background-image: url("../img/phases_sprite_ie_blue.png"); }

@media only screen and (min-width: 788px) {
  #document article.lifePhases {
    width: 236px;
    float: left; } }
@media only screen and (min-width: 532px) and (max-width: 787px), only screen and (min-width: 1044px) {
  #document article.lifePhases {
    width: 492px; }

  #document article.lifePhases ul li {
    float: left;
    width: 70px; }

  #document article.lifePhases ul li a {
    background-image: url("../img/phases_sprite_big.png");
    background-size: 460px 110px;
    padding: 110px 0 0 0;
    font-size: 0.9em;
    text-align: center;
    border: none; }

  #document article.lifePhases ul li a:hover {
    background-image: url("../img/phases_sprite_big_blue.png"); }

  #document article.lifePhases ul .school {
    width: 80px; }

  #document article.lifePhases ul .school a {
    background-position: 0px 0px;
    padding-right: 14px; }

  #document article.lifePhases ul .work {
    width: 75px; }

  #document article.lifePhases ul .work a {
    background-position: -80px 0px;
    padding-right: 8px; }

  #document article.lifePhases ul .single {
    width: 80px; }

  #document article.lifePhases ul .single a {
    background-position: -155px 0px; }

  #document article.lifePhases ul .couple {
    width: 80px; }

  #document article.lifePhases ul .couple a {
    background-position: -235px 0px; }

  #document article.lifePhases ul .family {
    width: 80px; }

  #document article.lifePhases ul .family a {
    background-position: -315px 0px;
    padding-left: 4px; }

  #document article.lifePhases ul .retirement {
    width: 65px; }

  #document article.lifePhases ul .retirement a {
    background-position: -395px 0px;
    padding-left: 20px; }

  #document .no-backgroundsize article.lifePhases a {
    background-image: url("../img/phases_sprite_ie_big.png"); }

  #document .no-backgroundsize article.lifePhases a:hover {
    background-image: url("../img/phases_sprite_ie_big_blue.png"); } }
@media only screen and (min-width: 788px) and (max-width: 1043px) {
  #document article.lifePhases ul li a {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; } }
#document {
  /* ACHTUNG
  das macht google-maps kaputt: beim draggen der Map werden die Bilder nicht angezeigt!*/
  /* 100% Image Width on Smaller Screens */ }

#document .gmap img {
  /*Das verursacht das Problem*/
  /* max-width: 100%;*/
  max-width: none; }

#document #vepMap {
  width: 100%;
  height: 210px;
  position: relative;
  background: #ffffff; }

@media only screen and (max-width: 1043px) {
  #document #vepMap {
    height: 340px; } }
#document #googleMap {
  width: 100%;
  height: 100%; }

@media only screen and (min-width: 1044px) {
  #document #vepMap {
    padding: 0 0 0 10px; }

  #document #vepMap .expand {
    width: 14px;
    height: 16px;
    position: absolute;
    background-color: #173251;
    color: #ffffff;
    cursor: pointer;
    top: 0px;
    left: 0px;
    margin-left: 10px;
    padding: 7px 7px 7px 9px;
    box-sizing: content-box; }

  #document #vepMap .expand i {
    width: 10px;
    height: 10px; }

  #document #vepMap .expand .icon-minus {
    display: none;
    line-height: 1.2em; }

  #document #mainContent.bigMap aside.grid.col-lg-4 {
    position: relative;
    margin-top: 360px; }

  #document #mainContent.bigMap .grid.col-lg-8 {
    margin-top: 360px; }

  #document #mainContent.bigMap #vepMap {
    padding: 0 10px;
    width: 1004px;
    height: 340px;
    position: absolute;
    right: 0px;
    top: -360px; }

  #document #mainContent.bigMap #vepMap .expanded {
    left: 10px; }

  #document #mainContent.bigMap #vepMap .icon-plus {
    display: none; }

  #document #mainContent.bigMap #vepMap .icon-minus {
    display: block; } }
.conti-theme .mfp-iframe-scaler iframe {
  height: 570px;
  background-color: white; }

.vep .btn {
  border-radius: 0px;
  font-weight: bold;
  padding: 7px 11px 4px 10px;
  text-shadow: none;
  font-size: 1em; }

#document .standort {
  margin-top: 15px;
  display: block;
  clear: both; }

#document .standort .text {
  margin-top: 15px;
  display: block; }

#document .oeffnungszeiten {
  margin-top: 15px;
  display: block;
  clear: both; }

.vep #document .mainPageContent .journal-content-article .contentElement div > img {
  margin: 0 0 1% 4%;
  float: right;
  display: block;
  /* max-Angaben für IE; WEB-661 */
  max-width: 100%;
  max-height: 100%; }

#document .mainPageContent .contentElement .vep.imageWrap {
  margin: 0 0 1% 0;
  /* letzter Wert auf 0 für Mozilla, Chrome; WEB-661 */
  float: right;
  /* max-Angaben für IE; WEB-661 */
  max-width: 100%;
  max-height: 100%; }

#document .mainPageContent .contentElement .vep.imageWrap img {
  display: block; }

#document .contentSlider {
  position: relative;
  /* newsSlider */
  /* topNewsSlider */
  /* generic archive link */
  /* pager and navigation*/ }

#document .contentSlider h2 {
  padding-right: 60px; }

#document .contentSlider.newsSlider {
  margin-left: -10px;
  margin-right: -10px; }

#document .contentSlider.newsSlider h3 {
  margin-left: 10px;
  margin-right: 10px; }

#document .contentSlider.newsSlider .archiveLink {
  right: 10px; }

#document .contentSlider.newsSlider .pager-arrow-right {
  right: 10px;
  color: #173251; }

#document .contentSlider.newsSlider .pager-arrow-left {
  right: 56px;
  color: #173251; }

#document .contentSlider.newsSlider .pagerCount {
  right: 24px;
  color: #173251; }

#document .contentSlider.newsSlider .newsSlider__element {
  padding: 0px 10px;
  margin-bottom: 30px; }

#document .contentSlider.newsSlider .newsSlider__element .text {
  background: #7f7a74;
  color: #ffffff;
  padding: 10px;
  font-size: 16px; }

#document .contentSlider.newsSlider .newsSlider__element .text h2, #document .contentSlider.newsSlider .newsSlider__element .text h3, #document .contentSlider.newsSlider .newsSlider__element .text h4 {
  color: #ffffff; }

#document .contentSlider.newsSlider .newsSlider__element .moreLink {
  display: block;
  width: 100%;
  border: 1px solid #7f7a74;
  margin: 0;
  background: #ffffff;
  color: #173251;
  padding: 18px 20px 13px 16px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* enable box-sizing for ie6+7 */
  /* It’s important to note that the relative path has to be relative to the HTML document, not to the CSS file. */
  *behavior: url("/conti-theme/htc/boxsizing.htc"); }

#document .contentSlider.newsSlider .newsSlider__element .moreLink:before {
  display: none; }

#document .contentSlider .topNewsSlider__element {
  width: 100%; }

#document .contentSlider .archiveLink {
  position: absolute;
  right: 0px;
  bottom: 0px; }

#document .contentSlider .pager-arrow-left {
  position: absolute;
  top: 1px;
  right: 46px;
  padding-top: 0px;
  z-index: 10;
  cursor: pointer; }

#document .contentSlider .pager-arrow-right {
  position: absolute;
  top: 1px;
  right: 0px;
  padding-top: 0px;
  z-index: 10;
  cursor: pointer; }

#document .contentSlider .pagerCount {
  position: absolute;
  top: 1px;
  right: 14px;
  z-index: 10; }

#document .youtubeVideo--iframe {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
  margin-bottom: 10px;
  padding-bottom: 56.25%; }

#document .youtubeVideo--iframe iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0; }

#document .linkbox {
  padding-left: 0px; }

#document .linkbox-img {
  width: 20px;
  height: 20px; }

#document .linkbox__element {
  list-style: none;
  margin-bottom: 3px; }

#document .linkbox__element a {
  display: flex;
  border: 1px solid #7f7a74; }

#document .linkbox__element a .linkbox__element-text {
  color: #173251;
  padding: 9px 7px 0px 9px; }

#document .linkbox__element a:hover i {
  background: #173251; }

#document .linkbox__element i {
  color: #ffffff;
  background: #7f7a74;
  font-size: 20px;
  padding: 7px;
  text-align: center; }

#document .linkbox__element::before {
  display: none; }

#document .quicklink img {
  max-height: 76px;
  padding: 6px 0px 9px 0px; }

#document .quicklink .quicklink-anchor {
  text-align: center;
  border: 1px solid #173251;
  display: block; }

#document .quicklink .quicklink-text {
  text-align: center;
  display: block;
  padding: 0px 10px 7px 10px;
  color: #173251; }

#document .highlights__item {
  width: 100%;
  border-bottom: 1px solid #7f7a74;
  position: relative;
  padding: 20px 0px 15px 0px; }

#document .highlights__item:last-child {
  border-bottom: none;
  padding-bottom: 5px; }

#document .highlights__item .highlights__text {
  line-height: 1.6em;
  margin-right: 50px;
  font-size: 15px; }

#document .highlights__item .highlights__anchor {
  border-bottom: none;
  color: #7f7a74;
  font-size: 25px;
  position: absolute;
  right: 20px;
  top: 31px; }

#document .highlights__anchor .icon-double-angle-down {
  vertical-align: middle; }

#document .service-icons:before, #document .service-icons:after {
  content: " ";
  display: table; }

#document .service-icons:after {
  clear: both; }

#document .service-icons__element {
  clear: both;
  margin-bottom: 5px; }

#document .service-icons__icon {
  font-size: 30px;
  float: left;
  width: 52px;
  text-align: center;
  margin-bottom: 9px; }

#document .service-icons__label {
  float: left;
  padding-top: 5px; }

#document .loginform input[type="text"] {
  margin-bottom: 10px; }

#document .loginformbutton {
  margin-bottom: 20px;
  display: block;
  text-align: center;
  margin-top: 15px;
  width: 100%; }

@media screen and (max-width: 788px) {
  #document .accessbutton {
    width: 100%; }

  #document .loginformbutton {
    width: 100%; } }
#document .headline-with-icon:before, #document .headline-with-icon:after {
  content: " ";
  display: table; }

#document .headline-with-icon:after {
  clear: both; }

#document .headline-with-icon i {
  font-size: 20px;
  float: left;
  width: 52px;
  text-align: center;
  margin-bottom: 9px;
  margin-top: -3px; }

#document .headline-with-icon h3, #document .headline-with-icon h4 {
  float: left; }

#document .contact__image {
  float: right;
  padding-left: 10px;
  padding-bottom: 10px; }

#document .disrupter {
  opacity: 0;
  position: fixed;
  background-color: red;
  height: 60px;
  display: inline-block;
  width: 200px;
  box-shadow: 10px 10px 16px 0px rgba(23, 50, 81, 0.2); }

#document .disrupter--visible {
  opacity: 1; }

#document .disrupter--revealonscroll {
  position: absolute;
  top: -40px !important;
  transition: transform 0.3s cubic-bezier(0, 0.63, 0.245, 0.575);
  transform: rotate3d(6, 4, 3, 3deg);
  animation-name: example;
  animation-duration: 1s;
  animation-iteration-count: 1; }

@keyframes example {
  0% {
    background-color: red; }
  50% {
    background-color: #173251;
    width: 220px;
    top: -30px; }
  100% {
    background-color: red;
    top: -40px; } }
#document .disrupter:hover {
  background-color: #173251;
  cursor: pointer; }

#document .disrupter__headline {
  color: white;
  text-align: center;
  line-height: 60px;
  font-weight: bold; }

@media (max-width: 531px) {
  #document .disupter-padding-mobile {
    padding-top: 20px; } }
@media (max-width: 400px) {
  #document .col-xxs-3 {
    width: 25%; }

  #document .col-xxs-9 {
    width: 75%; } }
#document .breadcrumb {
  font-size: 16px;
  list-style: none;
  margin-bottom: 0px;
  display: none;
  padding: 0px; }

#document .breadcrumb__item {
  color: #173251;
  display: inline-block;
  margin-bottom: 0; }

#document .breadcrumb__item--label {
  color: #7f7a74; }

#document .breadcrumb__item:before {
  content: "> "; }

#document .breadcrumb__item:nth-child(-n+2):before {
  display: none; }

#document .breadcrumb__item a {
  border: none;
  color: #173251; }

#document .breadcrumb__wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 10px 0px; }

@media (min-width: 532px) {
  #document .breadcrumb {
    display: block; } }
#document .breadcrumbSection {
  min-height: 40px;
  padding-top: 0px !important;
  padding-bottom: 0px !important; }

.category-filter .grid {
  margin-bottom: 0; }

#document .newsflash__image figure img {
  width: 100%; }

#document .newsflash__link {
  color: #173251 !important; }

#document .employee {
  display: block;
  margin-bottom: 15px; }

#document .employee__img {
  width: 150px;
  height: 200px;
  margin-right: 20px;
  display: inline-block;
  vertical-align: top; }

#document .employee__img img {
  max-width: 150px;
  max-height: 200px; }

#document .employee__img ~ div {
  display: inline-block;
  width: calc(100% - 180px); }

#document .employee hr {
  margin-top: 10px;
  background: #d9d7d6; }

#document .employee h3 {
  margin-bottom: 0px;
  font-weight: bold; }

#document .employee__position {
  font-size: 16px;
  line-height: 19.2px;
  font-weight: bold;
  color: #173251; }

#document .employee__description {
  color: #7f7a74; }

#document .employee__description ul {
  padding: 0;
  list-style: none; }

#document .employee__description ul li {
  font-size: 16px;
  margin-bottom: 0; }

#document .contactbox {
  margin-bottom: 60px;
  width: 100%; }

#document .contactbox form input[type="text"] {
  font-family: Rotis, sans-serif;
  width: 100%;
  border-radius: 0;
  outline: none;
  box-sizing: border-box;
  padding: 11px 9px 5px 9px;
  font-size: 14px;
  background: white;
  height: 36px; }

#document .contactbox__first-headline {
  margin-bottom: 5px; }

#document .contactbox__image-wrapper {
  margin-bottom: 15px; }

#document .contactbox__content {
  background-color: #ffffff;
  padding-top: 15px;
  padding-left: 30px;
  padding-right: 30px;
  width: 100%;
  border: 1px solid #7f7a74; }

#document .contactbox-content__image-wrapper {
  margin-bottom: 15px; }

#document .contactbox-content__image-wrapper img {
  width: 100%; }

#document .contactbox-content__map-wrapper {
  margin-bottom: 15px; }

#document .contactbox-content__map {
  height: 150px !important; }

#document .contactbox-content__contact-info-wrapper p {
  color: #7f7a74; }

#document .contactbox-content__link {
  color: #173251 !important;
  margin-bottom: 5px;
  border-bottom: none !important; }

#document .contactbox-content__link + .contactbox-content__button {
  margin-top: 15px; }

#document .contactbox-content__button {
  margin-bottom: 20px;
  display: block;
  text-align: center; }

#document .partner h3 {
  margin-bottom: 15px; }

#document .partner hr {
  background: #d9d7d6;
  margin-top: 0; }

#document .partner__box {
  margin-bottom: 40px; }

#document .partner__box h4 {
  font-weight: normal;
  margin-bottom: 5px; }

#document .partner__box img {
  max-width: 250px;
  margin-bottom: 10px; }

#document .box__seperator {
  border: 0;
  height: 1px;
  background: #ffffff;
  background: -webkit-linear-gradient(right, #ffffff, #e1e1e1, #d1d1d1);
  background: linear-gradient(to left, #ffffff, #e1e1e1, #d1d1d1); }

#document #map {
  height: 200px;
  width: 100%; }

#document .favbtn .icon-star {
  display: none; }

#document .favbtn:hover .icon-star-empty {
  display: none; }

#document .favbtn:hover .icon-star {
  display: inline-block; }

#document .favbtn a {
  color: #7f7a74;
  border: none; }

#document .favbtn a:hover {
  color: #173251; }

#document .largemodal {
  display: none;
  animation-name: animatetop;
  animation-duration: 0.3s;
  position: fixed;
  z-index: 1000;
  left: 0%;
  top: 0%;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #173251;
  background-color: rgba(23, 50, 81, 0.8);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); }

#document .largemodal__modalcontent {
  position: relative;
  background-color: white;
  min-width: 300px;
  clear: both;
  margin: 0 auto;
  max-width: 1004px;
  margin-top: 1%;
  margin-bottom: 1%; }

#document .largemodal__contentbackground img {
  width: 100%;
  max-width: 100%; }

#document .largemodal__info {
  display: inline-block;
  background-color: white;
  max-width: 50%;
  height: auto;
  margin-left: 25%;
  margin-top: -10%;
  padding: 25px;
  box-sizing: border-box;
  text-align: left;
  z-index: 2; }

#document .modalcontent__close {
  position: absolute;
  background-color: white;
  padding: 5px;
  color: black;
  right: 0;
  font-size: 28px;
  font-weight: bold; }

#document .modalcontent__close:hover, #document .modalcontent__close focus {
  background-color: #173251;
  color: white;
  text-decoration: none;
  cursor: pointer; }

#document .info__header {
  color: #173251 !important;
  margin-bottom: 30px;
  font-size: 20px; }

#document .info__bodyheadline {
  color: darkgray;
  font-weight: bold; }

#document .info__bodytext {
  color: black !important;
  margin-bottom: 30px;
  font-size: 12px; }

#document .info__footer {
  color: white;
  float: left;
  box-shadow: 0px 0px 10px 0px rgba(23, 50, 81, 0.2); }

@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0; }
  to {
    top: 0;
    opacity: 1; } }
@media screen and (max-width: 768px) {
  #document .largemodal__info {
    width: 80%;
    max-width: 80%;
    margin-left: 10%;
    margin-top: 10px;
    margin-bottom: 10px; }

  #document .largemodal__modalcontent {
    top: 0%;
    margin-top: 10px;
    margin-bottom: 10px;
    transform: translate(0%, 0%); } }
@media screen and (max-width: 576px) {
  #document .largemodal__info {
    width: 100%;
    max-width: 100%;
    margin-left: 0%;
    margin-top: 0%; } }
#document .smallmodal {
  display: none;
  animation-name: animatetop;
  animation-duration: 0.3s;
  position: fixed;
  z-index: 1000;
  left: 0%;
  top: 0%;
  width: 100%;
  min-width: 320px;
  height: 100%;
  overflow: auto;
  background-color: #173251;
  background-color: rgba(23, 50, 81, 0.8);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); }

#document .smallmodal__modalcontent {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: relative;
  background-color: white;
  clear: both;
  max-width: 1004px; }

#document .smallmodal__contentbackground img {
  width: 100% !important; }

#document .smallmodal__newsletter {
  width: 100%;
  position: absolute;
  bottom: 0;
  padding: 25px;
  box-sizing: border-box;
  color: black;
  text-align: left; }

#document .modalcontent__close {
  position: absolute;
  background-color: white;
  padding: 5px;
  color: black;
  z-index: 2;
  right: 0;
  font-size: 28px;
  font-weight: bold; }

#document .modalcontent__close:hover, #document .modalcontent__close focus {
  color: black;
  text-decoration: none;
  cursor: pointer; }

#document .newsletter__headline {
  color: white !important;
  margin-bottom: 15px;
  font-size: 20px; }

#document .newsletter__form {
  display: flex;
  margin: 0; }

#document .newsletter__button {
  white-space: nowrap;
  padding: 9px;
  flex: 0 0 auto; }

@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0; }
  to {
    top: 0;
    opacity: 1; } }
@media screen and (max-width: 576px) {
  #document .newsletter__form {
    flex-direction: column; }

  #document .newsletter__form input {
    margin-bottom: 5px; } }
#document {
  /* Style the Image Used to Trigger the Modal */
  /* The Modal (background) */
  /* Caption of Modal Image (Image Text) - Same Width as the Image */
  /* Add Animation - Zoom in the Modal */
  /* The Close Button */
  /* 100% Image Width on Smaller Screens */ }

#document .openimgmodal {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s; }

#document .openimgmodal:hover {
  opacity: 0.7; }

#document .thumbnail {
  width: 235px;
  height: 100px; }

#document .imagemodal {
  display: none;
  position: fixed;
  z-index: 1000;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #173251;
  background-color: rgba(23, 50, 81, 0.8); }

#document .modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px; }

#document .caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px; }

#document .modal-content, #document .caption {
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s; }

@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(0); }
  to {
    -webkit-transform: scale(1); } }
@keyframes zoom {
  from {
    transform: scale(0); }
  to {
    transform: scale(1); } }
#document .close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s; }

#document .close:hover,
#document .close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer; }

@media only screen and (max-width: 700px) {
  #document .modal-content {
    width: 100%; } }
#document {
  /* The Modal (background) */
  /* Modal Content/Box */
  /* The Close Button */ }

#document .conti-modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100vh;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: black;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
  padding-top: 10%;
  box-sizing: border-box;
  text-align: center; }

#document .conti-modal-content {
  background-color: #fefefe;
  margin: auto;
  /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  text-align: left;
  float: none; }

#document .closeModal {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold; }

#document .closeModal:hover,
#document .closeModal:focus {
  color: black;
  text-decoration: none;
  cursor: pointer; }

#document #contiModal .conti-modal-button {
  min-width: 200px;
  margin-top: 20px;
  margin-right: 5px; }

@media (max-width: 550px) {
  #document input.button.jsfForm.conti-modal-button {
    width: 100%; } }
#document .themeboxes__themebox {
  margin-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px; }

#document .themebox__imagebox img {
  width: 100%; }

#document .themebox__infobox {
  padding: 10px;
  background-color: #817a74;
  color: white; }

#document .themebox__headline {
  font-weight: normal;
  font-size: 120%;
  margin-bottom: 10px; }

.table {
  text-align: left;
  /* für WEB-457 */
  width: 100%; }

.table thead th {
  padding: 15px 10px;
  color: #173251;
  font-weight: bold;
  vertical-align: middle; }

.table tbody td {
  padding: 15px 10px;
  vertical-align: middle; }

.table tbody tr:nth-child(odd) {
  background-color: #eeeeee; }

.table tbody tr:nth-child(even) {
  background-color: #ffffff; }

table.history th:first-child {
  width: 24%; }

#document .offset470::before {
  top: 47px; }

#document span.portlet-msg-error.vepnr {
  margin-top: 30px; }

#document span.portlet-msg-error.checkbox {
  margin-top: -15px; }

#document .portlet-msg-error {
  background-color: #f2dede !important;
  border: 1px solid #ebcccc;
  border-radius: .25rem;
  color: #a94442;
  display: block;
  border: 1px solid #ebcccc;
  border-radius: .25rem;
  content: attr(data-tooltip);
  font-size: medium;
  line-height: 20px;
  background-color: #dedede;
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 10px;
  padding-top: 1px;
  padding-bottom: 1px;
  position: absolute;
  top: 52px;
  z-index: 999;
  left: 12px;
  min-width: 307px; }

#document .portlet-msg-error:before {
  content: '';
  top: -10px;
  position: absolute;
  left: -3px;
  border: 10px solid;
  transform: rotate(-225deg);
  border-color: #f2dede transparent transparent #f2dede !important; }

#document ul .portlet-msg-error:before {
  content: "";
  border: 0px; }

#document ul .portlet-msg-error {
  position: relative;
  top: 0px;
  content: "";
  margin-left: -30px; }

#document .tooltipwarning {
  display: none;
  margin-top: 12px; }

#document .tooltipwarning--active {
  display: block; }

#document .tooltipwarning--sign {
  color: red; }

#document .tooltipwarning:after {
  display: block;
  border: 1px solid transparent;
  border-radius: .25rem;
  content: attr(data-tooltip);
  font-size: medium;
  line-height: 20px;
  background-color: #dedede;
  box-sizing: border-box;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px; }

#document .tooltipwarning:before {
  content: '';
  position: absolute;
  left: 20px;
  top: 70px;
  border: 10px solid;
  transform: rotate(45deg);
  border-color: #dedede transparent transparent #dedede; }

#document .tooltipwarning--warningtext:after {
  background-color: #f2dede !important;
  border: 1px solid #ebcccc;
  border-radius: .25rem;
  color: #a94442; }

#document .tooltipwarning--warningtext:before {
  border-color: #f2dede transparent transparent #f2dede !important; }

#document .tooltipwarning--noinputtext:before {
  transform: rotate(-135deg); }

#document .tooltipnormal {
  display: none;
  margin-top: 12px; }

#document .tooltipnormal--active {
  display: block; }

#document .tooltipnormal--sign {
  color: #173251; }

#document .tooltipnormal:after {
  display: block;
  border: 1px solid transparent;
  border-radius: .25rem;
  content: attr(data-tooltip);
  font-size: medium;
  line-height: 20px;
  background-color: #dedede;
  box-sizing: border-box;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px; }

#document .tooltipnormal:before {
  content: '';
  position: absolute;
  left: 20px;
  top: 70px;
  border: 10px solid;
  transform: rotate(45deg);
  border-color: #dedede transparent transparent #dedede; }

#document .tooltipnormal--noinputtext:before {
  transform: rotate(-135deg);
  top: 47px; }

#document .pager a {
  border-bottom: none; }

#document .pager a.pagebtn {
  color: #ffffff;
  background-color: #7f7a74;
  min-width: 80px;
  padding: 0px 5px 0px 5px; }

#document .pager a.active {
  background-color: #173251; }

#document .pager a.moreLink {
  color: #000000;
  display: inline;
  position: relative;
  cursor: pointer; }

#document .pager a.moreLink:before {
  content: "";
  font-family: FontAwesome;
  color: #173251;
  font-size: 0.7em;
  margin-right: 0.3em;
  vertical-align: middle;
  left: -10px; }

#document .pager a.lessLink {
  color: #000000;
  display: inline;
  position: relative;
  cursor: pointer; }

#document .pager a.lessLink:before {
  content: "";
  font-family: FontAwesome;
  color: #173251;
  font-size: 0.7em;
  margin-right: 0.3em;
  vertical-align: middle;
  left: -10px; }

#document .subnav {
  list-style: none;
  padding: 0px;
  margin: 0px;
  margin-top: 0.8em; }

#document .subnav__item {
  margin-right: 8px;
  margin-bottom: 22px;
  display: inline-block; }

#document .subnav__item a {
  padding: 10px 15px;
  background-color: #ffffff;
  color: #173251;
  text-decoration: none;
  border-bottom: none; }

#document .subnav__item a:hover {
  background-color: #173251;
  color: #ffffff; }

#document .subnav__item--active a {
  background-color: #173251;
  color: #ffffff; }

#document .search-results__line {
  background: #d9d7d6 !important; }

#document .search-results__headline {
  display: inline-block; }

#document .search-results__type {
  float: right; }

#document .search-results__pager {
  margin-top: 20px; }

#document .search-results__pager-label {
  margin-right: 10px; }

#document .search-results__page {
  padding: 4px 6px 1px 6px;
  margin-right: 3px;
  background-color: #d9d7d6;
  color: #173251;
  border-bottom: none !important; }

#document .search-results__page:hover {
  background-color: #173251;
  color: #ffffff !important; }

#document .search-results__page--active {
  color: #ffffff !important;
  background-color: #173251 !important; }

#document .search-results__result-filer {
  margin-top: 20px;
  display: flex; }

#document .search-results__result-label {
  flex: 1 0 50%;
  align-self: center; }

#document .search-results__result-dropdown {
  flex: 1 1 5%; }

.checkbox {
  font-family: Rotis, sans-serif;
  position: relative;
  display: block;
  margin-bottom: 15px;
  margin-top: 7px; }

.checkbox input[type=checkbox] {
  /*display:none;*/ }

.checkbox input[type=checkbox]:checked + label:after {
  font-family: FontAwesome;
  content: ""; }

.checkbox label {
  font-family: Rotis, sans-serif;
  font-size: 20;
  position: relative;
  display: block;
  cursor: pointer;
  color: #000000;
  margin-right: 10px;
  margin-bottom: 10px;
  line-height: 17px;
  padding-left: 27px; }

.checkbox label:before {
  content: "";
  position: absolute;
  left: 5px;
  display: inline-block;
  width: 10px;
  height: 10px;
  border: 1px solid #7f7a74;
  background-color: #ffffff;
  color: #173251;
  vertical-align: middle;
  text-align: center;
  border-radius: 0px;
  margin-right: 15px; }

.checkbox label:after {
  font-size: 24;
  content: "";
  position: absolute;
  top: -4px;
  left: 5px;
  display: block;
  width: 10px;
  height: 10px;
  color: #173251;
  text-align: center; }

#document .td {
  position: absolute;
  top: 40px; }

#document .disrupterstatic2 {
  top: -50px;
  border-radius: 50%;
  position: absolute;
  background-color: red;
  height: 120px;
  display: inline-block;
  width: 120px;
  box-shadow: 10px 10px 16px 0px rgba(23, 50, 81, 0.2); }

#document .disrupterstatic2:hover {
  background-color: #173251;
  cursor: pointer; }

#document .disrupterstatic2__headline {
  color: white;
  text-align: center;
  line-height: 20px;
  font-weight: bold; }

@media (max-width: 531px) {
  #document .disrupterstatic-padding-mobile {
    padding-top: 20px; } }
@media (max-width: 400px) {
  #document .col-xxs-3 {
    width: 25%; }

  #document .col-xxs-9 {
    width: 75%; } }
#document .disrupterconstruct {
  position: relative;
  margin-bottom: 40px;
  max-width: 1004px;
  min-width: 300px;
  padding: 5px 10px;
  margin: 0 auto;
  padding-top: 20px; }

#document .disrupterstatic {
  position: absolute;
  right: 0;
  top: -50px;
  color: #ffffff;
  background-color: red;
  display: block;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  z-index: 100;
  box-shadow: 10px 10px 16px 0px rgba(23, 50, 81, 0.2); }

#document .disrupterstatic:hover {
  background-color: #173251;
  cursor: pointer; }

#document .disrupterpos {
  top: -50px; }

#document .disruptertext {
  position: absolute;
  text-align: center;
  top: 30px;
  color: white;
  line-height: 20px;
  font-weight: bold; }

@media (max-width: 531px) {
  #document .disrupterstatic-padding-mobile {
    padding-top: 20px;
    margin-top: 20px; } }
#document .disrupter_without_link {
  background-color: red;
  min-width: 200px;
  cursor: default;
  display: inline-block;
  padding-left: 20px;
  padding-right: 20px;
  box-shadow: 8px 8px 7px 0px rgba(2, 44, 81, 0.2);
  transform: rotate3d(6, 4, 3, 3deg); }

#document .disrupter_rect {
  background-color: red;
  display: inline-block;
  min-width: 200px;
  padding-left: 20px;
  padding-right: 20px;
  box-shadow: 8px 8px 7px 0px rgba(2, 44, 81, 0.2);
  transform: rotate3d(6, 4, 3, 3deg); }

#document .disrupter_rect:hover {
  background-color: #173251;
  cursor: pointer; }

#document .disrupter_rect__headline {
  color: white;
  padding-top: 20px;
  text-align: center;
  font-weight: bold; }

#document .disrupter_rect_offset {
  top: 20px;
  margin: -60px -10px 0px; }

@media screen and (max-width: 788px) {
  #document .disrupter_rect {
    min-width: 20px; }

  #document .disrupter_rect--medium {
    min-width: 300px; } }
@media screen and (max-width: 450px) {
  #document .disrupter_rect--medium {
    min-width: 250px; } }
@media (max-width: 531px) {
  #document .disrupter_rect-padding-mobile {
    padding-top: 20px; } }
#document .maklercontactbox {
  background: #ffffff; }

#document .maklercontactbox__wrapper {
  padding: 0px 0px; }

#document .maklercontactbox__inner-wrapper {
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex; }

#document .maklercontactbox__contact-info-wrapper {
  width: 65%;
  display: inline-block;
  float: left;
  padding-right: 5px;
  box-sizing: border-box; }

#document .maklercontactbox__contact-image-wrapper {
  width: 30%;
  display: inline-block; }

#document .maklercontactbox__list {
  margin-top: 20px;
  padding-left: 0; }

#document .maklercontactbox__list-item {
  margin-bottom: 5px;
  position: relative;
  display: block; }

#document .maklercontactbox__list-item--favourites:after {
  content: "";
  font-family: FontAwesome;
  color: #173251;
  font-size: 0.7em;
  vertical-align: middle;
  position: absolute;
  right: 0px; }

#document .maklercontactbox__link {
  font-size: 15px; }

#document #ui-datepicker-div {
  font-family: Rotis, sans-serif; }

#document #ui-datepicker-div .ui-state-default {
  border: none; }

#document #ui-datepicker-div .ui-state-defaulthover {
  border: none; }

#document #ui-datepicker-div button {
  font-family: Rotis, sans-serif;
  background: #173251;
  color: #ffffff !important;
  display: inline-block;
  padding: 11px 15px 9px 15px;
  border: none !important;
  font-size: 15px;
  opacity: 1; }

#document #ui-datepicker-div .ui-datepicker-current-day .ui-state-active {
  background: #173251; }

#document #ui-datepicker-div .ui-datepicker-today a {
  background-color: #c2d5ea; }

.smartnarrow #document #countdown .square {
  margin: 0;
  height: 60px !important;
  padding: 18px 0 0 0; }

#document #countdown {
  text-align: center;
  font-size: 16px; }

#document #countdown .countdown {
  width: 100%;
  margin-top: 5px; }

#document #countdown .square {
  margin: 1px;
  font-family: Rotis, sans-serif;
  background: #173251;
  color: #ffffff !important;
  padding: 15px 15px 15px 15px;
  border: none !important;
  font-size: 35px;
  line-height: 40px; }

#document #countdown .ctd {
  text-align: center;
  display: inline-block;
  width: 100px; }

@media (max-width: 450px) {
  #document .ctd {
    width: 80px !important; } }
@media (max-width: 400px) {
  #document .ctd {
    width: 60px !important; }

  #document .square {
    font-size: 30px !important;
    height: 30px !important;
    line-height: 30px !important; } }
#document .newsl {
  padding-left: 10px;
  padding-right: 10px; }

#document .newsl__headline {
  color: #7f7a74 !important;
  margin-bottom: 15px;
  font-size: 20px; }

#document .newsl__form {
  display: flex;
  margin: 0; }

#document .newsl__button {
  white-space: nowrap;
  padding: 9px;
  flex: 0 0 auto; }

#document .newsl__text {
  margin-top: 5px;
  margin-bottom: 5px; }

@media screen and (max-width: 576px) {
  #document .newsl__form {
    flex-direction: column; }

  #document .newsl__form input {
    margin-bottom: 5px; } }
.vep #document .section.section--highlight {
  background-color: #7f7a74; }

.vep #document .info-clips__headline {
  background-color: #173251; }

@media only screen and (min-width: 740px) {
  .vep #document #pageBackground {
    background-color: #173251; } }
.vep #document #mainHeader .btn {
  background-color: #7f7a74; }

.vep #document #headerTop .headerNavWrap .btn.active, .vep #document #headerTop .headerNavWrap .btn:hover {
  background: #173251; }

.vep #document #mainFooter {
  background-color: #7f7a74;
  border-top: 5px solid #173251; }

.vep #document #mainNav > li a.lv1:hover, .vep #document #mainNav > li a.lv1.active {
  background: #173251; }

.vep #document #mainNav > li.open a.lv1 {
  background: #173251; }

.vep #document #headerTeaser .element.single .headline {
  background: #7f7a74 none repeat scroll 0 0; }

.vep #document #headerTeaser .element.single .description {
  background: #7f7a74 none repeat scroll 0 0;
  color: white;
  padding-left: 15px; }

@media only screen and (min-width: 788px) {
  .vep #document {
    /* footer */
    /* Button Navigation */ }

  .vep #document #mainFooter .footerBottomLine {
    border-top: 1px solid #FFF; }

  .vep #document #headerTop .headerNavWrap .btn {
    text-align: center;
    margin: -48px 0 0 0;
    min-height: 48px;
    padding-top: 15px; } }
.vep #document .headerSection-image h1 {
  background: #7f7a74; }

.vep #document .vepName {
  font-weight: bold;
  color: #173251; }

.maklerPortal #document .section.section--highlight {
  background-color: #173251; }

.maklerPortal #document .info-clips__headline {
  background-color: #7f7a74; }

@media only screen and (min-width: 740px) {
  .maklerPortal #document #pageBackground {
    background-color: #173251; } }
.maklerPortal #document #mainHeader .btn {
  background-color: #7f7a74; }

.maklerPortal #document #headerTop .headerNavWrap .btn.active, .maklerPortal #document #headerTop .headerNavWrap .btn:hover {
  background: #173251; }

.maklerPortal #document #mainFooter {
  background-color: #173251;
  border-top: 5px solid #173251; }

.maklerPortal #document #mainNav > li a.lv1:hover, .maklerPortal #document #mainNav > li a.lv1.active {
  background: #173251; }

.maklerPortal #document #mainNav > li.open a.lv1 {
  background: #173251; }

.maklerPortal #document #headerTeaser .element.single .headline {
  background: #7f7a74 none repeat scroll 0 0; }

.maklerPortal #document #headerTeaser .element.single .description {
  background: #173251 none repeat scroll 0 0; }

@media only screen and (min-width: 788px) {
  .maklerPortal #document {
    /* footer */
    /* Button Navigation */ }

  .maklerPortal #document #mainFooter .footerBottomLine {
    border-top: 1px solid #FFF; }

  .maklerPortal #document #headerTop .headerNavWrap .btn {
    padding-top: 39px;
    padding-bottom: 0px; } }
.maklerPortal #document .headerSection-image h1 {
  background: #7f7a74; }

/* 404-Seite */
#document h3.alert.alert-error {
  background-color: #E4E4E4;
  border-color: #fcaca5;
  border: none;
  text-transform: uppercase;
  color: #123376; }

#portlet_status {
  background-color: #FFFFFF;
  margin: 10px 0;
  padding: 35px 10px; }

.separator {
  border-top: 1px solid #E4E4E4; }

#portlet_status .lfr-url-error {
  color: #123376; }

#portlet_status a {
  display: none; }

/* Print */
@media print {
  #column-23,
  #mobileMenu,
  #document #metaNavi,
  #document #breadcrumb,
  #document #copyright a,
  #document #header-search,
  #document #pageBackground,
  #document #headerTop .headerWrap, #cookie-info,
  #_ansprechpartner_WAR_maklerportalformsportlets_,
  #document .mainPageContent .accordion .trigger .icon-plus,
  #document .home .linkboxFrame,
  #document #mainFooter,
  .footerBottomLineNav,
  .portlet-communities,
  .portlet-navigation,
  .videodiv, .subnav,
  .portlet-login,
  .portlet-chat,
  .lfr-meta-actions,
  .portlet-dockbar,
  .edit-controls,
  .portlet-icons,
  .my-gallery,
  a.buttonLink,
  .sub-navigation {
    display: none !important; }

  .pagerCount,
  .videoiframe,
  .slick-cloned,
  .slick-arrow {
    display: none !important; }

  #document .home #headerTeaser,
  #document .home #disrupter,
  #document .home .section.section--highlight.section--no-padding,
  #document .home .section.section--light-grey.breadcrumbSection,
  #document .home .iconbar {
    display: none !important;
    max-height: 0px; }

  .col-xs-12.col-sm-2.col-md-4.hidden-lg {
    display: none; }

  #document .accordion__container--downloadcenter .hidden-sm {
    display: block;
    width: 15%; }

  /*.col-xs-12.col-sm-4.col-md-2.col-lg-2.link*/
  #document .accordion__container--downloadcenter a:last-child {
    display: none !important; }

  .portlet-borderless-container {
    min-heigth: 20px !important; }

  #document .mainPageContent .image {
    text-align: center;
    max-width: 320px !important;
    height: auto; }

  .img {
    max-width: 320px !important; }

  #teaserTitel {
    padding-bottom: 20px; }

  .printPlaceholder {
    max-height: 30px !important;
    height: 30px; }

  iframe {
    display: none; }

  .headerSection-claim__small, .headerSection-claim__big {
    position: absolute !important;
    z-index: 9999;
    color: black; }

  .headerSection-claim__big {
    top: -59px;
    left: 140px; }

  .headerSection-claim__small {
    top: -20px;
    left: 310px; }

  .headerSection-image {
    display: none; }

  .portlet-body {
    margin-top: 0px !important;
    padding: 0px !important; }

  .newsSlider__element.slick-slide {
    display: contents; }

  .slick-slide {
    padding-bottom: 20px;
    display: contents; }

  .slick-slide b, .slick-slide a, .slick-slide img {
    display: none !important; }

  .slick-slide p {
    margin: 0;
    padding: 0 !important; }

  .slick-slide br {
    display: none; }

  .topNewsSlider__element p {
    margin-left: -9px !important; }

  .accordion__container {
    display: block !important; }

  .accordion__container .linklist {
    display: none; }

  .accordion__trigger {
    background-color: #d9d7d6 !important; }

  .slick-list {
    overflow: inherit !important; }

  .slick-track {
    width: unset !important;
    transform: inherit !important; }

  #document .contentSlider.newsSlider {
    margin-top: 50px !important; }

  #document .mainPageContent .home.startseite #column-2 {
    display: block; }

  #document a[href]::after {
    content: ""; }

  #document #mainFooter {
    border-top: 2px solid #173251;
    margin-top: 10px; }

  #document .mainPageContent .accordion .container {
    overflow: visible !important;
    height: auto !important;
    visibility: visible !important;
    display: block !important; }

  #document .mainPageContent .accordion .trigger {
    background-color: #d9d7d6 !important; }

  #document #mainFooter .footerBottomLine li:last-child::before {
    content: none; }

  #document h1 {
    border-bottom: 1px solid #000000; } }
/** Agentur-Autor: Ausblendungen **/
/** Das Menue >Verwalten< ausblenden bei Webcontent und Dokumente und Medien **/
.agentur-autor #_15_toolbarContainer > li:nth-child(4),
.agentur-autor #_20_toolbarContainer > li:nth-child(4) {
  display: none; }

/** Unter >Meine Seiten< Agenturen ausblenden **/
.agentur-autor #_145_mySites ul > li:nth-child(1),
.agentur-autor #_145_mySites ul > li:nth-child(2) {
  display: none; }

/** Listeneintraege bei >neuem Webcontent erfassen< **/
.agentur-autor #_15_abstractTab,
.agentur-autor #_15_categorizationTab,
.agentur-autor #_15_scheduleTab,
.agentur-autor #_15_relatedAssetsTab,
.agentur-autor #_15_permissionsTab,
.agentur-autor #_15_customFieldsTab {
  display: none; }

/** Dokumente und Medien unter >Hinzufuegen< werden Elemente ausgeblendet **/
.agentur-autor #_20_addButtonContainer ul.dropdown-menu > li:nth-child(5),
.agentur-autor #_20_addButtonContainer ul.dropdown-menu > li:nth-child(6),
.agentur-autor #_20_addButtonContainer ul.dropdown-menu > li:nth-child(7),
.agentur-autor #_20_addButtonContainer ul.dropdown-menu > li:nth-child(8) {
  display: none; }

/** Dokumente und Medien: >Dokument anlegen< **/
.agentur-autor #dlFileEntryCategorizationPanel,
.agentur-autor #dlFileEntryAssetLinksPanel {
  display: none; }

#document .user-avatar-image {
  margin-top: -2px;
  text-decoration: none;
  vertical-align: middle;
  width: 30px; }

#document #portlet-preferences {
  border: 1px dashed #aaa; }

#document #portlet-preferences table {
  margin-top: 40px; }

#document #portlet-preferences tr {
  background-color: transparent; }

#document #portlet-preferences label {
  width: 100%; }

#document #portlet-preferences select {
  width: 100%;
  max-width: 100%; }

#document #portlet-preferences input[type='submit'] {
  border: 1px solid #aaa;
  margin: 0 5px; }

#document .dockbar-item ul li {
  list-style: none; }

#document .dockbar ul {
  margin: 0;
  padding: 0; }

#document .dockbar ul li:before {
  content: "";
  margin-left: 0;
  display: block; }

#document .dockbar .navbar-inner {
  box-shadow: none; }

#document .portlet-msg-error {
  background-color: #fff;
  border: 0; }

#document li.portlet-msg-error:before {
  content: "";
  margin-left: 0;
  display: block; }

#document .portlet-msg-info {
  background-color: #fff;
  border: 0;
  color: inherit;
  padding-left: 0; }

#document li.portlet-msg-info:before {
  content: "";
  padding-left: 0;
  display: block; }

#document span.portlet-options {
  background-image: url("../img/options-borderless.png");
  background-repeat: no-repeat;
  display: inline-block; }

#document span.portlet-back a {
  color: #fff;
  display: block; }

#document span.portlet-back a:before {
  padding: 0 0 0 18px;
  content: " ";
  background-image: url("../img/options-back.gif");
  background-size: 16px 16px;
  background-repeat: no-repeat;
  background-position-y: center; }

#document span.portlet-back a:hover {
  color: #fff; }

#document .taglib-asset-links {
  visibility: hidden;
  display: none; }

.aui .alert, .aui .portlet-msg-alert, .aui .portlet-msg-error, .aui .portlet-msg-help,
.aui .portlet-msg-info, .aui .portlet-msg-progress, .aui .portlet-msg-success {
  padding: 0px 35px 4px 0px; }

/** Themenredakteur: Ausblendungen **/
/** Der Bearbeiten-Button auf den Pages wird ausgeblendet, da das scheinbar ueber Berechtigungen nicht geht - es soll nur Hinzufuegen angezeigt werden **/
.themenredakteur #_145_editLayoutPanel {
  display: none; }

.aui {
  /*Kollidiert sonst mit dem MobileMenu. 
	  Man sieht Funktionen der Clips im Paddingbereich.
	  Entspricht auch Raphaels Design....*/ }

.aui body {
  padding: 0; }

.aui form {
  margin: 0 0 20px; }

.aui label {
  display: block;
  margin-bottom: 5px; }

.aui li {
  line-height: 20px; }

.aui input, .aui button, .aui select, .aui textarea {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; }

.aui .navbar .nav > li {
  list-style: none; }

.aui .dockbar.navbar-static-top {
  position: fixed !important;
  z-index: 10000; }

.aui h4 {
  font-weight: normal; }

.dockbar-ready div#document {
  padding-top: 40px; }

.sign-in-form .field {
  max-width: 220px;
  max-height: 30px;
  border-radius: 4px !important; }

.portlet-column-content.empty {
  padding: 0px; }

#document .portlet-body {
  padding: 40px 10px 15px; }

#document .portlet-body .journal-content-article p img {
  padding-right: 0px;
  padding-left: 0px; }

#document .portlet-body .journal-content-article p img[style*="float: left"] {
  padding-right: 10px;
  padding-left: 0px; }

#document .portlet-body .journal-content-article p img[style*="float: right"] {
  padding-right: 0px;
  padding-left: 10px; }

#document .portlet-body .journal-content-article .iconbar {
  margin: 0 -10px; }

#document .portlet-body .journal-content-article .iconbar .quicklink {
  margin-bottom: 10px; }

#document .sub-navigation .portlet-body {
  padding-top: 0px; }

#document .portlet-column-first .portlet-body {
  padding-left: 0; }

#document .portlet-column-last {
  padding-left: 0px; }

#document .portlet-column-last .portlet-body {
  padding-right: 0; }

#document .portlet-column-last .employee__img {
  width: 80px;
  min-width: 80px;
  height: auto !important;
  margin-bottom: 20px; }

#document .section--highlight .portlet-body {
  padding: 0; }

.col-xs-12 .portlet-column-last {
  float: none; }

.yui3-dd-drop-active-valid .portlet-dropzone {
  transition: padding 0.5s linear;
  border: 2px solid black;
  padding: 0px;
  margin: 10px;
  float: unset;
  min-width: 280px;
  opacity: 1;
  min-height: 50px; }

.yui3-dd-proxy {
  background-color: #173251;
  color: white; }

.sortable-layout-drag-indicator {
  min-height: 15px;
  margin: -25px;
  background-image: url("../images/arrows/01_down.png") !important; }

.hyphenate {
  word-break: normal !important;
  hyphens: auto;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto; }

#document .section {
  display: block;
  padding: 0 !important; }

@media (max-width: 531px) {
  #document .section {
    padding-top: 20px;
    padding-bottom: 10px; } }
#document .section.section--no-padding {
  background-color: #7f7a74;
  padding: 0; }

#document .section--with-disrupter {
  position: relative;
  z-index: -1; }

#document .section.section--white {
  background-color: #ffffff;
  color: #000000; }

#document .section.section--white h1 {
  color: #000000; }

#document .section.section--dark-blue {
  background-color: #173251;
  color: #ffffff; }

#document .section.section--dark-blue h2, #document .section.section--dark-blue h3, #document .section.section--dark-blue h4 {
  color: #ffffff; }

#document .section.section--dark-blue a {
  color: #ffffff;
  border-color: #ffffff; }

#document .section.section--light-grey {
  background-color: #f1f1f1;
  color: #173251; }

#document .section.section--light-grey h1 {
  color: #173251; }

#document .section.section--warmgrey {
  background-color: #7f7a74;
  color: #ffffff; }

.videodiv {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%; }

.videoiframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

#document .mainPageContent input.error::-webkit-input-placeholder {
  color: red !important; }

.smartnarrow #mobileClips input.error::-webkit-input-placeholder, .smartwide #mobileClips input.error::-webkit-input-placeholder, .tabletnarrow #mobileClips input.error::-webkit-input-placeholder, .tabletwide #mobileClips input.error::-webkit-input-placeholder {
  color: red !important; }

.printPlaceholder {
  max-height: 0px; }

#document .info-clips-mobile__button {
  margin-right: 0px !important; }

.my-gallery {
  text-align: center; }

.my-gallery img {
  width: 100%;
  height: auto;
  display: inline-block;
  cursor: url("../img/lupe.cur"), pointer; }

.my-gallery figure {
  overflow: hidden;
  display: inline-block;
  float: left; }

.my-gallery figure a {
  border-bottom: none; }

.my-gallery figcaption {
  display: inline-block; }

.my-gallery .inner {
  text-align: left; }

#document .my-gallery a {
  border-bottom: none; }

.my-gallery figcaption {
  display: inline-block;
  visibility: hidden; }

.my-gallery .resized {
  width: 100% !important;
  margin: 5px 0px 5px !important; }

.my-gallery .resizedThumb {
  width: 100% !important; }

#document .portlet-column-first .my-gallery {
  margin-right: -10px; }

#document .magnify_me {
  cursor: url("../img/lupe.cur"), pointer; }

.topNewsSlider__element p {
  margin-left: -9px; }

.topNewsSlider__element a {
  margin-left: -9px; }

.topNewsSlider__element h2 {
  margin-left: -1px; }

.aui .row {
  margin-left: -10px;
  margin-right: -10px; }

.aui .radio, .aui .checkbox {
  padding-left: 0px; }

#document .portlet-nested-portlets {
  padding: 20px 0px; }

#document .portlet-nested-portlets .portlet-borderless-container {
  min-height: 0em; }

#document .portlet-nested-portlets .portlet-body {
  padding: 0px 10px; }

.portlet-nested-portlets > .portlet-borderless-container > .portlet-borderless-bar {
  top: -25px !important; }

#document .mainPageContent .buttonLink {
  border: 0px; }

#document .pageInner .portlet-boundary_ansprechpartner_WAR_maklerportalformsportlets_ {
  /*height:0;*/
  position: relative;
  z-index: 10; }

#document .portlet-boundary_vepModule_WAR_continentaleforms_ {
  height: 0; }

#document .info-messages {
  list-style: none;
  padding: 0;
  font-weight: bold;
  color: red; }

span.required {
  color: red;
  font-size: 16px; }

.form-builder-button {
  -webkit-appearance: none;
  font-family: Rotis, sans-serif;
  background-color: #173251;
  color: #ffffff;
  border: 1px solid #173251;
  font-weight: lighter;
  padding: 5px; }

.mein-konto div {
  padding: 0 0 0 10px; }

.mein-konto .odd {
  background-color: white;
  min-height: 50px; }

.mein-konto .even {
  background-color: lightgray;
  height: 40px; }

.mein-konto .even label {
  line-height: 40px;
  font-weight: bold; }

.mein-konto .odd label {
  margin-bottom: 15px; }

.mein-konto .button {
  min-width: 180px; }

.mein-konto .first {
  padding-right: 5px; }

.mein-konto .last {
  padding-left: 5px; }

.mein-konto span.portlet-msg-error {
  top: -10px;
  color: red; }

.mein-konto.row {
  margin: 0 10px 0 10px; }

#document #modalForm .row {
  margin: 0; }

#document .required span {
  color: red; }

/* Datenschutzrichtlinien Hide/Show */
.complete {
  display: none; }

.more {
  background: #7f7a74;
  color: white;
  font-size: 16px;
  padding: 3px;
  cursor: n-resize;
  text-align: center; }

/* END Datenschutzrichtlinien Hide/Show */
/* Formular Schrittz�hler*/
.arrow-steps.clearfix {
  margin: 0 0px 40px 10px; }

.clearfix:after {
  clear: both;
  content: "";
  display: block;
  height: 0; }

.arrow-steps .step {
  font-size: 16px;
  text-align: center;
  color: white;
  cursor: default;
  margin: 0 1px 0 0;
  padding: 10px 0px 10px 0px;
  width: 33%;
  float: left;
  position: relative;
  background-color: darkgrey;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.arrow-steps .step:after,
.arrow-steps .step:before {
  content: " ";
  position: absolute;
  top: 0;
  right: -17px;
  width: 0;
  height: 0;
  border-top: 19px solid transparent;
  border-bottom: 17px solid transparent;
  border-left: 17px solid darkgrey;
  z-index: 2; }

.arrow-steps .step:before {
  right: auto;
  left: 0;
  border-left: 17px solid #fff;
  z-index: 0; }

.arrow-steps .step:first-child:before {
  border: none; }

.arrow-steps .step:last-child:after {
  border: none; }

.arrow-steps .step:first-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px; }

.arrow-steps .step:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.arrow-steps .step.current {
  color: #fff;
  background-color: #7f7a74; }

.arrow-steps .step.current:after {
  border-left: 17px solid #7f7a74; }

.arrow-steps .step.done {
  color: darkgray;
  background-color: lightgray; }

.arrow-steps .step.done:after {
  border-left: 17px solid lightgray; }

/* END Formular Schrittz�hler*/
/*Formularbuilder*/
@media (min-width: 1200px) {
  .aui .row {
    margin-left: 0px; } }
@media only screen and (min-width: 500px) {
  #document form label {
    width: 100%; }

  #document form label.control-label {
    float: none; }

  #document form[id*='customForm'] input[type='radio'], #document form[id*='customForm'] .radio-inline, #document form[id*='customForm'] input[type='checkbox'], #document form[id*='customForm'] label.checkbox {
    width: auto; } }
.radio {
  clear: both; }

span.required {
  color: red; }

.info-messages {
  color: red; }

#document form .steuerzeile-descr {
  font-weight: bold;
  color: red; }

#document form[id*='customForm'] input[type='radio'], #document form[id*='customForm'] .radio-inline, #document form[id*='customForm'] input[type='checkbox'], #document form[id*='customForm'] label.checkbox {
  position: relative;
  vertical-align: middle;
  display: inline-block;
  width: auto;
  float: none;
  margin: 0px;
  padding: 0px; }

#document form[id*='customForm'] label.checkbox {
  height: 65px;
  box-sizing: border-box;
  padding-top: 25px; }

#document .row.even-row {
  min-height: 25px;
  padding-top: 5px; }

#document .row.odd-row {
  min-height: 25px;
  padding-top: 5px;
  background-color: lightgray; }

#document form[id*='customForm'] input[type='checkbox'] {
  margin: 0px 0.5em 2px 0px; }

.controls .formbuilder-ddm-text-html-innerhtml {
  font-size: 15px; }

.controls input.formbuilder-ddm-text-html {
  display: none; }

.controls.formbuilder-ddm-text-html-container b {
  font-weight: bold; }

.controls.formbuilder-ddm-text-html-container i {
  font-style: italic; }

.formbuilder-header-row {
  background-color: white; }

#document .formbuilder-headline {
  margin-top: 0.9em; }

/*END Formularbuilder*/
/*Fix-Sub-Menu*/
.controls-visible #document .section.section--light-grey.sub-navigation {
  height: inherit; }

#document .section.section--light-grey.sub-navigation {
  height: 0; }

/*Kontakt Error Message*/
#document .contactbox-content li.portlet-msg-error {
  margin-left: -114px; }

#document #mobileClips li.portlet-msg-error {
  max-width: 260px !important;
  min-width: 200px;
  margin-left: 2px !important; }

#document .search-results__pager {
  margin-top: 20px;
  text-align: inherit; }

#document .search-results__page {
  padding: 4px 6px 1px 6px;
  margin-right: 3px;
  background-color: #d9d7d6;
  color: #173251;
  border-bottom: none !important; }

#document .downloadcenter__titel {
  font-weight: bold;
  margin-bottom: -6px; }

#document .download__center__col {
  padding-left: 5px;
  padding-right: 0px; }

#document .registrationHeader {
  padding-top: 20px; }

#documentWrapper .mainPageContent a img {
  padding-right: 7px; }

.grey_box {
  background-color: #f1f1f1;
  padding: 20px 0 5px 0;
  border: 1px solid black; }

#document .captcha_message ul {
  list-style: none;
  padding-left: 10px; }

#document .captcha_message li.portlet-msg-info {
  font-size: 18px;
  color: red;
  font-weight: bold; }

#document img.contact-restrict__img {
  width: inherit;
  max-width: 250px; }

#document a.button.contactbox-content__button.contact-restrict__button {
  max-width: 250px; }

#document .restrict-frame {
  width: 300px; }

#document .restrict-clip {
  right: -300px; }

.signed-in #document .section.section--light-grey.sub-navigation {
  height: inherit; }

#document .contactbox__contactbox-content li.portlet-msg-error {
  margin-left: -10px;
  position: absolute;
  top: 200px;
  max-width: 397px; }

#document .mainPageContent a.no-decoration {
  text-decoration: none;
  border-bottom: 0px; }

#document .makler-contact-box ul {
  padding-left: 18px;
  margin-top: 15px; }

#document .makler-contact-box ul li.portlet-msg-error {
  min-width: 231px;
  width: 231px;
  padding: 1rem; }

#document .makler-contact-box-lasche ul {
  padding-left: 18px;
  margin-top: 15px; }

#document .contactbox-content ul li.portlet-msg-error {
  min-width: 338px;
  width: 397px;
  padding: 1rem; }

#document .makler-contact-box-lasche ul li.portlet-msg-error {
  min-width: 338px;
  width: 397px;
  margin-left: -59px;
  padding: 1rem; }

@media (max-width: 787px) {
  #document .mobile-clips-content--contact-person ul {
    padding: 0;
    margin-left: -14px; } }

