/* 
 * 
 * Wenn der LESS compiler nicht aktiv ist, bitte die Änderungen von hier auch in die 
 * developer.less eintragen.
 * 
 */
@import "bootstrap.css";
/* loading spinner */
.loadingBg .rich-mp-container {
  border-radius: 100%;
  -webkit-box-shadow: 0px 0px 15px 3px rgba(255, 255, 255, 0.75);
  -moz-box-shadow: 0px 0px 15px 3px rgba(255, 255, 255, 0.75);
  box-shadow: 0px 0px 15px 3px rgba(255, 255, 255, 0.75);
}
.loadingBg .rich-modalpanel .rich-mpnl-body,
.loadingBg .rich-mpnl-body {
  background: white;
  border-radius: 100%;
}
.loadingBg .rich-mpnl-content,
.loadingBg .rich-mpnl-shadow {
  border: 0;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
[data-loader='circle-side'] {
  position: relative;
  width: 25px;
  height: 25px;
  margin: 5px;
  -webkit-animation: circle infinite 0.5s linear;
  -moz-animation: circle infinite 0.5s linear;
  -o-animation: circle infinite 0.5s linear;
  animation: circle infinite 0.5s linear;
  border: 3px solid #c21b17;
  border-top-color: #cccccc;
  border-right-color: #cccccc;
  border-bottom-color: #cccccc;
  border-radius: 100%;
}
@-webkit-keyframes circle {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes circle {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes circle {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes circle {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/*
 * Font Umstellung von Helvetica -> Roboto 2022 f. 22.20
 * -----------------------------------------------------
 * *****************************************************************************
 * HelveticaLight 		-> Roboto300: 		@font-family-roboto-light
 * HelveticaLight;
 * *****************************************************************************
 * ***** HelveticaRoman -> Roboto400: 		@font-family-roboto-normal
 * HelveticaRoman;
 * *****************************************************************************
 * *****cursive			-> Roboto400italic	@font-family-roboto-normal-italic
 * cursive;
 * cursive !important;
 * *****************************************************************************
 * ***** Helvetica Neue 	-> Roboto400:	@font-family-roboto-normal
 * Arial, 'Helvetica Neue', Helvetica, sans-serif;
 * "Helvetica Neue",Helvetica,Arial,sans-serif;
 * "Helvetica Neue", Helvetica, Arial, sans-serif !important;
 * "Helvetica Neue LT Std";
 * Arial, Helvetica, sans-serif;
 * Roboto, sans-serif !important;
 * Roboto, sans-serif;
 * 
 * *****************************************************************************
 * HelveticaMedium 		-> Roboto500:		@font-family-roboto-medium
 * HelveticaMedium;
 * *****************************************************************************
 * HelveticaBold 		-> Roboto700:		@font-family-roboto-bold			
 * HelveticaBold;
 * *****************************************************************************
 */
/* roboto-100 - latin */
@font-face {
  font-family: 'Roboto100';
  font-style: normal;
  font-weight: 100;
  src: url('fonts/roboto-v30-latin-100.eot');
  /* IE9 Compat Modes */
  src: local(''), url('fonts/roboto-v30-latin-100.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('fonts/roboto-v30-latin-100.woff2') format('woff2'), /* Super Modern Browsers */ url('fonts/roboto-v30-latin-100.woff') format('woff'), /* Modern Browsers */ url('fonts/roboto-v30-latin-100.ttf') format('truetype'), /* Safari, Android, iOS */ url('fonts/roboto-v30-latin-100.svg#Roboto') format('svg');
  /* Legacy iOS */
}
/* roboto-100italic - latin */
@font-face {
  font-family: 'Roboto100italic';
  font-style: italic;
  font-weight: 100;
  src: url('fonts/roboto-v30-latin-100italic.eot');
  /* IE9 Compat Modes */
  src: local(''), url('fonts/roboto-v30-latin-100italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('fonts/roboto-v30-latin-100italic.woff2') format('woff2'), /* Super Modern Browsers */ url('fonts/roboto-v30-latin-100italic.woff') format('woff'), /* Modern Browsers */ url('fonts/roboto-v30-latin-100italic.ttf') format('truetype'), /* Safari, Android, iOS */ url('fonts/roboto-v30-latin-100italic.svg#Roboto') format('svg');
  /* Legacy iOS */
}
/* roboto-300 - latin */
@font-face {
  font-family: 'Roboto300';
  font-style: normal;
  font-weight: 300;
  src: url('fonts/roboto-v30-latin-300.eot');
  /* IE9 Compat Modes */
  src: local(''), url('fonts/roboto-v30-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('fonts/roboto-v30-latin-300.woff2') format('woff2'), /* Super Modern Browsers */ url('fonts/roboto-v30-latin-300.woff') format('woff'), /* Modern Browsers */ url('fonts/roboto-v30-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */ url('fonts/roboto-v30-latin-300.svg#Roboto') format('svg');
  /* Legacy iOS */
}
/* roboto-300italic - latin */
@font-face {
  font-family: 'Roboto300italic';
  font-style: italic;
  font-weight: 300;
  src: url('fonts/roboto-v30-latin-300italic.eot');
  /* IE9 Compat Modes */
  src: local(''), url('fonts/roboto-v30-latin-300italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('fonts/roboto-v30-latin-300italic.woff2') format('woff2'), /* Super Modern Browsers */ url('fonts/roboto-v30-latin-300italic.woff') format('woff'), /* Modern Browsers */ url('fonts/roboto-v30-latin-300italic.ttf') format('truetype'), /* Safari, Android, iOS */ url('fonts/roboto-v30-latin-300italic.svg#Roboto') format('svg');
  /* Legacy iOS */
}
/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto400';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/roboto-v30-latin-regular.eot');
  /* IE9 Compat Modes */
  src: local(''), url('fonts/roboto-v30-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('fonts/roboto-v30-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('fonts/roboto-v30-latin-regular.woff') format('woff'), /* Modern Browsers */ url('fonts/roboto-v30-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('fonts/roboto-v30-latin-regular.svg#Roboto') format('svg');
  /* Legacy iOS */
}
/* roboto-italic - latin */
@font-face {
  font-family: 'Roboto400italic';
  font-style: italic;
  font-weight: 400;
  src: url('fonts/roboto-v30-latin-italic.eot');
  /* IE9 Compat Modes */
  src: local(''), url('fonts/roboto-v30-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('fonts/roboto-v30-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */ url('fonts/roboto-v30-latin-italic.woff') format('woff'), /* Modern Browsers */ url('fonts/roboto-v30-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */ url('fonts/roboto-v30-latin-italic.svg#Roboto') format('svg');
  /* Legacy iOS */
}
/* roboto-500 - latin */
@font-face {
  font-family: 'Roboto500';
  font-style: normal;
  font-weight: 500;
  src: url('fonts/roboto-v30-latin-500.eot');
  /* IE9 Compat Modes */
  src: local(''), url('fonts/roboto-v30-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('fonts/roboto-v30-latin-500.woff2') format('woff2'), /* Super Modern Browsers */ url('fonts/roboto-v30-latin-500.woff') format('woff'), /* Modern Browsers */ url('fonts/roboto-v30-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */ url('fonts/roboto-v30-latin-500.svg#Roboto') format('svg');
  /* Legacy iOS */
}
/* roboto-500italic - latin */
@font-face {
  font-family: 'Roboto500italic';
  font-style: italic;
  font-weight: 500;
  src: url('fonts/roboto-v30-latin-500italic.eot');
  /* IE9 Compat Modes */
  src: local(''), url('fonts/roboto-v30-latin-500italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('fonts/roboto-v30-latin-500italic.woff2') format('woff2'), /* Super Modern Browsers */ url('fonts/roboto-v30-latin-500italic.woff') format('woff'), /* Modern Browsers */ url('fonts/roboto-v30-latin-500italic.ttf') format('truetype'), /* Safari, Android, iOS */ url('fonts/roboto-v30-latin-500italic.svg#Roboto') format('svg');
  /* Legacy iOS */
}
/* roboto-700 - latin */
@font-face {
  font-family: 'Roboto700';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/roboto-v30-latin-700.eot');
  /* IE9 Compat Modes */
  src: local(''), url('fonts/roboto-v30-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('fonts/roboto-v30-latin-700.woff2') format('woff2'), /* Super Modern Browsers */ url('fonts/roboto-v30-latin-700.woff') format('woff'), /* Modern Browsers */ url('fonts/roboto-v30-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */ url('fonts/roboto-v30-latin-700.svg#Roboto') format('svg');
  /* Legacy iOS */
}
/* roboto-700italic - latin */
@font-face {
  font-family: 'Roboto700italic';
  font-style: italic;
  font-weight: 700;
  src: url('fonts/roboto-v30-latin-700italic.eot');
  /* IE9 Compat Modes */
  src: local(''), url('fonts/roboto-v30-latin-700italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('fonts/roboto-v30-latin-700italic.woff2') format('woff2'), /* Super Modern Browsers */ url('fonts/roboto-v30-latin-700italic.woff') format('woff'), /* Modern Browsers */ url('fonts/roboto-v30-latin-700italic.ttf') format('truetype'), /* Safari, Android, iOS */ url('fonts/roboto-v30-latin-700italic.svg#Roboto') format('svg');
  /* Legacy iOS */
}
/* roboto-900 - latin */
@font-face {
  font-family: 'Roboto900';
  font-style: normal;
  font-weight: 900;
  src: url('fonts/roboto-v30-latin-900.eot');
  /* IE9 Compat Modes */
  src: local(''), url('fonts/roboto-v30-latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('fonts/roboto-v30-latin-900.woff2') format('woff2'), /* Super Modern Browsers */ url('fonts/roboto-v30-latin-900.woff') format('woff'), /* Modern Browsers */ url('fonts/roboto-v30-latin-900.ttf') format('truetype'), /* Safari, Android, iOS */ url('fonts/roboto-v30-latin-900.svg#Roboto') format('svg');
  /* Legacy iOS */
}
/* roboto-900italic - latin */
@font-face {
  font-family: 'Roboto900italic';
  font-style: italic;
  font-weight: 900;
  src: url('fonts/roboto-v30-latin-900italic.eot');
  /* IE9 Compat Modes */
  src: local(''), url('fonts/roboto-v30-latin-900italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('fonts/roboto-v30-latin-900italic.woff2') format('woff2'), /* Super Modern Browsers */ url('fonts/roboto-v30-latin-900italic.woff') format('woff'), /* Modern Browsers */ url('fonts/roboto-v30-latin-900italic.ttf') format('truetype'), /* Safari, Android, iOS */ url('fonts/roboto-v30-latin-900italic.svg#Roboto') format('svg');
  /* Legacy iOS */
}
@font-face {
  font-family: "generali";
  font-weight: normal;
  font-style: normal;
  src: url("fonts/generali.eot?#iefix") format("embedded-opentype"), url("fonts/generali.woff") format("woff"), url("fonts/generali.ttf") format("truetype"), url("fonts/generali.svg#generali") format("svg");
}
/* ubuntu-mono-regular - latin */
@font-face {
  font-family: 'Ubuntu Mono';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/ubuntu-mono-v10-latin-regular.eot');
  /* IE9 Compat Modes */
  src: local(''), url('fonts/ubuntu-mono-v10-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('fonts/ubuntu-mono-v10-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('fonts/ubuntu-mono-v10-latin-regular.woff') format('woff'), /* Modern Browsers */ url('fonts/ubuntu-mono-v10-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('fonts/ubuntu-mono-v10-latin-regular.svg#UbuntuMono') format('svg');
  /* Legacy iOS */
}
/* ubuntu-mono-700 - latin */
@font-face {
  font-family: 'Ubuntu Mono';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/ubuntu-mono-v10-latin-700.eot');
  /* IE9 Compat Modes */
  src: local(''), url('fonts/ubuntu-mono-v10-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('fonts/ubuntu-mono-v10-latin-700.woff2') format('woff2'), /* Super Modern Browsers */ url('fonts/ubuntu-mono-v10-latin-700.woff') format('woff'), /* Modern Browsers */ url('fonts/ubuntu-mono-v10-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */ url('fonts/ubuntu-mono-v10-latin-700.svg#UbuntuMono') format('svg');
  /* Legacy iOS */
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.pager:before,
.pager:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.pager:after,
.modal-footer:after {
  clear: both;
}
header {
  float: left;
  width: 100%;
  background: url("../../kundenportal/img/footer-left-margin.png?1425209636") repeat-y left top;
  padding-top: 20px;
  padding-bottom: 10px;
  height: 130px;
}
.fielderror {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}
ul.csc-bulletlist {
  padding-left: 20px;
}
.csc-bulletlist li {
  list-style: none;
  margin: 10px 0 15px 10px;
}
.csc-bulletlist li::before {
  font-family: 'FontAwesome';
  content: '\f00c';
  margin: 0 14px 0 -30px;
  color: #c21b17;
}
ul.default-bulletlist {
  padding-left: 20px;
}
ul.default-bulletlist li {
  margin: 0 10px 20px 30px !important;
  padding-left: 10px !important;
  max-width: 1140px;
  text-align: left;
  list-style: url('../../kundenportal/img/bullet-list.png');
}
.padding-top-bottom-1 {
  display: block;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
}
.padding-top-bottom-2 {
  display: block;
  -webkit-margin-before: 1.5em;
  -webkit-margin-after: 1.5em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  border-bottom: 1px solid #979797;
  padding-bottom: 30px;
}
.padding-top-bottom-2.last-child {
  border-bottom: 0;
}
.margin-top-15 {
  margin-top: 15px;
}
label {
  font-family: "Roboto400", Arial, sans-serif;
  font-weight: normal;
}
#slideBadge {
  clear: both;
}
#breadcrumbs {
  clear: both;
}
.headerBanner .bannerSub {
  bottom: 0px;
  left: 0px;
  float: left;
  width: 100%;
}
.headerBanner {
  position: relative;
  float: left;
  width: 100%;
  background-color: #f1f1f1;
}
.breadcrumb .backlink {
  margin-right: 10px !important;
}
.breadcrumbItems {
  float: left;
}
.breadcrumb {
  height: 25px;
  text-indent: 30px;
}
.headerBanner .bannerSub .breadcrumb a {
  font-size: 0.775em;
  line-height: 18px;
  color: #000000;
}
.headerBanner .bannerSub .breadcrumb a:hover {
  color: #c5281c;
}
.headerBanner .bannerSub .breadcrumb span.breadcrumb-title {
  font-size: 0.775em;
  line-height: 18px;
  font-family: "Roboto700", Arial, sans-serif;
  color: #c5281c;
}
ul.menu li a {
  text-transform: uppercase;
}
#header .wrapper-logo {
  float: left;
  margin: 0px 0 0 0;
  padding: 0;
  width: 15%;
  text-align: center;
}
#header .region-header {
  float: left;
  width: 85%;
}
#header .region-header .header-top-right {
  float: right;
  margin-top: 10px;
}
#header .region-header .header-top-left {
  float: left;
}
.wrapper-content-small {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  clear: both;
}
.padding-top-15 {
  padding-top: 15px !important;
}
@media (max-width: 768px) {
  .padding-top-15 {
    padding: 15px 15px 0 15px !important;
  }
}
.border-right {
  border-right: 1px solid white;
}
@media (max-width: 767px) {
  .border-right {
    border: none;
  }
  .mobile_divider {
    display: block !important;
  }
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  transition: background-color 5000s ease-in-out 0s;
}
/* Change the white to any color ;) */
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}
.main-menu-wrapper {
  float: left;
  clear: both;
  position: relative;
  top: -30px;
}
.main-menu-wrapper .navbar {
  margin: 37px 0 0 0;
}
.first-level-menu {
  float: left;
}
.main-menu-wrapper ul.menu {
  padding: 0;
  display: inline-block;
  font-family: "Roboto300", Arial, sans-serif;
}
.main-menu-wrapper ul.menu li a {
  padding: 8px 12px;
  margin-right: 3px;
  border-bottom: 5px solid #ebebeb;
  font-size: 0.875em;
  color: #000000;
  text-decoration: none;
}
@media (max-width: 1024px) {
  .main-menu-wrapper ul.menu li a {
    font-size: 13px;
  }
}
@media (max-width: 960px) {
  #header .wrapper-logo {
    width: 20%;
  }
  #header .region-header {
    width: 80%;
  }
}
@media (max-width: 820px) {
  .main-menu-wrapper ul.menu li a {
    font-size: 11px;
  }
  #header .wrapper-logo {
    width: 20%;
  }
  #header .region-header {
    width: 80%;
  }
}
.main-menu-wrapper ul.menu li a {
  text-transform: uppercase;
}
.main-menu-wrapper .navbar-default {
  border: 0;
  background: none;
  border-radius: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.main-menu-wrapper .navbar-nav {
  padding: 0;
  display: block;
  float: left;
  width: 100%;
}
.main-menu-wrapper ul.menu li a {
  margin-right: 2px;
}
.main-menu-wrapper ul.menu li.mid-1 a {
  border-bottom: 5px solid #c5281c;
}
.main-menu-wrapper ul.menu li.mid-2 a {
  border-bottom: 5px solid #f1644a;
}
.main-menu-wrapper ul.menu li.mid-3 a {
  border-bottom: 5px solid #851714;
}
.main-menu-wrapper ul.menu li.mid-4 a {
  border-bottom: 5px solid #a81b38;
}
.main-menu-wrapper ul.menu li.mid-5 a {
  border-bottom: 5px solid #c5281c;
}
.main-menu-wrapper ul.menu li.mid-6 a {
  border-bottom: 5px solid #851714;
}
.main-menu-wrapper ul.menu li.mid-7 a,
.main-menu-wrapper ul.menu li.mid-8 a {
  border-bottom: 5px solid #ebebeb;
}
input::-ms-clear {
  display: none;
}
.form-group {
  margin-bottom: 15px;
}
.has-feedback {
  position: relative;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
}
.user {
  /*
    background-image: url("@{picPath}/User_icn.png");
    background-repeat: no-repeat;
    */
}
.password {
  /*
    background-image: url("@{picPath}/Password_icn.png");
    background-repeat: no-repeat;
    */
}
.login.form-control {
  display: block;
  width: 100%;
  height: 52px !important;
  padding: 6px 15px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #767884;
  background-color: white;
  border: 1px solid white;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control {
  height: 39px !important;
  border: 1px solid #bdbdbd;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
span[id$="kp-eye-icon"] {
  color: #767884;
  position: absolute;
  right: 25px !important;
  cursor: pointer;
}
.login span[id$="kp-eye-icon"] {
  bottom: 16px;
  right: 45px;
}
span[id$="kp-eye-icon"].label {
  top: 54px;
}
::-webkit-input-placeholder {
  /* WebKit browsers */
  text-transform: none;
}
:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  text-transform: none;
}
::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  text-transform: none;
}
:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  text-transform: none !important;
}
.link-see-more a span {
  background-position: 0 -2762px !important;
}
.link-see-more a:hover span {
  background-position: 0 -2791px !important;
}
.link-see-more a,
.link-see-more-white a,
.link-see-more-black a {
  font-family: "Roboto700", Arial, sans-serif;
  font-size: 0.688em;
  text-transform: uppercase;
  padding: 8px;
}
.link-see-more a span,
.link-see-more-white a span,
.link-see-more-black a span {
  margin-left: 10px;
  display: inline-block;
  width: 9px;
  height: 9px;
}
.link-see-more,
.link-see-more-white,
.link-see-more-black {
  display: inline-block;
  margin: 0;
  padding: 5px 0;
}
.link-see-more,
.link-see-more-white {
  margin: 10px 0 0;
}
.link-see-more a:hover {
  color: #fff;
  background-color: #c12017;
  border: 1px solid #fff;
}
.link-see-more a,
.link-see-more-white a {
  padding: 8px;
}
.link-see-more a {
  color: #c12017;
  border: 1px solid #c12017;
}
.link-see-more a,
.link-see-more-white a,
.link-see-more-black a {
  font-family: "Roboto700", Arial, sans-serif;
  font-size: 0.688em;
  text-transform: uppercase;
  padding: 8px;
}
.caption-overlay-story .link-see-more {
  position: absolute;
  bottom: 20px;
  left: 15px;
}
.story-title {
  font-size: 1em;
}
.caption-overlay-story {
  bottom: 0;
  left: 0;
  width: 100%;
  min-height: 150px;
  padding: 10px 15px;
  background: rgba(255, 255, 255, 0.75);
}
.caption-overlay-story p.link-see-more,
.caption-overlay-story p.link-see-more-white,
.caption-overlay-story span.link-see-more,
.caption-overlay-story span.link-see-more-white {
  margin: 0;
  width: 100%;
}
.story-container .story-title {
  font-family: "Roboto500", Arial, sans-serif;
  margin-bottom: 5px;
  width: 100%;
  text-transform: uppercase;
}
.image-story img {
  width: 100%;
  height: 100%;
}
figure {
  margin: 0;
}
.column-wrapper {
  position: relative;
  margin-bottom: 30px;
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.102) !important;
}
.image-story-wrapper {
  overflow: hidden;
  position: relative;
  max-width: 100%;
  max-height: 100%;
}
.see-more {
  margin: 10px 0 0;
}
.konfigRahmenBody .rich-panel-body {
  margin: 1em 0 2.5em;
}
.konfigRahmenBodyNoMargin .rich-panel-body {
  margin: 0;
}
.konfigRahmenBodyNoMargin .rich-panel-body {
  margin: 0;
}
.konfigUmbruchHr {
  border-bottom: 1px solid #ccc;
}
.konfigUmbruch10px {
  height: 10px !important;
}
.konfigUmbruch15px {
  height: 15px !important;
}
.konfigUmbruch20px {
  height: 20px !important;
}
.konfigUmbruch30px {
  height: 30px !important;
}
.konfigUmbruch40px {
  height: 40px !important;
}
.konfigUmbruch55px {
  height: 55px !important;
}
.konfigUmbruch100px {
  height: 100px !important;
}
.konfigUmbruchHeadline {
  height: 2em !important;
}
.konfigAttributUmbruch20px .labelView {
  border-bottom: 20px solid transparent;
}
.konfigSchadenHeadline,
.konfigSchadenHeadline label,
.konfigSchadenHeadline span {
  font-family: "Roboto500", Arial, sans-serif !important;
  font-size: 1.125em;
  font-weight: normal;
  text-transform: uppercase;
  color: #c5281c;
  margin: 0;
}
.konfigRahmenBody.h2.noBottomMargin .noBorder {
  margin-bottom: 0px;
}
.vitality span {
  border-radius: 0 0 15px 15px;
  height: 50px;
  margin: 0 auto;
  color: #FFF;
  display: inline-block;
  padding: 3px 20px 34px;
  cursor: pointer;
  font-size: 0.938em;
  border-top: transparent;
  -webkit-box-shadow: #999 0px 2px 7px;
  -moz-box-shadow: #999 0px 2px 7px;
  box-shadow: #999 0px 2px 7px;
  pointer-events: auto;
}
.vitality {
  position: absolute;
  z-index: 100;
  width: 100%;
  text-align: center;
  font-size: 16px;
  pointer-events: none;
}
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
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,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
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 {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  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;
}
input::-ms-clear,
input::-ms-reveal {
  display: none;
}
html {
  font-family: "Roboto400", Arial, sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  background: url("../../kundenportal/img/background.png") repeat-y center;
  color: #000;
  font-family: "Roboto400", Arial, sans-serif;
  overflow: visible !important;
  font-size: 1em;
  line-height: 1.5;
  border: 0;
  margin: 0;
}
a,
a:link {
  text-decoration: none;
  color: #c21b17;
}
a:hover,
.selected,
a:focus {
  color: #c21b17;
  text-decoration: none;
}
a:link.pdfLink {
  text-decoration: underline;
}
a:hover.pdfLink {
  text-decoration: none;
}
.pdfText {
  display: block;
  margin-left: 50px;
  margin-top: -20px;
}
.pdfList .pdfText {
  color: #c21b17;
}
.pdfText .jqTooltip {
  margin-left: 5px;
  vertical-align: baseline;
}
a:link.internal,
a:link.external {
  text-decoration: none;
}
a:hover.internal,
a:hover.external {
  text-decoration: underline;
}
a:link.external.leftAlign {
  text-align: left;
}
a.printLink {
  text-decoration: underline;
  cursor: pointer;
  color: #c21b17;
}
.link {
  color: #c21b17;
  border: 0;
}
.link:hover {
  text-decoration: underline;
}
a.link:hover {
  color: #c21b17;
}
.external,
.external.login,
.internal,
.internal.login,
.close,
.backlink {
  background-repeat: no-repeat !important;
  padding-left: 18px;
  background-position: left !important;
}
.external {
  background: url("../../kundenportal/img/svg/external.svg");
}
.internal {
  background: url("../../kundenportal/img/svg/link.svg");
}
input[disabled].link.internal {
  background: url("../../kundenportal/img/svg/linkDisabled.svg");
}
.backlink {
  background: url("../../kundenportal/img/svg/backlink.svg");
}
.external.login {
  background: url("../../kundenportal/img/svg/externalLogin.svg");
}
.internal.login {
  background: url("../../kundenportal/img/svg/linkLogin.svg");
}
.internal.login.backlink {
  background: url("../../kundenportal/img/svg/loginBacklink.svg");
}
.close {
  background: url("../../kundenportal/img/svg/close.svg");
}
.mobFondLink {
  /* mobile vertragVisLife FondLink */
  padding: 0 45px;
  background-position: 20px 0px !important;
}
.noButton {
  padding: 10px 20px 10px 20px;
  margin: 10px 5px 10px 20px;
}
a img {
  border: none;
}
.smartIncludeContent > a.simpleLink {
  padding: 0;
  float: initial;
  height: auto;
  border: 0;
  background: transparent;
  text-decoration: underline;
}
.smartIncludeContent > a.simpleLink:hover {
  color: #e9573d;
}
table tr td a {
  width: 100%;
}
h1,
.konfigVertragBody.h1 {
  font-family: "Roboto500", Arial, sans-serif;
  font-size: 1.85em;
  font-weight: normal;
  color: #c5281c;
  text-transform: uppercase;
  margin: 0;
  margin-bottom: 35px;
}
.einzelvertreage h1 {
  margin-top: 30px;
}
.konfigVertragBody.h1 {
  padding-bottom: 35px;
}
.konfigRahmenBody.h1 .rich-panel-header {
  font-size: 1.85em;
}
.kp-header {
  color: white !important;
  font-size: 38px;
  font-family: "Roboto300", Arial, sans-serif;
  text-transform: uppercase;
  padding: 1em 0;
}
.kp-header.centerMargin {
  text-align: center;
  margin: 0;
  padding-bottom: 0;
}
.login .kp-header {
  margin-bottom: 10px;
}
h1.login {
  font-family: "Roboto300", Arial, sans-serif;
  margin: 1em 0;
  color: #ffffff;
}
h2,
.rich-table-headercell,
.contentBlockHeader,
.rich-panel-header.noBorder,
.rich-panel-header,
.konfigVertragBody.h2,
.konfigRahmenBody.h2 .rich-panel-header,
.konfigHeadline.h2 {
  font-family: "Roboto500", Arial, sans-serif;
  font-size: 1.25em;
  font-weight: normal;
  text-transform: uppercase;
  color: #c5281c;
  margin: 0;
}
td.konfigHeadline.h2 .labelView {
  margin-bottom: 20px !important;
}
.konfigVertragBody.h2 {
  padding: 2em 0 1em 0;
}
h2.login {
  font-family: "Roboto300", Arial, sans-serif;
  color: #ffffff;
}
h2.service,
.service h2 {
  color: #333333;
}
h3 {
  font-family: "Roboto500", Arial, sans-serif;
  font-size: 1.15em;
  font-weight: normal;
}
h4 {
  font-family: "Roboto500", Arial, sans-serif;
  font-size: 1.1em;
  font-weight: normal;
}
h5 {
  font-family: "Roboto500", Arial, sans-serif;
  font-size: 1em;
  font-weight: normal;
  text-transform: uppercase;
  margin: 0 0 10px 0;
}
strong,
.bold {
  font-family: "Roboto500", Arial, sans-serif;
}
.sysText_0 {
  color: #555;
}
.sysText_1 {
  color: #ff8201;
}
.sysText_2 {
  color: #c21b17;
}
.systemNachrichten {
  color: #c21b17;
  margin-bottom: 10px;
}
.section-title-little {
  text-align: center;
  font-family: "Roboto300", Arial, sans-serif;
}
.section-title-little h2 {
  font-family: "Roboto300", Arial, sans-serif;
  font-size: 2em;
  font-weight: normal;
  text-transform: uppercase;
  margin: 0;
}
.section-title-little h3 {
  font-family: "Roboto300", Arial, sans-serif;
  font-size: 1.125em;
  font-weight: normal;
  color: #666666;
  margin: 0;
}
.section-title-little hr {
  width: 200px;
  margin: 20px auto !important;
}
hr.hr-red {
  border-width: 1px 0 0 0;
  border-style: solid;
  border-color: #c12017;
  margin: 0 auto;
}
@media (min-width: 768px) {
  body .section-title-little h2 {
    font-size: 1.85em;
  }
  body .section-title-little h3 {
    font-size: 1.25em;
  }
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ul {
  list-style: none;
}
ul.list {
  height: 120px;
}
ul.list li a {
  color: #C21B17;
  text-decoration: none;
  display: block;
}
ul.list li a:hover {
  color: #FFF;
  text-decoration: none;
}
table {
  table-layout: auto !important;
  width: 100% !important;
  border-collapse: collapse;
}
.konfigGridTable .gridTable {
  table-layout: auto;
}
.noTableLayoutFixed {
  table-layout: auto;
}
.kp_zweiSpaltigerRahmen table {
  table-layout: auto;
}
.kp_zweiSpaltigerRahmen td {
  padding: 0 1px;
}
hr {
  padding: 0px;
  margin: 10px 0;
  border: 0;
  border-top: 1px solid #ccc;
}
input[type="text"],
input[type="password"] {
  width: 100%;
  height: 37px;
  border: 1px solid #bdbdbd;
  padding: 0 14px;
}
input[disabled],
textarea[disabled] {
  border: 1px solid transparent !important;
  color: #aaa !important;
  cursor: not-allowed !important;
}
input[disabled]:hover {
  border: 1px solid transparent !important;
  background: #ebebeb;
  color: #aaa !important;
  text-decoration: none;
}
html input[disabled],
input[disabled].btn {
  background: #ebebeb;
}
.form-control[disabled].showDisabled {
  background: transparent;
  color: #555 !important;
  cursor: default !important;
}
input[type="submit"],
input[type="reset"] {
  -webkit-appearance: none;
}
.checkboxwrapper {
  text-align: center;
}
.checkboxwrapper .rich-panel-body {
  margin: 0 !important;
}
.checkboxMobile .rich-panel-body {
  margin: 0;
}
input[type=checkbox],
input[type=radio] {
  width: 18px;
  height: 18px;
  accent-color: #b21c17;
  margin: 0 !important;
}
.radio label {
  text-indent: 7px;
}
select {
  padding: 7px;
  min-height: inherit !important;
  width: 100%;
  border: 1px solid #bdbdbd;
}
.form-control.inline {
  width: auto;
  display: inline-block;
}
.dataTables_wrapper select {
  width: auto;
}
.kpTableFonds .dataTables_wrapper,
.teilauszahlung .dataTables_wrapper {
  margin: 0;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
  width: 100% !important;
  border: 1px solid #bdbdbd !important;
  padding: 10px;
}
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  select {
    padding: 4px;
  }
  /* IE11 */
}
html {
  height: 100%;
  font-size: 100%;
}
body {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-family: "Roboto400", Arial, sans-serif;
  line-height: 1.42857143;
  color: #333;
  background: #fff;
}
a.anchor {
  display: block;
  position: relative;
  top: -110px;
  visibility: hidden;
}
#page {
  max-width: 1170px;
  background: white;
  margin: auto auto;
}
#content {
  padding: 0;
  margin: auto;
  height: auto;
  background-color: #fff;
  clear: both;
}
#contentSub {
  padding: 0;
  margin: auto;
  height: auto;
  background-color: #fff;
}
.logedOut #contentinner,
.logedIn.registration #contentinner {
  background: #767884;
}
.logedOut #contentinner .login div,
.logedIn.registration #contentinner .login div,
.logedOut #contentinner .login p,
.logedIn.registration #contentinner .login p,
.logedOut #contentinner .login a:link,
.logedIn.registration #contentinner .login a:link,
.logedOut #contentinner .login .link,
.logedIn.registration #contentinner .login .link,
.logedOut #contentinner .login h1,
.logedIn.registration #contentinner .login h1 {
  color: white;
}
.logedIn.registered #contentinner {
  background: white;
}
.logedOut .login div,
.logedOut .login p,
.logedOut .login a:link,
.logedOut .login .link {
  color: white;
}
.logedOut .login a {
  color: white !important ;
  text-decoration: underline;
}
.logedOut .login a:hover {
  text-decoration: none;
}
#sub {
  /*width: 993px;*/
  /* height: 500px; */
  margin: auto;
  position: relative;
  /*pointer-events:none;*/
}
#submenu {
  padding-top: 140px;
}
.tableWrap {
  width: 100%;
  max-width: 993px;
  margin: auto;
}
.buttonbar {
  background-color: white;
  height: 50px;
}
.buttonbar.desktop,
.buttonbar.mobile {
  /*
    padding-left: 15px;
    padding-right: 15px;
    */
}
.produktvergleichGesundheit .buttonbar {
  width: 730px;
  margin: 20px auto 0 auto;
}
#bildsub {
  background: url("../../kundenportal/img/backgroundSub.png") repeat-y center;
  width: 100%;
  text-align: center;
  position: relative;
  /*height: 370px;*/
  overflow: hidden;
}
#staticSubImageMobile {
  background-image: url("../../kundenportal/img/slider/defaultPicMobile.jpg");
}
#staticSubImageDesktop {
  background-image: url("../../kundenportal/img/slider/defaultPicDesktop.jpg");
  height: 200px;
  background-position: center;
}
header {
  width: 100%;
}
.logo {
  float: left;
  vertical-align: middle;
  margin: 43px 41px 0 33px;
  width: 93px;
}
.logedOut .logo {
  margin: 35px 41px 0 25px;
  width: 105px;
}
#nav {
  position: fixed;
  height: 100px;
  background: #5b5b5b;
  width: 100%;
}
#header {
  /*height:@header;*/
  width: 100%;
  background-color: #ffffff;
  /*padding-bottom: 70px;*/
}
#insideHeader {
  max-width: 1170px;
  margin: auto auto;
  height: inherit;
}
/* line 1, ../sass/_footer.scss */
#footer {
  margin-top: 50px;
  clear: both;
  display: inline-block;
  width: 100%;
  /*1 riga Footer */
  /*1 riga Footer per la versione mobile (solo logo) */
  /* 2 riga Footer */
}
/* line 6, ../sass/_footer.scss */
#footer .wrapper-content {
  padding: 20px 0 30px;
  border-top: 2px solid #c12017;
}
#footer li {
  float: left;
  padding-right: 10px;
}
#footer .second-row {
  clear: both;
}
#footer .first-row ul.service-menu-footer li a {
  font-size: 0.813em;
  color: #990000;
}
#footer .second-row ul.menu-footer li a {
  font-size: 0.813em;
  color: #b21c17;
}
#footer .first-row ul.service-menu-footer li a:hover,
#footer .second-row ul.menu-footer li a:hover {
  text-decoration: underline;
}
.copyright p {
  margin: 0;
  padding: 0;
  font-size: 0.85em;
}
.logo-footer {
  text-align: center;
}
.copyright {
  text-align: center;
  margin-top: 10px;
}
.footerLogoText {
  width: 220px;
  float: right;
}
#footer #collapseFooter .first-row {
  margin-top: 20px;
}
#footer {
  margin: 50px 0 50px 0;
}
@media (max-width: 768px) {
  #footer li {
    float: none;
    text-align: center;
  }
  .logo-footer {
    border-top: 1px solid #990000;
    margin-top: 20px;
    padding-top: 20px;
  }
  .copyright p {
    margin: 0;
    padding: 0;
    font-size: 0.85em;
  }
  .footerLogoText {
    width: auto;
    float: none;
  }
  #footer #collapseFooter .first-row {
    margin-top: 0;
  }
}
.table a:link,
.table a:visited {
  color: #222222;
}
.table a:hover {
  color: #c21b17;
}
.nowrap {
  white-space: nowrap;
}
.contact-info {
  font-size: 28px;
  line-height: 1.4;
  color: #FF8300;
  border-right: 1px solid #EEE;
}
.contact-info span {
  display: block;
  color: #333;
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.mailHeader {
  font-size: 14px;
}
.mailHeader .tableClass {
  border-top: 1px solid #d2d2d2;
  border-bottom: 1px solid #d2d2d2;
  margin: 5px 0;
  display: block;
  padding: 10px 0;
}
.mailHeader .contentBlockHeader {
  font-family: "Roboto500", Arial, sans-serif;
  vertical-align: top;
  color: #333;
  font-size: 100%;
  text-transform: initial;
}
.mailHeader .contentBlockBody table table {
  width: unset !important;
}
.mailHeader .contentBlockBody table label {
  float: left;
  width: 65px;
}
.rightAlign {
  float: right;
}
.btn.link {
  background: #fff url("../../kundenportal/img/svg/link.svg");
  color: #c21b17 !important;
  text-transform: initial;
  font-weight: normal !important;
  padding: 0px;
  margin: 0;
  font-family: "Roboto400", Arial, sans-serif;
  border: 0;
}
.btn.link.backlink {
  background: #fff url("../../kundenportal/img/svg/backlink.svg");
}
.btn.link.internal {
  text-indent: 20px;
}
.displayNone {
  display: none;
}
a[id^="pickfiles"] img {
  display: none;
}
.faq li {
  margin-bottom: 10px;
  padding: 10px;
}
.faq li:nth-child(odd) {
  background: #F7F7F7;
}
.faq li:nth-child(even) {
  background: white;
}
.faq li b {
  font-weight: bold;
}
select::-ms-expand {
  display: none;
}
.dusie select {
  width: 100px;
}
.umbruch {
  height: 10px;
}
.checkboxSpace {
  padding-left: 10px;
  padding-top: 7px;
}
.input335 input,
.select335 select {
  width: 335px !important;
}
.input335 select {
  width: 125px !important;
}
.productContainer .contentBlockBody {
  padding: 0px;
}
.ansichtsbestandContainer .dialogVarianteDiv .contentBlockBody {
  padding: 0px;
}
.contentBlockBody > table > tr > td {
  text-indent: 10px;
}
.icon .contentBlockBody tr.kundenportalTR .colClass,
.rich-table-row {
  height: 30px;
}
#carousel {
  height: 500px;
  width: 100%;
  background-color: #c21b17;
}
.round {
  border-radius: 0;
}
.login .alert {
  margin: 0 0 20px 0 !important;
}
video {
  width: 100%;
}
#badgesOuter {
  height: 220px;
  width: 100%;
  max-width: 1170px;
  position: relative;
  margin: auto auto;
}
#badges {
  height: 465px;
  position: absolute;
  bottom: 0;
  width: 100%;
  pointer-events: none;
}
#badges table {
  height: 100%;
}
#badges .table {
  /*margin: 0 10px;*/
  table-layout: auto;
}
#badges .table tr td:first-child {
  height: 25%;
  padding-top: 20px;
}
#badges td {
  text-align: center;
  vertical-align: revert;
  border: 0;
  padding-top: 90px;
}
#badges a:hover,
#badges a:focus {
  color: #e9573d;
  text-decoration: none !important;
}
.badgeImg a:link,
.badgeImg a:visited {
  color: #c21b17;
}
.badgeImg a:hover {
  color: #e9573d;
}
.round.betreuer.toggle a:link,
.round.betreuer.toggle a:visited {
  color: #fff;
}
.round.betreuer.toggle a:hover {
  color: #e9573d;
}
.badgeText:hover {
  color: #e9573d;
  text-decoration: none;
}
.badgeDiv {
  position: relative;
  margin: auto auto;
}
.badgeDiv .count {
  font-family: "Roboto300", Arial, sans-serif;
  position: absolute;
  /* background: #e9573d; */
  width: 20%;
  height: 20%;
  top: 0;
  right: 0;
  color: white;
  /* vertical-align: middle; */
  font-size: 1em;
  /* font-weight: bold; */
  /* line-height: 180%; */
  margin: 7px 14px;
}
@media (max-width: 968px) {
  .badgeDiv .count {
    font-size: 1.1em;
  }
}
@media (max-width: 868px) {
  .badgeDiv .count {
    font-size: 1em;
  }
}
@media (max-width: 768px) {
  .badgeDiv .count {
    font-size: 0.9em;
  }
}
#innerBadges {
  margin-top: 30px;
  background-color: rgba(255, 255, 255, 0.4);
  height: 140px;
}
#innerBadges img {
  float: left;
}
.badgeDiv {
  /*float: left;*/
  width: 100%;
}
.badge {
  fill: #c21b17;
  stroke-width: 3px;
  stroke: white;
}
.badgeImg {
  pointer-events: fill;
}
.badgeText {
  clear: both;
  padding-top: 10px;
  text-transform: uppercase;
  font-size: 95%;
}
.badgeImg img {
  /*height:100%;*/
  width: 98%;
  border: 4px solid #FFFFFF;
}
.betreuerDiv {
  position: relative;
}
.betreuerDiv .count {
  /*position: absolute;*/
  width: 100%;
  height: 100%;
  background: white;
  border-radius: 50%;
  border: 0.25em solid white;
}
.infoBetreuerPic {
  position: absolute;
  right: 0;
  top: 67%;
  cursor: pointer;
  width: 20%;
  pointer-events: fill;
  z-index: 2 !important;
}
#outerBetreuer {
  height: 250px;
  width: 250px;
  float: left;
  margin-right: 30px;
}
.betreuer {
  width: 100%;
  background: transparent;
  cursor: pointer;
}
.nichtErreichbar {
  position: absolute;
  left: -20px;
  bottom: 30px;
  transform: rotate(10deg);
  -moz-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  -o-transform: rotate(10deg);
  -webkit-transform: rotate(10deg);
  background: white;
  border: 1px solid #aaa;
  border-radius: 5px;
  height: 40px;
  width: 300px;
  z-index: 3;
  padding-top: 10px;
  -webkit-box-shadow: -7px 6px 30px -10px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: -7px 6px 30px -10px rgba(0, 0, 0, 0.75);
  box-shadow: -7px 6px 30px -10px rgba(0, 0, 0, 0.75);
}
.nichtErreichbarText {
  font-size: 12px;
  font-weight: bold;
  font-family: "Arial Narrow", Arial, sans-serif;
  margin-top: 10px;
}
.pin {
  position: absolute;
  top: 20px;
  left: 60px;
  background: blue;
  height: 24px;
  width: 24px;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.carouselPic {
  background: url("../images/carousel-01.jpg") center;
  height: 500px;
}
.meineDaten .rich-panel-header {
  border: 0!important;
}
epsLogo {
  text-indent: 45px;
  background: url("../../kundenportal/img/epsLogo.png");
  background-repeat: no-repeat;
  background-position: left;
  background-size: contain;
}
epsLogo:hover {
  background: #c21b17 url("../../kundenportal/img/epsLogoHover.png");
  background-repeat: no-repeat;
  background-position: left;
  background-size: contain;
}
emsLogo:hover {
  background: #c21b17 url("../../kundenportal/img/emsLogoHover.png");
  background-repeat: no-repeat;
  background-position: left;
  background-size: contain;
}
#emsLogoInsert {
  height: 60px;
  background: url("../../kundenportal/img/emsLogo.png");
  background-repeat: no-repeat;
  background-position: 22px 0px;
  background-size: contain;
}
#epsLogoInsert {
  height: 60px;
  background: url("../../kundenportal/img/epsLogo.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.c-hamburger {
  position: absolute;
  right: 20px;
  top: 20px;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 48px;
  height: 48px;
  font-size: 0;
  text-indent: -9999px;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  transition: background 0.3s;
}
.c-hamburger:focus {
  outline: none;
}
.c-hamburger span {
  display: block;
  position: absolute;
  top: 23px;
  left: 8px;
  right: 18px;
  height: 5px;
  background: white;
  width: 32px;
  pointer-events: none;
}
.c-hamburger span::before,
.c-hamburger span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 5px;
  background-color: #fff;
  content: "";
}
.c-hamburger span::before {
  top: -10px;
}
.c-hamburger span::after {
  bottom: -10px;
}
.c-hamburger--htx {
  background-color: #333333;
}
.c-hamburger--htx span {
  transition: background 0s 0.3s;
}
.c-hamburger--htx span::before,
.c-hamburger--htx span::after {
  transition-duration: 0.3s, 0.3s;
  transition-delay: 0.3s, 0s;
}
.c-hamburger--htx span::before {
  transition-property: top, transform;
}
.c-hamburger--htx span::after {
  transition-property: bottom, transform;
}
/* active state, i.e. menu open */
.c-hamburger--htx.is-active {
  background-color: #c21b17;
}
.c-hamburger--htx.is-active span {
  background: none;
}
.c-hamburger--htx.is-active span::before {
  top: 0;
  transform: rotate(45deg);
}
.c-hamburger--htx.is-active span::after {
  bottom: 0;
  transform: rotate(-45deg);
}
.c-hamburger--htx.is-active span::before,
.c-hamburger--htx.is-active span::after {
  transition-delay: 0s, 0.3s;
}
/* =Nav
-------------------------------------------------------------- */
#nav-trigger {
  display: none;
  /*text-align: center;*/
}
/*#nav-trigger span {
	display: inline-block;
	padding: 10px 30px;
	background-color: #ff0032;
	color: white;
	cursor: pointer;
	text-transform: uppercase; }
#nav-trigger span:after {
	display: inline-block;
	margin-left: 10px;
	width: 20px;
	height: 10px;
	content: "";
	border-left: solid 10px transparent;
	border-top: solid 10px #fff;
	border-right: solid 10px transparent; }
#nav-trigger span:hover {
	background-color: #e6002d; }
#nav-trigger span.open:after {
	border-left: solid 10px transparent;
	border-top: none;
	border-bottom: solid 10px #fff;
	border-right: solid 10px transparent; }*/
