/* Button in video.js nicht anzeigen */

.video-js .vjs-big-play-button {
  display: none;
}

/* Überschrieben aus styles.css */

.sidebars,
#content {
  margin-top: 20px;
}

#cookie-all-button {
  position: inherit;
  color: white;
  background: transparent;
  border: solid 1px white;
  margin-left: 10px;
  top: 15px;
  font-weight: lighter;
  width: 60px;
}

/*Dropdown Menü fpr Privat/Business*/

.header-button {
  background-color: transparent !important;
  border: medium none !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  box-shadow: none !important;
  font-size: 0.813em !important;
  text-transform: uppercase !important;
  color: rgb(197, 40, 28) !important;
  padding-right: 24px !important;
}

.header-button-icon {
  background: url("../images/system/iconVarie-s58696b9165.png") no-repeat;
  background-position: 0 -2675px;
  top: 5px;
  width: 12px;
  position: absolute;
  height: 15px;
}

.header-button-list {
  list-style: none;
}

.header-button-list-color {
  color: #828282 !important;
}

.product-button,
.teaser-button .product-button {
  border: 1px solid #c21b17;
  border-radius: 0;
  color: #c21b17;
  text-transform: uppercase;
  text-align: center;
  padding: 14px;
  font-size: 13px;
  font-family: HelveticaBold;
  line-height: 10px;
  background-color: #fff;
}

.button-container .button-wrapper .product-button,
.button-container .button-wrapper .teaser-button .product-button,
.teaser-button .button-container .button-wrapper .product-button,
.button-container .button-wrapper .secondary-button,
.button-container .button-wrapper .teaser-button .secondary-button,
.teaser-button .button-container .button-wrapper .secondary-button {
  margin-left: 30px;
  margin-top: 30px;
  float: right;
}

.secondary-button {
  border: none;
  border-radius: 0;
  color: #fff !important;
  text-transform: uppercase;
  text-align: center;
  padding: 15px;
  font-size: 13px;
  font-family: HelveticaBold;
  line-height: 10px;
  background-color: #c21b17;
}

.start-seite .secondary-button {
  color: #c21b17 !important;
  background-color: #FFFFFF;
}

/* Höhe wie Iconhöhe. Überschrieben von archive.css:684 */

.download-list .file-list-archive .arc-row .main-doc li {
  height: 22px;
}

.fonds-list {
  padding: 0 20px 0 20px;
}

.fonds-list:nth-child(2) {
  /* nicht first-child, weil das ist page-title */
  padding-top: 5px;
  margin-top: 30px;
}

.fonds-list:last-child {
  padding-bottom: 20px;
}

/*Top-Level Menu: Graue Linie weg*/

.navbar-nav {
  background: none !important;
}

.csc-bulletlist li {
  list-style: none;
  margin: 0 0 20px 10px;
  /*bullet list formating*/
}

.csc-bulletlist li::before {
  font-family: "FontAwesome";
  content: "\f00c";
  margin: 0 14px 0 -30px;
  color: #c21b17;
}

/*Direct Menu Buttons*/

.direct-menu {
  position: absolute;
  top: 10px;
  right: 65px;
  z-index: 98;
}

.direct-menu-item {
  list-style: none;
  margin-bottom: 20px;
  height: 50px;
  line-height: 50px;
  border-radius: 25px;
  padding-right: 10px;
  cursor: pointer;
}

.direct-menu-item-hovered {
  background: white;
  transition: all 2s, 
}

.direct-menu-item .icon-holder {
  display: inline-block;
  width: 50px;
  height: 50px;
  background-color: #c21b17;
  border-radius: 50%;
  margin-right: 10px;
  text-align: center;
  float: right;
}

.direct-menu-item-hovered .icon-holder {
  float: left;
}

.direct-menu-item .icon-holder img {
  width: 25px;
}

.img-coverage {
  width: 30px !important;
  margin-right: 10px;
}

.img-savings {
  width: 30px !important;
  margin-bottom: 10px;
}

.img-kundenportal {
  width: 30px !important;
}

.direct-menu-link {
  font-size: 16px;
  font-weight: bold;
  color: transparent !important;
}

.direct-menu-item-hovered .direct-menu-link {
  color: #c12017 !important;
  transition: color 0.8s;
}

/*Direct Menu Mobile*/

.direct-menu-mobile-button {
  position: fixed;
  top: 530px;
  right: 5px;
  z-index: 100;
  width: 50px;
}

.direct-menu-mobile {
  position: fixed;
  top: 100px;
  right: 5px;
  z-index: 100;
}

.direct-menu-mobile li {
  list-style: none;
}

.direct-menu-mobile .direct-menu-link {
  display: inline-block;
  width: 50px;
  height: 50px;
  background-color: #c21b17;
  border: 1px solid white;
  border-radius: 50%;
  text-align: center;
  margin-bottom: 10px;
}

.direct-menu-mobile img {
  width: 25px;
  padding-top: 10px;
}

/* line 592, ../sass/_header.scss */

.main-menu-wrapper ul.menu li .menu-second-part.dropdown-menu {
  top: 130px;
}

.main-menu-wrapper ul.menu li .menu-second-part .menu-container-li .yamm-content {
  padding-bottom: 66px;
}

.main-menu-wrapper ul.menu li .menu-second-part {
  padding: 62px 0;
}

/*Top Level Menu: Ueber Uns und Service grau, deshlab Menu 5 noch in Farbe*/

body.not-touch-device .dropdown-menu.hideIt {
  display: none;
}

body.not-touch-device .open>.dropdown-menu.hideIt {
  display: block;
}

#header .region-header .header-top-right {
  padding-top: 0px;
}

@media (min-width: 1024px) {
  #header .wrapper-content {
    padding-top: 23px;
  }
}

@media (max-width: 1023px) {
  #header {
    padding-top: 0px;
  }
}

/* line 392, ../sass/_header.scss */

.main-menu-wrapper .mid-5 .navbar-default .navbar-nav>.open>a,
.main-menu-wrapper .mid-5 .navbar-default .navbar-nav>.active>a,
.main-menu-wrapper .mid-5 .dropdown-menu {
  background-color: #c5281c;
}

/* line 482, ../sass/_header.scss */

.main-menu-wrapper ul.menu li.mid-5.hovered a.dropdown-toggle,
.main-menu-wrapper ul.menu li.mid-5.opened a.dropdown-toggle {
  background-color: #c5281c;
  border-bottom: 5px solid #c5281c;
  color: #fff;
}

/* line 1108, ../sass/styles.scss */

.side-menu.mid-5 h5 {
  background-color: #c5281c;
}

/* line 493, ../sass/_header.scss */

.main-menu-wrapper ul.menu li.mid-5 a {
  border-bottom: 5px solid #c5281c;
}

/* line 501, ../sass/_header.scss */

.main-menu-wrapper ul.menu li.mid-5 .menu-second-part .menu-container-li .yamm-content {
  border-right: 1px solid #fff;
}

/* line 504, ../sass/_header.scss */

.main-menu-wrapper ul.menu li.mid-5 .menu-second-part .menu-container-li .yamm-content ul li .dropdown-menu {
  border-left: 1px solid #fff;
}

/* line 493, ../sass/_header.scss */

.main-menu-wrapper ul.menu li.mid-5 a {
  border-bottom: 5px solid #c5281c;
}

/* line 496, ../sass/_header.scss */

.main-menu-wrapper ul.menu li.mid-5 a:hover {
  color: #fff;
}

/* line 511, ../sass/_header.scss */

.main-menu-wrapper ul.menu li.mid-5 .menu-second-part li a,
.main-menu-wrapper ul.menu li.mid-5 .menu-second-part .overview .section-abstract,
.main-menu-wrapper ul.menu li.mid-5 .menu-second-part .menu-container-li .yamm-content ul li.open ul li .yamm-content ul li a,
.main-menu-wrapper ul.menu li.mid-5 .menu-second-part .menu-container-li .yamm-content ul li:hover ul li .yamm-content ul li a {
  color: #fff;
}

/* line 648, ../sass/_header.scss */

.main-menu-wrapper ul.menu li.mid-5 .menu-second-part .menu-container-li .yamm-content ul li ul li .yamm-content ul li:hover a {
  color: #c5281c;
  background-color: yellow;
}

