/* panel color */
/* header */
/* icon */
/* button */
/* gauge color */
/* if you change this, change getRangeColor in chart.js too*/
/* Loader */
/* Select */
/* homepage */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 15px;
  line-height: 1.2;
  color: #2f362f;
}
h1 {
  font-size: 38px;
}
h2 {
  font-size: 36px;
}
h2.section-title {
  margin-bottom: 15px;
  line-height: 40px;
  color: #292929;
  font-size: 36px;
}
h1.section-title.white,
h2.section-title.white {
  color: #fff;
}
h3 {
  font-size: 28px;
}
h4 {
  font-size: 24px;
}
h5 {
  font-size: 20px;
}
h5.tariff-type {
  color: rgba(29, 62, 69, 0.6);
  font-size: 20px;
}
h6 {
  font-size: 18px;
}
h5.group-title {
  margin-top: 25px;
  margin-right: -10px;
  margin-bottom: 25px;
  margin-left: -10px;
  padding: 10px;
  color: #005262;
  text-align: center;
  background-color: rgba(102, 102, 102, 0.2);
}
b,
strong {
  font-weight: bold;
}
.criteria-number {
  margin-right: -30px;
  margin-left: -30px;
  font-family: 'Roboto', sans-serif;
  font-size: 25px;
  font-weight: 800;
}
.criteria-number-range {
  margin: 0 2px 0 0;
  color: #fff;
  font-size: 21px;
  font-weight: 500;
}
.criteria-count,
.criteria-label {
  color: #1d3e45;
}
.criteria-count {
  margin-right: 0;
}
.criteria-label {
  margin-right: -30px;
}
.category {
  color: #1d3e45;
  font-size: 16px;
}
blockquote {
  border-left: 2px solid #005262;
  color: #005262;
  font-size: 16px;
}
ul li i {
  vertical-align: middle;
}
.tariff-name {
  z-index: 700;
  margin-bottom: 22px;
  line-height: 24px;
  font-size: 15px;
  font-weight: 400;
}
.tariff-name h5 {
  display: inline-block;
}
.tariff-check h6 {
  line-height: 1.8;
  color: #fff;
}
p {
  margin-bottom: 15px;
  line-height: 24px;
  color: #505a6a;
  font-size: 15px;
  font-weight: 400;
}
ul {
  padding: 0;
}
.check-legend {
  font-size: 16px;
}
.check-legend .badge {
  padding: 5px 10px;
  line-height: 1;
  font-size: 16px;
}
.badge-value {
  margin-bottom: 2px;
}
.form-label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}
ul li {
  list-style-type: none;
}
.modal-privacy ul li {
  margin: 10px 0;
}
a,
a:hover,
a:focus {
  outline: 0;
  text-decoration: none;
}
a:hover,
a:focus,
a:active,
a:visited {
  text-decoration: none;
}
.producttype-label {
  color: #005262;
  font-weight: 700;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  line-height: 1.42857143;
  color: #005262;
  font-size: 18px;
  font-weight: bold;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .criteria-number {
    font-size: 20px;
  }
}
@media (max-width: 540px) {
  h1 {
    font-size: 28px;
  }
  .category {
    font-size: 12px;
  }
  .tariff-name h5 {
    font-size: 14px;
    font-weight: 400;
  }
  .tariff-name p {
    line-height: 16px;
    font-size: 12px;
  }
  .table-consumption {
    font-size: 8px;
  }
  .table-consumption .tariff-col {
    font-size: 8px;
  }
}
@media (max-width: 320px) {
  .tariff-name h5 {
    margin-bottom: 0;
    font-size: 14px;
  }
  .tariff-name p {
    line-height: 18px;
    font-size: 12px;
  }
  .range-section h6 {
    font-size: 14px;
  }
}
@font-face {
  font-style: normal;
  font-family: 'fontello';
  src: url('/bundles/einblickvergleiche/css/icon-horseshow/font/fontello.eot?91669469');
  src: url('/bundles/einblickvergleiche/css/icon-horseshow/font/fontello.eot?91669469#iefix') format('embedded-opentype'), url('/bundles/einblickvergleiche/css/icon-horseshow/font/fontello.woff?91669469') format('woff'), url('/bundles/einblickvergleiche/css/icon-horseshow/font/fontello.ttf?91669469') format('truetype'), url('/bundles/einblickvergleiche/css/icon-horseshow/font/fontello.svg?91669469#fontello') format('svg');
  font-weight: normal;
}
@font-face {
  font-family: 'Roboto';
  src: url('/bundles/einblickvergleiche/fonts/default/Roboto-Regular.ttf') format('truetype');
  src: url('/bundles/einblickvergleiche/fonts/default/Roboto-Medium.ttf') format('truetype');
  src: url('/bundles/einblickvergleiche/fonts/default/Roboto-Bold.ttf') format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  src: url('/bundles/einblickvergleiche/fonts/default/OpenSans-VariableFont_wdth,wght.ttf') format('truetype');
}
@font-face {
  font-family: 'Roboto Slab';
  src: url('/bundles/einblickvergleiche/fonts/default/RobotoSlab-VariableFont_wght.ttf') format('truetype');
}
/* Hack for IOS prevent zooming on input focus */
.bootstrap-select > select.mobile-device {
  font-size: 16px;
}
.form-control {
  font-size: 16px;
}
.alert {
  border-radius: 2px;
  box-shadow: 1px 1px 3px #dcdcdc;
}
.alert-container > .alert {
  margin: 0 0 20px 0;
}
.alert.alert-product {
  margin: 0 10px 20px 10px;
}
.alert-white {
  position: relative;
  padding-left: 61px;
  color: #404040;
  background-image: linear-gradient(to bottom, #ffffff, #f9f9f9);
}
.alert-white .icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 45px;
  height: 100%;
  padding-top: 15px;
  border: 1px solid #bdbdbd;
  text-align: center;
}
.alert-white .icon i {
  position: absolute;
  top: 50%;
  left: 12px;
  margin-top: -10px;
  color: #fff;
  font-size: 20px;
}
.alert-white .close-alert {
  opacity: 1;
}
.alert-white .close-alert > span {
  color: rgba(0, 0, 0, 0.8);
}
.alert-white.alert-info {
  border: 1px solid rgba(16, 165, 228, 0.3);
  background: rgba(16, 165, 228, 0.04);
}
.alert-white.alert-info .icon {
  border-color: transparent;
  background: rgba(16, 165, 228, 0.8);
}
.alert-white.alert-success {
  border: 1px solid rgba(74, 154, 29, 0.3);
  background: rgba(74, 154, 29, 0.04);
}
.alert-white.alert-success .icon {
  border-color: transparent;
  background: rgba(74, 154, 29, 0.8);
}
.alert-white.alert-warning {
  border: 1px solid rgba(255, 153, 18, 0.3);
  background: rgba(255, 153, 18, 0.04);
}
.alert-white.alert-warning .icon {
  border-color: transparent;
  background: rgba(255, 153, 18, 0.8);
}
.alert-white.alert-danger {
  border: 1px solid rgba(249, 83, 49, 0.3);
  background: rgba(249, 83, 49, 0.04);
}
.alert-white.alert-danger .icon {
  border-color: transparent;
  background: rgba(249, 83, 49, 0.8);
}
.panel {
  border: 1px #e4e4e4 solid;
  border-radius: 5px;
  background-color: rgba(0, 82, 98, 0.1);
  box-shadow: 1px 1px 3px #dcdcdc;
}
.panel.active {
  background: #005262;
}
.panel.active p,
.panel.active i.fa {
  color: #fff;
}
.panel .panel-heading {
  padding: 4px;
}
.panel .panel-body {
  padding: 10px 10px 20px 10px;
}
.panel .panel-footer {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  color: #666;
  font-weight: 600;
  background-color: #fcfcfc;
}
.panel .panel-footer .pagination {
  margin: 0;
}
.panel-light {
  margin-top: 10px;
  border: 0;
  background-color: #fff;
  box-shadow: none;
}
.panel-contact {
  margin: 0 0 15px 0;
}
.panel-primary {
  border: 1px rgba(0, 82, 98, 0.1) solid;
  border-radius: 0;
  background-color: rgba(0, 82, 98, 0.1);
  box-shadow: 1px 1px 3px #dcdcdc;
}
.panel-primary .panel-heading {
  background-color: rgba(0, 82, 98, 0.1);
}
.panel-primary .panel-title {
  color: #fff;
}
.panel-dashboard .panel-body {
  padding: 0;
}
.panel-select {
  border: 1px rgba(102, 102, 102, 0.1) solid;
  border-radius: 2px;
  background-color: rgba(102, 102, 102, 0.05);
  box-shadow: 1px 1px 3px #dcdcdc;
}
.panel-select .panel-select-header {
  padding: 10px 15px;
  border-bottom: 2px #666666 solid;
  background-color: #fff;
}
.panel-select .panel-select-body {
  min-height: 135px;
  padding: 30px 15px 0 15px;
}
.panel-select .panel-select-title {
  margin: 0;
}
.panel-select .panel-select-footer {
  padding: 0 15px 15px 15px;
}
.panel-select .form-control {
  margin-top: -5px;
}
.panel-select .form-group {
  margin-bottom: 30px;
}
.panel-select .fas.text-info {
  position: absolute;
  top: 0;
  left: 15px;
  width: 100px;
  color: rgba(102, 102, 102, 0.1);
  font-size: 10em;
  background: no-repeat bottom;
  background-size: contain;
}
.list-group {
  margin-bottom: 5px;
}
.list-group pre {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.list-group-item:last-child {
  margin-bottom: -1px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.panel-light .panel-heading {
  padding: 12px 18px 12px 9px;
  color: #10a5e4;
  font-size: 20px;
  font-weight: 600;
  background-color: #fff;
  box-shadow: none;
}
.panel-info {
  margin-bottom: 30px;
  border: 2px rgba(102, 102, 102, 0.2) solid;
  border-radius: 2px;
  background: transparent;
  box-shadow: 0 3px 10px rgba(102, 102, 102, 0.34);
}
.panel-info .panel-heading {
  border-bottom: none;
  border-color: rgba(102, 102, 102, 0.2);
  font-weight: 700;
  background: linear-gradient(to right, rgba(164, 240, 255, 0.25) 0%, rgba(0, 82, 98, 0.12) 50%, rgba(164, 240, 255, 0.25) 100%);
  cursor: pointer;
}
.panel-info .panel-body {
  border-top-color: transparent;
  background: linear-gradient(to right, rgba(164, 240, 255, 0.25) 0%, rgba(0, 82, 98, 0.12) 50%, rgba(164, 240, 255, 0.25) 100%);
}
.panel-info .panel-extra-criteria {
  border-style: dashed;
}
.panel-info .panel-extra-criteria .panel-heading {
  border: 0;
}
.panel-info .panel-extra-criteria .panel-body {
  border-top: none;
}
.panel-info .list-group-item {
  border-color: #ccc;
  box-shadow: 1px 1px 3px #dcdcdc;
}
.panel-info .list-group-item:first-child {
  margin-top: 15px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.panel-info .list-group-item.col-xs-12 {
  color: #333;
  background-color: #f5f5f5;
}
.panel-info .list-group > .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-color: #f5f5f5;
  box-shadow: 1px 1px 3px #dcdcdc;
}
.panel-info .list-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.panel-info .list-group > .col-xs-6 {
  display: flex;
  justify-content: center;
  align-items: center;
}
.panel-info .list-group > .col-xs-6:nth-child(3) {
  border-left: none;
}
.panel-info .list-group-item.item-danger {
  background-color: #fff8f8;
}
.panel-info .list-group-item > .fa {
  margin-right: 10px;
}
.panel-info .list-group-item .fa-info-circle {
  font-size: 20px;
}
.panel-info .single-criteria .list-group-item.col-xs-6 {
  width: 100%;
}
.panel-info .criteria-container {
  padding-right: 25px;
}
.panel-info .btn-info-criteria {
  position: absolute;
  top: 10px;
  right: 15px;
}
.panel-light.panel-even,
.panel-light.panel-even .panel-heading {
  background-color: #f9f9f9;
}
.panel-range {
  margin-bottom: 15px;
  border: 0;
  background: #fff;
  cursor: pointer;
  box-shadow: 0 3px 10px rgba(102, 102, 102, 0.34);
}
.panel-range .panel-heading.panel-range-heading {
  border: 2px solid;
  border-radius: 0;
  background-color: #fff;
}
.panel-range .panel-heading.panel-range-heading .range-tariff-name {
  margin: 5px 0 0 2px;
}
.panel-range.panel-toptariff .panel-heading {
  border-color: #50abc2;
  color: #31708f;
  background: #fff;
  background: linear-gradient(90deg, #50abc2 100%, #50abc2 0%);
  background: -webkit-linear-gradient(90deg, #50abc2 100%, #50abc2 0%);
  background: -o-linear-gradient(90deg, #50abc2 100%, #50abc2 0%);
  background: -moz-linear-gradient(90deg, #50abc2 100%, #50abc2 0%);
  background-position: right;
  background-size: 85px 100%;
  background-repeat: no-repeat;
}
.panel-range.panel-success .panel-heading {
  border-color: #4a9a1d;
  color: #3c763d;
  background: linear-gradient(90deg, #4a9a1d 100%, #4a9a1d 0%);
  background: -webkit-linear-gradient(90deg, #4a9a1d 100%, #4a9a1d 0%);
  background: -o-linear-gradient(90deg, #4a9a1d 100%, #4a9a1d 0%);
  background: -moz-linear-gradient(90deg, #4a9a1d 100%, #4a9a1d 0%);
  background-position: right;
  background-size: 85px 100%;
  background-repeat: no-repeat;
}
.panel-range.panel-warning .panel-heading {
  border-color: #ff9912;
  color: #8a6d3b;
  background: linear-gradient(90deg, #ff9912 100%, #ff9912 0%);
  background: -webkit-linear-gradient(90deg, #ff9912 100%, #ff9912 0%);
  background: -o-linear-gradient(90deg, #ff9912 100%, #ff9912 0%);
  background: -moz-linear-gradient(90deg, #ff9912 100%, #ff9912 0%);
  background-position: right;
  background-size: 85px 100%;
  background-repeat: no-repeat;
}
.panel-range.panel-danger .panel-heading {
  border-color: #f95331;
  color: #a94442;
  background: -webkit-linear-gradient(90deg, #f95331 100%, #f95331 0%);
  background: -o-linear-gradient(90deg, #f95331 100%, #f95331 0%);
  background: -moz-linear-gradient(90deg, #f95331 100%, #f95331 0%);
  background: linear-gradient(90deg, #f95331 100%, #f95331 0%);
  background-position: right;
  background-size: 85px 100%;
  background-repeat: no-repeat;
}
.panel-range.panel-toptariff .panel-heading:hover {
  background: #f2f7f8;
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(90deg, #f2f7f8 0%, #50abc2 600%);
  background: -o-linear-gradient(90deg, #f2f7f8 0%, #50abc2 600%);
  background: -moz-linear-gradient(90deg, #f2f7f8 0%, #50abc2 600%);
  background: linear-gradient(to right, #f2f7f8 0%, #50abc2 600%);
}
.panel-range.panel-toptariff .panel-heading:hover .criteria-number {
  color: #31708f;
}
.panel-range.panel-success .panel-heading:hover {
  background: #f3ffec;
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(90deg, #f3ffec 0%, #4a9a1d 600%);
  background: -o-linear-gradient(90deg, #f3ffec 0%, #4a9a1d 600%);
  background: -moz-linear-gradient(90deg, #f3ffec 0%, #4a9a1d 600%);
  background: linear-gradient(to right, #f3ffec 0%, #4a9a1d 600%);
}
.panel-range.panel-success .panel-heading:hover .criteria-number {
  color: #3c763d;
}
.panel-range.panel-warning .panel-heading:hover {
  background: #fff5e8;
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(90deg, #fff5e8 0%, #ff9912 600%);
  background: -o-linear-gradient(90deg, #fff5e8 0%, #ff9912 600%);
  background: -moz-linear-gradient(90deg, #fff5e8 0%, #ff9912 600%);
  background: linear-gradient(90deg, #fff5e8 0%, #ff9912 600%);
}
.panel-range.panel-warning .panel-heading:hover .criteria-number {
  color: #8a6d3b;
}
.panel-range.panel-danger .panel-heading:hover {
  background: #fff5e8;
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(90deg, #fff5e8 0%, #f95331 600%);
  background: -o-linear-gradient(90deg, #fff5e8 0%, #f95331 600%);
  background: -moz-linear-gradient(90deg, #fff5e8 0%, #f95331 600%);
  background: linear-gradient(90deg, #fff5e8 0%, #f95331 600%);
}
.panel-range.panel-danger .panel-heading:hover .criteria-number {
  color: #a94442;
}
.panel-group {
  margin: 10px 0;
  background: transparent;
}
.panel-group .panel-body .list-group {
  margin-bottom: 20px;
  box-shadow: 1px 1px 3px #dcdcdc;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #005262;
}
.panel-group .panel-body .list-group > .list-group-item:first-child {
  padding: 5px 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-color: #f5f5f5;
}
.panel-group .panel + .panel {
  margin-top: 15px;
}
.panel-group .panel.panel-criteria {
  margin-top: 20px;
  margin-bottom: 30px;
  border: 2px rgba(102, 102, 102, 0.2) solid;
  border-radius: 2px;
  text-align: center;
  background: transparent;
  box-shadow: 0 3px 10px rgba(102, 102, 102, 0.34);
  /* Avoid collapse with info-cricle */
}
.panel-group .panel.panel-criteria > .panel-heading {
  border: 0;
  color: #959595;
  background-color: transparent;
}
.panel-group .panel.panel-criteria .panel-heading {
  padding: 4px;
  border-color: rgba(102, 102, 102, 0.2);
  font-weight: 700;
  background: linear-gradient(to right, rgba(164, 240, 255, 0.25) 0%, rgba(0, 82, 98, 0.12) 50%, rgba(164, 240, 255, 0.25) 100%);
  cursor: pointer;
}
.panel-group .panel.panel-criteria .panel-body {
  padding-top: 20px;
}
.panel-group .panel.panel-criteria .fa {
  color: rgba(102, 102, 102, 0.7);
}
.panel-group .panel.panel-criteria h6 {
  font-size: 16px;
}
.panel-group .panel.panel-criteria .panel-title {
  margin-top: 0;
  margin-bottom: 0;
  color: #454545;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 500;
}
.panel-group .panel.panel-criteria .panel-title > a,
.panel-group .panel.panel-criteria .panel-title > small,
.panel-group .panel.panel-criteria .panel-title > .small,
.panel-group .panel.panel-criteria .panel-title > small > a,
.panel-group .panel.panel-criteria .panel-title > .small > a {
  color: #656565;
}
.panel-group .panel.panel-criteria .panel-heading + .panel-collapse > .panel-body {
  border-top: none;
  background: linear-gradient(to right, rgba(164, 240, 255, 0.25) 0%, rgba(0, 82, 98, 0.12) 50%, rgba(164, 240, 255, 0.25) 100%);
}
.panel-group .panel.panel-criteria .criteria-container {
  margin-right: 20px;
}
.panel-group .panel.panel-criteria i.icon-product {
  margin-top: 1px;
  margin-left: 15px;
  color: rgba(0, 82, 98, 0.15);
  font-size: 32px;
}
.panel-group .panel.panel-criteria .fa-chevron-down {
  color: #fff;
}
.panel-group .panel.panel-criteria .fa-info-circle {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 20px;
}
.panel-addon {
  border: 2px solid #e2e2e2;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: rgba(16, 165, 228, 0.05);
  animation: pulse-grey 2s infinite;
}
.panel-addon .title-addon {
  margin-bottom: 10px;
  margin-left: 20px;
  color: #10a5e4;
  font-size: 20px;
}
.panel-addon .text-addon {
  margin-left: 20px;
  color: #333;
}
@keyframes pulse-grey {
  0% {
    box-shadow: 0 0 0 0 #e2e2e2;
  }
  70% {
    box-shadow: 0 0 0 10px rgba(226, 226, 226, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(226, 226, 226, 0);
  }
}
@media (max-width: 767px) {
  .panel-select {
    margin: 20px 0;
  }
  .panel-info .list-group {
    margin-bottom: 0;
  }
  .panel-info .list-group > .col-xs-6 {
    flex-direction: column;
  }
}
@media (max-width: 540px) {
  .panel-info .list-group > .col-xs-6 {
    font-size: 12px;
    word-break: break-all;
  }
  .panel-title .badge {
    margin-top: -20px;
    margin-right: 0;
  }
}
html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
}
body {
  font-family: -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Helvetica Neue', sans-serif;
}
#body {
  padding-bottom: 50px;
  /* Height of the footer */
}
#container {
  position: relative;
  min-height: 100%;
  background-image: #ffffff;
}
#footer {
  position: absolute;
  bottom: 0;
  width: 100%;
}
/* Hack for IE 10+ */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  #container {
    -ms-overflow-x: hidden;
  }
  svg {
    width: 227px;
    height: 227px;
  }
  .btn {
    padding-bottom: 10px;
  }
  .loader {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 200px;
    height: 200px;
    margin: auto;
    background: url('/bundles/einblickvergleiche/images/Rolling.gif') no-repeat center center !important;
  }
}
svg {
  max-width: 250px;
}
.empty svg {
  max-width: 237px;
  margin-top: 7px;
  border: 4px dashed rgba(102, 102, 102, 0.2);
  border-radius: 100%;
  box-shadow: inset -2px -2px 12px #bcbcbc;
}
#donut-check svg {
  max-width: 100%;
  height: 280px;
}
.rbc-center-text-line0 {
  font-family: 'Roboto', sans-serif;
  font-size: 42px;
  font-weight: 500;
}
.rbc-center-text-line1 {
  font-size: 20px;
}
.range .rbc-center-text-line0 {
  font-size: 30px;
  font-weight: 500;
}
.chart-label p {
  color: #333;
}
.ct-chart {
  margin-top: 7px;
}
.ct-blank {
  opacity: 0.06;
  stroke-width: 35px;
  stroke-dasharray: 31px, 2px;
}
.ct-blank > .ct-slice-donut {
  stroke-dasharray: 0;
}
.ct-blank.chart-danger {
  stroke: #f95331;
}
.ct-blank.chart-warning {
  stroke: #ff9912;
}
.ct-blank.chart-success {
  stroke: #4a9a1d;
}
.progress.chart-danger,
.ct-fill.chart-danger,
.ct-range.chart-danger {
  stroke: #f95331;
}
.progress.chart-warning,
.ct-fill.chart-warning,
.ct-range.chart-warning {
  stroke: #ff9912;
}
.progress.chart-success,
.ct-fill.chart-success,
.ct-range.chart-success {
  stroke: #4a9a1d;
}
.progress.chart-info,
.ct-fill.chart-info,
.ct-range.chart-info {
  stroke: #50abc2;
}
.ct-fill {
  stroke-width: 35px;
}
.ct-fill > .ct-slice-donut {
  opacity: 0.8;
}
.ct-range > .ct-slice-donut {
  stroke-dasharray: 26px, 26px;
  fill: none;
  opacity: 1;
  stroke-width: 35px;
  animation: animeicon 2.5s infinite;
  animation-timing-function: ease;
  animation-direction: alternate;
  -moz-animation: animeicon 2.5s infinite;
  -moz-animation-direction: alternate;
  -webkit-animation: animeicon 2.5s infinite;
  -webkit-animation-direction: alternate;
}
.chart-label,
.chart-label1,
.chart-label2,
.chart-label3,
.chart-label4,
.chart-label5 {
  margin-top: -140px;
  margin-bottom: 90px;
  color: #333;
}
.score {
  color: #333;
  font-family: 'Roboto', sans-serif;
  font-size: 28px;
  font-weight: 500;
}
/* Chrome, Safari, Opera */
@-webkit-keyframes animeicon {
  from {
    stroke-dasharray: 0, 20px;
  }
  to {
    stroke-dasharray: 20px, 0;
  }
}
/* Firefox */
@-moz-keyframes animeicon {
  from {
    stroke-dasharray: 0, 20px;
  }
  to {
    stroke-dasharray: 20px, 0;
  }
}
/* Standard syntax */
@keyframes animeicon {
  from {
    stroke-dasharray: 0, 20px;
  }
  to {
    stroke-dasharray: 20px, 0;
  }
}
@media (max-width: 540px) {
  .empty svg {
    max-width: 217px;
    margin-top: 0;
  }
}
@media (max-width: 380px) {
  .empty svg {
    max-width: 150px;
    margin-top: 5px;
  }
}
.chosen-container.chosen-container-multi {
  width: 100% !important;
}
.chosen-container.chosen-container-multi .chosen-choices {
  display: block;
  height: 34px;
  padding: 3px 5px;
  border: 1px solid #ccc;
  border-radius: 4px;
  line-height: 1.42857143;
  color: #555;
  font-size: 14px;
  background: #fff none;
  -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 {
  border-radius: 2px;
  font-size: 16px;
  box-shadow: inset -1px -1px 5px rgba(0, 0, 0, 0.075);
}
.bs-searchbox,
.bs-actionsbox,
.bs-donebutton {
  padding: 4px 8px;
}
.bs-donebutton {
  float: left;
  width: 100%;
  box-sizing: border-box;
}
.bs-donebutton .btn-group button {
  width: 100%;
}
.bs-searchbox {
  width: 100%;
  box-sizing: border-box;
}
.bs-searchbox .btn-group button {
  width: 50%;
}
.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px;
}
.bs-searchbox .form-control {
  float: none;
  width: 100%;
  margin-bottom: 0;
}
.form-group.chosen-container.chosen-container-single .chosen-single {
  width: 100% !important;
  height: 34px;
  line-height: 33px;
  font-size: 14px;
}
.form-group.chosen-container.chosen-container-single .chosen-single div {
  top: 4px;
}
.btn-group.bootstrap-select.form-control {
  width: 220px;
  /*IE9 and below*/
}
.btn-group.bootstrap-select.form-control .btn.btn-default {
  background-color: #fff;
  box-shadow: inset 0 0 10px #fafafa, 1px 1px 3px #dcdcdc;
}
.btn-group.bootstrap-select.form-control .btn-default:hover,
.btn-group.bootstrap-select.form-control .btn-default:focus,
.btn-group.bootstrap-select.form-control .btn-default:active {
  border-color: rgba(90, 16, 24, 0.4);
  background-color: #fff;
}
.btn-group.bootstrap-select.form-control > .dropdown-toggle {
  z-index: 1;
  width: 100%;
  padding-right: 25px;
}
.btn-group.bootstrap-select.form-control > .dropdown-toggle.bs-placeholder,
.btn-group.bootstrap-select.form-control > .dropdown-toggle.bs-placeholder:hover,
.btn-group.bootstrap-select.form-control > .dropdown-toggle.bs-placeholder:focus,
.btn-group.bootstrap-select.form-control > .dropdown-toggle.bs-placeholder:active {
  color: #333333;
}
.btn-group.bootstrap-select.form-control > select {
  display: block !important;
  position: absolute !important;
  bottom: 0;
  left: 50%;
  width: .5px !important;
  height: 100% !important;
  padding: 0 !important;
  border: 0;
  opacity: 0 !important;
}
.btn-group.bootstrap-select.form-control > select.mobile-device {
  display: block !important;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100% !important;
  font-size: 16px;
}
.has-error .btn-group.bootstrap-select.form-control .dropdown-toggle,
.error .btn-group.bootstrap-select.form-control .dropdown-toggle,
.btn-group.bootstrap-select.form-control .has-error .btn.btn-default {
  border-color: #b94a48;
  color: #b94a48;
}
.btn-group.bootstrap-select.form-control.fit-width {
  width: auto !important;
}
.btn-group.bootstrap-select.form-control:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 220px;
}
.bootstrap-select.btn-group .dropdown-menu {
  min-width: 100%;
  box-sizing: border-box;
}
.bootstrap-select.btn-group .dropdown-menu li {
  position: relative;
}
.bootstrap-select.btn-group .dropdown-menu li small {
  padding-left: .5em;
}
.bootstrap-select.btn-group .dropdown-menu a {
  cursor: pointer;
  user-select: none;
}
.bootstrap-select.btn-group .dropdown-menu a.opt {
  position: relative;
  padding-left: 2.25em;
}
.bootstrap-select.btn-group .dropdown-menu a span.check-mark {
  display: none;
}
.bootstrap-select.btn-group .dropdown-menu a span.text {
  display: inline-block;
}
.bootstrap-select.btn-group .dropdown-menu > .disabled a {
  cursor: not-allowed;
}
.bootstrap-select.btn-group .dropdown-menu > .active > a,
.bootstrap-select.btn-group .dropdown-menu > .active > a:focus,
.bootstrap-select.btn-group .dropdown-menu > .active > a:hover {
  outline: 0;
  color: #fff;
  text-decoration: none;
  background-color: #b11f30;
}
.bootstrap-select.btn-group .dropdown-menu > .active small {
  color: #fff;
}
.bootstrap-select.btn-group .dropdown-menu.inner {
  float: none;
  position: static;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}
.bootstrap-select.btn-group .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  min-height: 26px;
  box-sizing: border-box;
  margin: 0 2%;
  padding: 3px 5px;
  pointer-events: none;
  border: 1px solid #e3e3e3;
  background: #f5f5f5;
  opacity: .9;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.bootstrap-select.btn-group .dropdown-toggle .filter-option {
  display: inline-block;
  width: 100%;
  overflow: hidden;
  text-align: left;
}
.bootstrap-select.btn-group .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
}
.bootstrap-select.btn-group .dropdown-toggle:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.bootstrap-select.btn-group .dropdown-menu.open {
  max-width: 350px;
}
.bootstrap-select.btn-group .dropdown-menu.open ul.dropdown-menu.inner {
  overflow-x: hidden;
}
.bootstrap-select.btn-group:not(.input-group-btn),
.bootstrap-select.btn-group[class*="col-"] {
  display: inline-block;
  float: none;
  margin-left: 0;
}
.bootstrap-select.btn-group[class*="col-"] .dropdown-toggle {
  width: 100%;
}
.bootstrap-select.btn-group.fit-width .dropdown-toggle .filter-option {
  position: static;
}
.bootstrap-select.btn-group.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}
.form-inline .bootstrap-select.btn-group,
.form-horizontal .bootstrap-select.btn-group,
.form-group .bootstrap-select.btn-group {
  margin-bottom: 0;
}
.form-group-lg .bootstrap-select.btn-group.form-control,
.form-group-sm .bootstrap-select.btn-group.form-control {
  padding: 0;
}
.form-group-lg .bootstrap-select.btn-group.form-control .dropdown-toggle,
.form-group-sm .bootstrap-select.btn-group.form-control .dropdown-toggle {
  height: 100%;
  border-radius: inherit;
  line-height: inherit;
  font-size: inherit;
}
.form-inline .bootstrap-select.btn-group .form-control {
  width: 100%;
}
.bootstrap-select.btn-group.disabled,
.bootstrap-select.btn-group > .disabled {
  cursor: not-allowed;
}
.bootstrap-select.btn-group.disabled:focus,
.bootstrap-select.btn-group > .disabled:focus {
  outline: none !important;
}
.bootstrap-select.btn-group.bs-container {
  position: absolute;
  height: 0 !important;
  padding: 0 !important;
}
.bootstrap-select.btn-group.bs-container .dropdown-menu {
  z-index: 1060;
}
.bootstrap-select.btn-group .no-results {
  margin: 0 5px;
  padding: 3px;
  white-space: nowrap;
  background: #f5f5f5;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
  display: inline-block;
  position: absolute;
  right: 15px;
  margin-top: 5px;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}
.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: 0;
}
.bootstrap-select.form-control:not([class*="col-"]) {
  width: 100%;
}
.bootstrap-select.form-control.input-group-btn {
  z-index: auto;
}
.bootstrap-select.form-control.input-group-btn:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn {
  border-radius: 2px;
}
.btn.btn-default {
  border-color: #bdbdbd;
  background-color: #f0f0f0;
  box-shadow: inset 0 14px 10px #f0f0f0, 0 2px 6px rgba(0, 0, 0, 0.2);
}
.btn.btn-default:hover,
.btn.btn-default:focus,
.btn.btn-default:active {
  border-color: #a3a3a3;
  background-color: #ededed;
  box-shadow: inset 0 14px 10px #ebebeb, 0 2px 6px rgba(0, 0, 0, 0.35);
}
.btn.btn-success {
  border-color: #ad1e2f;
  background-color: #b11f30;
  box-shadow: inset 0 14px 10px #b11f30, 0 2px 6px rgba(0, 0, 0, 0);
}
.btn.btn-success:hover,
.btn.btn-success:focus,
.btn.btn-success:active {
  border-color: #9b1b2a;
  background-color: #ad1e2f;
  box-shadow: inset 0 14px 10px #cb2437, 0 2px 12px rgba(0, 0, 0, 0.35);
}
.btn.btn-danger {
  border-color: #f94f2c;
  background-color: #f95331;
  box-shadow: inset 0 14px 10px #fa6c4f, 0 2px 6px rgba(0, 0, 0, 0.35);
}
.btn.btn-danger:hover,
.btn.btn-danger:focus,
.btn.btn-danger:active {
  border-color: #f83e18;
  background-color: #f94f2c;
  box-shadow: inset 0 14px 10px #fa6c4f, 0 2px 12px rgba(0, 0, 0, 0.35);
}
.btn.btn-warning {
  border-color: #ff970d;
  background-color: #ff9912;
  box-shadow: inset 0 14px 10px #ffa631, 0 2px 6px rgba(0, 0, 0, 0.35);
}
.btn.btn-warning:hover,
.btn.btn-warning:focus,
.btn.btn-warning:active {
  border-color: #f88d00;
  background-color: #ff970d;
  box-shadow: inset 0 14px 10px #ffa631, 0 2px 12px rgba(0, 0, 0, 0.35);
}
.btn:hover,
.btn:focus,
.btn:active {
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.35);
}
.btn.btn-link:hover,
.btn.btn-link:focus,
.btn.btn-link:active {
  box-shadow: none;
}
.btn.btn-white {
  display: inline-block;
  padding: 15px 10px;
  border: 2px solid #005262;
  border-radius: 5px 5px;
  line-height: 22px;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  background: rgba(0, 82, 98, 0.85);
  box-shadow: inset 0 -20px 20px rgba(0, 82, 98, 0.55);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.btn.btn-white i {
  margin-right: 10px;
  line-height: 22px;
  font-size: 22px;
  vertical-align: text-top;
}
.btn.btn-round {
  padding: 11px 12px 9px 16px;
  border-color: #861724;
  border-radius: 50%;
  background-color: #b11f30;
  box-shadow: inset 0 14px 10px #d42539, -1px 1px 6px rgba(0, 0, 0, 0.3);
}
.btn.btn-plus {
  position: absolute;
  left: 50%;
  z-index: 100;
  width: 26px;
  height: 26px;
  margin: -8px auto;
  padding: 3px;
  border-color: #861724;
  border-radius: 50%;
  background-color: #b11f30;
  box-shadow: inset 0 -1px 4px 1px #cb2437, 1px 2px 6px rgba(0, 0, 0, 0.3);
  transform: translate(-50%, 0%);
}
.btn.btn-float {
  margin: 20px 40px 0 0;
  border-color: #861724;
  border-radius: 10px;
  background-color: #b11f30;
  box-shadow: inset 0 -1px 1px 1px #cb2437, 1px 2px 6px rgba(0, 0, 0, 0.3);
}
.btn.btn-plus:hover,
.btn.btn-plus:focus,
.btn.btn-plus:active,
.btn.btn-round:hover,
.btn.btn-round:focus,
.btn.btn-round:active,
.btn.btn-float:hover,
.btn.btn-float:focus,
.btn.btn-float:active {
  border-color: #7d1622;
  background-color: #a81d2e;
}
.btn-round i.fas,
.btn-plus i.fas {
  font-size: 16px;
}
.btn:focus,
.btn:active {
  outline: none;
}
.btn-start {
  margin-top: 10px;
}
.btn.btn-select-product {
  min-width: 240px;
  margin-top: 0;
  margin-bottom: 20px;
  padding: 5px;
  cursor: pointer;
  box-shadow: inset 0 33px 33px #b11f30, 0 2px 6px rgba(0, 0, 0, 0);
}
.btn.btn-select-product:hover,
.btn.btn-select-product:active,
.btn.btn-select-product:focus {
  box-shadow: inset 0 33px 33px #d42539, 0 2px 12px rgba(0, 0, 0, 0.35);
}
.btn.btn-select-product i {
  display: inline-block;
  width: 50px;
  height: 50px;
  margin-bottom: 0;
  line-height: 60px;
  font-size: 40px;
  cursor: pointer;
}
.btn.btn-select-product p {
  margin-bottom: 0;
  line-height: 33px;
  color: #fff;
}
.btn-select-product.btn-file {
  padding: 8px;
}
.btn-select-product.btn-file .icon-group {
  margin-bottom: 5px;
}
a.btn.btn-link {
  padding: 0;
}
a.btn.btn-link:hover,
a.btn.btn-link:active,
a.btn.btn-link:focus {
  text-decoration: none;
  box-shadow: none;
}
a.btn-outline {
  margin-right: 15px;
  margin-left: 10px;
  padding: 8px 20px;
  border: 2px solid #005262;
  border-radius: 5px 5px;
  font-family: 'Roboto', sans-serif;
  background: transparent;
}
a.btn-outline:hover,
a.btn-outline:focus {
  border: 2px solid #005262;
  color: #ffffff;
  background: #005262;
}
.section-select a.btn-white {
  width: 320px;
  margin: 20px 0 20px 0;
}
.section-select .btn-white {
  margin: 0 0 25px 0;
}
.section-select .dropdown-menu.dropdown-product {
  width: 100%;
  border-radius: 2px;
}
.section-select .dropdown-menu.dropdown-product li > a {
  padding: 10px 20px;
  color: #005262;
  font-size: 16px;
}
.section-select .dropdown-menu.dropdown-product li > a:focus,
.section-select .dropdown-menu.dropdown-product li > a:hover {
  color: #ffffff;
  background: #005262;
}
.section-select .dropdown-menu.dropdown-product li > a i.fas,
.section-select .dropdown-menu.dropdown-product li > a i.fab {
  margin-right: 10px;
  line-height: 22px;
  font-size: 22px;
  vertical-align: text-top;
}
button.btn-select-tariff {
  margin-top: 25px;
}
a.btn-select-tariff {
  color: #b11f30;
  font-weight: 600;
}
a.btn-select-tariff i.fa-edit {
  margin-top: -7px;
  margin-left: 10px;
  line-height: 30px;
  color: #b11f30;
  font-size: 24px;
}
/* side box */
.side {
  position: fixed;
  left: 0;
  z-index: 1050;
  min-height: 270px;
  margin-left: -7px;
}
.side .side-tab {
  float: right;
  width: 155px;
  height: 38px;
  margin-top: 100px;
  margin-left: -54px;
  padding-top: 6px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 0 0 10px 10px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  background-color: #b11f30;
  cursor: pointer;
  box-shadow: inset 0 14px 10px #8e1927, -3px 3px 6px rgba(0, 0, 0, 0.3);
}
.side .side-share {
  width: 218px;
  margin-top: 50px;
  border: 0;
  background: linear-gradient(to right, rgba(183, 183, 183, 0.4) 0%, rgba(208, 208, 208, 0.4) 50%, #c8c8c8 100%);
  box-shadow: inset 0 70px 70px #e5e5e5, 2px 3px 6px rgba(0, 0, 0, 0.3);
}
.side .side-share .side-container {
  margin: 20px 0 10px 0;
}
.side .side-share .btn-block {
  margin: 15px 0;
}
.side .side-share button.side-close {
  position: absolute;
  right: 7px;
}
.side .side-tab:hover,
.side .side-tab:focus,
.side .side-tab:active {
  border-color: #a41d2c;
  background-color: #a81d2e;
  box-shadow: inset 0 14px 10px #8a1825, -3px 3px 12px rgba(0, 0, 0, 0.3);
}
.side .side-tab.warning {
  color: #333;
  font-weight: normal;
  background-color: #e2e2e2;
  box-shadow: inset 0 14px 10px #cecece, -3px 3px 6px rgba(0, 0, 0, 0.3);
}
.side .side-tab.warning:hover,
.side .side-tab.warning:focus,
.side .side-tab.warning:active {
  border-color: #d8d8d8;
  font-weight: normal;
  background-color: #dadada;
  box-shadow: inset 0 14px 10px #cbcbcb, -3px 3px 12px rgba(0, 0, 0, 0.3);
}
.side .side-tab.info {
  background-color: #50abc2;
  box-shadow: inset 0 14px 10px #3c96ad, -3px 3px 6px rgba(0, 0, 0, 0.3);
}
.side .side-tab.info:hover,
.side .side-tab.info:focus,
.side .side-tab.info:active {
  border-color: #3a90a5;
  background-color: #3a90a5;
  box-shadow: inset 0 14px 10px #50abc2, -3px 3px 6px rgba(0, 0, 0, 0.3);
}
.side.side-top {
  top: 150px;
}
.side.side-bottom {
  top: 350px;
}
.single-print .offer-group {
  display: none;
}
.upload .file-preview {
  margin: 20px 0 25px;
  background-color: rgba(0, 82, 98, 0.1);
}
.file-input .btn-danger,
.file-input .btn-warning,
.file-input .btn-success {
  width: 250px;
  margin: 20px;
  padding: 8px;
}
.krajee-default.file-preview-frame {
  background: #fff;
}
/* ===== Disable dotted outline ===== */
@-moz-document url-prefix() {
  .btn-file,
  .btn-file::-moz-focus-inner,
  .btn-file:-moz-focusring {
    border-color: #b11f30;
    color: #fff;
    background: #b11f30 none;
  }
  .fileinput-remove-button,
  .fileinput-remove-button::-moz-focus-inner,
  .fileinput-remove-button:-moz-focusring {
    border-color: #f95331;
    color: #fff;
    background: #f95331 none;
  }
}
@media (max-width: 991px) {
  .home-section a.btn-white {
    margin: 0 0 20px 0;
  }
}
@media (max-width: 767px) {
  .file-input {
    width: 87%;
    margin: 30px auto;
  }
  .file-input .btn-danger,
  .file-input .btn-warning,
  .file-input .btn-success {
    width: 200px;
    margin: 10px;
  }
  .btn-success.btn-select-tariff {
    margin-top: 34px;
    padding: 3px 6px;
  }
  .btn.btn-select-product {
    min-width: 330px;
    margin-top: 10px;
    margin-bottom: 30px;
    padding: 0;
    cursor: pointer;
    box-shadow: inset 0 14px 10px #b11f30, 0 2px 6px rgba(0, 0, 0, 0);
  }
  .btn.btn-select-product .hi-icon-wrap {
    display: inline-block;
    float: left;
    margin-top: 0;
    padding: 3px;
    background-color: rgba(221, 63, 82, 0.7);
    box-shadow: inset -1px -1px 20px rgba(255, 255, 255, 0.2);
  }
  .btn.btn-select-product i {
    display: inline-block;
    height: 100%;
    margin-bottom: 5px;
    border-radius: 50%;
    line-height: 100%;
    font-size: 25px;
    vertical-align: super;
    cursor: pointer;
  }
  .btn.btn-select-product p {
    display: inline-block;
    float: left;
    margin-top: 3px;
    margin-bottom: 0;
    margin-left: 15px;
    color: #fff;
    vertical-align: text-bottom;
  }
  .panel-select-tariff .btn.btn-success {
    margin-top: 20px;
  }
  .side .side-tab {
    width: 130px;
    height: 24px;
    font-size: 12px;
  }
  .side .side-tab.info {
    background-color: #50abc2;
  }
  .side .side-tab.success {
    background-color: #4a9a1d;
  }
  .side.side-top {
    top: 120px;
  }
  .side.side-bottom {
    top: 275px;
  }
}
@media (max-width: 540px) {
  .section-select a.btn-white {
    width: 100%;
    margin-top: 25px;
    padding: 15px 10px;
  }
  .section-select .dropdown.btn-group {
    width: 100%;
  }
  .section-select .dropdown-menu.dropdown-product li > a {
    padding: 15px 15px;
  }
  .btn-success.btn-select-tariff {
    padding: 3px 3px;
    font-size: 12px;
  }
  a.btn-select-tariff i.fa-edit {
    font-size: 20px;
  }
  .btn.btn-select-product {
    width: 100%;
    min-width: 100%;
  }
  .btn.btn-select-product .hi-icon-wrap {
    width: 45px;
  }
  .btn.btn-select-product i {
    width: 100%;
    margin-top: 4px;
    margin-right: 10px;
  }
  .btn.btn-select-product p {
    margin-left: 10px;
  }
  .panel-select-tariff .btn.btn-success {
    width: 100%;
    margin-top: 30px;
  }
}
.modal .modal-fullscreen {
  background: rgba(0, 0, 0, 0.3);
}
.modal .modal-fullscreen .modal-content {
  border: 0;
  border-radius: 0;
  background: #fff;
}
.modal .modal-header {
  padding: 10px 15px;
  border-bottom: 2px #005262 solid;
  background-color: #fff;
}
.modal .modal-footer {
  padding: 15px;
  border-top: none;
  background-color: #fff;
}
.modal .modal-feedback {
  margin: 15px;
  text-align: center;
}
.modal .modal-body .report-form {
  margin: 15px;
}
.select-modal .modal-content {
  border-radius: 2px;
}
.select-modal .modal-body {
  min-height: 100px;
  padding: 30px 15px 0 15px;
  background-color: rgba(102, 102, 102, 0.05);
}
.select-modal .modal-footer {
  padding: 15px;
  border-top: none;
  background-color: rgba(102, 102, 102, 0.05);
}
.modal-body .fas.text-info {
  position: absolute;
  top: 20px;
  left: 14px;
  width: 100px;
  color: rgba(102, 102, 102, 0.1);
  font-size: 10em;
  background: no-repeat left center;
}
.modal.left .modal-body,
.modal.right .modal-body {
  padding: 15px;
}
.modal.left .modal-dialog,
.modal.right .modal-dialog {
  position: fixed;
  width: 660px;
  margin: auto;
  -webkit-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}
.modal.left .modal-content,
.modal.right .modal-content {
  margin-top: 3px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.modal.left .modal-content .control-label,
.modal.right .modal-content .control-label {
  margin-top: 15px;
}
.modal.right.fade .modal-dialog {
  right: -320px;
  -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
  -o-transition: opacity 0.3s linear, right 0.3s ease-out;
  transition: opacity 0.3s linear, right 0.3s ease-out;
}
.modal.left.fade .modal-dialog {
  left: -320px;
  -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
  -o-transition: opacity 0.3s linear, left 0.3s ease-out;
  transition: opacity 0.3s linear, left 0.3s ease-out;
}
.modal.right.fade.in .modal-dialog {
  right: 0;
}
.modal.left.fade.in .modal-dialog {
  left: 0;
}
.modal-backdrop.modal-backdrop-fullscreen {
  background: #fff;
}
.modal-backdrop.modal-backdrop-fullscreen.in {
  opacity: 0.97;
  filter: alpha(opacity=97);
}
@media (min-width: 1200px) {
  .modal .modal-dialog.modal-xl {
    width: 1170px;
  }
}
@media (max-width: 992px), (max-height: 780px) {
  .modal.modal-fullscreen {
    box-shadow: 0 0 0 100px #fff;
  }
  .modal.modal-fullscreen .btn-link {
    color: #b11f30;
  }
  .modal.modal-fullscreen .btn-link:hover,
  .modal.modal-fullscreen .btn-link:focus,
  .modal.modal-fullscreen .btn-link:active {
    box-shadow: none;
  }
  .modal.modal-fullscreen .modal-dialog {
    width: 100%;
    height: 100%;
    margin: 0;
  }
  .modal.modal-fullscreen .modal-dialog .modal-content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 0;
    border-radius: 0;
    overflow: hidden;
    box-shadow: none;
  }
  .modal.modal-fullscreen .modal-dialog .modal-content .modal-header {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: 50px;
    padding: 0 5px 0 0;
    border-bottom: 2px #005262 solid;
    line-height: 55px;
    background-color: #fff;
  }
  .modal.modal-fullscreen .modal-dialog .modal-content .modal-header .modal-title {
    display: inline-block;
    position: absolute;
    line-height: 55px;
  }
  .modal.modal-fullscreen .modal-dialog .modal-content .modal-header .btn {
    padding: 5px;
    vertical-align: middle;
  }
  .modal.modal-fullscreen .modal-dialog .modal-content .modal-header .btn .glyphicon {
    font-size: 22px;
  }
  .modal.modal-fullscreen .modal-dialog .modal-content .modal-header .close {
    display: none;
  }
  .modal.modal-fullscreen .modal-dialog .modal-content .modal-header .fullscreen-buttons {
    position: relative;
    z-index: 1;
    height: calc(45px);
    background-color: #fff;
  }
  .modal.modal-fullscreen .modal-dialog .modal-content .modal-body {
    position: absolute;
    top: 50px;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 7px;
    overflow: scroll;
  }
  .modal.modal-fullscreen .modal-dialog .modal-content .modal-footer {
    display: none;
  }
}
@media screen and (min-width: 992px) and (min-height: 780px) {
  .modal.modal-fullscreen .modal-dialog .modal-content .modal-header .btn {
    display: none;
  }
}
@media (max-width: 767px) {
  .modal.left .modal-dialog,
  .modal.right .modal-dialog {
    width: 100%;
  }
}
header .navbar {
  padding: 7px 7px 7px 0;
  border: 0;
}
header .navbar-default .navbar-nav > li:last-child {
  display: inherit;
}
header .navbar-nav .dropdown-menu > li > a {
  padding: 10px 20px;
}
header .navbar-default .navbar-nav > li > a {
  margin-right: 5px;
  padding: 10px 20px;
  line-height: 30px;
  color: #005262;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 600;
}
header .navbar-collapse li.selected a {
  border-bottom: 2px solid #eee;
  color: #fff;
}
header .navbar-default .navbar-nav > li > a,
header .navbar-default .navbar-nav > li > a:hover {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
header .navbar-fixed-top {
  background: #ffffff;
}
header .navbar-default .navbar-nav.navbar-admin > li > a {
  padding: 10px 6px;
}
header .navbar-nav .open .dropdown-menu > li > a {
  color: #005262;
  font-weight: bold;
}
header .navbar-nav .dropdown-menu {
  background-color: #fdfdfd;
}
header .navbar-fixed-top.opaque {
  background: #ffffff;
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(left top, #ffffff, #ffffff);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(bottom right, #ffffff, #ffffff);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(bottom right, #ffffff, #ffffff);
  /* For Firefox 3.6 to 15 */
  background-image: url(/bundles/einblickvergleiche/images/panel_bg.png), linear-gradient(to bottom right, #ffffff, #ffffff);
  box-shadow: inset 0 -5px 35px #ffffff;
  transition: all 1s ease-in-out 0s;
}
header .navbar-nav .dropdown-menu > li > a:focus,
header .navbar-nav .dropdown-menu > li > a:hover,
header .navbar-nav .dropdown-menu > li.active > a {
  color: #ffffff !important;
  background: #005262;
}
header .navbar-fixed-top.opaque .navbar-collapse .current a {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
header .navbar-nav .open .dropdown-menu > li > a:focus,
header .navbar-nav .open .dropdown-menu > li > a:hover {
  color: #ffffff;
}
header .navbar-default .navbar-nav > li > a.btn-outline {
  margin-right: 15px;
  margin-left: 10px;
  padding: 8px 20px;
  border: 2px solid #005262;
  border-radius: 5px 5px;
  font-family: 'Roboto', sans-serif;
  background: transparent;
}
header .navbar-default .navbar-nav > li > a.btn-outline.btn-help {
  padding: 11px 12px 5px 12px;
}
header .navbar-default .navbar-nav > li > a.btn-outline.btn-help .fa {
  font-size: 22px;
}
header .navbar-default .navbar-nav > li > a.btn-outline.inversed {
  margin-right: 15px;
  margin-left: 10px;
  padding: 8px 20px;
  border: 2px solid #005262;
  border-radius: 5px 5px;
  color: #ffffff;
  font-family: 'Roboto', sans-serif;
  background: #005262;
}
header .navbar-default .navbar-nav > li > a.btn-outline:hover,
header .navbar-default .navbar-nav > li > a.btn-outline:focus {
  border: 2px solid #005262;
  color: #ffffff;
  background: #005262;
}
header .navbar-default .navbar-nav > li > a.btn-outline.inversed:hover,
header .navbar-default .navbar-nav > li > a.btn-outline.inversed:focus {
  border: 2px solid #005262;
  color: #005262;
  background: transparent;
}
header .navbar-toggle {
  margin-top: 6px;
  border-color: #005262;
  border-radius: 2px;
}
header .navbar-toggle span.icon-bar {
  background-color: #005262;
}
header .navbar-default .navbar-toggle:focus,
header .navbar-default .navbar-toggle:hover {
  border-color: #ffffff;
  background-color: #005262;
}
header .navbar-default .navbar-toggle:focus span.icon-bar,
header .navbar-default .navbar-toggle:hover span.icon-bar {
  background-color: #fff;
}
header .navbar-admin + .navbar-right.navbar-nav > li > a.btn-outline {
  padding: 8px 6px;
}
header .navbar-brand {
  height: 60px;
  margin-top: -12px;
}
header .dropdown-menu .divider {
  height: 2px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #005262;
}
header .menu-large {
  position: static !important;
}
header .megamenu {
  max-width: 1142px;
  padding: 20px 0px;
  width: 100%;
  margin: 10px auto;
  right: 0 !important;
  left: 0 !important;
}
header .megamenu > li > ul {
  padding: 0;
  margin: 0;
}
header .megamenu > li > ul > li {
  list-style: none;
}
header .megamenu > li > ul > li > a {
  display: block;
  padding: 10px 20px;
  clear: both;
  line-height: 1.428571429;
  color: #005262 !important;
  font-weight: bold;
  white-space: normal;
}
header .megamenu > li ul > li > a:hover,
header .megamenu > li ul > li > a:focus {
  text-decoration: none;
  color: #ffffff !important;
  background: #005262;
}
@media (max-width: 1179px) {
  .navbar-admin + .navbar-right {
    display: none;
  }
  .header .navbar.navbar-default .container {
    width: 100%;
  }
  .header .navbar.navbar-default .navbar-nav > li > a.btn-outline {
    margin-left: 0;
  }
}
@media (max-width: 991px) {
  .navbar.navbar-default.navbar-fixed-top {
    background-color: #ffffff;
  }
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 4px;
    left: auto;
  }
  .navbar-right {
    margin-top: 0;
    margin-bottom: 0;
  }
  .navbar-form .form-control {
    width: 220px;
  }
  .navbar-nav > li > .dropdown-menu {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .header .navbar.navbar-default .navbar-nav > li > a.btn-outline {
    margin-top: 10px;
    margin-left: 15px;
  }
  .header .navbar-nav .open .dropdown-menu > li > a {
    margin-top: 10px;
    margin-right: 15px;
    margin-left: 15px;
    padding: 13px 20px;
    border: 2px solid #005262;
    border-radius: 5px 5px;
    color: #005262;
    background: transparent;
  }
  .header .navbar-form {
    margin-left: -10px;
    border: transparent;
  }
  .header #request-pw-link {
    margin-top: 10px;
  }
  .header .navbar-form .form-group {
    margin-bottom: 15px;
  }
  .header #show-login {
    height: 50px;
  }
  .megamenu {
    margin-right: 0;
    margin-left: 0;
  }
  .megamenu > li {
    margin-bottom: 30px;
  }
  .megamenu > li:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 540px) {
  .header .navbar.navbar-default .navbar-nav > li > a.btn-outline.btn-help {
    padding: 8px 12px;
  }
}
.rotate {
  -moz-transition: all 0.1s linear;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.rotate.down {
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.rotate.up {
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
/* Loader */
.loader-container {
  width: 100%;
}
.clyde {
  position: relative;
  width: 100px;
  margin-top: -110px;
  border-radius: 50px 50px 0 0;
  overflow: hidden;
  animation: clyde 2.5s infinite linear;
}
.clydetop {
  width: 100px;
  height: 95px;
  border-radius: 50px 50px 0 0;
  background: #b11f30;
}
.tail {
  position: relative;
  width: 300px;
  height: 15px;
  animation: tail 2.5s infinite linear;
  margin-top: -1px;
}
.triangle {
  float: left;
  position: relative;
  width: 0;
  height: 0;
  border-top: 15px solid #b11f30;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
}
.loaderright {
  position: relative;
  top: 30px;
  left: 15px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: white;
}
.loaderleft {
  position: relative;
  top: 0;
  left: 55px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: white;
}
.spinner {
  position: absolute;
  top: 10px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #005262;
  animation: iris 2.5s infinite linear;
}
@keyframes tail {
  0% {
    margin-left: 0;
  }
  50% {
    margin-left: -200px;
  }
}
@keyframes clyde {
  0% {
    margin-left: 0;
  }
  50% {
    margin-left: 200px;
  }
}
@keyframes iris {
  0% {
    left: 20px;
  }
  49% {
    left: 20px;
  }
  50% {
    left: 0;
  }
}
#loading,
#loading_scan {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10000;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  /* dim the background */
}
.loader {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 100px;
  margin-top: -50px;
  margin-left: -50px;
}
.loader::before {
  display: block;
  padding-top: 100%;
  content: '';
}
.circular {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  animation: rotate 2s linear infinite;
  transform-origin: center center;
}
.path {
  stroke-dasharray: 1px, 200px;
  stroke-dashoffset: 0;
  animation: dash 1s ease-in-out infinite, color 2s ease-in-out infinite;
  stroke-linecap: round;
}
@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes dash {
  0% {
    stroke-dasharray: 1px, 200px;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89px, 200px;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89px, 200px;
    stroke-dashoffset: -124px;
  }
}
@keyframes color {
  100%,
  0% {
    stroke: #f95331;
  }
  40% {
    stroke: #ff9912;
  }
  66% {
    stroke: #4a9a1d;
  }
  80%,
  90% {
    stroke: #50abc2;
  }
}
.loading-text {
  position: relative;
  color: #fff;
  font-size: 16px;
}
@keyframes loading {
  0% {
    max-width: 0;
  }
}
.wrap::before {
  display: inline-block;
  height: 100%;
  margin-right: -0.25em;
  vertical-align: middle;
  content: '';
}
.wrap {
  position: relative;
  height: 100%;
  color: white;
  font-family: 'Arial', sans-serif;
  text-align: center;
}
.center {
  display: inline-block;
  vertical-align: middle;
}
.document-loader {
  display: inline-block;
  position: relative;
  min-width: 100px;
  min-height: 141px;
  padding: 5px;
  border-radius: 4px;
  background: #005262;
  animation: slideInOut 3s ease infinite;
}
.document-loader::before {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px;
  border-color: #4c4c4c #4c4c4c rgba(255, 255, 255, 0.35) rgba(255, 255, 255, 0.35);
  border-bottom-left-radius: 4px;
  content: '';
}
.document-loader .heading {
  display: block;
  width: 0;
  height: 8px;
  margin-top: 5px;
  margin-bottom: 5px;
  background: #333;
  animation: growHeading 3s linear infinite;
}
.document-loader .heading.short {
  animation: growHeadingShort 3s linear infinite;
}
.document-loader .heading:first-child {
  margin-top: 0;
}
.document-loader .line {
  display: block;
  width: 0;
  height: 4px;
  margin: 3px 0 3px 0;
  background: #eee;
  animation: growLine 3s linear infinite;
}
.document-loader .line.short {
  margin-bottom: 6px;
  animation: growLineShort 3s linear infinite;
}
@keyframes slideInOut {
  0% {
    transform: translateX(-100%);
    opacity: 0;
  }
  20% {
    transform: translateX(-5%);
    opacity: 1;
  }
  80% {
    transform: translateX(5%);
    opacity: 1;
  }
  100% {
    transform: translateX(100%);
    opacity: 0;
  }
}
@keyframes growHeading {
  0% {
    width: 0;
  }
  60% {
    width: 0;
  }
  70% {
    width: 85px;
  }
  100% {
    width: 90px;
  }
}
@keyframes growHeadingShort {
  0% {
    width: 0;
  }
  30% {
    width: 0;
  }
  40% {
    width: 45px;
  }
  100% {
    width: 65px;
  }
}
@keyframes growLine {
  0% {
    width: 0;
  }
  60% {
    width: 0;
  }
  80% {
    width: 85px;
  }
  100% {
    width: 100px;
  }
}
@keyframes growLineShort {
  0% {
    width: 0;
  }
  50% {
    width: 0;
  }
  60% {
    width: 70px;
  }
  100% {
    width: 75px;
  }
}
section h4 {
  margin-bottom: 30px;
}
.section-white {
  padding: 55px 0 70px 0;
  background: #f3f5f9;
}
.section-white .product-icon {
  position: absolute;
  top: 85px;
  left: 50%;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  color: rgba(102, 102, 102, 0.1);
  font-size: 11.8em;
  transform: translate(-50%, 0%);
}
.bg-history {
  background: #ffffff url(/bundles/einblickvergleiche/images/img-stats.jpeg) no-repeat top;
  background-size: cover;
}
.section-light {
  padding: 7% 5px 70px 5px;
  background: #f3f5f9;
}
.divider-al {
  height: 17px;
  background: url(/bundles/einblickvergleiche/images/header_colored_line_al.png) no-repeat;
  background-size: cover;
}
.home-section {
  /* For browsers that do not support background-image */
  min-height: 67vh;
  padding: 160px 0 80px 0;
  justify-content: center;
  background: #ffffff url(/bundles/einblickvergleiche/images/hero.jpg) no-repeat;
  background-size: cover;
  background-position-y: -50px;
}
.home-section h1 {
  display: inline-block;
  margin-top: 15px;
  line-height: 44px;
  color: #fff;
  font-size: 33px;
  font-weight: 500;
  letter-spacing: 1px;
}
.home-section p {
  margin-bottom: 30px;
  line-height: 28px;
  color: rgba(245, 245, 245, 0.85);
  font-size: 19px;
  font-weight: 400;
}
.home-section .tariff-name a {
  color: #fff;
  font-size: 18px;
}
.home-section label {
  color: #fff;
}
.home-section .claim-container {
  padding: 15px 15px 200px 15px;
}
.home-section .img-responsive {
  float: right;
  position: absolute;
  box-shadow: -5px 5px 5px rgba(0, 0, 0, 0.4);
}
.home-section #siegel1 {
  top: 0;
  left: 10px;
}
.home-section #siegel2 {
  top: 50px;
  left: 180px;
}
.home-section #siegel3 {
  top: 100px;
  left: 328px;
}
.home-section .alert.alert-white {
  background-image: linear-gradient(to bottom, #ffffff, #f9f9f9);
  box-shadow: none;
}
.bg-wrapper {
  background: #ffffff url(/bundles/einblickvergleiche/images/tipps.jpg) no-repeat top;
  background-size: cover;
}
.section-header {
  padding-top: 64px;
  background: #005262;
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(bottom right, #005262, #007d95);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(bottom right, #005262, #007d95);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(bottom right, #005262, #007d95);
  /* For Firefox 3.6 to 15 */
  background-origin: inherit;
  background-size: inherit;
  background-image: url(/bundles/einblickvergleiche/images/panel_bg.png), linear-gradient(to right, #005262, #007d95);
  background-repeat: repeat;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
}
.section-header h1 {
  display: inline-block;
  width: 100%;
  margin: 20px 0;
  line-height: 30px;
  color: #ffffff;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 1px;
}
.section-header p {
  margin-top: -15px;
  margin-bottom: 0;
  line-height: 19px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 19px;
  font-weight: 400;
}
.section-header .col-md-12.text-center {
  margin: 10px 0 0 0;
  padding-bottom: 15px;
}
.section-select {
  padding: 175px 0 150px 0;
  box-shadow: 1px 15px 40px #d9d9d9;
}
.section-select h1 {
  display: inline-block;
  margin-top: 15px;
  line-height: 44px;
  color: #005262;
  font-size: 33px;
  font-weight: 500;
  letter-spacing: 1px;
}
.section-select h4 {
  display: inline-block;
  margin-top: 15px;
  color: #005262;
}
.section-hightlight .panel-body {
  padding: 10px 10px 20px 20px;
}
.section-hightlight .panel-body p {
  margin-bottom: 25px;
  font-weight: 700;
}
.section-hightlight .fa-check {
  margin-right: 10px;
  color: #b11f30;
}
.section-price .panel {
  margin-bottom: 30px;
  padding: 0;
  border-radius: 2px;
  box-shadow: 0 3px 10px rgba(102, 102, 102, 0.34);
}
.section-price .panel .panel-header {
  padding: 12px 0;
  font-size: 20px;
  font-weight: 600;
}
.section-price .panel .panel-body {
  padding: 0;
  background-color: #fff;
}
.section-price .panel .list-group-item {
  padding: 15px 0;
  border-top: 1px solid #ddd;
  border-right: 0;
  border-bottom: 0;
  border-left: 0;
}
.section-price .panel .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.section-price .panel h1.price {
  margin: 0;
  color: #fff;
  font-weight: bolder;
}
.section-price .panel .pack-container {
  padding: 15px 0;
  color: #fff;
}
.section-price .panel .pack-container h5,
.section-price .panel .pack-container p {
  margin: 0;
  color: #fff;
}
.section-price .panel .pack-container h3 {
  margin-top: 0;
  color: #fff;
}
.section-price .panel .price-container {
  padding: 15px 0;
  color: #fff;
}
.section-price .pack-one {
  border: 2px solid #1774b4;
}
.section-price .pack-two {
  border: 2px solid #3f5a94;
}
.section-price .pack-three {
  border: 2px solid #433f76;
}
.section-price .panel.panel-pack-one {
  border: 2px #1774b4 solid;
  background-color: rgba(23, 116, 180, 0.1);
}
.section-price .panel.panel-pack-one .panel-header {
  color: #1774b4;
}
.section-price .panel.panel-pack-one .pack-container {
  background: linear-gradient(to right, rgba(23, 116, 180, 0.84) 0%, #1774b4 50%, rgba(23, 116, 180, 0.84) 100%);
}
.section-price .panel.panel-pack-one .price-container {
  background: linear-gradient(to right, rgba(23, 116, 180, 0.84) 0%, #1774b4 50%, rgba(23, 116, 180, 0.84) 100%);
}
.section-price .panel.panel-pack-two {
  border: 2px #3f5a94 solid;
  background-color: rgba(170, 186, 219, 0.3);
}
.section-price .panel.panel-pack-two .panel-header {
  color: #3f5a94;
}
.section-price .panel.panel-pack-two .pack-container {
  background: linear-gradient(to right, rgba(63, 90, 148, 0.84) 0%, #3f5a94 50%, rgba(63, 90, 148, 0.84) 100%);
}
.section-price .panel.panel-pack-two .price-container {
  background: linear-gradient(to right, rgba(63, 90, 148, 0.84) 0%, #3f5a94 50%, rgba(63, 90, 148, 0.84) 100%);
}
.section-price .panel.panel-pack-three {
  border: 2px #433f76 solid;
  background-color: rgba(160, 157, 203, 0.3);
}
.section-price .panel.panel-pack-three .panel-header {
  color: #433f76;
}
.section-price .panel.panel-pack-three .pack-container {
  background: linear-gradient(to right, rgba(67, 63, 118, 0.84) 0%, #433f76 50%, rgba(67, 63, 118, 0.84) 100%);
}
.section-price .panel.panel-pack-three .price-container {
  background: linear-gradient(to right, rgba(67, 63, 118, 0.84) 0%, #433f76 50%, rgba(67, 63, 118, 0.84) 100%);
}
.section-price .panel-pack-bundle {
  border: 2px solid #ddd;
  border-image: linear-gradient(to right, #1774b4 0%, #3f5a94 50%, #433f76 100%) 1;
}
.section-price .panel-pack-bundle .panel-header {
  border-bottom: 1px solid #ddd;
  background-color: #f5f5f5;
}
.section-info {
  height: 100%;
  margin-bottom: 30px;
  padding: 50px 0 40px 0;
  border-bottom: 2px rgba(102, 102, 102, 0.2) solid;
  background-color: rgba(102, 102, 102, 0.5);
  box-shadow: 1px 15px 40px #d9d9d9;
}
.section-info h4 {
  color: #fff;
}
.section-info .container {
  margin-bottom: 60px;
}
.section-info .img-carousel {
  width: 56px;
  padding-top: 20px;
}
.section-info .img-button {
  position: fixed;
  top: 6px;
}
.section-info .item {
  padding: 20px 40px;
}
.section-info .indicators {
  margin-bottom: 10px;
  padding-bottom: 25px;
}
.section-info .carousel-indicators {
  top: 100% !important;
  margin-top: 20px;
}
.section-info .carousel-control {
  top: auto;
  bottom: -43px;
  opacity: 1;
}
.section-info .carousel-control.left {
  background: transparent;
}
.section-info .carousel-control.right {
  background: transparent;
}
.section-info .icon-criterion {
  margin: 0 auto;
}
.section-info .carousel-inner {
  height: 180px;
  font-size: 16px;
  background: #fff;
  box-shadow: inset 1px 1px 6px rgba(0, 0, 0, 0.35);
}
.section-info .resources {
  height: 180px;
  padding: 40px 0 0 0;
  background: #fff;
  box-shadow: inset -1px 1px 6px rgba(0, 0, 0, 0.35);
}
.section-info .resources .img-resources {
  display: block;
  height: 56px;
  margin: 0 auto;
  text-align: center;
}
.bg-wrapper.no-section-info {
  height: 100vh;
  margin-bottom: -103px;
}
.bg-wrapper.no-section-info .section-select {
  box-shadow: none;
}
.bg-wrapper.no-section-info .section-info {
  display: none;
}
.section-hightlight .img-about,
.section-benefit .img-about,
.section-example .img-about {
  width: 95px;
  margin: 0 15px;
}
.section-hightlight .img-responsive,
.section-benefit .img-responsive,
.section-example .img-responsive {
  margin-top: 28px;
}
.section-example h5 {
  margin: 0 0 5px 0;
}
.section-example svg {
  max-width: 200px;
}
.section-example .txt-subtitle {
  padding: 12px 0 12px 0;
  color: #10a5e4;
  font-size: 20px;
  font-weight: 600;
  box-shadow: none;
}
.section-example .img-about {
  margin: 0 -10px 15px 15px;
  box-shadow: 0 3px 10px rgba(102, 102, 102, 0.34);
}
.section-example .panel-info {
  margin-bottom: 0;
}
.section-example .panel-info .panel-heading {
  height: 44px;
}
.section-example .panel-info .list-group > .list-group-item,
.section-example .panel-info .list-group > .list-group-item:first-child {
  background-color: #fff;
  box-shadow: none;
}
.section-divider {
  padding: 100px 0;
  border: 0;
  text-align: center;
  box-shadow: inset 0 0 25px rgba(0, 0, 0, 0.4);
}
.section-divider.divider1 {
  background: url('/bundles/einblickvergleiche/images/landing/divider_about.jpg');
  background-size: cover;
}
.section-divider.divider2 {
  background: url('/bundles/einblickvergleiche/images/landing/divider_licence.jpeg');
  background-size: cover;
  background-position-y: bottom;
}
.section-divider.divider3 {
  background: url('/bundles/einblickvergleiche/images/landing/divider_pricing.jpg');
  background-size: cover;
}
.section-divider.divider4 {
  background: url('/bundles/einblickvergleiche/images/landing/divider_contact.jpg');
  background-size: cover;
}
.section-stats {
  padding: 50px 0 25px 0;
  background: #f3f5f9;
}
.section-history {
  padding: 50px 0 70px 0;
  border-top: 2px rgba(102, 102, 102, 0.2) solid;
  border-bottom: 2px rgba(102, 102, 102, 0.2) solid;
  background: rgba(102, 102, 102, 0.5) linear-gradient(to right, rgba(246, 251, 255, 0) 0%, #ffffff 45%, #ffffff 55%, rgba(246, 251, 255, 0) 100%);
  box-shadow: 1px 15px 40px #d9d9d9;
}
.section-history h4 {
  color: #005262;
}
.section-history .panel.panel-info {
  background: rgba(255, 255, 255, 0.75);
}
.section-history .panel-info .panel-body {
  background: linear-gradient(to right, rgba(164, 240, 255, 0.25) 0%, rgba(0, 82, 98, 0.12) 50%, rgba(164, 240, 255, 0.25) 100%);
}
.section-history .panel-footer {
  padding-top: 15px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.section-history i.icon-product {
  position: absolute;
  left: 25px;
  margin-top: -5px;
  color: rgba(0, 82, 98, 0.2);
  font-size: 32px;
}
.section-history .table {
  margin-bottom: 0;
}
.section-history .table > thead > tr > th {
  padding: 8px 15px;
}
.section-history .table > tbody > tr > td {
  padding: 15px;
}
.section-history .table > tbody > tr > td:first-child {
  padding: 15px 20px;
}
/* Sponsors */
.section-sponsors {
  padding: 10px 0;
  border-bottom: 2px solid #e3e3e3;
  background-color: #fff;
  box-shadow: inset 0 -25px 25px #f5f5f5;
}
.section-sponsors .container-teaser {
  margin-top: -290px;
}
.section-sponsors .container-teaser .panel.panel-teaser {
  border: 2px solid #10a5e4;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: rgba(255, 255, 255, 0.85);
  animation: pulse-white 2s infinite;
}
.section-sponsors .container-teaser .panel.panel-teaser .title-teaser {
  margin-bottom: 10px;
  margin-left: 20px;
  color: #10a5e4;
}
.section-sponsors .container-teaser .panel.panel-teaser .text-teaser {
  margin-left: 20px;
  color: #333;
}
.section-sponsors .container-teaser .panel.panel-teaser .img-tooth {
  margin: 25px;
}
@keyframes pulse-white {
  0% {
    box-shadow: 0 0 0 0 #10a5e4;
  }
  70% {
    box-shadow: 0 0 0 10px rgba(16, 165, 228, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(16, 165, 228, 0);
  }
}
.sponsors-padding {
  padding: 0 0 55px 0;
  border-top: none;
  background-image: url(/bundles/einblickvergleiche/images/panel_bg.png), linear-gradient(to bottom right, #ffffff, #f5f5f5);
}
.sponsors {
  text-align: center;
}
.sponsor-title {
  color: #c3c3c3;
  font-size: 20px;
}
.sponsors img.sponsor {
  max-height: 45px;
  margin: 10px 25px;
  opacity: 1;
}
.img-stiftung {
  margin-top: -160px;
}
/* Company logo */
.logo-container {
  display: flex;
  float: none;
  height: 48px;
  margin-top: -40px;
  align-items: center;
}
.logo-container.right {
  justify-content: flex-end;
}
.logo-container.left {
  justify-content: flex-start;
}
.logo-container.center {
  margin-top: 0;
  justify-content: center;
}
.logo-small {
  max-width: 125px;
  max-height: 48px;
}
.survey {
  height: 320px;
}
@media (min-width: 1500px) {
  .section-sponsors .container-teaser {
    float: right;
    max-width: 660px;
  }
}
@media (max-width: 1360px) {
  .home-section {
    background-position-y: 0;
    background-size: initial;
  }
  .survey {
    height: 360px;
  }
}
@media (max-width: 991px) {
  .hero-picture {
    margin-bottom: 0;
  }
  .section-white .product-icon {
    top: 45px;
    font-size: 7em;
  }
  .home-section {
    padding: 80px 0 20px 0;
    align-items: center;
  }
  .home-section .claim-container {
    padding: 15px 15px;
  }
  .home-section p {
    margin-bottom: 0;
  }
  .home-section .img-responsive {
    position: relative;
    margin-top: 15px;
  }
  .section-sponsors .sponsors img.sponsor {
    max-height: 30px;
    margin: 5px 10px;
  }
  .section-sponsors .img-stiftung {
    width: 50px;
    margin-top: 0;
  }
  .section-info .resources,
  .section-info .carousel-inner {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.35);
  }
  .section-example .product-container {
    margin-bottom: 20px;
  }
  .tariff-name .logo-small {
    display: block;
    max-width: 125px;
    margin: 0 auto;
  }
  .logo-container {
    margin-top: 10px;
  }
}
@media (min-width: 768px) {
  .home-section .col-sm-offset-15 {
    margin-left: 12%;
  }
}
@media (max-width: 767px) {
  .section-header h1 {
    margin-top: 5px;
    margin-bottom: 5px;
    line-height: 18px;
    font-size: 24px;
  }
  .section-header p {
    margin-top: 0;
    font-size: 15px;
  }
  .header .logo-text {
    margin: 13px 0 0 0;
  }
  .section-white {
    padding: 35px 5px 80px 5px;
  }
  .section-white .product-icon {
    top: 40px;
    font-size: 6em;
  }
  .section-stats {
    padding: 25px 0 25px 0;
  }
  .section-grey.sponsors-padding {
    padding: 0 0 85px 0;
  }
  .section-divider {
    padding: 20px 0;
  }
  .section-grey .panel-info {
    margin-right: -8px;
    margin-bottom: 20px;
    margin-left: -8px;
    border: 0;
    border-top: 2px #95c1d1 solid;
    border-bottom: 2px #95c1d1 solid;
    border-radius: 0;
    background: transparent;
    box-shadow: 0 2px 10px #b4b4b4;
  }
  .section-info {
    padding: 25px 0 65px 0;
  }
  .section-info .item {
    padding: 10px;
  }
  .section-info .carousel-inner {
    height: 200px;
  }
}
@media (max-width: 991px) and (max-height: 540px) {
  .section-sponsors .container-teaser {
    margin-top: 0;
  }
  .section-sponsors .container-teaser .title-teaser {
    text-align: center;
  }
}
@media (max-width: 540px) {
  .section-header h1 {
    line-height: 16px;
    font-size: 16px;
  }
  .section-sponsors .container-teaser {
    margin-top: 0;
  }
  .section-sponsors .container-teaser .title-teaser {
    font-size: 22px;
    text-align: center;
  }
  .section-white .product-icon {
    top: 25px;
    font-size: 3em;
  }
  .home-section {
    padding-top: 80px;
  }
  .home-section .header .logo-text {
    font-size: 14px;
  }
  .home-section .claim-container {
    width: 100%;
  }
  .section-light {
    padding-bottom: 90px;
  }
  .section-history .table > tbody > tr > td,
  .section-history .table > thead > tr > th {
    padding: 15px 8px;
  }
  .section-history .table > tbody > tr > td:first-child,
  .section-history .table > thead > tr > th:first-child {
    display: none;
  }
  .section-stats .donut-legend.panel-body {
    padding-right: 0;
    padding-left: 0;
  }
  .section-stats .label-container {
    padding-right: 5px;
    padding-left: 5px;
  }
  .section-stats .badge-value {
    margin-top: 5px;
  }
  .tariff-name a.btn-select-tariff i.fa-edit {
    margin-top: 0;
  }
  .badge {
    float: right;
  }
  .check-legend .badge {
    float: none;
  }
  .section-info .carousel-inner {
    height: 240px;
  }
  .survey {
    height: 410px;
  }
}
.footer {
  z-index: 900;
  padding: 10px 0;
  border-top: 1px solid #111111;
  color: #cecece;
  font-weight: 300;
  background-color: #2f3539;
  box-shadow: inset -1px 5px 20px #393f43;
}
.footer p,
.footer a {
  margin-bottom: 10px;
  line-height: 16px;
  color: #cecece;
  font-size: 14px;
}
.footer a {
  font-weight: 700;
}
.footer a:hover {
  text-decoration: underline;
}
.footer ul.footer-social {
  display: inline-block;
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding-top: 5px;
  text-align: center;
}
.footer ul.footer-social li {
  display: inline-block;
  margin: 0;
  line-height: 100% !important;
}
.footer ul.footer-social li a i {
  display: inline-block;
  margin: 0 8px;
  padding: 0;
  line-height: 26px !important;
  color: #cecece;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.5s ease-in-out;
}
/* header & nav */
/* section */
/* buttons */
#container {
  background-color: #f3f5f9;
}
/* panels */
/* modal */
/* footer */
/* Navigation */
.header .navbar-fixed-top.opaque {
  background-color: #fff;
  background-image: none;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
}
/* Panel */
.panel-select {
  border: 1px #d9d9d9 solid;
  border-radius: 5px;
  background-color: #ffffff;
  box-shadow: 0 5px 10px -5px rgba(0, 0, 0, 0.15);
}
.panel-select .panel-select-header {
  border-bottom-color: #005262;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.panel-info {
  border: none;
  box-shadow: 0 5px 10px -5px rgba(0, 0, 0, 0.15);
}
.panel-info .panel-heading,
.panel-info .panel-body {
  background: #fff;
}
.panel-group .panel.panel-criteria {
  border: none;
}
.panel-group .panel.panel-criteria .panel-heading {
  background: #ffffff;
  box-shadow: 0 5px 10px -5px rgba(0, 0, 0, 0.15);
}
.section-history .panel-info .panel-body {
  background: #f3f5f9;
}
.table-striped > tbody > tr:nth-of-type(even) {
  background-color: #f3f5f9;
}
.text-primary {
  color: #005262;
}
a {
  color: #005262;
}
a:focus,
a:hover {
  color: #005262;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
  background-color: #005262;
}
/* Buttons */
.btn {
  border-radius: 5px;
}
.btn:hover,
.btn:focus,
.btn:active {
  box-shadow: none !important;
}
/* Login page */
.ovb-perspektiv-wrapper {
  float: right;
  overflow: hidden;
}
#container-login {
  position: relative;
  min-height: 100vh;
  background-size: cover;
}
.login-wrapper {
  margin-top: 50px;
}
.login-container {
  height: 100%;
  background-color: #fff;
  box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.2);
}
.form-title {
  margin-top: 126px;
  margin-left: 10px;
  color: #fff;
  font-size: 30px;
}
.form-signin {
  padding: 25px 10px 5px 10px;
}
.form-signin .btn-submit {
  height: 46px;
  margin-top: 25px;
  margin-bottom: 5px;
  border-radius: 0;
}
.form-signin #inputName,
.form-signin #inputPassword {
  height: 46px;
  font-size: 16px;
  direction: ltr;
}
.form-signin input[type=email],
.form-signin input[type=password],
.form-signin input[type=text],
.form-signin button {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 10px;
}
.form-signin .form-control:focus {
  border-color: #6891a2;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #6891a2;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #6891a2;
}
.forgot-password {
  color: #fff;
}
.forgot-password:hover,
.forgot-password:active,
.forgot-password:focus {
  color: #fff;
}