nav {
  /*margin-bottom: 30px;*/
}
nav#nav-main {
  /*background-color: #ff0032;*/
  padding: 0;
  float: left;
}
nav#nav-main ul {
  list-style-type: none;
  margin: 40px 0 0 0;
  padding: 0;
  /*text-align: center;*/
}
nav#nav-main li {
  padding: 4px 8px 5px;
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
}
nav#nav-main li.current {
  background: #c21b17;
  border: 1px solid #fff;
}
nav#nav-main li:last-child {
  border-right: none;
}
nav#nav-main a {
  /*display: block;*/
  color: white;
  /*padding: 10px 30px;*/
  font-size: 0.85em;
}
nav#nav-main a:hover {
  color: #fff;
  border-bottom: 1px solid #fff;
  padding-bottom: 5px;
}
nav#nav-main .current a:hover {
  padding-bottom: 0;
  border: 0;
}
nav#nav-mobile {
  position: relative;
  display: none;
}
nav#nav-mobile ul {
  display: none;
  list-style-type: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 100px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.9);
}
nav#nav-mobile li {
  display: block;
  padding: 5px 0;
  margin: 0 5px;
  border-bottom: solid 1px #555555;
}
nav#nav-mobile li:last-child {
  border-bottom: none;
}
nav#nav-mobile a {
  display: block;
  color: white;
  padding: 10px 30px;
}
nav#nav-mobile a:hover {
  background-color: #555555;
  color: #fff;
}
.isRequired {
  background-color: #ffeeaa !important;
}
.isRequired:focus {
  background-color: #fff !important;
}
input[disabled].isRequired,
textarea[disabled].isRequired {
  background-color: #ebebeb !important;
}
.productcontainer .simpleLabel {
  white-space: nowrap;
  margin-right: 10px;
}
.uploadTable {
  margin-top: 20px;
  table-layout: auto !important;
}
.uploadTable td {
  height: auto;
}
.uploadTable .rich-table-row:nth-child(odd) {
  background: #F7F7F7 !important;
}
.uploadTable .rich-table-row:nth-child(even) {
  background: white !important;
}
.uploadTable .controlIcons {
  padding: 5px 0 5px 5px !important;
}
div#workingupload {
  margin-bottom: 10px;
}
.pdfIcon {
  margin: 0 10px 0 12px;
  vertical-align: bottom;
}
/* nur für den ersten block auf der meine Daten seite*/
.kpSingle-personaldaten td {
  /*padding-left: 16px;*/
}
.kp_rowBorder {
  /*border-bottom: 1px solid #000 !important;*/
}
.kp_rowBorder > td {
  /*padding: 8px !important;*/
  /*border-bottom: 1px solid @grauD !important;*/
}
.kp_rowBorder > td:last {
  /*margin-bottom: 30px !important;*/
}
.panelOdd {
  background: #ffffff;
  padding: 0 0 20px 0;
}
.panelOdd tbody tr:hover {
  /*color:  @dunkelrot;*/
  /*cursor: pointer;*/
  /*background: @row2;*/
}
.panelEven {
  background: #f7f7f7;
  padding: 0 0 20px 0;
}
.panelEven tbody tr:hover {
  /*color: @dunkelrot;*/
  /*background: @row1;*/
}
.contentBlock {
  background: transparent !important;
  /*	border-width: 0px;
		padding: 10px;
		background: #f7f7f7;
		margin-bottom: 15px;*/
}
.wrapButton.special input {
  margin-top: 23px;
  margin-bottom: 0px;
}
/* icons & glyphs*/
.controlIcons,
.jqTooltip {
  cursor: pointer;
}
th .jqTooltip {
  margin-top: -8px !important;
  margin-bottom: -5px !important;
}
.jqTooltip,
.helpIcon {
  margin: 0px 5px;
  width: 24px;
  height: 20px;
}
div[id^="container"] .jqTooltip {
  margin-top: 11px;
  margin-left: -25px;
}
.tableHeadlineIcon {
  vertical-align: sub;
  margin-right: 10px;
}
.glyphs {
  font-size: 20px;
  color: #969696;
  margin-right: 10px;
  vertical-align: sub;
}
.rich-table {
  /*margin-top: 20px;*/
}
.rich-table-row {
  /*background: none !important;*/
}
.kpAttachmentHeader {
  font-size: 14px;
  font-weight: bold;
}
.panel-info {
  border-color: #dddddd;
}
.panel-info > .panel-heading {
  color: #555555;
  background-color: #eeeeee;
  border-color: #dddddd;
}
.session_progress {
  background: #589900;
  height: 3px;
}
.session_expire {
  background: #c21b17;
  height: 3px;
  margin-bottom: 7px;
}
.rich-tab-bottom-line {
  display: none;
}
.wrapper-content {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 380px) {
  .wrapper-content {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.margin-lat-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.cookies-container {
  margin: 0px auto;
  background: #C12017;
  position: relative;
  top: 0px;
  left: 0;
  width: 100%;
  z-index: 99;
}
.cookies-container .cookies a.accetto-cookie {
  height: 30px;
  width: 30px;
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 5px 8px;
  background: #fff;
  color: #3b3b3b;
  font-size: 18px;
  line-height: 18px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}
.cookies-container .cookies {
  padding: 30px 60px 30px 20px;
  position: relative;
  color: #fff;
}
.cookieButtons {
  display: flex;
  margin-top: 10px;
}
.cookies h2 {
  color: white;
}
@media screen and (max-width: 768px) {
  .cookies-container .cookies {
    padding: 20px 10px;
  }
  .cookieButtons {
    flex-direction: column;
  }
  .cookieButtons a {
    width: 100%;
  }
}
.cookies-container .cookies p {
  margin: 0;
}
.cookies-container .cookies a {
  color: #fff;
}
.logedOut #cookieInner {
  max-width: 992px;
}
.logedIn #cookieInner {
  max-width: 992px;
}
.ellipsis {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
/*
ist direkt eingebettet in:
AnsichtsbestandSchadenDlgKundenportalDetailübersicht_userdefined_styles.xhtml
SchadenmeldungDlgKundenportalNormal_userdefined_styles.xhtml
.contentBlock {
  background-color:#f7f7f7 !important;
  border-width:0px;
  padding: 0 10px;
}
*/
.contentWraper ul {
  list-style: initial;
  margin-top: 10px;
}
.contentWraper li {
  list-style-type: circle !important;
  margin-left: 30px !important;
}
#iFrameAktionen.inflationsRechner {
  width: 100%;
  overflow: hidden;
}
@media (min-width: 1071px) {
  #iFrameAktionen.inflationsRechner {
    min-height: 650px;
  }
}
@media (max-width: 1071px) and (min-width: 600px) {
  #iFrameAktionen.inflationsRechner {
    min-height: 1350px;
  }
}
@media (max-width: 600px) {
  #iFrameAktionen.inflationsRechner {
    min-height: 1200px;
  }
}
#betreuer {
  /*	width: 100%;
		top: 290px;
		text-transform: uppercase;
		z-index: 2;
		text-align: center;
		pointer-events: none;*/
}
#betreuer h2 {
  color: #C21B17;
  font-size: 1em;
}
#betreuer .submenuText {
  margin-top: 170px;
}
#betreuer .round {
  pointer-events: fill;
}
#betreuer .counter.round {
  width: 25%;
  height: 25%;
  pointer-events: all;
  position: relative;
  z-index: 20;
  /* right: 0; */
  top: 100%;
  background: #e9573d;
  vertical-align: bottom;
  color: white;
  padding-top: 4px;
  font-weight: bold;
  font-family: "Roboto400", Arial, sans-serif;
}
#betreuerSub {
  /*width: 100%;
	position: absolute;
	top: 90px;
	text-transform: uppercase;
	z-index: 2;*/
}
#betreuerSub #submenu {
  padding-top: 85px;
}
#betreuerSub .submenuText {
  margin-top: 130px;
}
#betreuerSub h2 {
  color: #C21B17;
  font-size: 1em;
}
#betreuerSub .round {
  /*width: 160px;
		height: 160px;
		margin-top: 30px;*/
  pointer-events: fill;
}
#betreuerSub #counter {
  width: 0;
  height: 0;
  position: absolute;
  bottom: 105px;
  right: 40px;
  z-index: 2;
  font-size: 20px;
}
#betreuerSub .counter.round {
  width: 52px;
  height: 52px;
  pointer-events: all;
  position: absolute;
  z-index: 20;
  right: 0;
  top: -49px;
  background: #e9573d;
  vertical-align: bottom;
  font-size: 21px;
  color: white;
  padding-top: 4px;
  font-weight: bold;
  font-family: "Roboto400", Arial, sans-serif;
}
.round.betreuer.toggle {
  font-size: 0.9em;
  padding-top: 80px;
  color: #fff;
}
.betreuerImg {
  width: 90%;
  cursor: pointer;
}
#betreuerPic {
  float: left;
  width: 350px;
  margin: auto;
  position: relative;
  pointer-events: all;
  /*margin-right: 40px;*/
}
#betreuerSub #betreuerPic {
  width: 310px;
}
#betreuericons {
  padding-left: 40px;
  padding-right: 40px;
  background: #fff;
}
.sideicons {
  float: left;
}
.subicons {
  width: 165px;
  float: left;
  text-align: center;
  position: relative;
  pointer-events: all;
  margin-right: 10px;
  margin-left: 10px;
}
.subicons a {
  text-decoration: none;
}
.subicons img {
  position: absolute;
  left: 0;
}
.round {
  border-radius: 50%;
  overflow: hidden;
  border: 0.25em solid white;
  margin: auto;
}
.round img {
  display: block;
  min-width: 100%;
  min-height: 100%;
}
#counter {
  position: absolute;
  right: 25px;
  z-index: 2;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
}
#counter + div {
  margin-top: 150px;
}
.toggle .togglet {
  color: #c21b16;
  font-size: 12px;
  text-align: center;
}
#togglestart #toggletstart {
  color: #c21b16;
  font-size: 12px;
  cursor: pointer;
}
.togglec {
  color: #000;
  padding: 10px;
  clear: both;
  margin: 20px 0 0 45px;
  background-color: #f7f7f7;
  text-transform: none;
  -webkit-box-shadow: 2px 2px 5px 0px rgba(50, 50, 50, 0.5);
  -moz-box-shadow: 2px 2px 5px 0px rgba(50, 50, 50, 0.5);
  box-shadow: 2px 2px 5px 0px rgba(50, 50, 50, 0.5);
  text-align: left;
  margin-top: 5px;
  position: absolute;
  min-width: 260px;
  font-size: 14px;
}
.togglec a:link {
  color: #c21b17;
}
#betreuerSub .togglec {
  margin: 10px 0 0 24px;
}
.togglec img {
  margin-right: 10px;
}
#betreuerSub .infoBetreuerPic {
  /*	right: 85px;
		top: 165px;
		height: 32px;
		width: 32px;*/
}
/* NEU BEHANDLUNGEN ERFASSEN */
.uploadTable .rich-table-footercell:last-child {
  padding-left: 0px;
}
.noSortable img {
  padding-left: 5px;
}
.rich-stglpnl-marker {
  color: transparent !important;
}
.toggleHeader span {
  padding-left: 3px;
}
.panelNoBody .rich-panel-body {
  display: none;
}
.controlIconsDown.iconEnabled {
  padding-left: 5px;
  cursor: pointer;
}
.kp_behandlung .tableList_rowStyle1 > td,
.kp_behandlung .tableList_rowStyle2 > td {
  padding: 10px;
  background: #dddddd;
  border-bottom: 10px solid white;
}
.kp_behandlung .rich-table-cell.columnClass {
  vertical-align: top;
}
.kp_behandlung .contentBlock {
  background: transparent !important;
}
.kp_behandlung td.right {
  text-align: center;
}
.rich-combobox {
  width: 100% !important;
}
#content .rich-combobox-shell,
.rich-modalpanel .rich-combobox-shell {
  width: 100% !important;
}
.rich-combobox-button-background,
.rich-combobox-button-inactive,
.rich-combobox-strut,
.rich-combobox-button-icon,
.rich-combobox-button,
.rich-combobox-button-hovered,
.rich-combobox-shadow {
  display: none;
  visibility: hidden;
}
.rich-combobox-list-scroll {
  overflow: auto;
  overflow-x: hidden;
}
.rich-combobox-item {
  display: block !important;
  cursor: pointer;
  padding: 3px 0;
  text-indent: 5px;
}
.rich-combobox-item-selected {
  background: #d0d0d0;
}
.rich-combobox-list-decoration {
  padding: 5px !important;
  background: #ffff99;
  height: auto;
  position: relative;
  border: 1px solid #dedede;
  width: 228px;
}
.rich-combobox-input,
.rich-combobox-input-disabled,
.rich-combobox-input-inactive {
  width: 100% !important;
}
.rich-combobox-font {
  width: 100% !important;
}
.rich-modalpanel {
  left: 0;
  top: 0;
  position: fixed !important;
}
.rich-mp-content-table {
  height: auto !important;
}
.rich-mpnl-header-cell {
  height: 20px;
  vertical-align: middle;
  width: 100%;
  z-index: 5;
}
.rich-mpnl-shadow {
  background-color: transparent;
}
.rich-mpnl-shadow {
  position: absolute;
  z-index: -1;
  background-color: #fff;
  width: 0 !important;
  height: 0 !important;
}
.rich-mpnl-mask-div-transparent {
  background-color: transparent;
}
.rich-mpnl-mask-div {
  background-color: #d0d0d0;
  border: 0 none;
  height: 100%;
  left: 0;
  margin: 0;
  padding: 0;
  position: fixed;
  top: 0;
  width: 100%;
  opacity: 0.5;
}
.rich-mpnl-button {
  position: fixed;
  top: -200px;
  left: -200px;
}
.rich-modalpanel #IEHideShowPDF {
  min-height: 450px;
}
#menu ul {
  position: relative;
  margin: 37px 0 0 0;
}
#menu li:hover {
  background: #c21b17;
}
#menu li a:hover {
  color: #fff;
  /* padding: 5px 8px 6px;*/
  text-decoration: none;
}
#menu li a {
  padding: 4px 8px 5px;
  display: block;
  font-size: 0.85em;
  color: #fff;
  text-transform: uppercase;
}
#menu li.current a {
  background: #c21b17;
  border: 1px solid #fff;
}
#menu li.current a:hover {
  color: #fff;
  padding: 4px 8px 5px;
}
#countdown {
  font-size: 0.75em;
  display: table;
  margin-top: 20px;
}
#countdown .sessiontime {
  float: left;
  border-right: 1px solid #aaa;
  width: 70px;
  display: table;
  height: 50px;
}
#countdown .clock {
  text-align: center;
}
#countdown #sessioncounter {
  text-align: center;
  font-weight: bold;
}
#countdown #sessioncounter:after {
  content: " min";
}
#countdown .nameAndEmail {
  float: left;
  display: table;
  height: 50px;
}
#countdown .innerNameAndEmail,
#countdown .innerSessiontime {
  display: table-cell;
  vertical-align: middle;
}
#countdown .name {
  font-weight: bold;
  margin-left: 10px;
  text-overflow: ellipsis;
  max-width: 315px;
}
#countdown .email {
  white-space: nowrap;
  text-indent: 10px;
}
#countdown .abmelden {
  float: left;
  border-left: 1px solid #aaa;
  width: 60px;
  margin-left: 7px;
}
#countdown .abmelden form {
  height: 44px;
  text-align: center;
}
/* LINK & BESCHRIFTUNG*/
.fill {
  max-width: 100%;
  max-height: 564px;
  min-height: 564px;
  margin: auto;
  -webkit-background-size: auto 564px;
  -moz-background-size: auto 564px;
  -o-background-size: auto 564px;
  z-index: -1;
  background-position: top center !important;
  background-size: contain;
  background-repeat: no-repeat;
}
.carousel-caption {
  position: absolute;
  z-index: 10;
  top: 35px;
  left: 35px;
}
.carousel-caption h1 {
  font-family: "Roboto300", Arial, sans-serif;
  color: #FFFFFF;
  text-transform: none;
}
.carousel-caption p {
  margin: 0;
}
@media (max-width: 2400px) {
  .carousel-caption {
    text-shadow: 1px 0.5px 0.5px rgba(241, 236, 236, 0.5);
    top: 35px;
  }
  .carousel-caption h1 {
    font-size: 1.4em;
  }
  .carousel-caption .carousel-caption {
    top: 35px;
  }
}
@media (max-width: 1440px) {
  .carousel-caption {
    text-shadow: 0.3px 0.3px 0.3px rgba(0, 0, 0, 0.5);
    top: 25px;
  }
  .carousel-caption h1 {
    font-size: 1.1em;
  }
}
@media (max-width: 1024px) {
  .carousel-caption {
    text-shadow: 0.1px 0.1px 0.1px rgba(0, 0, 0, 0.5);
    top: 15px;
  }
  .carousel-caption h1 {
    font-size: 1em;
  }
}
@media (max-width: 840px) {
  .carousel-caption {
    text-shadow: 0.1px 0.1px 0.1px rgba(0, 0, 0, 0.5);
    top: 10px;
  }
  .carousel-caption h1 {
    font-size: 0.8em;
  }
}
.breadcrumby .active {
  height: auto;
  width: auto;
}
.breadcrumby {
  /*centering*/
  /* box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.35); */
  overflow: hidden;
  /* border-radius: 5px; */
  margin: 10px auto 0px;
}
.breadcrumby a {
  text-decoration: none;
  outline: none;
  display: block;
  float: left;
  /*font-size: 14px;*/
  line-height: 30px;
  color: white;
  padding: 0 10px 0 30px;
  background: #666;
  background: linear-gradient(#666, #333);
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 3px;
}
/*since the first link does not have a triangle before it we can reduce the left padding to make it look consistent with other links*/
.breadcrumby a:first-child {
  padding-left: 20px;
  /* border-radius: 5px 0 0 5px; */
  /*to match with the parent's radius*/
}
.breadcrumby a:first-child:before {
  left: 14px;
}
.breadcrumby a:last-child {
  /* border-radius: 0 5px 5px 0; */
  /*this was to prevent glitches on hover*/
  padding-right: 20px;
  cursor: default;
  /* background-color: white;
	color: black;
	padding-left: 30px; */
}
/*hover/active styles*/
.breadcrumby a.active,
.breadcrumby a:hover {
  background: #333;
  background: linear-gradient(#333, #000);
}
.breadcrumby a.active:after,
.breadcrumby a:hover:after {
  background: #333;
  background: linear-gradient(135deg, #333, #000);
}
/*adding the arrows for the breadcrumbys using rotated pseudo elements*/
.breadcrumby a:after {
  content: '';
  position: absolute;
  top: 0;
  right: -15px;
  /*half of square's length*/
  /*same dimension as the line-height of .breadcrumby a */
  width: 30px;
  height: 30px;
  /*as you see the rotated square takes a larger height. which makes it tough to position it properly.
	  So we are going to scale it down so that the diagonals become equal to the line-height of the link.
	  We scale it to 70.7% because if square's:
	  length = 1; diagonal = (1^2 + 1^2)^0.5 = 1.414 (pythagoras theorem)
	  if diagonal required = 1; length = 1/1.414 = 0.707
	  */
  transform: scale(0.707) rotate(45deg);
  /*we need to prevent the arrows from getting buried under the next link*/
  z-index: 1;
  /*background same as links but the gradient will be rotated to compensate with the transform applied*/
  background: #FFF;
  background: linear-gradient(135deg, #FFF, #FFF);
  /*stylish arrow design using box shadow*/
  box-shadow: 2px -2px 0 2px #ffffff, 3px -3px 0 2px rgba(255, 255, 255, 0.1);
  /*
		5px - for rounded arrows and
		50px - to prevent hover glitches on the border created using shadows*/
  border-radius: 0 0px 0 100px;
}
.breadcrumby a:last-child:after {
  content: none;
}
.breadcrumby a:before {
  border-radius: 100%;
  width: 20px;
  height: 20px;
  line-height: 20px;
  margin: 8px 0;
  position: absolute;
  top: 0;
  left: 30px;
  background: #444;
  background: linear-gradient(#444, #222);
  font-weight: bold;
}
.flat a,
.flat a:after {
  background: #c21b17;
  /*transition: all 0.5s;*/
}
.flat a:before {
  background: white;
  box-shadow: 0 0 0 1px #ccc;
}
.flat a:hover,
.flat a.active,
.flat a:hover:after,
.flat a.active:after {
  background: #646464;
  color: white;
}
#gotoTop {
  display: none;
  z-index: 999;
  position: fixed;
  border: 3px solid #444;
  font-size: 12px;
  line-height: 36px;
  text-align: center;
  color: #444;
  top: auto;
  left: 10px;
  bottom: 10px;
  cursor: pointer;
  background: white;
  transition: color 0.2s linear, border-color 0.2s linear;
  -moz-transition: color 0.2s linear, border-color 0.2s linear;
  -webkit-transition: color 0.2s linear, border-color 0.2s linear;
  -ms-transition: color 0.2s linear, border-color 0.2s linear;
  -o-transition: color 0.2s linear, border-color 0.2s linear;
}
.goToTopIcon {
  margin: 10px;
}
#gotoTop:hover {
  border-color: #c21b17;
  color: #c21b17;
}
._suggestion_size_.rich-sb-overflow {
  background: #fff;
  max-height: 300px;
  overflow: auto;
  height: auto;
  font-size: 12px;
}
.rich-sb-int-decor-table tr {
  line-height: 35px;
}
.rich-sb-int-decor-table td {
  text-indent: 5px;
}
.rich-sb-int-decor-table tr:nth-child(odd) {
  background: white;
}
.rich-sb-int-decor-table tr:nth-child(even) {
  background: whitesmoke;
}
.rich-sb-int-sel {
  background: #d6e9f9 !important;
  cursor: pointer;
}
#accordion p {
  line-height: 1.3em;
}
[data-accordion] [data-content] {
  overflow: hidden;
  max-height: 0;
}
/* Basic Theme */
[data-accordion] {
  line-height: 1;
}
.data-control {
  font-weight: bold;
  cursor: pointer;
}
[data-control],
[data-content] > * {
  border-bottom: 1px solid #888;
  padding: 10px;
}
[data-content] [data-accordion] {
  border: 0;
  padding: 0;
}
[data-accordion] [data-control] {
  position: relative;
  padding-right: 40px;
}
[data-accordion] > [data-control]:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 12px;
  font-size: 25px;
  font-weight: 200;
  color: #444;
  height: 15px;
  width: 24px;
  background: url('../../kundenportal/img/down.png') center center no-repeat;
  background-size: 50%;
}
[data-accordion].open > [data-control]:after {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.guthabenbox {
  /* text-align: right; */
  display: flex;
  flex-direction: column;
  align-items: center;
}
.guthabenbox .amount {
  width: 200px;
  height: 90px;
  border: 1px solid #CCC;
  text-align: center;
  padding-top: 10px;
  border-radius: 10px;
}
.guthabenbox .header {
  font-size: 0.9em;
  font-family: "Roboto400", Arial Helvetica, sans-serif;
  margin-bottom: 10px;
}
.guthabenbox .value {
  font-size: 1.4em;
  font-family: "Roboto700", Arial Helvetica, sans-serif;
}
.button {
  display: inline-block;
  position: relative;
  cursor: pointer;
  outline: none;
  white-space: nowrap;
  margin: 5px;
  padding: 0;
  font-family: "Roboto500", Arial, sans-serif;
  font-size: 14px;
  border: 2px solid #444;
  line-height: 24px;
  padding: 5px 10px;
  color: #444;
  transition: color 0.2s linear, border-color 0.2s linear;
  -moz-transition: color 0.2s linear, border-color 0.2s linear;
  -webkit-transition: color 0.2s linear, border-color 0.2s linear;
  -ms-transition: color 0.2s linear, border-color 0.2s linear;
  -o-transition: color 0.2s linear, border-color 0.2s linear;
}
.btn,
.buttona,
a[id^="pickfiles"] {
  font-family: "Roboto700", Arial, sans-serif;
  font-size: 13px;
  width: auto;
  background-color: #c21b17;
  color: white !important;
  cursor: pointer;
  border: solid 1px #c21b17;
  padding: 10px 20px;
  text-align: center;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 15px;
  margin-right: 30px;
  float: left;
}
.btn:hover,
.buttona:hover,
a[id^="pickfiles"]:hover,
a[id^="pickfiles"]:hover::after {
  background-color: white;
  color: #c21b17 !important;
  text-decoration: underline;
}
.btn.noHover {
  background-color: #c21b17;
  color: white !important;
  text-decoration: none;
  cursor: default;
}
input.btn.noHover[disabled] {
  border: 1px solid transparent !important;
  background: #ebebeb;
  color: #aaa !important;
  cursor: default !important;
}
.login .buttona {
  margin-top: 20px;
}
a[id^="pickfiles"] {
  margin-bottom: 0;
}
a[id^="pickfiles"]:after {
  content: "Datei hochladen";
  color: white;
}
.buttona.login,
.buttona.login:hover {
  border: solid 1px #ffffff;
  border-radius: 4px;
  background: transparent;
  color: #ffffff !important;
  text-transform: uppercase;
  padding: 6px 12px;
  font-size: 14px;
  margin: 10px 0;
  text-decoration: none !important;
}
.buttonab {
  width: auto;
  float: right;
  color: #fff;
  cursor: pointer;
  border: solid 1px #fff;
  /* font-size: 11px; */
  background-color: transparent;
  padding: 5px 9px 6px;
}
.buttonab:hover {
  width: auto;
  float: right;
  /*height: 30px;*/
  background-color: #c21b16;
  color: #fff;
  cursor: pointer;
  border: solid 1px #c21b17;
  padding: 4px 8px 5px !important;
}
.buttongr {
  float: left;
  background-color: #bebebe;
  cursor: pointer;
  text-decoration: none;
  padding: 8px;
  margin: 0 0 5px 5px;
}
.buttongr:hover {
  background-color: #c21b16 !important;
  color: #fff;
  float: left;
  background-color: #bebebe;
  cursor: pointer;
  text-decoration: none;
  padding: 8px;
  margin: 0 0 5px 5px;
}
.buttonactive {
  width: auto;
  float: left;
  height: 40px;
  background-color: #c21b17;
  color: #fff;
  cursor: pointer;
  border: solid 1px #c21b17;
  padding: 0 20px 0 20px;
}
.btnLeft {
  float: left;
}
/*.smartIncludeContent > a, .smartIncludeContent > a:hover,*/
.colClass > a,
ul.list li,
.colClass > a:hover,
ul.list li:hover {
  padding-top: 8px;
}
.uploadButton {
  background: url("../../../resources/images/iconset/uploadButton.svg");
  background-size: 121px 24px;
  height: 24px;
  width: 121px;
  display: block;
}
/*!
 * Datepicker for Bootstrap v1.6.0-dev (https://github.com/eternicode/bootstrap-datepicker)
 *
 * Copyright 2012 Stefan Petre
 * Improvements by Andrew Rowls
 * Licensed under the Apache License v2.0 (http://www.apache.org/licenses/LICENSE-2.0)
 */
.datepicker {
  border-radius: 4px;
  direction: ltr;
}
.datepicker-inline {
  width: 220px;
}
.datepicker.datepicker-rtl {
  direction: rtl;
}
.datepicker.datepicker-rtl table tr td span {
  float: right;
}
.datepicker-dropdown {
  top: 0;
  left: 0;
  padding: 4px;
}
.datepicker-dropdown:before {
  /*  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(0, 0, 0, 0.15);
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;*/
}
.datepicker-dropdown:after {
  /*  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  border-top: 0;
  position: absolute;*/
}
.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px;
}
.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px;
}
.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px;
}
.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px;
}
.datepicker-dropdown.datepicker-orient-bottom:before {
  top: -7px;
}
.datepicker-dropdown.datepicker-orient-bottom:after {
  top: -6px;
}
.datepicker-dropdown.datepicker-orient-top:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid rgba(0, 0, 0, 0.15);
}
.datepicker-dropdown.datepicker-orient-top:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #ffffff;
}
.datepicker > div {
  display: none;
}
.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.datepicker table tr td,
.datepicker table tr th {
  text-align: center;
  width: 30px;
  height: 30px;
  border-radius: 4px;
  border: none;
}
.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent;
}
.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #777777;
}
.datepicker table tr td.day:hover,
.datepicker table tr td.focused {
  background: #eeeeee;
  cursor: pointer;
}
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: none;
  color: #777777;
  cursor: default;
}
.datepicker table tr td.highlighted {
  color: #000000;
  background-color: #d9edf7;
  border-color: #85c5e5;
  border-radius: 0;
}
.datepicker table tr td.highlighted:focus,
.datepicker table tr td.highlighted.focus {
  color: #000000;
  background-color: #afd9ee;
  border-color: #298fc2;
}
.datepicker table tr td.highlighted:hover {
  color: #000000;
  background-color: #afd9ee;
  border-color: #52addb;
}
.datepicker table tr td.highlighted:active,
.datepicker table tr td.highlighted.active {
  color: #000000;
  background-color: #afd9ee;
  border-color: #52addb;
}
.datepicker table tr td.highlighted:active:hover,
.datepicker table tr td.highlighted.active:hover,
.datepicker table tr td.highlighted:active:focus,
.datepicker table tr td.highlighted.active:focus,
.datepicker table tr td.highlighted:active.focus,
.datepicker table tr td.highlighted.active.focus {
  color: #000000;
  background-color: #91cbe8;
  border-color: #298fc2;
}
.datepicker table tr td.highlighted.disabled:hover,
.datepicker table tr td.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.highlighted:hover,
.datepicker table tr td.highlighted.disabled:focus,
.datepicker table tr td.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.highlighted:focus,
.datepicker table tr td.highlighted.disabled.focus,
.datepicker table tr td.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.highlighted.focus {
  background-color: #d9edf7;
  border-color: #85c5e5;
}
.datepicker table tr td.highlighted.focused {
  background: #afd9ee;
}
.datepicker table tr td.highlighted.disabled,
.datepicker table tr td.highlighted.disabled:active {
  background: #d9edf7;
  color: #777777;
}
.datepicker table tr td.today {
  color: #000000;
  background-color: #ffdb99;
  border-color: #ffb733;
}
.datepicker table tr td.today:focus,
.datepicker table tr td.today.focus {
  color: #000000;
  background-color: #ffc966;
  border-color: #b37400;
}
.datepicker table tr td.today:hover {
  color: #000000;
  background-color: #ffc966;
  border-color: #f59e00;
}
.datepicker table tr td.today:active,
.datepicker table tr td.today.active {
  color: #000000;
  background-color: #ffc966;
  border-color: #f59e00;
}
.datepicker table tr td.today:active:hover,
.datepicker table tr td.today.active:hover,
.datepicker table tr td.today:active:focus,
.datepicker table tr td.today.active:focus,
.datepicker table tr td.today:active.focus,
.datepicker table tr td.today.active.focus {
  color: #000000;
  background-color: #ffbc42;
  border-color: #b37400;
}
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today[disabled]:hover,
fieldset[disabled] .datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled:focus,
.datepicker table tr td.today[disabled]:focus,
fieldset[disabled] .datepicker table tr td.today:focus,
.datepicker table tr td.today.disabled.focus,
.datepicker table tr td.today[disabled].focus,
fieldset[disabled] .datepicker table tr td.today.focus {
  background-color: #ffdb99;
  border-color: #ffb733;
}
.datepicker table tr td.today.focused {
  background: #ffc966;
}
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:active {
  background: #ffdb99;
  color: #777777;
}
.datepicker table tr td.range {
  color: #000000;
  background-color: #eeeeee;
  border-color: #bbbbbb;
  border-radius: 0;
}
.datepicker table tr td.range:focus,
.datepicker table tr td.range.focus {
  color: #000000;
  background-color: #d5d5d5;
  border-color: #7c7c7c;
}
.datepicker table tr td.range:hover {
  color: #000000;
  background-color: #d5d5d5;
  border-color: #9d9d9d;
}
.datepicker table tr td.range:active,
.datepicker table tr td.range.active {
  color: #000000;
  background-color: #d5d5d5;
  border-color: #9d9d9d;
}
.datepicker table tr td.range:active:hover,
.datepicker table tr td.range.active:hover,
.datepicker table tr td.range:active:focus,
.datepicker table tr td.range.active:focus,
.datepicker table tr td.range:active.focus,
.datepicker table tr td.range.active.focus {
  color: #000000;
  background-color: #c3c3c3;
  border-color: #7c7c7c;
}
.datepicker table tr td.range.disabled:hover,
.datepicker table tr td.range[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled:focus,
.datepicker table tr td.range[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range:focus,
.datepicker table tr td.range.disabled.focus,
.datepicker table tr td.range[disabled].focus,
fieldset[disabled] .datepicker table tr td.range.focus {
  background-color: #eeeeee;
  border-color: #bbbbbb;
}
.datepicker table tr td.range.focused {
  background: #d5d5d5;
}
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:active {
  background: #eeeeee;
  color: #777777;
}
.datepicker table tr td.range.highlighted {
  color: #000000;
  background-color: #e4eef3;
  border-color: #9dc1d3;
}
.datepicker table tr td.range.highlighted:focus,
.datepicker table tr td.range.highlighted.focus {
  color: #000000;
  background-color: #c1d7e3;
  border-color: #4b88a6;
}
.datepicker table tr td.range.highlighted:hover {
  color: #000000;
  background-color: #c1d7e3;
  border-color: #73a6c0;
}
.datepicker table tr td.range.highlighted:active,
.datepicker table tr td.range.highlighted.active {
  color: #000000;
  background-color: #c1d7e3;
  border-color: #73a6c0;
}
.datepicker table tr td.range.highlighted:active:hover,
.datepicker table tr td.range.highlighted.active:hover,
.datepicker table tr td.range.highlighted:active:focus,
.datepicker table tr td.range.highlighted.active:focus,
.datepicker table tr td.range.highlighted:active.focus,
.datepicker table tr td.range.highlighted.active.focus {
  color: #000000;
  background-color: #a8c8d8;
  border-color: #4b88a6;
}
.datepicker table tr td.range.highlighted.disabled:hover,
.datepicker table tr td.range.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range.highlighted:hover,
.datepicker table tr td.range.highlighted.disabled:focus,
.datepicker table tr td.range.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range.highlighted:focus,
.datepicker table tr td.range.highlighted.disabled.focus,
.datepicker table tr td.range.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.range.highlighted.focus {
  background-color: #e4eef3;
  border-color: #9dc1d3;
}
.datepicker table tr td.range.highlighted.focused {
  background: #c1d7e3;
}
.datepicker table tr td.range.highlighted.disabled,
.datepicker table tr td.range.highlighted.disabled:active {
  background: #e4eef3;
  color: #777777;
}
.datepicker table tr td.range.today {
  color: #000000;
  background-color: #f7ca77;
  border-color: #f1a417;
}
.datepicker table tr td.range.today:focus,
.datepicker table tr td.range.today.focus {
  color: #000000;
  background-color: #f4b747;
  border-color: #815608;
}
.datepicker table tr td.range.today:hover {
  color: #000000;
  background-color: #f4b747;
  border-color: #bf800c;
}
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today.active {
  color: #000000;
  background-color: #f4b747;
  border-color: #bf800c;
}
.datepicker table tr td.range.today:active:hover,
.datepicker table tr td.range.today.active:hover,
.datepicker table tr td.range.today:active:focus,
.datepicker table tr td.range.today.active:focus,
.datepicker table tr td.range.today:active.focus,
.datepicker table tr td.range.today.active.focus {
  color: #000000;
  background-color: #f2aa25;
  border-color: #815608;
}
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled:focus,
.datepicker table tr td.range.today[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range.today:focus,
.datepicker table tr td.range.today.disabled.focus,
.datepicker table tr td.range.today[disabled].focus,
fieldset[disabled] .datepicker table tr td.range.today.focus {
  background-color: #f7ca77;
  border-color: #f1a417;
}
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:active {
  background: #f7ca77;
  color: #777777;
}
.datepicker table tr td.selected,
.datepicker table tr td.selected.highlighted {
  color: #ffffff;
  background-color: #777777;
  border-color: #555555;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.selected:focus,
.datepicker table tr td.selected.highlighted:focus,
.datepicker table tr td.selected.focus,
.datepicker table tr td.selected.highlighted.focus {
  color: #ffffff;
  background-color: #5e5e5e;
  border-color: #161616;
}
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.highlighted:hover {
  color: #ffffff;
  background-color: #5e5e5e;
  border-color: #373737;
}
.datepicker table tr td.selected:active,
.datepicker table tr td.selected.highlighted:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected.highlighted.active {
  color: #ffffff;
  background-color: #5e5e5e;
  border-color: #373737;
}
.datepicker table tr td.selected:active:hover,
.datepicker table tr td.selected.highlighted:active:hover,
.datepicker table tr td.selected.active:hover,
.datepicker table tr td.selected.highlighted.active:hover,
.datepicker table tr td.selected:active:focus,
.datepicker table tr td.selected.highlighted:active:focus,
.datepicker table tr td.selected.active:focus,
.datepicker table tr td.selected.highlighted.active:focus,
.datepicker table tr td.selected:active.focus,
.datepicker table tr td.selected.highlighted:active.focus,
.datepicker table tr td.selected.active.focus,
.datepicker table tr td.selected.highlighted.active.focus {
  color: #ffffff;
  background-color: #4c4c4c;
  border-color: #161616;
}
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.highlighted.disabled:hover,
.datepicker table tr td.selected[disabled]:hover,
.datepicker table tr td.selected.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.selected:hover,
fieldset[disabled] .datepicker table tr td.selected.highlighted:hover,
.datepicker table tr td.selected.disabled:focus,
.datepicker table tr td.selected.highlighted.disabled:focus,
.datepicker table tr td.selected[disabled]:focus,
.datepicker table tr td.selected.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.selected:focus,
fieldset[disabled] .datepicker table tr td.selected.highlighted:focus,
.datepicker table tr td.selected.disabled.focus,
.datepicker table tr td.selected.highlighted.disabled.focus,
.datepicker table tr td.selected[disabled].focus,
.datepicker table tr td.selected.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.selected.focus,
fieldset[disabled] .datepicker table tr td.selected.highlighted.focus {
  background-color: #777777;
  border-color: #555555;
}
.datepicker table tr td.active,
.datepicker table tr td.active.highlighted {
  color: #ffffff;
  background-color: #337ab7;
  border-color: #2e6da4;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.active:focus,
.datepicker table tr td.active.highlighted:focus,
.datepicker table tr td.active.focus,
.datepicker table tr td.active.highlighted.focus {
  color: #ffffff;
  background-color: #286090;
  border-color: #122b40;
}
.datepicker table tr td.active:hover,
.datepicker table tr td.active.highlighted:hover {
  color: #ffffff;
  background-color: #286090;
  border-color: #204d74;
}
.datepicker table tr td.active:active,
.datepicker table tr td.active.highlighted:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active.highlighted.active {
  color: #ffffff;
  background-color: #286090;
  border-color: #204d74;
}
.datepicker table tr td.active:active:hover,
.datepicker table tr td.active.highlighted:active:hover,
.datepicker table tr td.active.active:hover,
.datepicker table tr td.active.highlighted.active:hover,
.datepicker table tr td.active:active:focus,
.datepicker table tr td.active.highlighted:active:focus,
.datepicker table tr td.active.active:focus,
.datepicker table tr td.active.highlighted.active:focus,
.datepicker table tr td.active:active.focus,
.datepicker table tr td.active.highlighted:active.focus,
.datepicker table tr td.active.active.focus,
.datepicker table tr td.active.highlighted.active.focus {
  color: #ffffff;
  background-color: #204d74;
  border-color: #122b40;
}
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.highlighted.disabled:hover,
.datepicker table tr td.active[disabled]:hover,
.datepicker table tr td.active.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.active:hover,
fieldset[disabled] .datepicker table tr td.active.highlighted:hover,
.datepicker table tr td.active.disabled:focus,
.datepicker table tr td.active.highlighted.disabled:focus,
.datepicker table tr td.active[disabled]:focus,
.datepicker table tr td.active.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.active:focus,
fieldset[disabled] .datepicker table tr td.active.highlighted:focus,
.datepicker table tr td.active.disabled.focus,
.datepicker table tr td.active.highlighted.disabled.focus,
.datepicker table tr td.active[disabled].focus,
.datepicker table tr td.active.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.active.focus,
fieldset[disabled] .datepicker table tr td.active.highlighted.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  border-radius: 4px;
}
.datepicker table tr td span:hover {
  background: #eeeeee;
}
.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: none;
  color: #777777;
  cursor: default;
}
.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  color: #ffffff;
  background-color: #337ab7;
  border-color: #2e6da4;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td span.active:focus,
.datepicker table tr td span.active:hover:focus,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active.focus,
.datepicker table tr td span.active:hover.focus,
.datepicker table tr td span.active.disabled.focus,
.datepicker table tr td span.active.disabled:hover.focus {
  color: #ffffff;
  background-color: #286090;
  border-color: #122b40;
}
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover {
  color: #ffffff;
  background-color: #286090;
  border-color: #204d74;
}
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active {
  color: #ffffff;
  background-color: #286090;
  border-color: #204d74;
}
.datepicker table tr td span.active:active:hover,
.datepicker table tr td span.active:hover:active:hover,
.datepicker table tr td span.active.disabled:active:hover,
.datepicker table tr td span.active.disabled:hover:active:hover,
.datepicker table tr td span.active.active:hover,
.datepicker table tr td span.active:hover.active:hover,
.datepicker table tr td span.active.disabled.active:hover,
.datepicker table tr td span.active.disabled:hover.active:hover,
.datepicker table tr td span.active:active:focus,
.datepicker table tr td span.active:hover:active:focus,
.datepicker table tr td span.active.disabled:active:focus,
.datepicker table tr td span.active.disabled:hover:active:focus,
.datepicker table tr td span.active.active:focus,
.datepicker table tr td span.active:hover.active:focus,
.datepicker table tr td span.active.disabled.active:focus,
.datepicker table tr td span.active.disabled:hover.active:focus,
.datepicker table tr td span.active:active.focus,
.datepicker table tr td span.active:hover:active.focus,
.datepicker table tr td span.active.disabled:active.focus,
.datepicker table tr td span.active.disabled:hover:active.focus,
.datepicker table tr td span.active.active.focus,
.datepicker table tr td span.active:hover.active.focus,
.datepicker table tr td span.active.disabled.active.focus,
.datepicker table tr td span.active.disabled:hover.active.focus {
  color: #ffffff;
  background-color: #204d74;
  border-color: #122b40;
}
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active:hover.disabled:hover,
.datepicker table tr td span.active.disabled.disabled:hover,
.datepicker table tr td span.active.disabled:hover.disabled:hover,
.datepicker table tr td span.active[disabled]:hover,
.datepicker table tr td span.active:hover[disabled]:hover,
.datepicker table tr td span.active.disabled[disabled]:hover,
.datepicker table tr td span.active.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td span.active:hover,
fieldset[disabled] .datepicker table tr td span.active:hover:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active:hover.disabled:focus,
.datepicker table tr td span.active.disabled.disabled:focus,
.datepicker table tr td span.active.disabled:hover.disabled:focus,
.datepicker table tr td span.active[disabled]:focus,
.datepicker table tr td span.active:hover[disabled]:focus,
.datepicker table tr td span.active.disabled[disabled]:focus,
.datepicker table tr td span.active.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td span.active:focus,
fieldset[disabled] .datepicker table tr td span.active:hover:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active.disabled.focus,
.datepicker table tr td span.active:hover.disabled.focus,
.datepicker table tr td span.active.disabled.disabled.focus,
.datepicker table tr td span.active.disabled:hover.disabled.focus,
.datepicker table tr td span.active[disabled].focus,
.datepicker table tr td span.active:hover[disabled].focus,
.datepicker table tr td span.active.disabled[disabled].focus,
.datepicker table tr td span.active.disabled:hover[disabled].focus,
fieldset[disabled] .datepicker table tr td span.active.focus,
fieldset[disabled] .datepicker table tr td span.active:hover.focus,
fieldset[disabled] .datepicker table tr td span.active.disabled.focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.datepicker table tr td span.old,
.datepicker table tr td span.new {
  color: #777777;
}
.datepicker .datepicker-switch {
  width: 145px;
}
.datepicker .datepicker-switch,
.datepicker .prev,
.datepicker .next,
.datepicker tfoot tr th {
  cursor: pointer;
}
.datepicker .datepicker-switch:hover,
.datepicker .prev:hover,
.datepicker .next:hover,
.datepicker tfoot tr th:hover {
  background: #eeeeee;
}
.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}
.input-group.date .input-group-addon {
  cursor: pointer;
}
.input-daterange {
  width: 100%;
}
.input-daterange input {
  text-align: center;
}
.input-daterange input:first-child {
  border-radius: 3px 0 0 3px;
}
.input-daterange input:last-child {
  border-radius: 0 3px 3px 0;
}
.input-daterange .input-group-addon {
  width: auto;
  min-width: 16px;
  padding: 4px 5px;
  line-height: 1.42857143;
  text-shadow: 0 1px 0 #fff;
  border-width: 1px 0;
  margin-left: -5px;
  margin-right: -5px;
}
.datepicker.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  color: #333333;
  font-size: 13px;
  line-height: 1.42857143;
}
.datepicker.dropdown-menu th,
.datepicker.datepicker-inline th,
.datepicker.dropdown-menu td,
.datepicker.datepicker-inline td {
  padding: 0px 5px;
}
.datepicker table {
  width: auto !important;
}
.ui-datepicker-trigger {
  position: relative;
  margin-top: -31px;
  width: 24px;
  height: 24px;
  cursor: pointer;
  float: right;
  right: 6px;
}
.ansichtsbestandContainer table {
  table-layout: fixed;
  width: 100%;
}
.ansichtsbestandContainer th {
  font-weight: normal;
}
.ansichtsbestandContainer label {
  font-family: "Roboto500", Arial, sans-serif;
  margin: 0;
  display: block;
}
.ansichtsbestandContainer .kpHeadline label {
  display: initial;
  font-weight: normal !important;
}
.ansichtsbestandContainer .kpHeadline span.labelPrefix {
  white-space: nowrap;
}
.ansichtsbestandContainer div.labelView span.labelPrefix {
  /*display: block;*/
}
.ansichtsbestandContainer .rowClass {
  height: auto;
}
.ansichtsbestandContainer .colClass {
  vertical-align: top;
  height: 100% !important;
}
.ansichtsbestandContainer .tableLabelHeader > span {
  margin: 0px;
  vertical-align: top;
}
.ansichtsbestandContainer .rich-table + .rich-table-thead span {
  font-size: 14px;
}
.ansichtsbestandContainer .tableLabel .tableLabelHeader > span {
  font-weight: bold;
}
.ansichtsbestandContainer .contentBlock {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
}
.ansichtsbestandContainer .contentBlock .colClass div {
  padding: 0 !important;
}
.ansichtsbestandContainer .konfigRahmen .contentBlock .colClass div.labelView {
  padding: 10px 20px !important;
  /* Das hier überschreibt oben das padding für vitality ansichtsbestand */
}
.ansichtsbestandContainer .pdfs .tableList_rowStyle1 {
  background-color: #ffffff !important;
}
.ansichtsbestandContainer .pdfs .tableList_rowStyle2 {
  background-color: #f7f7f7 !important;
}
.ansichtsbestandContainer .toggleIndent table {
  /*text-indent: 30px;*/
}
.ansichtsbestandContainer .toggleIndent > .divClass {
  padding-top: 5px;
}
.ansichtsbestandContainer .tableList_rowStyle1,
.ansichtsbestandContainer .tableList_rowStyle2 {
  background-color: transparent !important;
}
.ansichtsbestandContainer .rich-table-cell .tableClassItem {
  padding: 4px 3px 3px;
}
.rowContent .rowContent .rowFirstColumn {
  width: 30%;
}
.rowContent .rowPreview .tableClass label {
  padding-top: 3px;
}
.rowContent td.rowPreview {
  padding-top: 2px;
  width: 100%;
}
.rowContent td.rowValue {
  padding-top: 2px;
}
.rowContentTable .listenClass {
  border: none;
}
.rowContentTable .listenClass td {
  border-right-style: none;
}
.rowContentTable .rich-table {
  border: none;
}
.rowContentTable .rich-table td {
  border-right-style: none;
}
#scrollareaRollenLeft .rich-table.listenClass tr {
  text-indent: 5px;
}
#scrollareaRollenLeft .rich-table.listenClass td {
  text-indent: 5px;
  border-width: 0px 1px 1px;
  border-style: solid;
  border-color: #d0d0d0;
}
.tableClassItem {
  margin-right: 0px;
}
.tableClassItem table {
  width: 100%;
}
.infoBox {
  border: 4px solid #dddddd;
  padding: 20px;
  margin: 0 20px 20px 0;
}
.labelView {
  margin-bottom: 5px;
}
.infoBoxHeadline {
  float: left;
  margin: -5px 10px 10px 0;
}
.konfigRahmen {
  border-right: 40px solid #fff;
  vertical-align: top;
  background: #f0f0f0;
  border-left: 40px solid #fff;
}
.konfigRahmen .rich-panel-header {
  font-family: "Roboto500", Arial, sans-serif;
  font-size: 1.25em !important;
  color: white;
  background: #636363;
  text-align: center;
  padding: 23px 0;
}
.kundenportalTR .konfigRahmen:first-child {
  border-left: 0;
}
.kundenportalTR .konfigRahmen:last-child {
  border-right: 0;
}
.kpSchadenRahmen .rich-panel-header {
  margin: 40px 0 10px 0;
  background: url("../../kundenportal/img/polizzen.png") no-repeat;
  background-size: 40px 40px;
  text-indent: 40px;
  border-bottom: none !important;
  padding-bottom: 10px;
}
.sc_composite.abdOuter {
  width: 100%;
  margin-bottom: 20px;
}
.sc_composite.abdInner {
  width: 33%;
  padding: 0 10px;
}
.sc_composite.abdInner:first-child {
  padding: 0 10px 0 0;
}
.sc_composite.abdInner:nth-last-child(2) {
  padding: 0 0 0 10px;
}
.sc_composite.abdOuter .sc_composite.abdInner:nth-last-child(2) {
  padding: 0;
}
.sc_composite.abdInner .sc_composite_label {
  font-family: "Roboto500", Arial, sans-serif;
  font-size: 1.25em !important;
  color: white;
  background: #636363;
  text-align: center;
  padding: 23px 0;
  text-transform: uppercase;
}
.abdInner .labelView {
  background: #f0f0f0;
  padding: 10px 20px;
  margin-bottom: 0;
}
.kpHeadline {
  margin: 0 0 10px 0;
  font-size: 1.2em !important;
  background: url("../../kundenportal/img/polizzen.png") left center no-repeat;
  background-size: 40px 40px;
  height: 40px;
  border: 0 !important;
}
.kpHeadline .labelView,
.kpHeadline.labelView {
  margin-top: 30px;
  padding-left: 40px;
  padding-bottom: 10px;
  font-size: 1.2em;
  margin-bottom: 10px;
}
.kpHeadline .labelView .tableClassItem {
  margin-top: 30px;
  margin-bottom: 10px;
  font-size: 1.1em;
}
.kpHeadline .labelLinkEx {
  margin-top: 10px;
}
.kpHeadlineSmall {
  font-size: 1.4em !important;
  background: url("../../kundenportal/img/polizzen.png") 0px 25px no-repeat;
  background-size: 40px 40px;
}
.kpHeadlineSmall .labelView {
  margin-top: 30px;
  padding-left: 45px;
  margin-bottom: 15px;
}
.labelLinkEx {
  padding: 0 0 8px 5px;
}
.rich-stglpanel-marker {
  float: left;
}
.rich-stglpanel-header.toggleHeader {
  font-family: "Roboto500", Arial, sans-serif;
}
.rich-stglpnl-marker {
  color: white;
  cursor: pointer;
  text-indent: 18px;
}
[id*='_off'] {
  background: url("../../kundenportal/img/gui/closed.svg") 8px 2px no-repeat;
  background-size: 12px 17px;
}
/* oben überschreibt leider einen button namens... */
[id*='_offer2'] {
  background: #c21b17;
  background-size: 0 0;
}
[id*='_on'] {
  background: url("../../kundenportal/img/gui/open.svg") 3px 5px no-repeat;
  background-size: 17px 12px;
}
.kpTableSchadenverlauf .dataTable colgroup col:nth-of-type(1) {
  width: 120px;
}
.kpTableSchadenverlauf .dataTable colgroup col:nth-of-type(2) {
  width: 27px;
}
.kpTableSchadenverlauf .dataTable colgroup col:nth-of-type(3) {
  width: 793px;
}
.kpTableZahlungsstand .dataTable colgroup col:nth-of-type(1) {
  width: 100px;
}
.kpTableZahlungsstand .dataTable colgroup col:nth-of-type(2) {
  width: 100px;
}
.kpTableZahlungsstand .dataTable colgroup col:nth-of-type(3) {
  width: 793px;
}
.kpTableFonds .dataTable colgroup col:nth-of-type(1) {
  width: 633px;
}
.kpTableFonds .dataTable colgroup col:nth-of-type(2) {
  width: 150px;
}
.kpTableFonds .dataTable colgroup col:nth-of-type(3) {
  width: 150px;
}
.kpTableFonds .dataTable tbody tr td:nth-of-type(3) {
  float: right;
}
.kpTableFonds .dataTable thead tr th:nth-of-type(3) {
  text-align: right;
}
.fondDatenstand {
  text-align: right;
  padding: 10px;
}
.euro.labelPrefix:after {
  content: " €";
}
.oeamtcVertrag {
  background: url("../../kundenportal/img/svg/vertragOeamtc.svg") 32px 32px no-repeat;
  padding-left: 74px;
  background-size: 64px 64px;
  background-position: 0;
}
td.neun {
  padding: 0 0 10px 10px;
}
/*
 * Table styles
 */