/* line 507, ../sass/_header.scss */

.main-menu-wrapper ul.menu li.mid-5 .menu-second-part .menu-container-li .yamm-content ul li.dropdown a {
  background: url("../images/system/iconvarie/see-all-icon-white.png?1424879809") right center no-repeat;
}

/* line 574, ../sass/_header.scss */

.main-menu-wrapper ul.menu li.mid-5.hovered a,
.main-menu-wrapper ul.menu li.mid-5.opened a {
  background-color: #c5281c;
  color: #fff;
}

/* header top right */

.header-top-right .helpyou,
.berater-finden {
  position: relative;
  float: left;
  padding-right: 15px;
  background: white;
  width: unset;
}

.header-top-right .helpyou .helpyou-btn,
.berater-btn {
  position: static;
}

.header-top-right .helpyou .helpyou-btn span,
.berater-btn span {
  background: #c21b17;
  border-radius: unset;
  width: unset;
  height: unset;
  margin: 0 auto;
  color: #FFF;
  display: inline-block;
  padding: 5px;
  cursor: pointer;
  font-size: 0.75em;
}

.header-top-right .helpyou .helpyou-btn span:before,
.berater-btn span:before {
  width: 15px;
  height: 15px;
  margin: 0 5px 0 0;
  background-size: 15px;
}

.berater-btn span:before {
  content: '';
  background: url("../../Public/Icons/ort.svg");
  background-size: 15px;
  display: inline-block;
  vertical-align: middle;
  margin: 0px;
}

.header-top-right .helpyou .helpyou-btn span:after {
  content: none;
}

/* search icon */

.gli-search-button {
  display: inline-block !important;
  padding: 0 !important;
  margin: 0 !important;
  height: 22px !important;
  background-position: 0px -2451px !important;
}

header .search-form {
  margin-left: 10px;
}

header .search-form input {
  border: none;
  background: #e1e1e1;
  padding: 0;
  vertical-align: top;
}

header .search-form-text {
  margin-top: 2px;
}

.header-top-right {
  height: 30px;
}

.search-result {
  background-color: #ebebeb;
  padding: 15px 10px;
  overflow: hidden;
  position: relative;
  margin-top: 20px;
}

.search-result input[type="text"] {
  padding: 10px 30px 10px 10px;
  width: 350px;
}

.search-result input[type="submit"] {
  position: absolute;
  left: 335px;
  top: 25px;
  background: url("../images/system/iconVarie-s58696b9165.png") no-repeat;
  background-position: 0px -2451px;
  width: 25px;
  border: none;
}

.tx-indexedsearch-text-item-path a {
  text-decoration: none;
  color: #b0b2b3 !important;
}

.tx-indexedsearch-text-item-path p,
.tx-indexedsearch-description {
  margin: 0 0 0 23px;
}

.tx-indexedsearch-res h3 {
  margin-bottom: 0;
}

/*color of header in bullet list */

.gli-bullet-list h2 {
  color: #333333;
}

/* line 464, ../sass/_header.scss */

/*PTAR 00119: Menu nicht ueberall gleich hoch*/

.main-menu-wrapper ul.menu li.mid-3 .menu-second-part {
  min-height: 325px;
}

.side-menu .list-menu li.opened ul li a.aside-level-4 {
  padding-left: 35px;
}

.infoBox {
  padding: 0;
  margin: 0 10px 10px;
}

.infoBox h3 {
  color: #fff;
  text-align: center;
  background: #636363;
  color: white;
  margin: 0;
  display: block;
  text-transform: uppercase;
  padding: 23px 0;
  width: 100%;
}

.infoBoxContent {
  padding: 0px;
}

.infoBoxContentText {
  margin-left: 10px;
  color: #828282;
}

.infoBoxContentText a {
  color: #333;
  text-transform: uppercase;
}

.map {
  height: 180px;
  overflow: hidden;
}

#rug-search-form .input-group {
  overflow: hidden;
}

/* overrides for pagination of indexed_search*/

.tx-indexedsearch-browsebox li {
  list-style: none;
  display: inline;
}

.tx-indexedsearch-browsebox li a {
  margin-left: 10px;
  padding: 5px 10px;
  border: solid 1px #ddd;
}

.tx-indexedsearch-browselist-currentPage strong {
  font-weight: normal;
}

.tx-indexedsearch-browselist-currentPage a,
.tx-indexedsearch-browsebox li a:hover {
  color: white !important;
  background: #c12017;
}

/* fixes for stories*/

.caption-overlay-story .link-see-more {
  position: absolute;
  bottom: 10px;
  left: 15px;
}

.image-story img {
  width: 100%;
  height: 100%;
}

/* fixes for Suchen-Button*/

.button-link-see-more-search,
.button-link-see-more-search:hover {
  background-position: 85px;
  width: 100px;
  vertical-align: bottom;
}

.text-search {
  vertical-align: bottom;
  padding: 5px 0;
  width: 77%;
}

.story-title {
  height: 80px !important;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .caption-overlay-story {
    position: relative;
    height: 150px;
    background: #ebebeb;
  }
}

li.link-list {
  border-bottom: 1px dotted #b9b9b9;
  display: inline-block;
  padding: 5px 20px 10px 0;
  /* font-size: 100%; */
  width: 100%;
}

i.link-list-icon {
  background: url("../images/system/iconvarie/see-all-icon.png") center no-repeat transparent;
  float: right;
  padding: 11px;
  /*position: absolute;
right: 0;
float: right;
display: inline-block;*/
}

@media (max-width: 767px) {

  .owl-carousel .owl-controls .owl-nav .owl-prev,
  .owl-carousel .owl-controls .owl-nav .owl-next {
    top: inherit;
  }
}

/* Fix für Infobox auf Startseite*/

@media (min-width: 768px) {
  .infoBox .view-title {
    white-space: nowrap;
  }
}

.side-menu .opened {
  transition: all 0.5s ease;
}

h3.view-title {
  max-width: inherit !important;
}

h3.view-title-press {
  float: left;
  font-family: "HelveticaBold";
  font-size: 1.3em;
  text-transform: none;
  margin: 0
}

/* Layout for news pagination */

.f3-widget-paginator li {
  list-style: none;
  display: inline;
  color: #c12017;
}

.f3-widget-paginator li a,
.f3-widget-paginator .current {
  margin-left: 10px;
  padding: 5px 10px;
  border: solid 1px #ddd;
}

.f3-widget-paginator .current {
  color: white !important;
  background: #c12017;
}

.page-navigation p:first-of-type {
  display: none;
}

/* Abstaende bei Pressemeldungen*/

.figure-with-text-right p {
  margin: inherit;
}

.figure-with-text-right p:first-of-type {
  margin: 0;
}

.figure-with-text-right figure {
  padding-right: 20px;
  margin: 20px 15px 0 0;
}

.view-press-tipps .view-event,
.view-press-interviews .view-event {
  padding-top: 0px;
}

.copyright a:visited,
.copyright a {
  color: #c12017;
}

/* Slider incl. media queries*/

.sliderText {
  position: absolute;
  top: 10px;
  left: 50px;
  width: 30%;
}

.text-container span {
  font-family: "HelveticaLight";
  background: rgba(250, 250, 250, 0.8);
  color: #c21b17;
  /*   font-size: 20px;*/
  /*   line-height: 23px;*/
  display: none;
}

@media (min-width: 576px) {
  .sliderText {
    top: 10px;
    left: 50px;
    width: 30%;
  }

  .text-container span {
    font-size: 26px;
    line-height: 32px;
    display: inline;
  }
}

@media (min-width: 768px) {
  .sliderText {
    top: 20px;
    left: 60px;
    width: 30%;
  }

  .text-container span {
    font-size: 32px;
    line-height: 42px;
    display: inline;
  }
}

@media (min-width: 992px) {
  .sliderText {
    top: 30px;
    left: 70px;
    width: 30%;
  }

  .text-container span {
    font-size: 40px;
    line-height: 50px;
    display: inline;
  }
}

@media (min-width: 1200px) {
  .sliderText {
    top: 50px;
    left: 170px;
    width: 30%;
  }

  .text-container span {
    font-size: 50px;
    line-height: 60px;
    display: inline;
  }
}

