@charset "UTF-8";
/* nav scroll to  */
.subnav_main {
  padding-top: 60px;
}
#top {
  position: fixed;
  top: 0;
  width: 100%;
  display: flex;
  text-align: center;
  justify-content: center;
  z-index: 2000;
  background: white;
}
#top .nav-item a {
  color: #1273eb;
  font-size: 14px;
  font-weight: bold;
  border: 2px solid #1273eb;
  margin: 5px;
  padding: 3px 25px;
  opacity: 70%;
  border-radius: 10px;
}
#top .nav-item a:hover {
  color: white !important;
  background-color: #1273eb;
  opacity: 100%;
  transition: 0.2s ease;
}
.scroll-to-nav {
  z-index: 999;
  margin-bottom: 0 !important;
}
/* ---------------------------------- Bootstrap Fix/Override ---------------------------------- */
.navbar-nav {
  flex-direction: unset;
}
.navbar-nav .dropdown-menu {
  position: absolute;
}
/* --------------------------------- Global --------------------------------- */
/* .wrapper {
  margin-top: 120px;
} */
/* ------------------------------- Startseite ------------------------------- */
/* Welcome Sektion */
#welcome-section .container-fluid {
  background-color: #f2f2f2;
}
.welcome-image {
  background-color: #f2f2f2;
  position: relative;
  z-index: 0;
}
.welcome-image-outer:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 50%, #f2f2f2 60%);
  z-index: 99;
}
.welcome-button-outer-text {
  padding: 75px 0 15px 0;
  font-size: 46px;
  font-family: sans-serif;
}
.welcome-button {
  display: block;
  height: auto;
  width: 100%;
  padding: 30px 40px;
  box-shadow: none;
  border-radius: 10px;
  font-family: "Open Sans", sans-serif;
  background-color: white;
  margin-bottom: 30px;
}
.welcome-button:hover {
  transform: scale(102%);
  transition: ease 0.3s;
}
.welcome-button h2 {
  font-size: 24px;
  color: #1273eb;
  font-weight: 600;
}
.welcome-button p {
  font-size: 16px;
}
.work-process-area .top {
  padding: 5px;
}
.work-process-area .item {
  box-shadow: none !important;
  height: 100%;
  position: relative;
}
.work-process-area .item a {
  position: absolute;
  bottom: 10px;
}
.work-process-area .item h5 {
  font-size: 16px;
}
.features-area .features-content .top h4 {
  font-size: 18px;
}
/* --------------------------- EU-Ausschreibungen --------------------------- */
.features-area .single-item .item {
  padding: 0 30px;
}
.fas, .fa {
  color: #1273eb;
}
h1 {
  font-family: "Poppins", sans-serif;
  font-size: 46px;
}
h2 {
  display: block;
  font-weight: 700;
}
.entsorgungswirtschaft {
  margin-bottom: 100px;
}
.container-entsorgung {
  background: linear-gradient(90deg, #edf5ff 0%, #ccdff7 100%);
  padding: 120px 0;
  margin: 0 0 100px 0;
}
.garbage-economy ul {
  margin-bottom: 15px;
}
.garbage-economy ul li {
  margin-bottom: 10px;
  line-height: 1.5em;
}
.garbage-economy .fa-check {
  color: #1273eb;
  margin: 0 5px 0 0;
}
.garbage-economy .align-check {
  margin-top: 8px;
}
.booking .fa-calendar-check {
  color: #1273eb;
}
.color-box {
  padding: 10px;
  width: fit-content;
  justify-content: center;
}
.color-box .quote-inner h3 {
  padding: 0;
  font-size: 30px;
  font-weight: 600;
  display: block;
  position: relative;
}
.color-box .quote-inner h3:after, .color-box .quote-inner h3:before {
  color: #062e60;
  position: absolute;
  font-size: 40px;
  font-family: "Font Awesome 5 Free";
}
.color-box .quote-inner h3:before {
  content: "";
  left: -40px;
  bottom: -50px;
}
.color-box .quote-inner h3:after {
  content: "";
  right: -10px;
  top: -50px;
}
.handshake {
  border-radius: 10px;
  max-width: 400px;
  object-fit: cover;
  height: 100%;
  min-height: 380px;
  object-position: 30% 0;
  justify-content: center;
}
.pillars-table {
  margin-bottom: 50px;
}
.pillars-table .card {
  border: none;
}
.pillars-table .welcome-button {
  height: 100%;
}
.pillars-table .welcome-button h2 {
  color: #1273eb;
  font-size: 22px;
  font-weight: 600;
}
.pillars-table .welcome-button h4 {
  margin-bottom: 5px;
}
.pillars-table .card-top {
  margin-bottom: 30px;
}
.essentials .welcome-button {
  max-height: 320px;
  min-height: 320px;
  height: 100%;
  border: none;
  transition: 0.3s ease;
}
.essentials .item-heading {
  margin-bottom: 30px;
}
.essentials .leistungen {
  margin-left: auto;
  margin-right: auto;
  padding: 30px 40px;
  min-height: 450px;
  max-height: 450px;
  height: 100%;
  border-radius: 10px;
}
.essentials .leistungen h2 {
  color: #232323;
  font-size: 36px;
  font-weight: 500 !important;
}
.essentials .no-bullet {
  margin-left: 0 !important;
}
.essentials ol, .essentials ul {
  margin-left: 15px;
}
.essentials ol.no-bullet li, .essentials ul.no-bullet li {
  display: flex;
  margin: 0 15px 15px 0;
}
.essentials ol.no-bullet li:before, .essentials ul.no-bullet li:before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #1273eb;
  margin: 0 15px 0 0;
}
.contact-us .owner-img {
  width: 100%;
  height: auto;
}
.contact-us .about-us-area .about-items .info ul li, .contact-us .about-us-area .about-items .info ul a {
  padding-left: 0;
  font-weight: 700;
  margin-top: 5px;
}
.contact-us .about-us-area .about-items .info ul li:after, .contact-us .about-us-area .about-items .info ul a:after {
  display: none;
}
.upper-title h4 {
  font-size: 29px;
}
/* --------------------------- Personalmanagement --------------------------- */
.ophz .stages-img {
  object-fit: cover;
  border-radius: 10px;
  object-position: 35%;
}
.ophz .stages {
  background-color: #f2f2f2;
  padding: 25px;
  border-radius: 10px;
}
.ophz .stages .stage {
  position: relative;
  margin-bottom: 60px;
}
.ophz .stages span {
  color: #1273eb;
  font-size: 30px;
}
.ophz .stages h4 {
  margin: 15px 0 10px 0;
}
.bewerber .text-col, .about-us .text-col {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}
.bewerber img, .about-us img {
  border-radius: 10px;
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: 0 20%;
  min-height: 600px;
  max-height: 600px;
  /*  min-width: 435px; */
  max-width: 435px;
}
.bewerber img.img-about-us, .about-us img.img-about-us {
  object-position: 70% 0;
}
.bewerber li, .about-us li {
  list-style-type: circle;
  margin-left: 7px;
}
#accordion .card-header {
  background: white;
  padding: 0;
  border: none;
}
#accordion a {
  display: flex;
  position: relative;
  transform: rotate(0deg);
  font-weight: 600;
  font-size: 16px;
  display: flex;
  align-items: center;
  height: 100%;
  top: 0;
  padding: 30px;
  color: #1273eb;
  font-size: 18px;
  margin-right: 20px;
}
#accordion a i {
  position: absolute;
  right: 30px;
  top: 0;
  height: 100%;
  display: flex;
  align-items: center;
  transform: rotate(0deg);
  transition: 0.3s ease;
}
#accordion a:not(.collapsed) i {
  transform: rotate(180deg);
}
#accordion .card-body {
  padding: 0 30px 35px 30px;
}
#accordion .card-body p {
  margin: 0;
}
#accordion .card-body li {
  list-style: circle;
}
/* ---------------------------- ANCHOR Leistungen --------------------------- */
.forwarding-banner {
  background-color: #eaf3fe;
  padding: 100px 0;
}
.forwarding-banner p {
  text-transform: uppercase;
  font-weight: 600;
  color: #1273eb;
  margin-bottom: 0;
}
.forwarding-banner h2 {
  margin-bottom: 30px;
}
/* ---------------------------- ANCHOR Willkommen Sektion  --------------------------- */
h1 {
  font-weight: 600;
}
#welcome-section .row .left_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
#welcome-section .row .left_box img {
  width: 500px;
}
.side {
  padding-top: 135px;
}
header .widget.nav .navbar-nav {
  flex-direction: column;
}
header .widget.nav .navbar-nav a.nav-link {
  padding: 5px;
}
.about-us-area .author img {
  height: 34px;
}
#top .nav-item a {
  opacity: 150%;
}
#about span.text-primary {
  color: #1273eb !important;
  font-size: 36px;
}
#about img {
  border-radius: 15px;
}
#about .bg-light {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px;
  border-radius: 15px;
}
#about .bg-light h2 {
  margin-bottom: 0;
  text-align: center;
}
header ul li.side-menu {
  display: block !important;
}
nav.navbar.bootsnav .navbar-brand {
  float: left !important;
}
.side {
  padding-top: 110px;
}
#start span {
  font-size: 18px;
  font-weight: 400;
  font-family: "Poppins";
}
#start span.welcome {
  color: #3b83bd;
  margin-bottom: 10px;
}
#start h2 {
  color: #3b83bd;
}
#start .card {
  border: none;
}
#start img {
  object-fit: cover;
}
p {
  font-family: "poppins", sans-serif;
}
b, strong {
  font-weight: 600;
}
#sub-start h3 {
  text-align: center;
}
.side.on {
  padding-top: 110px;
}
body {
  font-family: "poppins", sans-serif !important;
}
#start .card p {
  font-size: 17px !important;
}
nav.navbar.bootsnav ul.nav > li > a {
  font-size: 15px;
  letter-spacing: 0.02em;
  color: #474a51;
  text-transform: initial;
}
header nav.navbar-fixed {
  position: fixed !important;
}
html {
  overflow-x: hidden;
}
#start .card p {
  margin: 0;
}
#start span.welcome {
  color: #3b83bd;
  font-size: 19px;
  font-weight: 600;
}
#sub-start h2 {
  text-align: center !important;
}
/*# sourceMappingURL=../../template/css/_maps/zz_custom.map */