img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 6px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("../fonts/glyphicons-halflings-regular.eot");
  src: url("../fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular") format("svg"); }
.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%; }

.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left; }

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1; }

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block; }

.carousel-inner > .active {
  left: 0; }

.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%; }

.carousel-inner > .next {
  left: 100%; }

.carousel-inner > .prev {
  left: -100%; }

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0; }

.carousel-inner > .active.left {
  left: -100%; }

.carousel-inner > .active.right {
  left: 100%; }

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }

.carousel-control.left {
  background-image: -webkit-gradient(linear, 0% top, 100% top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0%), color-stop(rgba(0, 0, 0, 0.0001) 100%));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); }

.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-gradient(linear, 0% top, 100% top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0%), color-stop(rgba(0, 0, 0, 0.5) 100%));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); }

.carousel-control:hover,
.carousel-control:focus {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90); }

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5;
  display: inline-block; }

.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  font-family: serif; }

.carousel-control .icon-prev:before {
  content: '\2039'; }

.carousel-control .icon-next:before {
  content: '\203a'; }

.carousel-indicators {
  position: absolute;
  display: none;
  bottom: 190px;
  left: 19px;
  z-index: 15;
  padding-left: 0;
  list-style: none;
  text-align: center; }

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  margin-right: 3px;
  text-indent: -999px;
  border-radius: 10px;
  cursor: pointer;
  background-color: #9b9a9e; }

.carousel-indicators .active {
  background-color: #706e71; }

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }

.carousel-caption .btn {
  text-shadow: none; }

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }

.fade.in {
  opacity: 1; }

.collapse {
  display: none; }

.collapse.in {
  display: block; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease; }

.btButtonOverlay {
  position: absolute;
  top: 40px;
  left: 40px;
  z-index: 15;
  white-space: nowrap;
  line-height: 1.4; }
  .btButtonOverlay .title {
    color: white; }
    .btButtonOverlay .title h1 {
      font-size: 31px;
      font-weight: 600;
      margin-bottom: 0; }
    .btButtonOverlay .title p {
      font-size: 22px;
      font-weight: 400;
      margin-top: 0.5em;
      letter-spacing: 1px; }
  .btButtonOverlay .buttons {
    margin-top: 40px; }
    .btButtonOverlay .buttons a {
      text-decoration: none; }
      .btButtonOverlay .buttons a .btGreenButton {
        line-height: 1.4;
        background-color: #44A569;
        color: white;
        padding: 12px 5px;
        margin: 23px 0;
        width: 340px;
        font-size: 13px;
        cursor: pointer;
        letter-spacing: 0.5px;
        text-align: center;
        font-weight: 200;
        border-radius: 3px; }
        .btButtonOverlay .buttons a .btGreenButton a {
          color: white; }
        .btButtonOverlay .buttons a .btGreenButton:hover {
          background-color: #339252;
          border-color: #7fbb93; }

.btSocialMediaOverlay {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 15; }
  .btSocialMediaOverlay .partner-icon {
    position: relative;
    border-radius: 6px;
    height: 31px;
    width: 31px;
    margin-bottom: 5px;
    background: black no-repeat center center; }

.btClaimOverlay {
  position: absolute;
  color: #7fbb93;
  font-weight: 800;
  font-size: 1.25em;
  text-align: center;
  bottom: 60px;
  left: 0;
  height: 60px;
  width: 100%;
  z-index: 15;
  background-color: rgba(255, 255, 255, 0.85); }
  .btClaimOverlay span {
    line-height: 60px; }

@keyframes zoominoutsinglefeatured {
  0%, 56.25% {
    transform: scale(1, 1); }
  62.5%, 75%, 87.5% {
    transform: scale(1.1, 1.1); }
  68.75%, 81.25%, 93.75%, 100% {
    transform: scale(1, 1); } }
.btRibbonOverlay {
  animation: zoominoutsinglefeatured 8s infinite;
  position: absolute;
  bottom: 80px;
  right: 30px;
  z-index: 15; }

.btPartnerOverlay {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 60px;
  width: 100%;
  z-index: 15;
  background-color: rgba(255, 255, 255, 0.95); }
  .btPartnerOverlay > a {
    display: block; }
    .btPartnerOverlay > a .btPartnerButton {
      height: 55px;
      width: 14%;
      float: left;
      line-height: 1;
      font-size: 0.9em; }
      .btPartnerOverlay > a .btPartnerButton > div.nologo, .btPartnerOverlay > a .btPartnerButton > div.nohide {
        background-size: 0;
        display: table;
        width: 100%;
        height: 100%; }
      .btPartnerOverlay > a .btPartnerButton > div {
        background: no-repeat center center;
        background-size: 105px;
        width: 100%;
        height: 100%; }
        .btPartnerOverlay > a .btPartnerButton > div.nologo p, .btPartnerOverlay > a .btPartnerButton > div p.nohide {
          display: table-cell;
          vertical-align: middle;
          text-align: center; }
        .btPartnerOverlay > a .btPartnerButton > div p {
          display: none;
          vertical-align: middle;
          text-align: center; }
          .btPartnerOverlay > a .btPartnerButton > div p.bold {
            font-weight: bold; }
      .btPartnerOverlay > a .btPartnerButton #btPartnerLogo12 {
        background-image: url(../img/partner/six.png); }
      .btPartnerOverlay > a .btPartnerButton #btPartnerLogo13 {
        background-image: url(../img/partner/creditreform.png); }
      .btPartnerOverlay > a .btPartnerButton #btPartnerLogo96 {
        background-image: url(../img/partner/creditsuisse.png); }
      .btPartnerOverlay > a .btPartnerButton #btPartnerLogo10 {
        background-image: url(../img/partner/sage.png); }
      .btPartnerOverlay > a .btPartnerButton #btPartnerLogo41 {
        background-image: url(../img/partner/swisscom.png); }
      .btPartnerOverlay > a .btPartnerButton #btPartnerLogo4 {
        background-image: url(../img/partner/winterthur.png); }
      .btPartnerOverlay > a .btPartnerButton #btPartnerLogo16_de {
        background-image: url(../img/partner/findea_de.png); }
      .btPartnerOverlay > a .btPartnerButton #btPartnerLogo16_en {
        background-image: url(../img/partner/findea_en.png); }
      .btPartnerOverlay > a .btPartnerButton #btPartnerLogo16_fr {
        background-image: url(../img/partner/findea_fr.png); }
      .btPartnerOverlay > a .btPartnerButton #btPartnerLogo16_it {
        background-image: url(../img/partner/findea_it.png); }

@media (max-width: 1230px) {
  .btButtonOverlay {
    top: 30px;
    left: 30px; }
    .btButtonOverlay .title {
      color: white; }
      .btButtonOverlay .title h1 {
        font-size: 28px; }
      .btButtonOverlay .title p {
        font-size: 21px; }
    .btButtonOverlay .buttons {
      margin-top: 30px; }
      .btButtonOverlay .buttons a .btGreenButton {
        padding: 11px 5px;
        margin: 14px 0;
        font-size: 13px; } }

/*# sourceMappingURL=style.css.map */