/*end - media queries for slider */

@media (max-width: 767px) {
  .text-container .secondary-button {
    padding: 7px;
  }

  .owl-nav {
    display: none;
  }

  .cookies {
    padding-left: 10px !important;
    font-size: smaller;
    padding-right: 10px !important;
    padding-top: 10px !important;
  }
}

@media (min-width: 768px) and (max-width: 1006px) {
  .story-container.presse.last.even {
    float: left;
    padding-left: 0;
  }
}

@media (min-width: 1024px) {
  .story-container.presse.last.even {
    padding-top: 6px;
  }
}

/* Fix for Stories */

.presse-story-same-height p.story-abstract {
  height: 120px;
}

@media (min-width: 768px) {
  .story-container.even {
    padding-right: 4px;
  }

  .story-container.odd {
    padding-right: 2px;
    padding-left: 2px;
  }

  .story-container.last.even {
    padding-left: 4px;
  }
}

/*bootstrap glyphicons*/

@font-face {
  font-family: "Glyphicons Halflings";
  src: url("../Fonts/glyphicons-halflings-regular.eot");
  src: url("../Fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"),
    url("../Fonts/glyphicons-halflings-regular.woff2") format("woff2"),
    url("../Fonts/glyphicons-halflings-regular.woff") format("woff"),
    url("../Fonts/glyphicons-halflings-regular.ttf") format("truetype"),
    url("../Fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
  content: "\002a";
}

.glyphicon-plus:before {
  content: "\002b";
}

.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}

.glyphicon-minus:before {
  content: "\2212";
}

.glyphicon-cloud:before {
  content: "\2601";
}

.glyphicon-envelope:before {
  content: "\2709";
}

.glyphicon-pencil:before {
  content: "\270f";
}

.glyphicon-glass:before {
  content: "\e001";
}

.glyphicon-music:before {
  content: "\e002";
}

.glyphicon-search:before {
  content: "\e003";
}

.glyphicon-heart:before {
  content: "\e005";
}

.glyphicon-star:before {
  content: "\e006";
}

.glyphicon-star-empty:before {
  content: "\e007";
}

.glyphicon-user:before {
  content: "\e008";
}

.glyphicon-film:before {
  content: "\e009";
}

.glyphicon-th-large:before {
  content: "\e010";
}

.glyphicon-th:before {
  content: "\e011";
}

.glyphicon-th-list:before {
  content: "\e012";
}

.glyphicon-ok:before {
  content: "\e013";
}

.glyphicon-remove:before {
  content: "\e014";
}

.glyphicon-zoom-in:before {
  content: "\e015";
}

.glyphicon-zoom-out:before {
  content: "\e016";
}

.glyphicon-off:before {
  content: "\e017";
}

.glyphicon-signal:before {
  content: "\e018";
}

.glyphicon-cog:before {
  content: "\e019";
}

.glyphicon-trash:before {
  content: "\e020";
}

.glyphicon-home:before {
  content: "\e021";
}

.glyphicon-file:before {
  content: "\e022";
}

.glyphicon-time:before {
  content: "\e023";
}

.glyphicon-road:before {
  content: "\e024";
}

.glyphicon-download-alt:before {
  content: "\e025";
}

.glyphicon-download:before {
  content: "\e026";
}

.glyphicon-upload:before {
  content: "\e027";
}

.glyphicon-inbox:before {
  content: "\e028";
}

.glyphicon-play-circle:before {
  content: "\e029";
}

.glyphicon-repeat:before {
  content: "\e030";
}

.glyphicon-refresh:before {
  content: "\e031";
}

.glyphicon-list-alt:before {
  content: "\e032";
}

.glyphicon-lock:before {
  content: "\e033";
}

.glyphicon-flag:before {
  content: "\e034";
}

.glyphicon-headphones:before {
  content: "\e035";
}

.glyphicon-volume-off:before {
  content: "\e036";
}

.glyphicon-volume-down:before {
  content: "\e037";
}

.glyphicon-volume-up:before {
  content: "\e038";
}

.glyphicon-qrcode:before {
  content: "\e039";
}

.glyphicon-barcode:before {
  content: "\e040";
}

.glyphicon-tag:before {
  content: "\e041";
}

.glyphicon-tags:before {
  content: "\e042";
}

.glyphicon-book:before {
  content: "\e043";
}

.glyphicon-bookmark:before {
  content: "\e044";
}

.glyphicon-print:before {
  content: "\e045";
}

.glyphicon-camera:before {
  content: "\e046";
}

.glyphicon-font:before {
  content: "\e047";
}

.glyphicon-bold:before {
  content: "\e048";
}

.glyphicon-italic:before {
  content: "\e049";
}

.glyphicon-text-height:before {
  content: "\e050";
}

.glyphicon-text-width:before {
  content: "\e051";
}

.glyphicon-align-left:before {
  content: "\e052";
}

.glyphicon-align-center:before {
  content: "\e053";
}

.glyphicon-align-right:before {
  content: "\e054";
}

.glyphicon-align-justify:before {
  content: "\e055";
}

.glyphicon-list:before {
  content: "\e056";
}

.glyphicon-indent-left:before {
  content: "\e057";
}

.glyphicon-indent-right:before {
  content: "\e058";
}

.glyphicon-facetime-video:before {
  content: "\e059";
}

.glyphicon-picture:before {
  content: "\e060";
}

.glyphicon-map-marker:before {
  content: "\e062";
}

.glyphicon-adjust:before {
  content: "\e063";
}

.glyphicon-tint:before {
  content: "\e064";
}

.glyphicon-edit:before {
  content: "\e065";
}

.glyphicon-share:before {
  content: "\e066";
}

.glyphicon-check:before {
  content: "\e067";
}

.glyphicon-move:before {
  content: "\e068";
}

.glyphicon-step-backward:before {
  content: "\e069";
}

.glyphicon-fast-backward:before {
  content: "\e070";
}

.glyphicon-backward:before {
  content: "\e071";
}

.glyphicon-play:before {
  content: "\e072";
}

.glyphicon-pause:before {
  content: "\e073";
}

.glyphicon-stop:before {
  content: "\e074";
}

.glyphicon-forward:before {
  content: "\e075";
}

.glyphicon-fast-forward:before {
  content: "\e076";
}

.glyphicon-step-forward:before {
  content: "\e077";
}

.glyphicon-eject:before {
  content: "\e078";
}

.glyphicon-chevron-left:before {
  content: "\e079";
}

.glyphicon-chevron-right:before {
  content: "\e080";
}

.glyphicon-plus-sign:before {
  content: "\e081";
}

.glyphicon-minus-sign:before {
  content: "\e082";
}

.glyphicon-remove-sign:before {
  content: "\e083";
}

.glyphicon-ok-sign:before {
  content: "\e084";
}

.glyphicon-question-sign:before {
  content: "\e085";
}

.glyphicon-info-sign:before {
  content: "\e086";
}

.glyphicon-screenshot:before {
  content: "\e087";
}

.glyphicon-remove-circle:before {
  content: "\e088";
}

.glyphicon-ok-circle:before {
  content: "\e089";
}

.glyphicon-ban-circle:before {
  content: "\e090";
}

.glyphicon-arrow-left:before {
  content: "\e091";
}

.glyphicon-arrow-right:before {
  content: "\e092";
}

.glyphicon-arrow-up:before {
  content: "\e093";
}

.glyphicon-arrow-down:before {
  content: "\e094";
}

.glyphicon-share-alt:before {
  content: "\e095";
}

.glyphicon-resize-full:before {
  content: "\e096";
}

.glyphicon-resize-small:before {
  content: "\e097";
}

.glyphicon-exclamation-sign:before {
  content: "\e101";
}

.glyphicon-gift:before {
  content: "\e102";
}

.glyphicon-leaf:before {
  content: "\e103";
}

.glyphicon-fire:before {
  content: "\e104";
}

.glyphicon-eye-open:before {
  content: "\e105";
}

.glyphicon-eye-close:before {
  content: "\e106";
}

.glyphicon-warning-sign:before {
  content: "\e107";
}

.glyphicon-plane:before {
  content: "\e108";
}

.glyphicon-calendar:before {
  content: "\e109";
}

.glyphicon-random:before {
  content: "\e110";
}