table.dataTable {
  width: 100%;
  margin: 0 auto;
  clear: both;
  border-collapse: separate;
  border-spacing: 0;
  /*
   * Header and footer styles
   */
  /*
   * Body styles
   */
}
table.dataTable thead th,
table.dataTable tfoot th {
  padding: 0px 10px;
  font-family: "Roboto700", Arial, sans-serif;
  text-transform: uppercase;
  font-size: 13px;
}
table.dataTable thead th,
table.dataTable thead td {
  /* padding: 10px 18px;*/
  padding-bottom: 5px;
  border-bottom: 1px solid #111;
}
table.dataTable thead th:active,
table.dataTable thead td:active {
  outline: none;
}
table.dataTable tfoot th,
table.dataTable tfoot td {
  padding: 10px 18px 6px 18px;
  border-top: 1px solid #111;
}
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc {
  cursor: pointer;
  *cursor: hand;
}
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
  background-repeat: no-repeat;
  background-position: center right;
}
table.dataTable thead .sorting {
  background-image: url("../../../images/common/gui/sort_both.png");
}
table.dataTable thead .sorting_asc {
  background-image: url("../../../images/common/gui/sort_asc.png");
}
table.dataTable thead .sorting_desc {
  background-image: url("../../../images/common/gui/sort_desc.png");
}
table.dataTable thead .sorting_asc_disabled {
  background-image: url("../../../images/common/gui/sort_asc_disabled.png");
}
table.dataTable thead .sorting_desc_disabled {
  background-image: url("../../../images/common/gui/sort_desc_disabled.png");
}
table.dataTable tbody tr.selected {
  background-color: #B0BED9;
}
table.dataTable tbody th,
table.dataTable tbody td {
  padding: 8px 10px;
}
table.dataTable.row-border tbody th,
table.dataTable.row-border tbody td,
table.dataTable.display tbody th,
table.dataTable.display tbody td {
  border-top: 1px solid #ddd;
}
table.dataTable.row-border tbody tr:first-child th,
table.dataTable.row-border tbody tr:first-child td,
table.dataTable.display tbody tr:first-child th,
table.dataTable.display tbody tr:first-child td {
  border-top: none;
}
table.dataTable.cell-border tbody th,
table.dataTable.cell-border tbody td {
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
table.dataTable.cell-border tbody tr th:first-child,
table.dataTable.cell-border tbody tr td:first-child {
  border-left: 1px solid #ddd;
}
table.dataTable.cell-border tbody tr:first-child th,
table.dataTable.cell-border tbody tr:first-child td {
  border-top: none;
}
table.dataTable.stripe tbody tr.odd.selected,
table.dataTable.display tbody tr.odd.selected {
  background-color: #acbad4;
}
table.dataTable.hover tbody tr:hover.selected,
table.dataTable.display tbody tr:hover.selected {
  background-color: #aab7d1;
}
table.dataTable.order-column tbody tr.selected > .sorting_1,
table.dataTable.order-column tbody tr.selected > .sorting_2,
table.dataTable.order-column tbody tr.selected > .sorting_3,
table.dataTable.display tbody tr.selected > .sorting_1,
table.dataTable.display tbody tr.selected > .sorting_2,
table.dataTable.display tbody tr.selected > .sorting_3 {
  background-color: #acbad5;
}
table.dataTable.display tbody tr.odd > .sorting_2,
table.dataTable.order-column.stripe tbody tr.odd > .sorting_2 {
  background-color: #f3f3f3;
}
table.dataTable.display tbody tr.odd > .sorting_3,
table.dataTable.order-column.stripe tbody tr.odd > .sorting_3 {
  background-color: whitesmoke;
}
table.dataTable.display tbody tr.odd.selected > .sorting_1,
table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_1 {
  background-color: #a6b4cd;
}
table.dataTable.display tbody tr.odd.selected > .sorting_2,
table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_2 {
  background-color: #a8b5cf;
}
table.dataTable.display tbody tr.odd.selected > .sorting_3,
table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_3 {
  background-color: #a9b7d1;
}
table.dataTable.display tbody tr.even > .sorting_2,
table.dataTable.order-column.stripe tbody tr.even > .sorting_2 {
  background-color: #fcfcfc;
}
table.dataTable.display tbody tr.even > .sorting_3,
table.dataTable.order-column.stripe tbody tr.even > .sorting_3 {
  background-color: #fefefe;
}
table.dataTable.display tbody tr.even.selected > .sorting_1,
table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_1 {
  background-color: #acbad5;
}
table.dataTable.display tbody tr.even.selected > .sorting_2,
table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_2 {
  background-color: #aebcd6;
}
table.dataTable.display tbody tr.even.selected > .sorting_3,
table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_3 {
  background-color: #afbdd8;
}
table.dataTable.display tbody tr:hover > .sorting_1,
table.dataTable.order-column.hover tbody tr:hover > .sorting_1 {
  background-color: #ffffee;
}
table.dataTable.display tbody tr:hover > .sorting_2,
table.dataTable.order-column.hover tbody tr:hover > .sorting_2 {
  background-color: #ececec;
}
table.dataTable.display tbody tr:hover > .sorting_3,
table.dataTable.order-column.hover tbody tr:hover > .sorting_3 {
  background-color: #efefef;
}
table.dataTable.display tbody tr:hover.selected > .sorting_1,
table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_1 {
  background-color: #a2aec7;
}
table.dataTable.display tbody tr:hover.selected > .sorting_2,
table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_2 {
  background-color: #a3b0c9;
}
table.dataTable.display tbody tr:hover.selected > .sorting_3,
table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_3 {
  background-color: #a5b2cb;
}
table.dataTable.no-footer {
  border-bottom: 1px solid #111;
}
table.dataTable.nowrap th,
table.dataTable.nowrap td {
  white-space: nowrap;
}
table.dataTable.compact thead th,
table.dataTable.compact thead td {
  padding: 4px 17px 4px 4px;
}
table.dataTable.compact tfoot th,
table.dataTable.compact tfoot td {
  padding: 4px;
}
table.dataTable.compact tbody th,
table.dataTable.compact tbody td {
  padding: 4px;
}
table.dataTable th.dt-left,
table.dataTable td.dt-left {
  text-align: left;
}
table.dataTable th.dt-center,
table.dataTable td.dt-center,
table.dataTable td.dataTables_empty {
  text-align: center;
}
table.dataTable th.dt-right,
table.dataTable td.dt-right {
  text-align: right;
}
table.dataTable th.dt-justify,
table.dataTable td.dt-justify {
  text-align: justify;
}
table.dataTable th.dt-nowrap,
table.dataTable td.dt-nowrap {
  white-space: nowrap;
}
table.dataTable thead th.dt-head-left,
table.dataTable thead td.dt-head-left,
table.dataTable tfoot th.dt-head-left,
table.dataTable tfoot td.dt-head-left {
  text-align: left;
}
table.dataTable thead th.dt-head-center,
table.dataTable thead td.dt-head-center,
table.dataTable tfoot th.dt-head-center,
table.dataTable tfoot td.dt-head-center {
  text-align: center;
}
table.dataTable thead th.dt-head-right,
table.dataTable thead td.dt-head-right,
table.dataTable tfoot th.dt-head-right,
table.dataTable tfoot td.dt-head-right {
  text-align: right;
}
table.dataTable thead th.dt-head-justify,
table.dataTable thead td.dt-head-justify,
table.dataTable tfoot th.dt-head-justify,
table.dataTable tfoot td.dt-head-justify {
  text-align: justify;
}
table.dataTable thead th.dt-head-nowrap,
table.dataTable thead td.dt-head-nowrap,
table.dataTable tfoot th.dt-head-nowrap,
table.dataTable tfoot td.dt-head-nowrap {
  white-space: nowrap;
}
table.dataTable tbody th.dt-body-left,
table.dataTable tbody td.dt-body-left {
  text-align: left;
}
table.dataTable tbody th.dt-body-center,
table.dataTable tbody td.dt-body-center {
  text-align: center;
}
table.dataTable tbody th.dt-body-right,
table.dataTable tbody td.dt-body-right {
  text-align: right;
}
table.dataTable tbody th.dt-body-justify,
table.dataTable tbody td.dt-body-justify {
  text-align: justify;
}
table.dataTable tbody th.dt-body-nowrap,
table.dataTable tbody td.dt-body-nowrap {
  white-space: nowrap;
}
table.dataTable,
table.dataTable th,
table.dataTable td {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
/*
 * Control feature layout
 */
.dataTables_wrapper {
  position: relative;
  clear: both;
  *zoom: 1;
  zoom: 1;
  margin: 2.5em 0 0;
}
.dataTables_wrapper .dataTables_length {
  float: right;
}
.dataTables_wrapper .dataTables_filter {
  float: right;
  text-align: right;
}
.dataTables_wrapper .dataTables_filter input {
  margin-left: 0.5em;
}
.dataTables_wrapper .dataTables_info {
  clear: both;
  float: left;
  padding-top: 0.755em;
}
.dataTables_wrapper .dataTables_paginate {
  float: right;
  text-align: right;
  padding-top: 0.25em;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
  box-sizing: border-box;
  display: inline-block;
  min-width: 1.5em;
  padding: 0.2em 0.6em;
  margin-left: 2px;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  *cursor: hand;
  color: #333 !important;
  border: 1px solid transparent;
  border-radius: 2px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: #333 !important;
  border: 1px solid #979797;
  background-color: white;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #dcdcdc));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, white 0%, #dcdcdc 100%);
  /* Chrome10+,Safari5.1+ */
  background: -moz-linear-gradient(top, white 0%, #dcdcdc 100%);
  /* FF3.6+ */
  background: -ms-linear-gradient(top, white 0%, #dcdcdc 100%);
  /* IE10+ */
  background: -o-linear-gradient(top, white 0%, #dcdcdc 100%);
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, white 0%, #dcdcdc 100%);
  /* W3C */
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  cursor: default;
  color: #666 !important;
  border: 1px solid transparent;
  background: transparent;
  box-shadow: none;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  color: white !important;
  border: 1px solid #111;
  background-color: #585858;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #585858), color-stop(100%, #111));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #585858 0%, #111 100%);
  /* Chrome10+,Safari5.1+ */
  background: -moz-linear-gradient(top, #585858 0%, #111 100%);
  /* FF3.6+ */
  background: -ms-linear-gradient(top, #585858 0%, #111 100%);
  /* IE10+ */
  background: -o-linear-gradient(top, #585858 0%, #111 100%);
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, #585858 0%, #111 100%);
  /* W3C */
}
.dataTables_wrapper .dataTables_paginate .paginate_button:active {
  outline: none;
  background-color: #2b2b2b;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2b2b2b), color-stop(100%, #0c0c0c));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  /* Chrome10+,Safari5.1+ */
  background: -moz-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  /* FF3.6+ */
  background: -ms-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  /* IE10+ */
  background: -o-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%);
  /* W3C */
  box-shadow: inset 0 0 3px #111;
}
.dataTables_wrapper .dataTables_paginate .ellipsis {
  padding: 0 1em;
}
.dataTables_wrapper .dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 40px;
  margin-left: -50%;
  margin-top: -25px;
  padding-top: 20px;
  text-align: center;
  font-size: 1.2em;
  background-color: white;
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, 0.9)), color-stop(75%, rgba(255, 255, 255, 0.9)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
}
.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
  color: #333;
}
.dataTables_wrapper .dataTables_scroll {
  clear: both;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
  *margin-top: -1px;
  -webkit-overflow-scrolling: touch;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td {
  vertical-align: middle;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th > div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td > div.dataTables_sizing {
  height: 0;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
}
.dataTables_wrapper.no-footer .dataTables_scrollBody {
  border-bottom: 1px solid #111;
}
.dataTables_wrapper.no-footer div.dataTables_scrollHead table,
.dataTables_wrapper.no-footer div.dataTables_scrollBody table {
  border-bottom: none;
}
.dataTables_wrapper:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}
@media screen and (max-width: 767px) {
  .dataTables_wrapper .dataTables_info,
  .dataTables_wrapper .dataTables_paginate {
    float: none;
    text-align: center;
  }
  .dataTables_wrapper .dataTables_paginate {
    margin-top: 0.5em;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 640px) {
  .dataTables_wrapper .dataTables_length,
  .dataTables_wrapper .dataTables_filter {
    float: none;
    text-align: center;
  }
  .dataTables_wrapper .dataTables_filter {
    margin-top: 0.5em;
  }
}
/**
 * wallop.css
 *
 * @fileoverview Default styles for wallop – recommended
 *
 * @author Pedro Duarte
 * @author http://pedroduarte.me/wallop
 */
/*
  This is the top-level selector

  It should be relative positioned
  to allow the children to be positioned absolutely
  relative to this
 */
.Wallop {
  position: relative;
  z-index: 0;
}
/*
  This element groups all the items, but not the buttons

  It's a recommendation but it's very likely
  you'll want to hide any overflow from the items
  Especially when doing animations such as scale
 */
.Wallop-list {
  position: relative;
  overflow: hidden;
}
/*
  This is the item element

  By default, they are all hidden and
  positioned absolute
  I recommend always having .Wallop-item--current
  in your markup by default (probably on the first element)
 */
.Wallop-item {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
/*
  This is the current item element

  All we do here, is make it visible again reset
  the position to static. Could also be relative
 */
.Wallop-item--current {
  visibility: visible;
  position: relative;
}
/*BUTTONS*/
.Wallop-buttonPrevious,
.Wallop-buttonNext {
  position: absolute;
  top: 43%;
  border: 0;
  width: 70px;
  height: 70px;
  opacity: 0.7;
}
.Wallop-buttonNext:focus,
.Wallop-buttonPrevious:focus {
  outline: 0;
}
.Wallop-buttonNext:before,
.Wallop-buttonPrevious:before {
  position: absolute;
  top: 43%;
  left: 0;
  width: 100%;
  text-indent: 0;
  line-height: 0;
}
.Wallop-buttonPrevious {
  background: url("../../kundenportal/img/slide-prev.png") center center no-repeat #c12017;
  left: 0;
}
.Wallop-buttonPrevious:hover {
  background: url("../../kundenportal/img/slide-prev-hover.png") center center no-repeat white;
}
.Wallop-buttonNext {
  background: url("../../kundenportal/img/slide-next.png") center center no-repeat #c12017;
  right: 0;
}
.Wallop-buttonNext:hover {
  background: url("../../kundenportal/img/slide-next-hover.png") center center no-repeat white;
}
/**
 * wallop--slide.css
 *
 * @fileoverview Slide animation for wallop
 *
 * @author Pedro Duarte
 * @author http://pedroduarte.me/wallop
 */
/* the 10ms animation-delay fixed some weird rendering issues with iPhone */
.Wallop--slide .Wallop-item--showPrevious {
  -webkit-animation: slideFromLeft 1800ms 10ms ease both;
  -moz-animation: slideFromLeft 1800ms 10ms ease both;
  -ms-animation: slideFromLeft 1800ms 10ms ease both;
  animation: slideFromLeft 1800ms 10ms ease both;
}
.Wallop--slide .Wallop-item--showNext {
  -webkit-animation: slideFromRight 1800ms 10ms ease both;
  -moz-animation: slideFromRight 1800ms 10ms ease both;
  -ms-animation: slideFromRight 1800ms 10ms ease both;
  animation: slideFromRight 1800ms 10ms ease both;
}
.Wallop--slide .Wallop-item--hidePrevious,
.Wallop--slide .Wallop-item--hideNext {
  visibility: visible;
}
.Wallop--slide .Wallop-item--hidePrevious {
  -webkit-animation: slideToLeft 1800ms 10ms ease both;
  -moz-animation: slideToLeft 1800ms 10ms ease both;
  -ms-animation: slideToLeft 1800ms 10ms ease both;
  animation: slideToLeft 1800ms 10ms ease both;
}
.Wallop--slide .Wallop-item--hideNext {
  -webkit-animation: slideToRight 1800ms 10ms ease both;
  -moz-animation: slideToRight 1800ms 10ms ease both;
  -ms-animation: slideToRight 1800ms 10ms ease both;
  animation: slideToRight 1800ms 10ms ease both;
}
@-webkit-keyframes slideFromLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@-moz-keyframes slideFromLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@-ms-keyframes slideFromLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideFromLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@-webkit-keyframes slideFromRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@-moz-keyframes slideFromRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@-ms-keyframes slideFromRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideFromRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@-webkit-keyframes slideToLeft {
  99% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@-moz-keyframes slideToLeft {
  99% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@-ms-keyframes slideToLeft {
  99% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideToLeft {
  99% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@-webkit-keyframes slideToRight {
  99% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@-moz-keyframes slideToRight {
  99% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@-ms-keyframes slideToRight {
  99% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideToRight {
  99% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
#newsletter.panelEven {
  background: #d0d0d0;
  padding: 20px 0;
}
#newsletter .width {
  max-width: 600px;
  margin: 0px auto;
}
#newsletter .white_bcg {
  background-color: white ! important;
}
#newsletter .banner {
  display: block;
  width: 100%;
}
#newsletter h1 {
  font-size: 28px;
  font-weight: 400;
}
#newsletter p {
  margin-top: 0px;
}
#newsletter #text {
  padding: 5px 30px ! important;
}
#newsletter b {
  font-wheight: bold;
}
.newletterArchive ul li {
  padding: 10px 0px;
}
.newletterArchive div ul li:nth-child(even) {
  background: transparent;
}
.newletterArchive div ul li:nth-child(odd) {
  background: whitesmoke;
}
.newletterArchive div ul li:first-child {
  border-top: 1px solid #979797;
}
li.NL {
  font-weight: bold;
}
.newletterArchive a:hover {
  text-decoration: underline;
}
.newsletterPic {
  width: 100%;
  margin-bottom: 20px !important;
}
table.rich-inslider {
  table-layout: auto;
}
.rich-inslider {
  height: 20px;
}
.rich-inslider-size {
  width: 100%;
}
.rich-inslider-tip {
  position: absolute;
  white-space: nowrap;
  padding: 3px;
  display: inherit !important;
  top: -15px !important;
  background-color: #c21b17;
  color: #fff;
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
}
.rich-inslider-left-num {
  text-align: left;
  padding: 0px 3px;
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
  color: #000000;
  border-color: #bed6f8;
  line-height: 11px;
}
.rich-inslider-right-num {
  text-align: right;
  padding: 0px 3px;
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
  color: #000000;
  border-color: #bed6f8;
  line-height: 11px;
}
.rich-inslider-vert-spacer {
  vertical-align: bottom;
}
.rich-inslider-handler {
  background-color: transparent;
  width: 7px;
  height: 8px;
  font-size: 1px;
  position: absolute;
  text-align: center;
  z-index: 1;
}
.rich-inslider-handler,
.rich-inslider-handler-selected {
  background: #c21b17;
  width: 16px;
  height: 16px;
  font-size: 1px;
  position: relative;
  text-align: center;
  z-index: 1;
  cursor: pointer;
  top: 12px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.rich-inslider-track {
  background-color: #ffffff;
  background: #ccc;
  background-position: left top;
  background-repeat: repeat-x;
  height: 8px;
  font-size: 1px;
}
.rich-inslider-handler-selected {
  background: #F1644A;
}
.rich-inslider-track-decor-1 {
  height: 100%;
  width: 100%;
}
.rich-inslider-track-decor-2 {
  border: 0px;
}
.rich-inslider-field {
  border: 1px inset;
  padding: 0px 0px 0px 3px;
  margin-top: 0px;
  margin-bottom: 0px;
  background-position: left top;
  background-repeat: repeat-x;
  background: gray;
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
  color: #000000;
  border-color: #bed6f8;
}
.rich-inslider-field-right {
  margin-left: 10px;
}
.sc_composite {
  float: left;
}
.sc_composite.fondButtons {
  float: right;
  margin-right: 20px;
}
.sc_composite.abdInner:first-child {
  padding-right: 0;
  border: 0 !important;
}
.sc_composite.abdInner {
  background: #f0f0f0;
  border-left: 10px solid white;
  padding: 0;
  padding-bottom: 20px !important;
}
.fondButtons div {
  float: left;
}
.fondButtons div input {
  margin-right: 1px;
}
.sc_inline {
  display: inline;
}
.konfigWidth230 select,
.konfigWidth230 input {
  width: 270px;
}
.konfigWidth300 select,
.konfigWidth300 input {
  width: 300px;
}
.konfigSchadenRahmenBody .contentBlockHeader,
.konfigSchadenVertragBody .contentBlockHeader,
.konfigSchadenRahmenDialogBody .contentBlockHeader {
  padding: 0 0 20px 15px;
}
td.schadenLinks {
  padding: 15px;
}
td.schadenLinks td {
  width: 100% !important;
  display: inline-block;
}
.konfigVertragRahmenBody .rich-panel-header {
  padding: 0 0 20px 0;
}
.konfigUmbruchSchadenEnde,
.konfigUmbruchEnde {
  height: 40px;
}
.konfigCheckbox {
  padding: 20px 15px 20px 15px;
}
.konfigCheckboxNoBottomPadding {
  padding: 20px 15px 0px 15px;
}
table td[class*=col-],
table th[class*=col-] {
  float: left;
}
.rich-stglpanel-body {
  margin-top: 20px;
}
.konfigFloatNone table td[class*=col-],
.konfigFloatNone table th[class*=col-] {
  float: none;
}
td.col-md-12.klappbar .rich-table-cell {
  padding: 7px 5px 5px;
}
td.col-md-12.klappbar .noSortable {
  vertical-align: middle !important;
  text-align: center;
}
td.col-md-12.klappbar .noSortable img {
  margin: 0;
  padding: 0;
  width: 21px;
  height: 21px;
}
td.col-md-12.klappbar .rich-table-cell.columnClass {
  vertical-align: top;
}
.klappbar .rich-table-row {
  border: 1px solid #ccc;
}
.deleteColumn {
  text-align: center;
}
.uploadTable tr {
  height: 50px;
}
.uploadTable td {
  padding-right: 2px;
}
.uploadTable thead {
  display: none;
}
.konfigRahmen .labelView {
  padding: 10px 20px;
  display: block;
}
.konfigRahmen .rich-panel-header {
  margin-bottom: 10px;
}
.konfigRahmen {
  padding-bottom: 20px;
  width: 33%;
  margin: 10px !important;
  border-left: 10px solid white;
  border-right: 10px solid white;
}
td.konfigRahmen:first-child {
  border: 0 !important;
}
td.konfigRahmen:nth-last-child(1) {
  border: 0 !important;
}
td.konfigRahmen .rich-panel-header {
  margin-bottom: 0px;
}
.konfigRahmenvertrag .labelView label {
  font-family: "Roboto500", Arial, sans-serif;
  font-size: 1.25em !important;
  color: white;
  background: #636363;
  text-align: center;
  padding: 23px 0;
  border-style: solid;
  border-color: #fff;
  text-transform: uppercase;
}
.konfigRahmenvertrag .labelView span {
  background: #f0f0f0;
  width: 100%;
  display: inline-block;
  border-style: solid;
  border-color: #fff;
  padding: 20px;
}
.konfigRahmenvertrag .colClass:first-child .labelView label {
  border-width: 5px 5px 0 0;
}
.konfigRahmenvertrag .colClass:first-child .labelView span {
  border-width: 0 5px 20px 0;
}
.konfigRahmenvertrag .labelView label {
  border-width: 5px 10px 0px 5px;
}
.konfigRahmenvertrag .labelView span {
  border-width: 0 10px 0px 5px;
}
.konfigRahmenvertrag .colClass:last-child .labelView label {
  border-width: 5px 0 0 0;
}
.konfigRahmenvertrag .colClass:last-child .labelView span {
  border-width: 0 0 20px 0;
}
.konfigMaringLeft15 input {
  margin-left: 15px !important;
}
div.konfig_buttonRow {
  float: left;
}
.konfigClearWidth table {
  width: auto !important;
}
.ansichtsbestandContainer table {
  table-layout: fixed !important;
}
p.emptySmallParagraph {
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  margin: 10px 0 0 0;
  padding: 0;
}
.listenClass th {
  font-weight: bold;
}
.konfigAddRow .noSortable {
  vertical-align: middle !important;
}
.konfigAddRow .rich-table-footer td {
  padding-top: 25px;
}
.konfigAddRow .mobilAbstandBug {
  margin: 0 10px 0 0;
}
.konfigAddRow .rich-table-row {
  height: 50px;
  background: transparent;
}
.klappbar tfoot .rich-table-footercell {
  background: #f1644a;
  border: 1px solid #f1644a;
  padding: 10px 3px;
  color: white;
}
.klappbar tfoot a:link {
  padding: 10px 20px 10px 0;
  text-transform: uppercase;
  font-family: "Roboto700", Arial, sans-serif;
  font-size: 0.8em;
  color: white;
}
.klappbar tfoot a:hover {
  text-decoration: underline;
}
.klappbar .multiListAddButton {
  width: 24px;
  height: 24px;
}
.story-abstract {
  margin: 5px 0 0 0;
}
.produktvergleich table {
  table-layout: auto !important;
}
@media (min-width: 768px) {
  .col-md-6 {
    width: 50%;
  }
}
@media (max-width: 600px) {
  .kacheln .col-md-4 {
    width: 100%;
  }
}
@media (max-width: 700px) and (min-width: 600px) {
  .caption-overlay-story {
    min-height: 200px;
  }
}
@media (max-width: 768px) and (min-width: 600px) {
  .kacheln .col-md-4 {
    width: 50% !important;
    float: left;
  }
}
@media (max-width: 992px) {
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-12 {
    width: 100%;
  }
}
/* hack to get footer centred */
@media (max-width: 768px) {
  #footer .col-sm-8 {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .col-md-12,
  .col-md-6,
  .col-md-4,
  .col-md-3 {
    width: 100% !important;
    margin-bottom: 10px;
  }
}
.input-group-addon {
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
}
.input-group-addon.notKonfigurator {
  padding: 6px 12px !important;
  background-color: #eee !important;
  border: 1px solid #e2e2e2 !important;
}
i.glyphicon.glyphicon-search,
i.glyphicon.glyphicon-trash {
  height: 16px;
  width: 16px;
  font-size: 16px;
  vertical-align: middle;
  margin: 3px;
}
#suggestWheel {
  pointer-events: none;
  position: absolute;
  background: url('../../kundenportal/img/wheel.gif') no-repeat right 12px;
  width: 25px;
  height: 25px;
  background-size: 13px;
}
.buttonAlignRight {
  float: right;
  margin-right: 0;
}
.praemieOverview {
  max-width: 120px;
}
.kpPraemieIcons {
  margin: auto auto;
  height: 120px;
  width: 600px;
  margin-top: 60px;
  margin-bottom: 40px;
}
.praemieImgContainer {
  width: 200px;
  float: left;
  text-align: center;
}
.kpPraemieIcons img {
  height: 120px;
}
.table-striped > tbody > tr:nth-of-type(even) {
  background-color: #f9f9f9;
}
.gfkPart1 .labelSelectOneRadio {
  margin: 10px 0 10px;
  padding: 10px;
}
.gfkPart1 .labelSelectOneRadio {
  border-bottom: 1px solid #ccc;
}
.labelSelectOneRadio {
  margin-bottom: 10px;
}
.konfig_radioInline .labelSelectOneRadio .gridTable tr td:nth-child(2) {
  width: 150px;
  text-align: right;
}
.konfig_radioInline .labelSelectOneRadio .gridTable tr td:nth-child(2) .mobilAbstandBug td {
  background: transparent !important;
  width: auto !important;
}
.konfig_radioInline .prefix.bold {
  font-family: "Roboto400", Arial, sans-serif;
}
.col-md-4.abstand,
.col-md-2.abstand,
.col-md-6.abstand {
  margin: 0 -1px;
}
.col-md-2.smaller {
  width: 98%;
  margin-left: 1px;
}
.konfig_indent30px {
  font-weight: bold;
}
.konfig_indent30px-2 td {
  font-weight: bold;
}
.konfig_marginBottom20px {
  margin-bottom: 20px;
}
.konfig_marginTop20px {
  margin-top: 20px;
}
.col-md-12.gray .tableList_rowStyle1,
.col-md-12.gray .tableList_rowStyle2 {
  background: transparent !important;
}
.rich-table.listenClass {
  background: transparent;
}
.posTop .kundenportalTR td {
  vertical-align: top;
}
/* Gesundheitsfragen PWN */
#privatKPGesundheitsfragen {
  margin: 1em 0 2.5em;
}
.gesundheitsfragenKP .tableList_rowStyle1 {
  background: transparent;
}
.gesundheitsfragenKP .labelCheckbox {
  margin-right: 10px;
}
.gesundheitsfragenKP .checkboxSpace {
  padding-left: 5px;
}
.gesundheitsfragenKP textArea {
  height: 28px;
}
/* ENDE Gesundheitsfragen PWN */
.sc_composite.abdOuter {
  display: flex;
}
.borderBottom {
  display: block;
  margin: 0 15px 30px;
  border-bottom: 1px solid #ccc;
}
/* General styles for all menus */
.cbp-spmenu {
  background: #c21b17;
  position: fixed;
}
.cbp-spmenu h3 {
  color: #afdefa;
  font-size: 1.9em;
  padding: 20px;
  margin: 0;
  font-weight: 300;
  background: #0d77b6;
}
.cbp-spmenu a:link {
  display: block;
  color: #fff;
  font-size: 1.1em;
  margin: 0 10px;
}
.cbp-spmenu a:hover {
  background: #FFFFFF;
  color: #c21b17;
}
li.active a:link,
.cbp-spmenu a:active {
  background: #FFFFFF;
  color: #c21b17;
}
/* Orientation-dependent styles for the content of the menu */
.cbp-spmenu-vertical {
  width: 240px;
  height: 100%;
  top: 0;
  z-index: 1000;
  overflow-y: scroll;
}
.cbp-spmenu-vertical a {
  font-family: "Roboto300", Arial, sans-serif;
  /*  border-bottom: 1px solid #258ecd; */
  padding: 0.85em 1.5em;
  text-transform: uppercase;
}
.cbp-spmenu-horizontal {
  width: 100%;
  height: 150px;
  left: 0;
  z-index: 1000;
  overflow: hidden;
}
.cbp-spmenu-horizontal h3 {
  height: 100%;
  width: 20%;
  float: left;
}
.cbp-spmenu-horizontal a {
  float: left;
  width: 20%;
  padding: 0.8em;
  border-left: 1px solid #258ecd;
}
/* Vertical menu that slides from the left or right */
.cbp-spmenu-left {
  left: -240px;
}
.cbp-spmenu-right {
  right: -240px;
}
.cbp-spmenu-left.menu-open {
  -webkit-box-shadow: inset -20px -10px 20px -20px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: inset -20px -10px 20px -20px rgba(0, 0, 0, 0.75);
  box-shadow: inset -20px -10px 20px -20px rgba(0, 0, 0, 0.75);
  left: 0px;
}
.cbp-spmenu-right.menu-open {
  right: 0px;
}
/* Horizontal menu that slides from the top or bottom */
.cbp-spmenu-top {
  top: -150px;
}
.cbp-spmenu-bottom {
  bottom: -150px;
}
.cbp-spmenu-top.menu-open {
  top: 0px;
}
.cbp-spmenu-bottom.menu-open {
  bottom: 0px;
}
/* Push classes applied to the body */
.push-body {
  overflow-x: hidden;
  position: relative;
  left: 0;
}
.push-body-toright {
  left: 240px;
}
.push-body-toleft {
  left: -240px;
}
/* Transitions */
.cbp-spmenu,
.push-body {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* Example media queries */
@media screen and (max-width: 55.1875em) {
  .cbp-spmenu-horizontal {
    font-size: 75%;
    height: 110px;
  }
  .cbp-spmenu-top {
    top: -110px;
  }
  .cbp-spmenu-bottom {
    bottom: -110px;
  }
}
@media screen and (max-height: 26.375em) {
  .cbp-spmenu-vertical {
    font-size: 90%;
    width: 190px;
  }
  .cbp-spmenu-left,
  .push-body-toleft {
    left: -190px;
  }
  .cbp-spmenu-right {
    right: -190px;
  }
  .push-body-toright {
    left: 190px;
  }
}
.irs {
  position: relative;
  display: block;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 14px;
  font-family: Arial, sans-serif;
}
.irs-line {
  position: relative;
  display: block;
  overflow: hidden;
  outline: none !important;
}
.irs-bar {
  position: absolute;
  display: block;
  left: 0;
  width: 0;
}
.irs-shadow {
  position: absolute;
  display: none;
  left: 0;
  width: 0;
}
.irs-handle {
  position: absolute;
  display: block;
  box-sizing: border-box;
  cursor: default;
  z-index: 1;
}
.irs-handle.type_last {
  z-index: 2;
}
.irs-min,
.irs-max {
  position: absolute;
  display: block;
  cursor: default;
}
.irs-min {
  left: 0;
}
.irs-max {
  right: 0;
}
.irs-from,
.irs-to,
.irs-single {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  cursor: default;
  white-space: nowrap;
}
.irs-grid {
  position: absolute;
  display: none;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px;
}
.irs-with-grid .irs-grid {
  display: block;
}
.irs-grid-pol {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 8px;
  background: #000;
}
.irs-grid-pol.small {
  height: 4px;
}
.irs-grid-text {
  position: absolute;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  text-align: center;
  font-size: 11px;
  line-height: 9px;
  padding: 0 3px;
  color: #000;
}
.irs-disable-mask {
  position: absolute;
  display: block;
  top: 0;
  left: -1%;
  width: 102%;
  height: 100%;
  cursor: default;
  background: rgba(0, 0, 0, 0);
  z-index: 2;
}
.lt-ie9 .irs-disable-mask {
  background: #000;
  filter: alpha(opacity=0);
  cursor: not-allowed;
}
.irs-disabled {
  opacity: 0.4;
}
.irs-hidden-input {
  position: absolute !important;
  display: block !important;
  top: 0 !important;
  left: 0 !important;
  width: 0 !important;
  height: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden;
  outline: none !important;
  z-index: -9999 !important;
  background: none !important;
  border-style: solid !important;
  border-color: transparent !important;
}
.irs--flat {
  height: 40px;
}
.irs--flat.irs-with-grid {
  height: 60px;
}
.irs--flat .irs-line {
  top: 25px;
  height: 12px;
  background-color: #e1e4e9;
  border-radius: 4px;
}
.irs--flat .irs-bar {
  top: 25px;
  height: 12px;
  background-color: #ed5565;
}
.irs--flat .irs-bar--single {
  border-radius: 4px 0 0 4px;
}
.irs--flat .irs-shadow {
  height: 1px;
  bottom: 16px;
  background-color: #e1e4e9;
}
.irs--flat .irs-handle {
  top: 22px;
  width: 16px;
  height: 18px;
  background-color: transparent;
}
.irs--flat .irs-handle > i:first-child {
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  margin-left: -1px;
  background-color: #da4453;
}
.irs--flat .irs-handle.state_hover > i:first-child,
.irs--flat .irs-handle:hover > i:first-child {
  background-color: #a43540;
}
.irs--flat .irs-min,
.irs--flat .irs-max {
  top: 0;
  padding: 1px 3px;
  color: #999;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  background-color: #e1e4e9;
  border-radius: 4px;
}
.irs--flat .irs-from,
.irs--flat .irs-to,
.irs--flat .irs-single {
  color: white;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  background-color: #ed5565;
  border-radius: 4px;
}
.irs--flat .irs-from:before,
.irs--flat .irs-to:before,
.irs--flat .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #ed5565;
}
.irs--flat .irs-grid-pol {
  background-color: #e1e4e9;
}
.irs--flat .irs-grid-text {
  color: #999;
}
.irs--generali,
.irs--generaliempty {
  height: 40px;
}
.irs--generali.irs-with-grid,
.irs--generaliempty.irs-with-grid {
  height: 60px;
}
.irs--generali .irs-line,
.irs--generaliempty .irs-line {
  top: 25px;
  height: 12px;
  background-color: #cccccc;
  border-radius: 4px;
}
.irs--generali .irs-bar,
.irs--generaliempty .irs-bar {
  top: 25px;
  height: 12px;
  background-color: #c21b17;
}
.irs--generali .irs-bar--single,
.irs--generaliempty .irs-bar--single {
  border-radius: 4px 0 0 4px;
}
.irs--generali .irs-shadow,
.irs--generaliempty .irs-shadow {
  height: 1px;
  bottom: 16px;
  background-color: #cccccc;
}
.irs--generali .irs-handle,
.irs--generaliempty .irs-handle {
  top: 21px;
  width: 20px;
  height: 20px;
  background-color: white;
  border-radius: 50%;
  border: 2px solid #555;
}
.irs--generali .irs-handle.state_hover > i:first-child,
.irs--generali .irs-handle:hover > i:first-child,
.irs--generaliempty .irs-handle.state_hover > i:first-child,
.irs--generaliempty .irs-handle:hover > i:first-child {
  background-color: #a43540;
}
.irs--generali .irs-min,
.irs--generali .irs-max,
.irs--generaliempty .irs-min,
.irs--generaliempty .irs-max {
  top: 0;
  padding: 1px 3px;
  color: #999;
  font-size: 13px;
  line-height: 1.333;
  text-shadow: none;
  background-color: #e1e4e9;
  border-radius: 4px;
}
.irs--generali .irs-from,
.irs--generali .irs-to,
.irs--generali .irs-single,
.irs--generaliempty .irs-from,
.irs--generaliempty .irs-to,
.irs--generaliempty .irs-single {
  color: white;
  font-size: 13px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  background-color: #c21b17;
  border-radius: 4px;
  top: -3px;
}
.irs--generali .irs-from:before,
.irs--generali .irs-to:before,
.irs--generali .irs-single:before,
.irs--generaliempty .irs-from:before,
.irs--generaliempty .irs-to:before,
.irs--generaliempty .irs-single:before {
  position: absolute;
  display: block;
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #c21b17;
}
.irs--generali .irs-grid-pol,
.irs--generaliempty .irs-grid-pol {
  background-color: #e1e4e9;
}
.irs--generali .irs-grid-text,
.irs--generaliempty .irs-grid-text {
  color: #999;
}
.irs--generaliempty {
  background-color: #FFEEAA;
}
.irs--generali-green {
  height: 40px;
}
.irs--generali-green.irs-with-grid {
  height: 60px;
}
.irs--generali-green .irs-line {
  top: 25px;
  height: 12px;
  background-color: #cccccc;
  border-radius: 4px;
}
.irs--generali-green .irs-bar {
  top: 25px;
  height: 12px;
  background-color: #1bc217;
}
.irs--generali-green .irs-bar--single {
  border-radius: 4px 0 0 4px;
}
.irs--generali-green .irs-shadow {
  height: 1px;
  bottom: 16px;
  background-color: #cccccc;
}
.irs--generali-green .irs-handle {
  top: 21px;
  width: 20px;
  height: 20px;
  background-color: white;
  border-radius: 50%;
  border: 2px solid #555;
}
.irs--generali-green .irs-handle.state_hover > i:first-child,
.irs--generali-green .irs-handle:hover > i:first-child {
  background-color: #a43540;
}
.irs--generali-green .irs-min,
.irs--generali-green .irs-max {
  top: 0;
  padding: 1px 3px;
  color: #999;
  font-size: 13px;
  line-height: 1.333;
  text-shadow: none;
  background-color: #e1e4e9;
  border-radius: 4px;
}
.irs--generali-green .irs-from,
.irs--generali-green .irs-to,
.irs--generali-green .irs-single {
  color: white;
  font-size: 13px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  background-color: #1bc217;
  border-radius: 4px;
  top: -3px;
}
.irs--generali-green .irs-from:before,
.irs--generali-green .irs-to:before,
.irs--generali-green .irs-single:before {
  position: absolute;
  display: block;
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #c21b17;
}
.irs--generali-green .irs-grid-pol {
  background-color: #e1e4e9;
}
.irs--generali-green .irs-grid-text {
  color: #999;
}
.irs--generaliblack {
  height: 40px;
}
.irs--generaliblack.irs-with-grid {
  height: 60px;
}
.irs--generaliblack .irs-line {
  top: 25px;
  height: 12px;
  background-color: #cccccc;
  border-radius: 4px;
}
.irs--generaliblack .irs-bar {
  top: 25px;
  height: 12px;
  background-color: #000000;
}
.irs--generaliblack .irs-bar--single {
  border-radius: 4px 0 0 4px;
}
.irs--generaliblack .irs-shadow {
  height: 1px;
  bottom: 16px;
  background-color: #cccccc;
}
.irs--generaliblack .irs-handle {
  top: 21px;
  width: 20px;
  height: 20px;
  background-color: white;
  border-radius: 50%;
  border: 2px solid #555;
}
.irs--generaliblack .irs-handle.to {
  top: 25px;
  width: 0px;
  height: 0px;
  background-color: black;
  border-radius: 0%;
  border: 0px solid #555;
}
.irs--generaliblack .irs-handle.state_hover > i:first-child,
.irs--generaliblack .irs-handle:hover > i:first-child {
  background-color: #a43540;
}
.irs--generaliblack .irs-min,
.irs--generaliblack .irs-max {
  top: 0;
  padding: 1px 3px;
  color: #999;
  font-size: 13px;
  line-height: 1.333;
  text-shadow: none;
  background-color: #e1e4e9;
  border-radius: 4px;
}
.irs--generaliblack .irs-from,
.irs--generaliblack .irs-to,
.irs--generaliblack .irs-single {
  color: white;
  font-size: 13px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  background-color: #c21b17;
  border-radius: 4px;
  top: -3px;
}
.irs--generaliblack .irs-to {
  background-color: #000000;
  font-size: 10px;
  top: 50px;
}
.irs--generaliblack .irs-from:before,
.irs--generaliblack .irs-to:before,
.irs--generaliblack .irs-single:before {
  position: absolute;
  display: block;
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #c21b17;
}
.irs--generaliblack .irs-grid-pol {
  background-color: #e1e4e9;
}
.irs--generaliblack .irs-grid-text {
  color: #999;
}
.irs--fromRedToGreen {
  height: 40px;
}
.irs--fromRedToGreen.irs-with-grid {
  height: 60px;
}
.irs--fromRedToGreen .irs-line {
  top: 25px;
  height: 12px;
  background-color: #c21b17;
  border-radius: 4px;
}
.irs--fromRedToGreen .irs-bar {
  top: 25px;
  height: 12px;
  background-color: green;
}
.irs--fromRedToGreen .irs-bar--single {
  border-radius: 4px 0 0 4px;
}
.irs--fromRedToGreen .irs-shadow {
  height: 1px;
  bottom: 16px;
  background-color: #c21b17;
}
.irs--fromRedToGreen .irs-handle {
  top: 21px;
  width: 20px;
  height: 20px;
  background-color: white;
  border-radius: 50%;
  border: 2px solid #555;
}
.irs--fromRedToGreen .irs-handle.state_hover > i:first-child,
.irs--fromRedToGreen .irs-handle:hover > i:first-child {
  background-color: #a43540;
}
.irs--fromRedToGreen .irs-min,
.irs--fromRedToGreen .irs-max {
  top: 0;
  padding: 1px 3px;
  color: #999;
  font-size: 13px;
  line-height: 1.333;
  text-shadow: none;
  background-color: #e1e4e9;
  border-radius: 4px;
}
.irs--fromRedToGreen .irs-from,
.irs--fromRedToGreen .irs-to,
.irs--fromRedToGreen .irs-single {
  color: white;
  font-size: 13px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  background-color: green;
  border-radius: 4px;
  top: -3px;
}
.irs--fromRedToGreen .irs-from:before,
.irs--fromRedToGreen .irs-to:before,
.irs--fromRedToGreen .irs-single:before {
  position: absolute;
  display: block;
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: green;
}
.irs--fromRedToGreen .irs-grid-pol {
  background-color: #e1e4e9;
}
.irs--fromRedToGreen .irs-grid-text {
  color: #999;
}
.irs--big {
  height: 55px;
}
.irs--big.irs-with-grid {
  height: 70px;
}
.irs--big .irs-line {
  top: 33px;
  height: 12px;
  background-color: white;
  background: linear-gradient(to bottom, #ddd -50%, white 150%);
  border: 1px solid #ccc;
  border-radius: 12px;
}
.irs--big .irs-bar {
  top: 33px;
  height: 12px;
  background-color: #92bce0;
  border: 1px solid #428bca;
  background: linear-gradient(to bottom, #ffffff 0%, #428bca 30%, #b9d4ec 100%);
  box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.5);
}
.irs--big .irs-bar--single {
  border-radius: 12px 0 0 12px;
}
.irs--big .irs-shadow {
  height: 1px;
  bottom: 16px;
  background-color: rgba(66, 139, 202, 0.5);
}
.irs--big .irs-handle {
  top: 25px;
  width: 30px;
  height: 30px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  background-color: #cbcfd5;
  background: linear-gradient(to bottom, white 0%, #B4B9BE 30%, white 100%);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2), inset 0 0 3px 1px white;
  border-radius: 30px;
}
.irs--big .irs-handle.state_hover,
.irs--big .irs-handle:hover {
  border-color: rgba(0, 0, 0, 0.45);
  background-color: #939ba7;
  background: linear-gradient(to bottom, white 0%, #919BA5 30%, white 100%);
}
.irs--big .irs-min,
.irs--big .irs-max {
  top: 0;
  padding: 1px 5px;
  color: white;
  text-shadow: none;
  background-color: #9f9f9f;
  border-radius: 3px;
}
.irs--big .irs-from,
.irs--big .irs-to,
.irs--big .irs-single {
  color: white;
  text-shadow: none;
  padding: 1px 5px;
  background-color: #428bca;
  background: linear-gradient(to bottom, #428bca 0%, #3071a9 100%);
  border-radius: 3px;
}
.irs--big .irs-grid-pol {
  background-color: #428bca;
}
.irs--big .irs-grid-text {
  color: #428bca;
}
.irs--modern {
  height: 55px;
}
.irs--modern.irs-with-grid {
  height: 55px;
}
.irs--modern .irs-line {
  top: 25px;
  height: 5px;
  background-color: #d1d6e0;
  background: linear-gradient(to bottom, #e0e4ea 0%, #d1d6e0 100%);
  border: 1px solid #a3adc1;
  border-bottom-width: 0;
  border-radius: 5px;
}
.irs--modern .irs-bar {
  top: 25px;
  height: 5px;
  background: #20b426;
  background: linear-gradient(to bottom, #20b426 0%, #18891d 100%);
}
.irs--modern .irs-bar--single {
  border-radius: 5px 0 0 5px;
}
.irs--modern .irs-shadow {
  height: 1px;
  bottom: 21px;
  background-color: rgba(209, 214, 224, 0.5);
}
.irs--modern .irs-handle {
  top: 37px;
  width: 12px;
  height: 13px;
  border: 1px solid #a3adc1;
  border-top-width: 0;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 3px 3px;
}
.irs--modern .irs-handle > i:nth-child(1) {
  position: absolute;
  display: block;
  top: -4px;
  left: 1px;
  width: 6px;
  height: 6px;
  border: 1px solid #a3adc1;
  background: white;
  transform: rotate(45deg);
}
.irs--modern .irs-handle > i:nth-child(2) {
  position: absolute;
  display: block;
  box-sizing: border-box;
  top: 0;
  left: 0;
  width: 10px;
  height: 12px;
  background: #e9e6e6;
  background: linear-gradient(to bottom, white 0%, #e9e6e6 100%);
  border-radius: 0 0 3px 3px;
}
.irs--modern .irs-handle > i:nth-child(3) {
  position: absolute;
  display: block;
  box-sizing: border-box;
  top: 3px;
  left: 3px;
  width: 4px;
  height: 5px;
  border-left: 1px solid #a3adc1;
  border-right: 1px solid #a3adc1;
}
.irs--modern .irs-handle.state_hover,
.irs--modern .irs-handle:hover {
  border-color: #7685a2;
  background: #c3c7cd;
  background: linear-gradient(to bottom, #ffffff 0%, #919ba5 30%, #ffffff 100%);
}
.irs--modern .irs-handle.state_hover > i:nth-child(1),
.irs--modern .irs-handle:hover > i:nth-child(1) {
  border-color: #7685a2;
}
.irs--modern .irs-handle.state_hover > i:nth-child(3),
.irs--modern .irs-handle:hover > i:nth-child(3) {
  border-color: #48536a;
}
.irs--modern .irs-min,
.irs--modern .irs-max {
  top: 0;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  color: white;
  background-color: #d1d6e0;
  border-radius: 5px;
}
.irs--modern .irs-from,
.irs--modern .irs-to,
.irs--modern .irs-single {
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  background-color: #20b426;
  color: white;
  border-radius: 5px;
}
.irs--modern .irs-from:before,
.irs--modern .irs-to:before,
.irs--modern .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #20b426;
}
.irs--modern .irs-grid {
  height: 25px;
}
.irs--modern .irs-grid-pol {
  background-color: #dedede;
}
.irs--modern .irs-grid-text {
  color: silver;
  font-size: 13px;
}
.irs--sharp {
  height: 50px;
  font-size: 12px;
  line-height: 1;
}
.irs--sharp.irs-with-grid {
  height: 57px;
}
.irs--sharp .irs-line {
  top: 30px;
  height: 2px;
  background-color: black;
  border-radius: 2px;
}
.irs--sharp .irs-bar {
  top: 30px;
  height: 2px;
  background-color: #ee22fa;
}
.irs--sharp .irs-bar--single {
  border-radius: 2px 0 0 2px;
}
.irs--sharp .irs-shadow {
  height: 1px;
  bottom: 21px;
  background-color: rgba(0, 0, 0, 0.5);
}
.irs--sharp .irs-handle {
  top: 25px;
  width: 10px;
  height: 10px;
  background-color: #a804b2;
}
.irs--sharp .irs-handle > i:first-child {
  position: absolute;
  display: block;
  top: 100%;
  left: 0;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top-color: #a804b2;
}
.irs--sharp .irs-handle.state_hover,
.irs--sharp .irs-handle:hover {
  background-color: black;
}
.irs--sharp .irs-handle.state_hover > i:first-child,
.irs--sharp .irs-handle:hover > i:first-child {
  border-top-color: black;
}
.irs--sharp .irs-min,
.irs--sharp .irs-max {
  color: white;
  font-size: 14px;
  line-height: 1;
  top: 0;
  padding: 3px 4px;
  opacity: 0.4;
  background-color: #a804b2;
  border-radius: 2px;
}
.irs--sharp .irs-from,
.irs--sharp .irs-to,
.irs--sharp .irs-single {
  font-size: 14px;
  line-height: 1;
  text-shadow: none;
  padding: 3px 4px;
  background-color: #a804b2;
  color: white;
  border-radius: 2px;
}
.irs--sharp .irs-from:before,
.irs--sharp .irs-to:before,
.irs--sharp .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #a804b2;
}
.irs--sharp .irs-grid {
  height: 25px;
}
.irs--sharp .irs-grid-pol {
  background-color: #dedede;
}
.irs--sharp .irs-grid-text {
  color: silver;
  font-size: 13px;
}
.irs--round {
  height: 50px;
}
.irs--round.irs-with-grid {
  height: 65px;
}
.irs--round .irs-line {
  top: 36px;
  height: 4px;
  background-color: #dee4ec;
  border-radius: 4px;
}
.irs--round .irs-bar {
  top: 36px;
  height: 4px;
  background-color: #006cfa;
}
.irs--round .irs-bar--single {
  border-radius: 4px 0 0 4px;
}
.irs--round .irs-shadow {
  height: 4px;
  bottom: 21px;
  background-color: rgba(222, 228, 236, 0.5);
}
.irs--round .irs-handle {
  top: 26px;
  width: 24px;
  height: 24px;
  border: 4px solid #006cfa;
  background-color: white;
  border-radius: 24px;
  box-shadow: 0 1px 3px rgba(0, 0, 255, 0.3);
}
.irs--round .irs-handle.state_hover,
.irs--round .irs-handle:hover {
  background-color: #f0f6ff;
}
.irs--round .irs-min,
.irs--round .irs-max {
  color: #333;
  font-size: 14px;
  line-height: 1;
  top: 0;
  padding: 3px 5px;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
.irs--round .irs-from,
.irs--round .irs-to,
.irs--round .irs-single {
  font-size: 14px;
  line-height: 1;
  text-shadow: none;
  padding: 3px 5px;
  background-color: #006cfa;
  color: white;
  border-radius: 4px;
}
.irs--round .irs-from:before,
.irs--round .irs-to:before,
.irs--round .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #006cfa;
}
.irs--round .irs-grid {
  height: 25px;
}
.irs--round .irs-grid-pol {
  background-color: #dedede;
}
.irs--round .irs-grid-text {
  color: silver;
  font-size: 13px;
}
.irs--square {
  height: 50px;
}
.irs--square.irs-with-grid {
  height: 60px;
}
.irs--square .irs-line {
  top: 31px;
  height: 4px;
  background-color: #dedede;
}
.irs--square .irs-bar {
  top: 31px;
  height: 4px;
  background-color: black;
}
.irs--square .irs-shadow {
  height: 2px;
  bottom: 21px;
  background-color: #dedede;
}
.irs--square .irs-handle {
  top: 25px;
  width: 16px;
  height: 16px;
  border: 3px solid black;
  background-color: white;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.irs--square .irs-handle.state_hover,
.irs--square .irs-handle:hover {
  background-color: #f0f6ff;
}
.irs--square .irs-min,
.irs--square .irs-max {
  color: #333;
  font-size: 14px;
  line-height: 1;
  top: 0;
  padding: 3px 5px;
  background-color: rgba(0, 0, 0, 0.1);
}
.irs--square .irs-from,
.irs--square .irs-to,
.irs--square .irs-single {
  font-size: 14px;
  line-height: 1;
  text-shadow: none;
  padding: 3px 5px;
  background-color: black;
  color: white;
}
.irs--square .irs-grid {
  height: 25px;
}
.irs--square .irs-grid-pol {
  background-color: #dedede;
}
.irs--square .irs-grid-text {
  color: silver;
  font-size: 11px;
}
#tooltip {
  font-family: Arial, sans-serif;
  font-size: 0.875em;
  text-align: center;
  text-shadow: 0 1px rgba(0, 0, 0, 0.5);
  line-height: 1.5;
  color: #fff;
  background: #333;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.9)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.9));
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.9));
  background: -ms-radial-gradient(top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.9));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.9));
  background: linear-gradient(top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.9));
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border-top: 1px solid #fff;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
  position: absolute;
  z-index: 1000;
  padding: 15px;
}
#tooltip:after {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #333;
  border-top-color: rgba(0, 0, 0, 0.9);
  content: '';
  position: absolute;
  left: 50%;
  bottom: -10px;
  margin-left: -10px;
}
#tooltip.top:after {
  border-top-color: transparent;
  border-bottom: 10px solid #333;
  border-bottom-color: rgba(0, 0, 0, 0.6);
  top: -20px;
  bottom: auto;
}
#tooltip.left:after {
  left: 10px;
  margin: 0;
}
#tooltip.right:after {
  right: 10px;
  left: auto;
  margin: 0;
}
.on_off_checkbox input[type=checkbox] {
  visibility: hidden;
}
.on_off_checkbox {
  width: 75px;
  height: 20px;
  position: relative;
  margin: 3px;
}
.on_off_checkbox:before {
  content: 'Ein';
  position: absolute;
  top: 4px;
  left: 10px;
  height: 2px;
  color: #269928;
  font-size: 12px;
}
.on_off_checkbox:after {
  content: 'Aus';
  position: absolute;
  top: 4px;
  left: 45px;
  height: 2px;
  color: #c21b17;
  font-size: 12px;
}
.on_off_checkbox label {
  display: block;
  width: 30px;
  height: 16px;
  border-radius: 2px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  cursor: pointer;
  position: absolute;
  top: 2px;
  z-index: 1;
  left: 2px;
  background: #c21b17;
}
.on_off_checkbox.checkedColor {
  background: #7ed321 !important;
}
.posTop .kundenportalTR td {
  vertical-align: top;
}
.mobHubList td.dontShow {
  height: 30px;
}
.mobHubList td.doNotHide {
  height: 14px;
}
.mobHubList.dataTable tbody td.dontShow {
  padding: 14px 20px;
}
.mobHubList.dataTable tbody th,
.mobHubList.dataTable tbody td {
  padding: 10px 15px;
  height: auto;
}
.mobHubList .show {
  height: 30px;
}
#kpTableschadenstatusList_wrapper,
#kpTableInkassoList_wrapper {
  margin: 0;
}
.mobHubList.dataTable.no-footer {
  border-bottom: 1px solid #ddd;
}
.labelView.konfigHub_headline.attribut label {
  font-family: "Roboto400", Arial, sans-serif;
  display: block;
  font-size: 1.4em;
}
.labelView.konfigHub_headline.attribut span {
  font-family: "Roboto400", Arial, sans-serif;
  font-size: 1em;
  display: block;
  padding-bottom: 10px;
  margin: 0;
}
.sc_composite_label .rich-panel-header.contentBlockHeader {
  font-family: "Roboto400", Arial, sans-serif;
  font-size: 1.25em !important;
  font-weight: normal;
  color: #808080 !important;
  background: transparent;
  text-align: left;
  padding: 20px 0 !important;
  text-transform: inherit;
  margin: 0 10px;
}
.vpmsTooltipp {
  background: #f0f8ff;
  margin: 5px;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #555555;
}
select,
select.form-control {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: #ffffff url("../../kundenportal/img/svg/selectMobile.svg");
  background-repeat: no-repeat !important;
  background-position: right bottom !important;
  background-size: 14px;
}
select.login.form-control {
  background-position: right 0px bottom !important;
}
select.login.form-control::-ms-expand {
  display: none;
}
.includeVitalityFooter {
  border: 0 !important;
  padding: 0;
}
/* overwrites font-family from jquery.dataTables.less (shared file in onlineSales) */
table.dataTable thead th {
  font-family: "Roboto700", Arial, sans-serif;
}
.fielderror {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}
.modalHeadline {
  font-size: 1.8em;
  display: block;
  margin-bottom: 30px;
  font-family: "Roboto300", Arial, sans-serif;
}
.modalButtonBar {
  margin-top: 30px;
  text-transform: uppercase;
  font-weight: 500;
  text-align: center;
}
.modalContent {
  display: block;
  width: 50vw;
  height: auto;
  max-height: 90vh;
  padding: 30px;
  background: #fff;
  overflow: auto;
  border-radius: 10px;
}
.modalContent p,
.modalContent p {
  padding: 10px 0;
  width: 100%;
}
.modalContent .modalHeadline b,
.modalContent .modalHeadline b {
  font-family: "Roboto700", Arial, sans-serif;
}
sub {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
  top: -0.5em;
}
#backtotop {
  cursor: pointer;
  height: 70px;
  width: 70px;
  position: fixed;
  right: 30px;
  bottom: 40px;
  z-index: 1;
  background: url('../../kundenportal/img/svg/up.svg') no-repeat;
}
.backtoprev {
  cursor: pointer;
  height: 70px;
  width: 70px;
  position: fixed;
  right: 30px;
  bottom: 110px;
  z-index: 2;
  background: url('../../kundenportal/img/svg/back.svg') no-repeat;
}
#mobile .odd.open,
#mobile .even.open {
  background: #ffffee;
}
#mobile .odd .initHide,
#mobile .even .initHide {
  display: none;
}
#mobile .odd.open .initHide,
#mobile .even.open .initHide {
  display: block;
  padding-left: 40px;
}
#desktop tr.odd:hover,
#desktop tr.even:hover {
  background: #ffffee;
}
#desktop tr.odd {
  background: #f7f7f7;
}
#desktop td.doNotHide,
#desktop td.initHide {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 0px;
}
.status {
  padding: 6px;
  border-radius: 4px;
  color: white;
  display: block;
  font-size: 11px;
  white-space: break-spaces;
}
.status.black {
  background: gray;
}
.status.green {
  background: #559736;
}
.status.red {
  background: #c21b17;
}
.status.orange {
  background: #ff9f00;
  font-weight: normal;
}
.status.yellow {
  background: #f5df7a;
  color: #222;
}
#kpTableLeistungsabrechnung td {
  vertical-align: middle;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 0px;
}
#kpTableLeistungsabrechnung.uneingeschraenkt th:nth-child(1) {
  width: 13% !important;
}
#kpTableLeistungsabrechnung.uneingeschraenkt th:nth-child(2) {
  width: 15% !important;
}
#kpTableLeistungsabrechnung.uneingeschraenkt th:nth-child(3) {
  width: 15% !important;
}
#kpTableLeistungsabrechnung.uneingeschraenkt th:nth-child(4) {
  width: 10% !important;
}
#kpTableLeistungsabrechnung.uneingeschraenkt th:nth-child(5) {
  width: 10% !important;
}
#kpTableLeistungsabrechnung.uneingeschraenkt th:nth-child(6) {
  width: 10% !important;
}
#kpTableLeistungsabrechnung.uneingeschraenkt th:nth-child(7) {
  width: 10% !important;
}
#kpTableLeistungsabrechnung.uneingeschraenkt th:nth-child(8) {
  width: 17% !important;
}
#kpTableLeistungsabrechnung.eingeschraenkt th:nth-child(1) {
  width: 15% !important;
}
#kpTableLeistungsabrechnung.eingeschraenkt th:nth-child(2) {
  width: 52% !important;
}
#kpTableLeistungsabrechnung.eingeschraenkt th:nth-child(4) {
  width: 11% !important;
}
#kpTableLeistungsabrechnung.eingeschraenkt th:nth-child(5) {
  width: 11% !important;
}
#kpTableLeistungsabrechnung.eingeschraenkt th:nth-child(6) {
  width: 11% !important;
}
#kpTableLeistungsabrechnung td.center {
  text-align: center;
}
#kpTableLeistungsabrechnung td.right {
  text-align: right;
}
img.jqTooltip.kpf-konfig-tooltip {
  position: relative;
  top: -55px;
  right: -225px;
}
