a[href^="tel"] {
  color: inherit; /* Inherit text color of parent element. */
  text-decoration: none; /* Remove underline. */
  /* Additional css `propery: value;` pairs here */
}

/* lato-regular - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/lato-v17-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/lato-v17-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/lato-v17-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/lato-v17-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/lato-v17-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/lato-v17-latin-regular.svg#Lato') format('svg'); /* Legacy iOS */
}
/* lato-italic - latin */
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/lato-v17-latin-italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/lato-v17-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/lato-v17-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/lato-v17-latin-italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/lato-v17-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/lato-v17-latin-italic.svg#Lato') format('svg'); /* Legacy iOS */
}
/* lato-700 - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/lato-v17-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/lato-v17-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/lato-v17-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/lato-v17-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/lato-v17-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/lato-v17-latin-700.svg#Lato') format('svg'); /* Legacy iOS */
}
/* lato-900 - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 900;
  src: url('../fonts/lato-v17-latin-900.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/lato-v17-latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/lato-v17-latin-900.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/lato-v17-latin-900.woff') format('woff'), /* Modern Browsers */
       url('../fonts/lato-v17-latin-900.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/lato-v17-latin-900.svg#Lato') format('svg'); /* Legacy iOS */
}

img {
  xwidth: 100%;
}

strong {
   color: #004590;
}

.image-text-left-70 img {
  max-width: 70%;
}

.image-text-right-70 img {
  max-width: 70%;
  float: right;
}

.kundenmeinungen .row {
  text-align: center;
}

.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}

body {
  font-family: 'Lato', sans-serif;
}

p {
  font-size: 20px;
  line-height: 32px;
}

.fw-bold {
    font-weight: 900!important;
}

h1, h2, h3 {
  font-family: 'Lato', sans-serif;
  color: #CD171A;
  text-transform: uppercase;
  font-weight: 900 !important;
}

h1 {
  font-size: 36px !important;
  line-height: 42px !important;
  padding-bottom: 25px;
}

h2 {
  font-size: 24px !important;
  line-height: 32px !important;
  xpadding-bottom: 35px;
  font-weight: bold;
}

h3 {
  font-size: 22px !important;
  line-height: 32px !important;
  xpadding-bottom: 35px;
  font-weight: bold;
  text-transform: none;
}

.btn {
  background-color: #004590;
  border-color: #004590;
  font-size: 16px;
  margin-top: 15px;
  text-transform: uppercase;
}

.btn:hover {
  background-color: #004590;
  border-color: #004590;
}

header {
  padding-top: 50px;
}

.header h1 {
  color: white;
}

.header .container {
  padding: 0;
}

.logo {
  min-width: 160px;
}

.container-fluid.header {
  background-position: center;
  background-color: rgba(0,69,144,.05);
  background-image: url('../img/header_background.jpg');
  background-size: cover;
}

.social-icon {
  width: 28px;
  margin-right: 15px;
}

.facts {
  padding: 75px 0;
  color: #fff;
  font-weight: bold;
}

.facts span {
  color: #35943B;
  font-weight: bold;
  padding-right: 7px;
}

.container {
  xpadding: 100px 0;
}
.container.intro table {
  margin-top: 50px;
}

.intro p {
  column-count: 2;
  column-gap: 40px;
}

.center {
  text-align: center;
}

table.vergleich {

}

table.vergleich td {
  vertical-align: middle;
}
table.vergleich span {
 vertical-align: text-bottom;
}

table.vergleich span.icon-minus {
  font-size: 27px;
  font-weight: bold;
  padding-right: 12px;
  vertical-align: baseline;
  color: #FD0000;
}

table.vergleich span.icon-plus {
  font-size: 27px;
  font-weight: bold;
  padding-right: 12px;
  vertical-align: baseline;
  color: #35943B;
}

.container-fluid.CTA {
  background-image: url('../img/background-CTA.jpg');
  background-size: cover;
  background-position: center;
}

.container-fluid.cta-2 {
  background-image: url('../img/background-CTA-2.jpg');
  background-size: cover;
  background-position: center;
}

.container.CTA, .container.cta-2 {
  color: white;
  text-align: center;
  height: 500px;
  max-width: 100%;
}

.container.CTA h1, .container.CTA h2{
  color: white;
  padding: 0;
}

.icon-cta {
  max-height: 100px;
  margin-bottom: 35px;
  margin-top: 75px;
}

.kundenmeinungen {
  max-width: 100%;
}

.kundenmeinungen span {
  display: block;
  xpadding-top: 10px;
  xcolor: #004590;
  font-weight: bold;
}

.kundenmeinungen img {
  display: block;
  margin: 0 auto 0 auto;
}

.kundenmeinungen h3 {
  color: #fff;
  margin: 0;
}

.kundenmeinungen .col div {
  background-color: #004590;
  color: #fff;
  padding: 20px;
}

.kundenmeinungen a {
  text-decoration: none;
}

.splide__pagination {
    bottom: -35px;
}

.breadcrumb {
    margin-bottom: 2.2rem;
}

.breadcrumb a {
  color: #004590;
  text-decoration: none;
}

.breadcrumb li.active {
  font-weight: bold;
}

footer {
  color: #fff;
}

footer p {
  font-size: 18px;
  line-height: 26px;
}

footer .logo {
  xmax-width: 160px;
  padding-top: 45px;
}

footer .footer-logos {
  float: right;
}

footer .footer-links a {
  font-weight: bold;
  color: #fff;
  text-decoration: none;
}

footer h1, footer h2, footer h3 {
  color: white;
  text-transform: none;
}

.container-fluid.footer {
  background-position: center;
  background-color: #1B7EC0;
  color: white;
  xbackground-image: url('../img/header_background.jpg');
  padding: 150px 0;
}

footer .row {
  margin: 0;
}

.row {
  margin: 100px 0 100px 0;
}


/* table tires */
.table thead tr {
  background-color: #004590;
  color: #fff;
  text-transform: uppercase;
}

.table tr th {
  border: 2px solid #fff;
}

table tbody tr:nth-child(odd){
   background: rgba(0, 69, 144, .2);
}

table tbody tr:nth-child(even){
   background: rgba(42, 42, 42, .05);
}

.xzoom {
  padding-bottom: 20px;
  width: 100% !important;
}

/* X-Small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {

}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
  .intro p {
    column-count: 1;
    column-gap: 40px;
  }


  h1 {
    font-size: 24px !important;
    line-height: 30px !important;
    padding-bottom: 25px;
    xword-break: break-all;
  }

  h2 {
    font-size: 20px !important;
    line-height: 24px !important;
    xpadding-bottom: 35px;
    font-weight: bold;
  }

  h3 {
    font-size: 18px !important;
    line-height: 20px !important;
    xpadding-bottom: 35px;
    font-weight: bold;
    text-transform: none;
  }

  p {
    font-size: 18px;
    line-height: 30px;
  }

  .logo {
    padding-bottom: 25px;
  }

  .kundenmeinungen {
    padding: 0;
    margin: 0;
  }

  .kundenmeinungen .col-lg-12 {
    padding: 0;
    margin: 0;
  }

  .kundenmeinungen h1 {
    padding: 0 15px 25px 15px;
  }

  .footer-logos {
    display: none;
  }

  .image-text-right-70 img {
    max-width: 100%;
    padding: 20px 40px;
  }

  .facts {
      padding: 0;
      visibility: hidden;
  }

  .footer h1 {
    padding-bottom: 0;
  }

  .facts span {
    display: block;
  }

}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {

}

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {

}

/* X-Large devices (large desktops, less than 1400px) */
@media (max-width: 1399.98px) {

}