.glyphicon-comment:before {
  content: "\e111";
}

.glyphicon-magnet:before {
  content: "\e112";
}

.glyphicon-chevron-up:before {
  content: "\e113";
}

.glyphicon-chevron-down:before {
  content: "\e114";
}

.glyphicon-retweet:before {
  content: "\e115";
}

.glyphicon-shopping-cart:before {
  content: "\e116";
}

.glyphicon-folder-close:before {
  content: "\e117";
}

.glyphicon-folder-open:before {
  content: "\e118";
}

.glyphicon-resize-vertical:before {
  content: "\e119";
}

.glyphicon-resize-horizontal:before {
  content: "\e120";
}

.glyphicon-hdd:before {
  content: "\e121";
}

.glyphicon-bullhorn:before {
  content: "\e122";
}

.glyphicon-bell:before {
  content: "\e123";
}

.glyphicon-certificate:before {
  content: "\e124";
}

.glyphicon-thumbs-up:before {
  content: "\e125";
}

.glyphicon-thumbs-down:before {
  content: "\e126";
}

.glyphicon-hand-right:before {
  content: "\e127";
}

.glyphicon-hand-left:before {
  content: "\e128";
}

.glyphicon-hand-up:before {
  content: "\e129";
}

.glyphicon-hand-down:before {
  content: "\e130";
}

.glyphicon-circle-arrow-right:before {
  content: "\e131";
}

.glyphicon-circle-arrow-left:before {
  content: "\e132";
}

.glyphicon-circle-arrow-up:before {
  content: "\e133";
}

.glyphicon-circle-arrow-down:before {
  content: "\e134";
}

.glyphicon-globe:before {
  content: "\e135";
}

.glyphicon-wrench:before {
  content: "\e136";
}

.glyphicon-tasks:before {
  content: "\e137";
}

.glyphicon-filter:before {
  content: "\e138";
}

.glyphicon-briefcase:before {
  content: "\e139";
}

.glyphicon-fullscreen:before {
  content: "\e140";
}

.glyphicon-dashboard:before {
  content: "\e141";
}

.glyphicon-paperclip:before {
  content: "\e142";
}

.glyphicon-heart-empty:before {
  content: "\e143";
}

.glyphicon-link:before {
  content: "\e144";
}

.glyphicon-phone:before {
  content: "\e145";
}

.glyphicon-pushpin:before {
  content: "\e146";
}

.glyphicon-usd:before {
  content: "\e148";
}

.glyphicon-gbp:before {
  content: "\e149";
}

