@font-face {
  font-family: "Abel-Regular";
  src: url("./fonts/Abel-Regular.eot"); /* IE9 Compat Modes */
  src: url("./fonts/Abel-Regular.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */ url("./fonts/Abel-Regular.otf") format("opentype"), /* Open Type Font */ url("./fonts/Abel-Regular.svg") format("svg"), /* Legacy iOS */ url("./fonts/Abel-Regular.ttf") format("truetype"), /* Safari, Android, iOS */ url("./fonts/Abel-Regular.woff") format("woff"), /* Modern Browsers */ url("./fonts/Abel-Regular.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}
p {
  font-size: 30px;
}
body {
  padding: 0;
  margin: 0;
  font-family: 'Abel-Regular', sans-serif;
}
.topblue {
  height: 30px;
  background: #5bc3ec;
}
.backblue {
  min-height: 30px;
  background: #5bc3ec;
  padding-top: 35px;
}
.backblue a {
  color: #000;
  font-family: 'Abel-Regular';
}
.backblue a:hover {
  color: #000
}
#header {
  background-image: url(bilder/Header.jpg);
  width: 100%;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: cover;
  max-width: 2200px;
  margin: 0 auto;
}
p.gradient {
  font-size: 26px;
  line-height: 1em;
  text-transform: uppercase;
  margin-bottom: 0;
  color: #5bc3ec;
  padding-bottom: 5px;
  ;
}
p.blau {
  background-color: #5bc3ec;
  font-size: 24px;
  max-width: 380px;
  margin: 10px auto;
  line-height: 1.9em
}
a.black {
  color: #000000 !important;
  text-decoration: none;
  font-family: 'Abel-Regular', sans-serif;
}
.card {
  border: 0 !important
}
.col-xl-6 {
  width: 50%;
  float: left;
  margin: 0 auto;
  padding: 0;
}
.col-xl-6.rechts {
  text-align: left;
}
.col-xl-6.rechts h3 {
  margin-top: 16px;
  font-family: 'Abel-Regular', sans-serif;
  font-weight: normal;
  font-size: 48px;
  text-align: left !important;
}
.col-xl-6.anfrage {}
.col-xl-9 {
  width: 86%;
  float: left;
  margin: 0 auto;
  padding: 0;
}
.col-xl-3 {
  width: 12%;
  float: left;
  margin: 0 auto;
  padding: 0;
  padding-left: 2%
}

@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1270px !important;
  }
}
h3, .h3 {
  font-size: 48px;
}
.phone {
  font-size: 48px;
}
.row.pics {
  max-width: 1550px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2%;
}
.row.angaben {
  max-width: 1222px;
  margin: 0 auto;
}
.col-4 {
  -ms-flex: 0 0 25% !important;
  flex: 0 0 25% !important;
  max-width: 25% !important;
}