@font-face {
  font-family: 'meine-schrift';
  src: url('pfad/zu/meinerschrift.woff2') format('woff2'), url('pfad/zu/meinerschrift.woff') format('woff');
}
* {
  font-family:'Poppins', sans-serif!important;
  color: #6b6b6a; 
  line-height: 24px;
}
.blue {
  background: #00a7e7;
}
.grey {
  background: #393939;
}
.white {
  color: #ffffff;
}
.lightgrey {
  background: #f5f5f5;
}
body {
  overflow-x: hidden;
}
.btn-outline-primary {
  color: #00a7e7;
  background-color: transparent;
  background-image: none;
  border-color: #00a7e7;
}
.btn-outline-primary:hover {
  background: #00a7e7;
  border-color: #00a7e7;
}
header {
  padding: 35px 40px 35px !important;
  background: #fff;
  /* position: fixed; */
  top: 0;
  z-index: 999;
}
header .row.align-items-start > div {
  -ms-flex-item-align: center;
      align-self: center;
}
@media screen and (max-width: 991px) {
  header .row.align-items-start > div {
    text-align: center;
  }
}
header .db_logo img {
    image-rendering: crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
}

header .contact {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: right;
}
header .contact li {
  margin-left: 30px;
  font-weight: 300;
}
@media screen and (min-width: 1024px) {
  header .contact li {
    float: right;
  }
}
header .contact li {
  margin-left: 30px;
  font-weight: 300;
}
header .contact li i, .panel-body ul li a i, #db_references ul li i{
  font-family: 'Font Awesome\ 5 pro'!important;
  color:#00a7e7;
}

ul li a:hover{
  color: #00a7e7;
  text-decoration: none;  
}
ul li a{
  color: #6b6b6a;
}
#db_einstieg {
  height: 42vh;
  background: url(/images/background-angebotsseite.jpg);
  background-color: #444444;
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  position: relative;
  display: block;
  margin: -70px auto 0 !important;
  width: 100vw;
}
#db_einstieg h1 {
  position: absolute;
  top: 55%;
  text-align: center;
  display: inline-block;
  max-width: 90%;
  min-width: 70%;
  left: -100%;
  right: -100%;
  margin: auto;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 3rem;
  text-shadow: 0px 0px 60px #000000;
}
#main {
  margin-top: 0;
  margin-bottom: 100px;
  padding-top: 30px;
}
#main h2 {
  margin-bottom: 1.5rem;
}
#main .button-container {
  margin-top: 15px;
  display: inline-block;
  width: 100%;
}
#main #angebot_container1 {
  display: block;
}
#main .angebot-container-box {
  display: none;
  -webkit-animation: fadeEffect 1s;
          animation: fadeEffect 1s;
  /* Fading effect takes 1 second */
  padding: 0 15px;
}
#main .angebot-container-box > div > div {
  -ms-flex-item-align: center;
      align-self: center;
}
@media screen and (max-width: 767px) {
  #main .angebot-container-box > div > div {
    text-align: center;
  }
  #main .angebot-container-box > div > div img {
    max-width: 60%;
    margin: 0 auto 30px;
  }
}
#main div#tab_angebot-wrapper {
  min-height: 60vh;
  width: 100%;
  display: inline-block;
}
@-webkit-keyframes fadeEffect {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeEffect {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
#navi {
  background: #f5f5f5;
  border-radius: 5px;
}
@media screen and (min-width: 768px) {
  #navi {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  header .db_logo img{
    margin-bottom:30px;
  }
  #navi {
    padding: 20px 0;
  }
  body header .contact{
    margin-left: 0px;
  }
  body header .contact li{
    text-align:center!important;
    margin-bottom:10px;
    margin-left:0px;
  }
}
#navi .nav-link {
  font-weight: 600;
  color: #393939;
  border-radius: 0;
  padding: 15px;
  cursor: pointer;
}
#navi .nav-link.active {
  background: #00a7e7;
  color: #fff;
}
#navi .nav-link.active:hover {
  background: #00a7e7;
}
#navi .nav-link:hover {
  background: #dcdcdc;
}
@media (min-width: 1200px){
  .container {
      max-width: 1247px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #navi .nav-link {
    border-left: 1px solid #fff;
  }
  body #db_references {
    padding-right: 15px;
  }
  body .panel-heading, body .panel-body ul li{
    font-size: 18px;
    padding: 10px 20px;
  }

}
@media screen and (max-width: 767px) {
  #navi .nav-link {
    border-bottom: 1px solid #999;
  }
  body #db_references{
    padding-right: 15px;
    margin: 0 0 20px 0;
  }
  body .panel-body{
    margin-bottom: 30px;
  }
  body #db_gallery{
    margin-bottom: 35px;
  }

  body header .contact li{
    padding: 0;
    text-align: center;
    width: 100%;
  }

  body #db_gallery{
    height: 335px;
  }
 

  body header{
    padding: 15px 40px 15px !important;
  }
}
#navi li.nav-item {
  text-align: center;
}
@media screen and (min-width: 992px) {
  #navi li.nav-item {
    width: 20%;
  }
}
@media screen and (max-width: 768px) {
  #navi li.nav-item {
    width: 100%;
  }
  #db_gallery{
    height: 215px;
    background-position-x: -1200px;
  }


}
#navi li.nav-item:first-child > a {
  border-left: none !important;
}
@media screen and (max-width: 767px) {
  #navi li.nav-item:last-child > a {
    border-bottom: none;
  }
}
#navi .tab-nav {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
  /* Style the buttons that are used to open the tab content */
  /* Change background color of buttons on hover */
  /* Create an active/current tablink class */
}
#navi .tab-nav a {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#navi .tab-nav a:hover {
  background-color: #ddd;
}
#navi .tab-nav a.active {
  background-color: #ccc;
}
footer {
  text-align: center;
}
footer ul {
  margin-bottom: 0;
  list-style: none;
  padding-left: 0;
  display: inline-block;
  padding: 15px 0 10px;
}
footer ul li {
  text-align: center;
  float: left;
  padding: 0 15px;
}
@media screen and (max-width: 767px) {
  footer ul li {
    float: none;
    padding: 10px 15px;
  }
}