.glyphicon-sort:before {
  content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

.glyphicon-sort-by-order:before {
  content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

.glyphicon-unchecked:before {
  content: "\e157";
}

.glyphicon-expand:before {
  content: "\e158";
}

.glyphicon-collapse-down:before {
  content: "\e159";
}

.glyphicon-collapse-up:before {
  content: "\e160";
}

.glyphicon-log-in:before {
  content: "\e161";
}

.glyphicon-flash:before {
  content: "\e162";
}

.glyphicon-log-out:before {
  content: "\e163";
}

.glyphicon-new-window:before {
  content: "\e164";
}

.glyphicon-record:before {
  content: "\e165";
}

.glyphicon-save:before {
  content: "\e166";
}

.glyphicon-open:before {
  content: "\e167";
}

.glyphicon-saved:before {
  content: "\e168";
}

.glyphicon-import:before {
  content: "\e169";
}

.glyphicon-export:before {
  content: "\e170";
}

.glyphicon-send:before {
  content: "\e171";
}

.glyphicon-floppy-disk:before {
  content: "\e172";
}

.glyphicon-floppy-saved:before {
  content: "\e173";
}

.glyphicon-floppy-remove:before {
  content: "\e174";
}

.glyphicon-floppy-save:before {
  content: "\e175";
}

.glyphicon-floppy-open:before {
  content: "\e176";
}

.glyphicon-credit-card:before {
  content: "\e177";
}

.glyphicon-transfer:before {
  content: "\e178";
}

.glyphicon-cutlery:before {
  content: "\e179";
}

.glyphicon-header:before {
  content: "\e180";
}

.glyphicon-compressed:before {
  content: "\e181";
}

.glyphicon-earphone:before {
  content: "\e182";
}

.glyphicon-phone-alt:before {
  content: "\e183";
}

.glyphicon-tower:before {
  content: "\e184";
}

.glyphicon-stats:before {
  content: "\e185";
}

.glyphicon-sd-video:before {
  content: "\e186";
}

.glyphicon-hd-video:before {
  content: "\e187";
}

.glyphicon-subtitles:before {
  content: "\e188";
}

.glyphicon-sound-stereo:before {
  content: "\e189";
}

.glyphicon-sound-dolby:before {
  content: "\e190";
}

.glyphicon-sound-5-1:before {
  content: "\e191";
}

.glyphicon-sound-6-1:before {
  content: "\e192";
}

.glyphicon-sound-7-1:before {
  content: "\e193";
}

.glyphicon-copyright-mark:before {
  content: "\e194";
}

.glyphicon-registration-mark:before {
  content: "\e195";
}

.glyphicon-cloud-download:before {
  content: "\e197";
}

.glyphicon-cloud-upload:before {
  content: "\e198";
}

/*end glyphicons */

/*slider title*/

.owl-carousel {
  clear: both;
}

.owl-carousel .owl-caption {
  width: 100%;
  padding: 0px !important;
  background: white;
  font-family: "HelveticaLight";
  text-align: center;
  text-shadow: none;
  /*    border-bottom: 1px solid #f1f1f1;*/
}

.owl-carousel .owl-caption .owl-caption-inner {
  width: 100%;
  margin: 0;
  padding: 0;
}

@media (max-width: 1023px) {
  .owl-carousel .owl-caption .owl-caption-inner {
    height: 250px;
  }
}

.owl-carousel .centering-carousel {
  width: 100%;
  margin: 0 auto;
  padding: 20px;
  background: #c21b17;
  text-align: left;
  font-size: 16px;
}

@media (max-width: 1023px) {
  .owl-carousel .centering-carousel {
    position: relative;
    height: 100%;
  }
  .owl-carousel .owl-stage-outer a {
    position: absolute;
    bottom: 0px;
  }
  .owl-carousel .owl-caption .owl-caption-inner .centering-carousel .slide-subtitle {
    font-size: 1.7rem;
  }
}

.owl-carousel .owl-caption .owl-caption-inner .centering-carousel .slide-title {
  margin: 0 0 20px 0;
  font-size: 1.5em;
  line-height: 1.11111em;
  color: white;
  text-transform: uppercase;
}

.owl-carousel .owl-caption .owl-caption-inner .centering-carousel .slide-subtitle {
  color: white;
}

.owl-carousel .owl-caption .owl-caption-inner .centering-carousel h2,
.owl-carousel .owl-caption .owl-caption-inner .centering-carousel h3 {
  font-family: "HelveticaLight";
}

.owl-carousel .owl-caption .owl-caption-inner .centering-carousel hr {
  width: 100%;
  margin-bottom: 20px;
  border-width: 1px 0 0 0;
  border-style: solid;
  border-color: white;
}

.owl-carousel .owl-caption .owl-caption-inner .centering-carousel .slide-description {
  margin: 20px 0;
  font-size: 1.25em;
  line-height: 1.4em;
  color: black;
}

.owl-carousel .centering-carousel .link-see-more-white {
  margin: 0;
}

.owl-carousel .centering-carousel .link-see-more-white a {
  padding: 10px 8px;
  border: 1px solid #c12017;
  font-size: 0.875em;
  color: #c12017;
}

.owl-carousel .centering-carousel .link-see-more-white a span {
  background: url("../../../../generali/Resources/Public/images/system/iconVarie/see-all-icon.png?1424703796") right center no-repeat;
}

.owl-carousel .centering-carousel .link-see-more-white a:hover {
  background-color: #c12017;
  border: 1px solid white;
  color: white;
}

.owl-carousel .centering-carousel .link-see-more-white a:hover span {
  background: url("../../../../generali/Resources/Public/images/system/iconVarie/see-all-icon-white.png?1424879809") right center no-repeat;
}

.owl-carousel .owl-controls .owl-nav {
  position: inherit;
}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next {
  position: absolute;
  top: 75px;
  width: 60px;
  height: 60px;
  opacity: 0.7;
}

.owl-carousel .owl-controls .owl-nav .owl-prev {
  left: 0;
  background: url("../../../../generali/Resources/Public/images/system/slide-prev.png?1424687330") center center no-repeat #c12017;
}

.owl-carousel .owl-controls .owl-nav .owl-prev:hover {
  background: url("../../../../generali/Resources/Public/images/system/slide-prev-hover.png?1427383661") center center no-repeat white;
}

.owl-carousel .owl-controls .owl-nav .owl-next {
  right: 0;
  background: url("../../../../generali/Resources/Public/images/system/slide-next.png?1424687343") center center no-repeat #c12017;
}

.owl-carousel .owl-controls .owl-nav .owl-next:hover {
  background: url("../../../../generali/Resources/Public/images/system/slide-next-hover.png?1427383680") center center no-repeat white;
}

@media (min-width: 500px) {
  .owl-carousel .item {
    min-height: none;
  }

  .owl-carousel .item .img-fallback {
    overflow: hidden;
  }
}

@media (min-width: 1024px) {
  .owl-carousel .owl-caption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin-top: 0;
    border-top: 0 none;
    background-color: transparent;
    border-bottom: none;
  }

  .owl-carousel .owl-caption .owl-caption-inner {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
  }

  .owl-carousel .centering-carousel {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    max-width: 390px;
    margin: 0;
    padding: 15px 25px;
    text-align: left;
  }

  .owl-carousel .owl-caption .owl-caption-inner .centering-carousel .slide-title {
    margin: 0 0 10px 0;
    font-size: 1.5em;
    line-height: 1em;
  }

  .owl-carousel .owl-caption .owl-caption-inner .centering-carousel h2 {
    font-family: "HelveticaLight";
  }

  .owl-carousel .owl-caption .owl-caption-inner .centering-carousel .slide-description {
    max-height: 90px;
    overflow: hidden;
    margin: 15px 0;
    font-size: 1.1em;
    line-height: 1.25em;
    color: black;
  }

  .owl-carousel .centering-carousel .link-see-more-white {
    margin: 0.2em 0 0 0;
  }

  .owl-carousel .centering-carousel .link-see-more-white a {
    padding: 10px 8px;
    border: 1px solid #c12017;
    font-size: 0.875em;
    color: #c12017;
  }

  .owl-carousel .centering-carousel .link-see-more-white a span {
    background: url("../../../../generali/Resources/Public/images/system/iconVarie/see-all-icon.png?1424703796") right center no-repeat;
  }

  .owl-carousel .centering-carousel .link-see-more-white a:hover {
    background-color: #c12017;
    border: 1px solid white;
    color: white;
  }

  .owl-carousel .centering-carousel .link-see-more-white a:hover span {
    background: url("../../../../generali/Resources/Public/images/system/iconVarie/see-all-icon-white.png?1424879809") right center no-repeat;
  }

  .owl-carousel .owl-controls .owl-nav .owl-prev,
  .owl-carousel .owl-controls .owl-nav .owl-next {
    top: 40%;
  }

  .owl-carousel .item .centering-carousel,
  .owl-carousel .item.itemToCenter .centering-carousel {
    margin: 0 auto;
  }

  .owl-carousel .item.itemToLeft .centering-carousel {
    float: left;
    margin-left: 90px;
  }

  .owl-carousel .item.itemToRight .centering-carousel {
    float: right;
    margin-right: 90px;
  }
}

@media (max-width: 1023px) {
  .owl-carousel .item .img-fallback {
    min-height: 250px;
    object-fit: cover;
  }
}

@media (min-width: 1024px) {
  .owl-carousel .centering-carousel {
    padding: 25px;
  }

  .owl-carousel .owl-caption .owl-caption-inner .centering-carousel .slide-title {
    margin: 0 0 15px 0;
    font-size: 2em;
    line-height: 1em;
  }

  .owl-carousel .owl-caption .owl-caption-inner .centering-carousel h2 {
    font-family: "HelveticaLight";
  }

  .owl-carousel .owl-caption .owl-caption-inner .centering-carousel .slide-description {
    max-height: 120px;
    margin: 15px 0;
    font-size: 1.18em;
    line-height: 1.35em;
    color: black;
  }
}

@media (min-width: 1150px) {
  .owl-carousel .centering-carousel {
    max-width: 350px;
  }

  .owl-carousel .owl-caption .owl-caption-inner .centering-carousel .slide-title {
    margin: 0 0 20px 0;
    font-size: 2em;
    line-height: 1em;
  }

  .owl-carousel .owl-caption .owl-caption-inner .centering-carousel h2 {
    font-family: "HelveticaLight";
  }
}

@media (min-width: 1450px) {
  .owl-carousel .centering-carousel {
    max-width: 460px;
  }

  .owl-carousel .owl-caption .owl-caption-inner .centering-carousel .slide-title {
    font-size: 2em;
    line-height: 1.04em;
  }

  .owl-carousel .owl-caption .owl-caption-inner .centering-carousel h2 {
    font-family: "HelveticaLight";
  }

  .owl-carousel .owl-caption .owl-caption-inner .centering-carousel .slide-description {
    font-size: 1.25em;
    line-height: 1.4em;
    color: black;
  }
}

/*slider arrows and dots*/

@media (max-width: 600px) {

  .owl-carousel .owl-controls .owl-nav .owl-prev,
  .owl-carousel .owl-controls .owl-nav .owl-next {
    top: 50px;
  }
}

@media (max-width: 480px) {

  .owl-carousel .owl-controls .owl-nav .owl-prev,
  .owl-carousel .owl-controls .owl-nav .owl-next {
    top: 40px;
  }
}

@media (max-width: 360px) {

  .owl-carousel .owl-controls .owl-nav .owl-prev,
  .owl-carousel .owl-controls .owl-nav .owl-next {
    top: 30px;
  }
}

/*nps*/

/*new*/

.rating_middle img {
  width: 29px;
  /*  margin-right: -5px;*/
}

/*end new*/

.main_page_rating {
  background-color: #706f72;
  padding-bottom: 30px;
}

.main_page_rating ul li,
.subpage_rating ul li,
.rating_insurances_menu ul li {
  list-style: none;
}

.rating_insurances_menu ul li {
  display: inline;
}

.rating_insurances_menu {
  text-align: center;
}

body.not-front .comment_insurance p {
  color: white;
  padding: 8px;
  display: inline-block;
}

.bold_description {
  text-transform: uppercase;
  color: #333;
  font-weight: 600;
}

.main_page_rating .bold_description {
  font-size: 1.2em;
}

.main_page_rating .bold_description,
.main_page_rating .rating_number,
.main_page_rating .sub_grey_description {
  color: #FFFFFF;
  letter-spacing: 1px;
}

.bold_description.first {
  margin-bottom: 0;
}

.sub_grey_description {
  color: #828282;
  font-size: 12px;
  margin: 0;
}

.start-seite .sub_grey_description {
  font-size: 18px;
  margin: revert;
}

.rating_number {
  color: #c21b17;
  font-size: 80px;
  font-weight: 600;
  font-family: 'HelveticaLight';
}

.rating_star {
  fill: none;
}

.rating_star.big {
  width: 30px;
  height: 30px;
}

.rating_star.small {
  width: 25px;
  height: 25px;
}

.rating_star--25 {
  fill: url(#sprite-rating-25p);
}

.rating_star--50 {
  fill: url(#sprite-rating-50p);
}

.rating_star--75 {
  fill: url(#sprite-rating-75p);
}

.rating_star--100 {
  fill: #c21b17;
}

.main_page_rating {
  background-color: #706f72;
}

.text-center {
  text-align: center;
}

.rating_inline {
  display: inline-block;
}

.rating_vertical_middle {
  vertical-align: middle;
}

.rating_middle {
  padding: 5px 10px 0;
}

.padd_r_0 {
  padding-right: 0;
}

.rating_note_number {
  width: 17px;
  display: inline-block;
  text-align: right;
}

.rating_insurances_menu_1 {
  background-color: #c5281c;
}

body.not-front .rating_insurances_menu ul li a {
  color: #333;
  padding: 10px 20px;
  display: inline-block;
  width: 225px;
}

body.not-front a.rating_insurances_menu_2 {
  /*   background-color:#f1644a;*/
  background-color: #f0f0f0;
  color: #333;
  text-decoration: none;
}

body.not-front a.rating_insurances_menu_2:hover {
  color: white;
  background-color: #c5281c;
  text-decoration: none;
}

body.not-front a.rating_insurances_menu_2.active {
  color: white;
  background-color: #c5281c;
}

body .link-see-more,
body .link-see-more-white {
  display: block;
}

@media (max-width: 1023px) {
  body {
    margin-bottom: 150px;
  }
}

/*
.rating_insurances_menu_3 {
    background-color: #851714;
}

.rating_insurances_menu_4 {
    background-color: #a81b38;
}

.rating_insurances_menu_5 {
    background-color: #c5281c;
}
*/

.comment_user_name {
  display: block;
}

.comment_user_date {
  display: inline-block;
}

.rating_large {
  position: relative;
}

.quote_down {
  /*   display: block;*/
  width: 50px;
  height: 40px;
  background-image: url(../images/icons/quote_1.svg);
  background-size: 50px 40px;
  background-repeat: no-repeat;
  background-position: center bottom;
  position: absolute;
  bottom: 0;
}

.quote_up {
  /*   display: block;*/
  width: 50px;
  height: 40px;
  background-image: url(../images/icons/quote_2.svg);
  background-size: 50px 40px;
  background-repeat: no-repeat;
}

.comment_text {
  padding-left: 60px;
  padding-right: 0;
}

.quotes_rating {
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
  margin-top: 20px;
}

#vitality-logo {
  background: url(/typo3conf/ext/generali/Resources/Public/images/vitality_logo_red_s.png) no-repeat;
  width: 200px;
  height: 40px;
  position: relative;
  float: left;
  background-size: 200px;
  margin: 0 20px;
}

/*media queries nps*/

@media (max-width: 1229px) {
  body.not-front .rating_insurances_menu ul li a {
    padding: 10px 10px;
  }
}

@media (min-width: 1024px) and (max-width: 1160px) {
  .subpage_rating>div {
    margin-left: 0 !important;
    width: 100%;
  }

  .rating_insurances_menu ul {
    padding-left: 0;
  }

  body.not-front .rating_insurances_menu ul li a {
    padding: 10px 6px;
    font-size: 15px;
  }
}

@media (max-width: 1023px) {
  .main_page_rating {
    margin-top: 20px;
  }

  span.rating_note--theme.bold_description {
    display: block;
    margin-bottom: 10px;
  }
}

@media (min-width: 768px) and (max-width: 783px) {
  .rating_insurances_menu ul {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .rating_insurances_menu ul {
    padding-left: 0;
  }

  body.not-front .comment_insurance p.col-sm-8 {
    display: none;
  }

  .rating_insurances_menu_1 {
    width: 100%;
    margin-bottom: 10px;
  }

  .comment_user_panel {
    margin-bottom: 8px;
  }

  body.not-front .rating_insurances_menu ul li a {
    padding: 10px 10px;
    width: 100%;
  }

  .rating_insurances_menu ul li {
    float: none;
    margin-right: 0;
    margin-bottom: 4px;
  }
}

@media (max-width: 420px) {
  .comment_text {
    padding-left: 0;
  }

  .comment_text p {
    padding: 5px 15px 0 15px;
  }

  .quote_up {
    display: none;
  }

  .quote_down {
    display: none;
  }

  .comment_text p:before,
  .comment_text p:after {
    content: '"';
  }
}

/* Standortsuche */

#standort_new .panel-body {
  padding-left: 20px;
}

#standort_new .office-address::before {
  font-family: FontAwesome;
  content: "\f041";
  margin-left: -18px;
  padding-right: 6px;
  font-size: 22px;
}

#standort_new .office-email::before {
  font-family: FontAwesome;
  content: "\f1fa";
  margin-left: -19px;
  padding-right: 5px;
  font-size: 18px;
}

#standort_new .office-phone::before {
  font-family: FontAwesome;
  content: "\f095";
  margin-left: -19px;
  padding-right: 5px;
  font-size: 18px;
}

#standort_new .office-calendar::before {
  font-family: FontAwesome;
  content: "\f073";
  margin-left: -19px;
  padding-right: 5px;
  font-size: 16px;
}

#standort_new .office-wheel::before {
  font-family: FontAwesome;
  content: "\f193";
  margin-left: -20px;
  padding-right: 3px;
  font-size: 18px;
}

.panel-body *::before {
  color: #c21b17;
}

#standort_new .panel-body span.no-margin p,
#standort_new .small_info span.no-margin p {
  margin: 0;
}

.small_info p>i {
  font-size: 22px;
  padding-right: 8px;
}

#open_office.small_info p>i.point {
  padding-right: 8px;
  color: green;
  font-size: 12px;
}

#closed_office.small_info p>i.point {
  padding-right: 8px;
  color: dimgrey;
  font-size: 12px;
}

.mb_30 {
  margin-bottom: 30px;
}

.table_times i {
  position: absolute;
  left: 30px;
}

.table-responsive,
.table_times table,
.table_times table tbody tr,
.table_times .table>tbody>tr>td {
  border: none;
}

.table_times .table {
  margin-bottom: 0;
}

.table_times table tbody {
  background-color: transparent;
}

.table_times .table>tbody>tr>td {
  font-size: 16px;
  padding: 0;
}

.table_times .table>tbody>tr>td {
  text-align: left;
}

.agent_circle {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
}

.agent_circle:not(:last-child) {
  margin-right: 10px;
}

.agent_circle.green {
  border: 3px solid green;
}

.agent_circle.red {
  border: 3px solid #c21b17;
}

#agent_line i {
  position: absolute;
  bottom: 0;
  right: 0;
}

#agent_line .green {
  color: green;
}

#agent_line .grey {
  color: dimgray;
}

#agent_line img {
  border-radius: 50%;
}

#standort_new .panel-body,
.table_times {
  margin-top: 16px;
}

body.not-front .office-buttons a.button-link-see-more {
  color: white;
  margin: 0;
  background-image: none;
  width: 50%;
  display: inline-block;
  text-align: center;
  max-width: 192px;
}

body.not-front .office-buttons a.button-link-see-more {
  margin: 0 auto;
}

body.not-front .office-buttons.no-img a.button-link-see-more {
  width: 100%;
  max-width: 329px;
  margin-bottom: 5px;
}

body.not-front .office-buttons a.button-link-see-more:hover,
body.not-front .office-buttons a.button-link-see-more:focus {
  color: #c22b17;
  background-image: none;
  text-decoration: none;
  outline: none;
}

body.not-front .office-buttons a.button-link-see-more:focus {
  color: white;
}

body.not-front .office-buttons a.button-link-see-more:focus:hover {
  color: #c22b17;
}

.office-buttons {
  margin-top: 30px;
}

@media (max-width: 1023px) {
  .office-img {
    margin-bottom: 30px;
  }
}

@media (max-width: 785px) {
  body.not-front .office-buttons a.button-link-see-more {
    padding: 8px 5px;
  }
}

@media (max-width: 767px) {
  .office-buttons {
    margin-bottom: 30px;
  }

  body.not-front .office-buttons a.button-link-see-more {
    display: block;
  }
}

@media (max-width: 324px) {
  body.not-front .office-buttons a.button-link-see-more {
    padding: 8px 3px;
  }
}

label {
  font-weight: normal;
}

/* presse feed icon */

#presse_feed a span {
  height: 20px;
  width: 20px;
  display: inline-block;
  vertical-align: middle;
}

#presse_feed {
  margin-left: 0;
  margin-top: 5px;
  text-align: center;
}

#presse_feed_icon a span {
  height: 20px;
  width: 20px;
  display: inline-block;
  vertical-align: middle;
}

/* contact form alignment bug fix */

.radio.radio-inline {
  margin-right: 10px;
}

.radio-inline+.radio-inline {
  margin-left: 0;
}

/* Fr. Rohrer: grauer Block */

@media (min-width: 768px) {
  .view-press-releases {
    min-height: 450px;
  }
}