/* poppins-200 - latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 200;
  src: url('../fonts/poppins-v5-latin-200.eot'); /* IE9 Compat Modes */
  src: local('Poppins ExtraLight'), local('Poppins-ExtraLight'),
       url('../fonts/poppins-v5-latin-200.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/poppins-v5-latin-200.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/poppins-v5-latin-200.woff') format('woff'), /* Modern Browsers */
       url('../fonts/poppins-v5-latin-200.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/poppins-v5-latin-200.svg#Poppins') format('svg'); /* Legacy iOS */
}
/* poppins-300 - latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/poppins-v5-latin-300.eot'); /* IE9 Compat Modes */
  src: local('Poppins Light'), local('Poppins-Light'),
       url('../fonts/poppins-v5-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/poppins-v5-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/poppins-v5-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/poppins-v5-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/poppins-v5-latin-300.svg#Poppins') format('svg'); /* Legacy iOS */
}
/* poppins-regular - latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/poppins-v5-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Poppins Regular'), local('Poppins-Regular'),
       url('../fonts/poppins-v5-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/poppins-v5-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/poppins-v5-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/poppins-v5-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/poppins-v5-latin-regular.svg#Poppins') format('svg'); /* Legacy iOS */
}
/* poppins-500 - latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/poppins-v5-latin-500.eot'); /* IE9 Compat Modes */
  src: local('Poppins Medium'), local('Poppins-Medium'),
       url('../fonts/poppins-v5-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/poppins-v5-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/poppins-v5-latin-500.woff') format('woff'), /* Modern Browsers */
       url('../fonts/poppins-v5-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/poppins-v5-latin-500.svg#Poppins') format('svg'); /* Legacy iOS */
}
/* poppins-600 - latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/poppins-v5-latin-600.eot'); /* IE9 Compat Modes */
  src: local('Poppins SemiBold'), local('Poppins-SemiBold'),
       url('../fonts/poppins-v5-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/poppins-v5-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/poppins-v5-latin-600.woff') format('woff'), /* Modern Browsers */
       url('../fonts/poppins-v5-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/poppins-v5-latin-600.svg#Poppins') format('svg'); /* Legacy iOS */
}
/* poppins-700 - latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/poppins-v5-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Poppins Bold'), local('Poppins-Bold'),
       url('../fonts/poppins-v5-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/poppins-v5-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/poppins-v5-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/poppins-v5-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/poppins-v5-latin-700.svg#Poppins') format('svg'); /* Legacy iOS */
}
/* poppins-800 - latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 800;
  src: url('../fonts/poppins-v5-latin-800.eot'); /* IE9 Compat Modes */
  src: local('Poppins ExtraBold'), local('Poppins-ExtraBold'),
       url('../fonts/poppins-v5-latin-800.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/poppins-v5-latin-800.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/poppins-v5-latin-800.woff') format('woff'), /* Modern Browsers */
       url('../fonts/poppins-v5-latin-800.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/poppins-v5-latin-800.svg#Poppins') format('svg'); /* Legacy iOS */
}
/* poppins-900 - latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 900;
  src: url('../fonts/poppins-v5-latin-900.eot'); /* IE9 Compat Modes */
  src: local('Poppins Black'), local('Poppins-Black'),
       url('../fonts/poppins-v5-latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/poppins-v5-latin-900.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/poppins-v5-latin-900.woff') format('woff'), /* Modern Browsers */
       url('../fonts/poppins-v5-latin-900.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/poppins-v5-latin-900.svg#Poppins') format('svg'); /* Legacy iOS */
}