@media (min-width: 1024px) and (max-width: 1230px) {
  .view-press-releases {
    margin-bottom: 4px;
  }
}

/*Versionsanzeige*/

.version {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1999;
  padding: 5px;
  color: #666;
  font-size: 0.8em;
  /*  font-size: 0.8em;
    color: #fff;
    background-color: #c5281c;*/
}

#footer .second-row ul.service-menu-footer li a.podcast span,
#footer .second-row ul.service-menu-footer li a.corp-app span,
#footer .second-row ul.service-menu-footer li a.rss-feeds span,
#footer .second-row ul.service-menu-footer li a.get-updates span {
  background: url("../images/system/iconVarie-s58696b9165.png") no-repeat;
}

/* line 18, ../sass/_footer.scss */

#footer .second-row {
  display: inline-block;
  width: 100%;
  margin-top: 15px;
  padding-top: 10px;
  clear: both;
  border-top: 1px solid #c12017;
}

/* line 26, ../sass/_footer.scss */

#footer .second-row ul.service-menu-footer {
  margin-top: 5px;
  margin-bottom: 0;
}

/* line 30, ../sass/_footer.scss */

#footer .second-row ul.service-menu-footer li {
  margin: 10px auto;
  float: none;
  text-align: left;
}

/* line 35, ../sass/_footer.scss */

#footer .second-row ul.service-menu-footer li:first-child {
  margin-left: 0;
}

/* line 39, ../sass/_footer.scss */

#footer .second-row ul.service-menu-footer li a {
  padding: 5px 4px 5px 0;
  font-family: "HelveticaLight";
  font-size: 0.813em;
  color: #c5281c;
}

/* line 45, ../sass/_footer.scss */

#footer .second-row ul.service-menu-footer li a span {
  display: inline-block;
  width: 18px;
  height: 18px;
  vertical-align: middle;
  margin-right: 6px;
}

/* line 53, ../sass/_footer.scss */

#footer .second-row ul.service-menu-footer li a:hover {
  text-decoration: underline;
}

/* line 57, ../sass/_footer.scss */

#footer .second-row ul.service-menu-footer li a.podcast span {
  background-position: 0 -2347px;
}

/* line 63, ../sass/_footer.scss */

#footer .second-row ul.service-menu-footer li a.corp-app span {
  width: 22px;
  height: 19px;
  background-position: 0 -2526px;
}

/* line 71, ../sass/_footer.scss */

#footer .second-row ul.service-menu-footer li a.rss-feeds span {
  background-position: 0 -2416px;
}

/* line 77, ../sass/_footer.scss */

#footer .third-row ul.service-menu-footer li a.get-updates span {
  width: 19px;
  height: 16px;
  background-position: 0 -2567px;
}

/* line 89, ../sass/_footer.scss */

#footer .third-row .logo-footer {
  float: none;
}

/* line 95, ../sass/_footer.scss */

#footer .third-row-mobile {
  display: inline-block;
  width: 100%;
  margin-top: 5px;
  margin-bottom: 25px;
  padding-top: 10px;
  clear: both;
  text-align: center;
}

/* line 103, ../sass/_footer.scss */

#footer .third-row-mobile .logo-footer {
  float: none;
}

/* line 109, ../sass/_footer.scss */

#footer .third-row {
  display: inline-block;
  width: 100%;
  margin-top: 15px;
  clear: both;
  float: right;
}

/* line 116, ../sass/_footer.scss */

#footer .third-row ul.menu-footer {
  margin: 0;
}

/* line 119, ../sass/_footer.scss */

#footer .third-row ul.menu-footer li {
  margin: 0;
  text-align: left;
}

/* line 123, ../sass/_footer.scss */

#footer .third-row ul.menu-footer li:first-child {
  margin-left: 0;
}

/* line 127, ../sass/_footer.scss */

#footer .third-row ul.menu-footer li a {
  padding: 4px;
  font-size: 0.813em;
  font-family: "HelveticaLight";
  color: #000;
}

/* line 133, ../sass/_footer.scss */

#footer .third-row ul.menu-footer li a:first-child {
  padding-left: 0;
}

/* line 136, ../sass/_footer.scss */

#footer .third-row ul.menu-footer li a:hover {
  text-decoration: underline;
}

/* line 144, ../sass/_footer.scss */

#footer .third-row .ftItmLeft,
#footer .third-row .ftItmRight {
  float: none !important;
  text-align: center !important;
}

/* line 149, ../sass/_footer.scss */

#footer .third-row .copyright {
  float: none;
  font-size: 0.813em;
  font-family: "HelveticaMedium";
  text-transform: uppercase;
  border-top: 1px solid #c12017;
  display: block;
  padding-top: 5px;
}

/* line 160, ../sass/_footer.scss */

#footer .third-row .copyright p {
  margin: 0;
}

@media (min-width: 500px) {

  /* line 168, ../sass/_footer.scss */
  #footer {
    padding-left: 10px;
    padding-right: 10px;
    /* 2 riga Footer */
  }

  /* line 174, ../sass/_footer.scss */
  #footer .third-row .ftItmLeft {
    float: left !important;
    width: 50%;
    text-align: right !important;
    padding-right: 10px;
  }

  /* line 180, ../sass/_footer.scss */
  #footer .third-row .ftItmRight {
    float: right !important;
    width: 50%;
    text-align: left !important;
    padding-left: 10px;
  }
}

/* Versione tablet-desktop con footer sempre visibile */

@media (min-width: 1024px) {

  /* line 192, ../sass/_footer.scss */
  #footer {
    padding: 0;
    min-height: 140px;
    /*background: url("../images/system/footer-left-margin.png") left top no-repeat;*/
    /*1 riga Footer */
    /* 2 riga Footer */
    /* Non deve essere mai in collapse */
  }

  /* line 197, ../sass/_footer.scss */
  #footer .collapse {
    visibility: visible;
    display: block;
  }

  /* line 201, ../sass/_footer.scss */
  #footer .wrapper-content {
    padding: 0px 10px 30px 10px;
    text-align: left;
  }

  /* line 205, ../sass/_footer.scss */
  #footer .menu-container {
    float: left;
  }

  /* line 206, ../sass/_footer.scss */
  #footer .link-see-more {
    visibility: hidden;
    display: none !important;
  }

  /* line 211, ../sass/_footer.scss */
  #footer .col-xs-5,
  #footer .col-xs-7 {
    padding-left: 5px;
    padding-right: 5px;
  }

  /* line 217, ../sass/_footer.scss */
  #footer .second-row {
    margin-top: 40px;
    padding-top: 0px;
    border-top: none;
  }

  /* line 223, ../sass/_footer.scss */
  #footer .second-row ul.service-menu-footer li {
    margin: 0 10px;
    float: left;
  }

  /* line 229, ../sass/_footer.scss */
  #footer .second-row .logo-footer {
    float: right;
    position: relative;
    width: 143px;
    height: 20px;
  }

  /* line 236, ../sass/_footer.scss */
  #footer .second-row .logo-footer img {
    position: absolute;
    top: 0;
    right: 0;
  }

  .logo-footer {
    margin-top: 0px;
  }

  /* line 247, ../sass/_footer.scss */
  #footer .third-row ul.menu-footer li {
    margin: 0 5px 0 0;
  }

  /* line 249, ../sass/_footer.scss */
  #footer .third-row ul.menu-footer li:first-child {
    margin: 0 5px 0 0;
  }

  /* line 253, ../sass/_footer.scss */
  #footer .third-row .ftItmLeft,
  #footer .third-row .ftItmRight {
    float: left !important;
    width: auto;
    text-align: left;
    padding-left: 0px;
    padding-right: 0px;
  }

  /* line 261, ../sass/_footer.scss */
  #footer .third-row .copyright {
    float: right;
    border-top: none;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
  }

  /* line 271, ../sass/_footer.scss */
  #footer #collapseOne {
    display: block !important;
    padding-bottom: 0px;
    visibility: visible !important;
  }
}

.social-media-icon,
.social-media-icon-instagram {
  border-radius: 50%;
  text-transform: uppercase;
  width: 25px;
}

.social-media-name {
  display: none;
  font-size: 0.813em;
  margin-right: 10px;
  color: #c12017;
  font-family: "HelveticaLight";
}