/* JULIA CSS JULIA CSS JULIA CSS JULIA CSS JULIA CSS JULIA CSS JULIA CSS JULIA CSS JULIA CSS JULIA CSS JULIA CSS JULIA CSS JULIA CSS */

.title{
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 500;
}
.subtitle, .panel-body i, #db_references ul li i{
  color: #00a7e7;
  font-size: 18px;
  margin-right: 5px;
}
.subtitle.sub{
  font-size:16px;
  font-weight: 800;
}

.panel-heading{
  background-color: #00a7e7;
  color: #fff;
  padding: 10px 30px;
  text-transform: uppercase;
  font-size: 18px;
}
a.panel-heading{
  width: 100% !important;
  display: inline-block !important;
}
.panel-body{
  padding: 0;
  border: 1px solid #eee; 
  margin-bottom: 50px;
}

.panel-body ul li{
  padding: 15px 30px;
  display: block;
  border-bottom: 1px solid #eee;
}

ul li a{
  width: 100%;
  display: block; 
}

.panel-body ul li:last-child{
  border-bottom: none;
}

body ul{
  list-style-type: none;
  padding-left: 0;
  margin: 0;
}

body hr{
  margin: 20px 0 30px;
}
#db_references{
  margin: 0 0 115px 0;
  padding-right: 135px;
}

#db_references ul{
  margin: 15px 0 15px 25px;
}

#db_references ul li {
    padding: 3px 0;
}

#db_gallery{
  margin-bottom: 65px;
  display: block;
  padding-left:0px;
  padding-right:0px;
  background-repeat: no-repeat;
  background: #3a7bd5;  /* fallback for old browsers */
  background-image: url(https://www.data-blue.de/wp-content/uploads/2019/11/slider1.jpg);
  background-size: cover;

}
#db_gallery:after{
    content: "";
    display: block;
    position: relative;
    width: 100%;
    z-index: 11;
    background-image: url(/images/angebote_mann.png);
    background-position-x: 50%;
    height: 335px;
    background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  #db_gallery{
    min-height:335px;
  }
}


/* JULIA CSS JULIA CSS JULIA CSS JULIA CSS JULIA CSS JULIA CSS JULIA CSS JULIA CSS JULIA CSS JULIA CSS JULIA CSS JULIA CSS JULIA CSS */