.social-media-name:hover,
.social-media-name:focus {
  text-decoration: underline;
}

.social-media-link {
  text-decoration: none !important;
  margin-right: 10px;
}

#footer .first-row {
  margin-top: 25px;
}

#footer .second-row {
  margin-top: 15px;
}

@media (min-width: 1024px) {
  .social-media-name {
    display: inline;
  }
}

@media (max-width: 1024px) {
  .copyright {
    text-align: center;
  }

  body.not-front .office-buttons a.button-link-see-more {
    margin: 10px auto;
    width: 100%;
  }

  .first-row a {
    margin-right: 30px;
  }

  /* .first-row a:nth-child(4) {
    margin-right: 0;
  } */
}

#footer>div>div.col-xs-12.col-sm-12.col-md-3 {
  margin-top: 38px;
}

@media (min-width: 786px) {
  body.not-front .office-buttons a.button-link-see-more:first-child {
    margin-right: 6px;
  }
}

@media (min-width: 1024px) {
  #standort_new {
    margin-left: 6em;
  }
}

#mobilemenu-left .menu-width {
  width: 100%;
  margin: 0px;
}

/* 20.3.2020 */

body.front a {
  color: #c12017;
}

/* 4.8.2020 */

.wecarelife-startseite .caption-overlay-story,
.wissenswertes-startseite .caption-overlay-story {
  height: 100px !important;
}

.leistungen, .services {
  display: flex;
  justify-content: space-between;
}

.leistung {
  text-align: center;
  width: 180px;
  height: 350px;
  padding: 20px 10px;
  position: relative;
}

@media (max-width: 500px) {
  .owl-item .leistung {
    width: 330px;
  }
}

@media (min-width: 500px) {
  .owl-item .leistung {
    width: 350px;
  }
}

@media (min-width: 650px) {
  .owl-item .leistung {
    width: 400px;
    height: 400px;
  }
}

.kfz, .vorsorge {
  background: #c12017;
}

.haus {
  background: #e9573e;
}

.haftung {
  background: #762127;
}

.gesundheit {
  background: #8f122f;
}

.leistung h2 {
  color: white;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: bold;
}


.owl-item .leistung h2 {
  font-size: 20px;
}

.leistung img {
  display: block;
  height: 60px;
  margin: 50px auto 30px;
}

.leistung p {
  color: white;
}

#leistungen-carousel .owl-stage,
#services-carousel .owl-stage,
#wissenswertes-carousel .owl-stage,
#wecarelife-carousel .owl-stage {
  padding-left: 0px !important;
}

.owl-item .leistung p {
  font-size: 20px;
}

.leistung .link-see-more-white {
  position: absolute;
  bottom: 20px;
  left: 20px;
  width: 140px;
}

@media (max-width: 1023px) {
  .owl-item .leistung .link-see-more-white {
    left: 80px;
  }
}

@media (max-width: 649px) {
  .owl-item .leistung .link-see-more-white {
    left: 55px;
  }
}

@media (max-width: 499px) {
  .owl-item .leistung .link-see-more-white {
    left: 95px;
  }
}

@media (max-width: 445px) {
  .owl-item .leistung {
    width: 300px;
  }
  .owl-item .leistung .link-see-more-white {
    left: 80px;
  }
}

@media (max-width: 415px) {
  .owl-item .leistung {
    width: 280px;
    height: 380px;
  }

  .owl-item .leistung .link-see-more-white {
    left: 70px;
  }
}

@media (max-width: 395px) {
  .owl-item .leistung {
    width: 240px;
  }

  .owl-item .leistung .link-see-more-white {
    left: 50px;
  }
}

@media (max-width: 355px) {
  .owl-item .leistung {
    width: 220px;
  }

  .owl-item .leistung .link-see-more-white {
    left: 40px;
  }
}

@media (min-width: 650px) {
  .owl-item .leistung .link-see-more-white {
    width: 290px;
  }
}

@media (min-width: 500px) {
  .owl-item .leistung .link-see-more-white {
    width: 240px;
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  .leistungen-carousel .owl-carousel .owl-item {
    -webkit-text-stroke-width: 100% !important;
  }
}

.leistung .link-see-more-white a,
.leistung .link-see-more-white a:hover,
.main_page_rating .link-see-more-white a,
.main_page_rating .link-see-more-white a:hover {
  color: white;
  border: 1px solid white;
  background-color: transparent !important;
  position: relative;
}

.leistung .link-see-more-white a span,
.leistung .link-see-more-white a:hover span,
.main_page_rating .link-see-more-white a span,
.main_page_rating .link-see-more-white a:hover span {
  background-position: 0 -2791px;
}

.service {
  background: #c12017;
  text-align: center;
  width: 150px;
  height: 200px;
  padding: 20px 0px;
}

#services-carousel .service img,
.service img {
  display: block;
  width: 70px;
  margin: 10px auto 20px;
}

#services-carousel .service a,
.service a {
  color: white !important;
  font-size: 14px;
  position: inherit;
}

div.picture-teaser-small.row>.col-md-4.col-sm-6 {
  padding: 5px 5px;
  box-shadow: 0 0 black;
}

.caption-overlay-story .link-see-more {
  right: 20px;
  left: 220px;
  left: auto;
}

.griff-banner {
  width: 100%;
}

.main_page_rating .section-title-little.visible-xs {
  text-align: center;
}

.main_page_rating .section-title-little.visible-xs h2 {
  color: #FFFFFF;
  font-size: 1.7em;
  padding-top: 15px;
  padding-left: 15px;
}

.main_page_rating .section-title-little h2 {
  color: #FFFFFF;
}

.main_page_rating .section-title-little hr.hr-red {
  border-color: #FFFFFF;
  margin: 20px auto;
}

#wissenswertes-carousel .item,
#wecarelife-carousel .item {
  padding: 0px;
}

#wissenswertes-carousel .caption-overlay-story .link-see-more,
#wecarelife-carousel .caption-overlay-story .link-see-more {
  width: 110px;
  height: 35px;
  left: unset;
}

@media (min-width: 768px) {
  #wissenswertes-carousel .caption-overlay-story .link-see-more,
  #wecarelife-carousel .caption-overlay-story .link-see-more {
    width: 130px;
    height: 45px;  
  }  
}

@media (min-width: 768px) and (max-width: 1023px) {
  #wissenswertes-carousel .caption-overlay-story,
  #wecarelife-carousel .caption-overlay-story {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px 15px 60px 15px;
    box-sizing: border-box;
    background: url(../images/system/bckg-caption-slide.png) 0 0 repeat;
  }
}

.mobile-header .mobile-world-wrapper #mobile-betreuer-btn {
  display: inline-block;
  width: 50px;
  height: 52px;
  cursor: pointer;
}

.mobile-header .mobile-world-wrapper #mobile-betreuer-btn:before {
  content: '';
  display: inline-block;
  width: 40px;
  height: 50px;
  vertical-align: middle;
  background: url(../../Public/Icons/find-agent.svg) no-repeat;
  background-size: 35px;
  margin-top: 3px;
}

@media (max-width: 1023px) {
  .start-seite .section-title-little {
    text-align: left;
  }

  .start-seite .section-title-little hr {
    width: 250px;
    margin: 20px 0px;
  }
}

@media (max-width: 1023px) {
  .start-seite #owl-key-message .owl-controls {
    position: absolute;
    top: 210px;
    left: 50%;
    transform: translate(-50%);
  }
}

.wecarelife-button {
  border: none;
  border-radius: 0;
  color: white;
  text-transform: uppercase;
  text-align: center;
  padding: 15px;
  font-size: 13px;
  font-family: HelveticaBold;
  line-height: 10px;
  background-color: #c12017;
}

.user-name {
  color: #FFFFFF;
  font-weight: bold;
  font-style: italic;
  letter-spacing: 1.3px;
  display: inline-block;
  padding-right: 15px;
  vertical-align: top;
}

.user-img-holder {
  background: #FFFFFF;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: inline-flex;
  margin-right: 15px;
  margin-top: 20px;
  vertical-align: top;
}

.user-img {
  margin: auto;
}

.review {
  display: inline-block;
  width: 60%;
}

.review-text {
  color: #FFFFFF;
  font-style: italic;
}

.start-seite{
  position: relative;
}