@charset "UTF-8";
:root {
  --red: #e7302f;
  --red-hover: #cc3333;
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Light'), local('OpenSans-Light'), url(../fonts/OpenSans300.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(../fonts/OpenSans400.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url(../fonts/OpenSans600.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: local('Open Sans Extrabold'), local('OpenSans-Extrabold'), url(../fonts/OpenSans800.woff) format('woff');
}
/* General */
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Open Sans", Arial, sans-serif;
  color: #000;
  font-size: 14px;
  line-height: 1.6;
  overflow-x: hidden;
  overflow-y: scroll;
}
@supports (-ms-ime-align: auto) {
  body {
    min-width: 400px !important;
  }
}
@media all and (-ms-high-contrast:none) {
  body {
    min-width: 400px !important;
  } /* IE10 */
  *::-ms-backdrop, body {
    min-width: 400px !important;
  } /* IE11 */
}
hr {
  margin: 30px 0;
}
.blur {
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -ms-filter: blur(5px);
  -o-filter: blur(5px);
  filter: blur(5px);
  position: fixed !important;
}
#overlay-inkassoauftrag {
  background-color: rgba(255, 255, 255, .8);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10000;
  -webkit-transition: opacity .5s;
  -moz-transition: opacity .5s;
  -o-transition: opacity .5s;
  transition: opacity .5s;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px)!important;
}
#overlay-meine-daten {
  background-color: rgba(255, 255, 255, .8);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10000;
  -webkit-transition: opacity .5s;
  -moz-transition: opacity .5s;
  -o-transition: opacity .5s;
  transition: opacity .5s;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px)!important;
}
@media (min-width: 768px) {
  .g-blur {
    overflow: hidden;
  }
  .g-blur .wrapper, .g-blur .outside-more-articles {
    filter: blur(7px);
  }
}
p, li, li {
  color: #000;
}
a, li a {
  color: var(--red);
  text-decoration: none;
}
a, a:focus, a:hover, a:active, li a, li a:focus, li a:hover, li a:active {
  outline: 0 !important;
}
a:focus, li a:focus {
  text-decoration: none;
}
a:hover, li a:hover {
  color: var(--red-hover);
  text-decoration: underline;
}
.g-margin-side-auto {
  margin-left: auto;
  margin-right: auto;
}
.g-max-width--770 {
  max-width: 770px;
  position: relative;
}
.g-padding-0 {
  padding: 0px;
}
.g-padding-5 {
  padding: 5px;
}
.g-padding-10 {
  padding: 10px;
}
.g-padding-15 {
  padding: 15px;
}
.g-padding-20 {
  padding: 20px;
}
.g-padding-25 {
  padding: 25px;
}
.g-padding-30 {
  padding: 30px;
}
.g-padding-35 {
  padding: 35px;
}
.g-padding-40 {
  padding: 40px;
}
.g-padding-45 {
  padding: 45px;
}
.g-padding-50 {
  padding: 50px;
}
.g-pt-0 {
  padding-top: 0px;
}
.g-pt-5 {
  padding-top: 5px;
}
.g-pt-10 {
  padding-top: 10px;
}
.g-pt-20 {
  padding-top: 20px;
}
.g-pt-30 {
  padding-top: 30px;
}
.g-pt-40 {
  padding-top: 40px;
}
.g-pt-50 {
  padding-top: 50px;
}
.g-pt-60 {
  padding-top: 60px;
}
.g-pt-70 {
  padding-top: 70px;
}
.g-pt-80 {
  padding-top: 80px;
}
.g-pt-85 {
  padding-top: 80px;
}
.g-pt-90 {
  padding-top: 90px;
}
.g-pt-100 {
  padding-top: 100px;
}
.g-pt-110 {
  padding-top: 110px;
}
.g-pt-120 {
  padding-top: 120px;
}
.g-pt-130 {
  padding-top: 130px;
}
.g-pt-140 {
  padding-top: 140px;
}
.g-pt-150 {
  padding-top: 150px;
}
.g-pt-160 {
  padding-top: 160px;
}
.g-pt-170 {
  padding-top: 170px;
}
.g-pb-0 {
  padding-bottom: 0px;
}
.g-pb-5 {
  padding-bottom: 5px;
}
.g-pb-10 {
  padding-bottom: 10px;
}
.g-pb-20 {
  padding-bottom: 20px;
}
.g-pb-25 {
  padding-bottom: 25px;
}
.g-pb-30 {
  padding-bottom: 30px;
}
.g-pb-40 {
  padding-bottom: 40px;
}
.g-pb-50 {
  padding-bottom: 50px;
}
.g-pb-60 {
  padding-bottom: 60px;
}
.g-pb-70 {
  padding-bottom: 70px;
}
.g-pb-75 {
  padding-bottom: 75px;
}
.g-pb-80 {
  padding-bottom: 80px;
}
.g-pb-90 {
  padding-bottom: 90px;
}
.g-pb-100 {
  padding-bottom: 100px;
}
.g-pl-0 {
  padding-left: 0px;
}
.g-pl-5 {
  padding-left: 5px;
}
.g-pl-10 {
  padding-left: 10px;
}
.g-pl-15 {
  padding-left: 15px;
}
.g-pl-20 {
  padding-left: 20px;
}
.g-pl-30 {
  padding-left: 30px;
}
.g-pl-40 {
  padding-left: 40px;
}
.g-pl-50 {
  padding-left: 50px;
}
.g-pl-60 {
  padding-left: 60px;
}
.g-pl-70 {
  padding-left: 70px;
}
.g-pl-80 {
  padding-left: 80px;
}
.g-pl-90 {
  padding-left: 90px;
}
.g-pl-100 {
  padding-left: 100px;
}
.g-pr-0 {
  padding-right: 0px;
}
.g-pr-5 {
  padding-left: 5px;
}
.g-pr-10 {
  padding-right: 10px;
}
.g-pr-15 {
  padding-right: 15px;
}
.g-pr-20 {
  padding-right: 20px;
}
.g-pr-30 {
  padding-right: 30px;
}
.g-pr-40 {
  padding-right: 40px;
}
.g-pr-50 {
  padding-right: 50px;
}
.g-pr-60 {
  padding-right: 60px;
}
.g-pr-70 {
  padding-right: 70px;
}
.g-pr-80 {
  padding-right: 80px;
}
.g-pr-90 {
  padding-right: 90px;
}
.g-pr-100 {
  padding-right: 100px;
}
.g-mt-0 {
  margin-top: 0px !important;
}
.g-mt-5 {
  margin-top: 5px !important;
}
.g-mt-10 {
  margin-top: 10px !important;
}
.g-mt-15 {
  margin-top: 15px !important;
}
.g-mt-20 {
  margin-top: 20px !important;
}
.g-mt-30 {
  margin-top: 30px !important;
}
.g-mt-40 {
  margin-top: 40px !important;
}
.g-mt-50 {
  margin-top: 50px !important;
}
.g-mt-60 {
  margin-top: 60px !important;
}
.g-mt-70 {
  margin-top: 70px !important;
}
.g-mt-80 {
  margin-top: 80px !important;
}
.g-mt-90 {
  margin-top: 90px !important;
}
.g-mt-100 {
  margin-top: 100px !important;
}
.g-mb-0 {
  margin-bottom: 0px !important;
}
.g-mb-5 {
  margin-bottom: 5px !important;
}
.g-mb-10 {
  margin-bottom: 10px !important;
}
.g-mb-15 {
  margin-bottom: 15px !important;
}
.g-mb-20 {
  margin-bottom: 20px !important;
}
.g-mb-25 {
  margin-bottom: 25px !important;
}
.g-mb-30 {
  margin-bottom: 30px !important;
}
.g-mb-35 {
  margin-bottom: 35px !important;
}
.g-mb-40 {
  margin-bottom: 40px !important;
}
.g-mb-45 {
  margin-bottom: 45px !important;
}
.g-mb-50 {
  margin-bottom: 50px !important;
}
.g-mb-55 {
  margin-bottom: 55px !important;
}
.g-mb-60 {
  margin-bottom: 60px !important;
}
.g-mb-65 {
  margin-bottom: 65px !important;
}
.g-mb-70 {
  margin-bottom: 70px !important;
}
.g-mb-75 {
  margin-bottom: 75px !important;
}
.g-mb-80 {
  margin-bottom: 80px !important;
}
.g-mb-85 {
  margin-bottom: 85px !important;
}
.g-mb-90 {
  margin-bottom: 90px !important;
}
.g-mb-95 {
  margin-bottom: 95px !important;
}
.g-mb-100 {
  margin-bottom: 100px !important;
}
.g-ml-0 {
  margin-left: 0px;
}
.g-ml-5 {
  margin-left: 5px;
}
.g-ml-10 {
  margin-left: 10px;
}
.g-ml-20 {
  margin-left: 20px;
}
.g-ml-30 {
  margin-left: 30px;
}
.g-ml-40 {
  margin-left: 40px;
}
.g-ml-50 {
  margin-left: 50px;
}
.g-ml-60 {
  margin-left: 60px;
}
.g-ml-70 {
  margin-left: 70px;
}
.g-ml-80 {
  margin-left: 80px;
}
.g-ml-90 {
  margin-left: 90px;
}
.g-ml-100 {
  margin-left: 100px;
}
.g-mr-0 {
  margin-right: 0px;
}
.g-mr-5 {
  margin-right: 5px;
}
.g-mr-10 {
  margin-right: 10px;
}
.g-mr-20 {
  margin-right: 20px;
}
.g-mr-30 {
  margin-right: 30px;
}
.g-mr-40 {
  margin-right: 40px;
}
.g-mr-50 {
  margin-right: 50px;
}
.g-mr-60 {
  margin-right: 60px;
}
.g-mr-70 {
  margin-right: 70px;
}
.g-mr-80 {
  margin-right: 80px;
}
.g-mr-90 {
  margin-right: 90px;
}
.g-mr-100 {
  margin-right: 100px;
}
.g-section-bg-gray {
  background: #f8f8f8;
}
.g-bg-gray--light {
  background-color: rgba(242, 242, 242, 1) !important;
}
.g-va-middle {
  vertical-align: middle;
}
.g-dp-table {
  display: table;
}
.g-dp-table-cell {
  display: table-cell;
}
/* Default highlight color */ ::-moz-selection {
  color: #fff;
  background: #3875d7;
}
::selection {
  color: HighlightText!important;
  background: Highlight;
}
/* Disable Focusring */ :focus {
  outline: none;
  box-shadow: none;
}
button:focus {
  outline: none !important;
  box-shadow: none;
}
/* Slick slider */
.slick-slide {
  outline: none;
}
.slick-dots {
  padding: 40px 0 0;
  margin: 0;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 7px;
  height: 7px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
  background: #676767;
  border-radius: 50%;
}
.slick-dots li.slick-active {
  background: var(--red);
}
.slick-dots li button {
  display: none;
}
.slick-arrow {
  display: inline-block;
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 45px;
  background: #111;
  color: #fff;
  transition: all 0.3s ease-in-out 0s;
  cursor: pointer;
  z-index: 2;
}
.slick-arrow:hover {
  color: #111;
  background: var(--red-hover);
}
@media (max-width: 500px) {
  .col-md-offset-1 {
    left: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important
  }
}
/* Headings */
h1, .h1, h2, .h2 {
  font-size: 30px;
  font-weight: 700;
  color: #000;
  margin: 0;
  line-height: 1.3;
  text-transform: uppercase;
  overflow: hidden !important;
}
h3 {
  color: #000;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
  overflow: hidden !important;
}
@media (max-width: 600px) {
  h1 {
    font-size: 26px;
  }
  h2 {
    font-size: 24px;
  }
  h3 {
    font-size: 15px;
  }
}
.color-red {
  color: var(--red);
}
.color-green {
  color: green;
}
.btn:focus {
  outline: none;
  box-shadow: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
  text-decoration: none;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
  text-decoration: none;
}
.btn-red {
  color: white;
  font-weight: 400;
  background-color: var(--red);
  border-color: var(--red);
  text-decoration: none;
}
.btn-red:hover {
  color: white;
  text-decoration: none;
  background-color: #cc3333 !important;
  transition: all 0.3s ease-in-out;
}
.btn-link {
  color: var(--red);
  font-size: 14px;
  line-height: 1.6;
  padding: 0;
  text-decoration: none;
}
.btn-link:hover {
  color: var(--red);
  text-decoration: underline;
}
.hidden {
  display: none !important;
}
/* Header */
.navbar {
  background-color: white;
}
.navbar .nav-item .splitter {
  color: #aaa !important;
  background: none !important;
  font-size: 14px !important;
  text-transform: uppercase;
  padding-top: 10px;
  padding-left: 15px;
}
@media all and (min-width: 992px) {
  .navbar .nav-item .dropdown-menu {
    display: none;
  }
  .navbar .nav-item:hover .dropdown-menu {
    display: block;
  }
  .navbar .nav-item .dropdown-menu {
    margin-top: 0;
  }
  .navbar .nav-item .nav-link {
    padding: 0 15px;
  }
  .navbar-nav .dropdown-menu {
    background: rgba(255, 255, 255, 0.98) !important;
    border: none;
    box-shadow: 0px 14px 35px -6px rgba(0, 0, 0, 0.55) !important;
  }
}
.navbar .nav-item.active .nav-link {
  color: var(--red) !important;
}
.navbar .nav-item .nav-link {
  color: black;
  font-weight: bold;
  text-decoration: none;
  font-size: 14px;
  text-transform: uppercase;
}
.navbar .nav-item .nav-link.active {
  color: var(--red) !important;
}
.navbar .dropdown-item {
  text-decoration: none;
}
.navbar .dropdown-item:hover {
  text-decoration: none;
  background-color: var(--red);
  color: white;
}
.navbar-brand > img {
  height: 54px;
}
.navbar-light .navbar-toggler {
  border: 0px none;
  box-shadow: none;
}
#btnAuftrag {
  font-size: 14px !important;
  font-weight: bold;
  box-shadow: none;
}
@media (max-width: 991px) {
  .navbar-nav .dropdown-menu {
    border: none;
    background-color: transparent;
    padding: 0!important;
  }
  #btnAuftrag {
    width: 100%;
  }
}
.clearfix {
  clear: both;
}
.clearfix:before, .clearfix:after {
  display: table;
  content: " ";
}
#ga {
  display: none;
}
.section-promo {
  background: url(../img/oko-image01.jpg) no-repeat center center;
  overflow: hidden;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
@media screen and (orientation:landscape) {
  .section-promo {
    background: url(../img/oko-image01.jpg) no-repeat center center;
    width: 100%;
  }
}
.section-promo .container {
  height: 100vh;
  min-height: 700px;
}
.promo-item-content {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  margin: 0 auto;
  z-index: 2;
}
.section-promo h3 {
  font-size: 33px;
  line-height: 1.3;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0 0 20px;
  font-weight: 400;
  text-shadow: 2px 2px 10px #000;
}
.section-promo h3 strong {
  font-weight: 700;
}
.section-promo p {
  max-width: 100%;
  margin: 0 auto 35px;
  font-size: 16px;
  color: #fff;
  text-shadow: 1px 1px 6px #000;
  letter-spacing: .8px;
}
@media (max-width: 991px) {
  .promo-item-content {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .section-promo {
    height: auto;
    width: 100%;
  }
  .promo-item {
    background: url(../img/oko-image01.jpg) no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
    height: auto;
    min-height: 0;
  }
  .promo-item .container {
    position: relative;
    height: auto;
    min-height: 0;
    width: 100%;
    max-height: 250px;
  }
  .promo-item-content {
    position: inherit;
    top: 0;
    padding: 50px 15px 30px 15px;
    transform: none;
    height: 100%;
    width: 100%;
    margin: 0 auto;
    z-index: 1;
    min-height: 0;
  }
  .section-promo h3 {
    font-size: 30px;
    line-height: 1.4;
    position: relative;
    width: 100%;
  }
  .section-promo p {
    position: relative;
    width: 100%;
    max-width: 1000%;
  }
}
@media (max-width: 768px) {
  .section-promo h3 {
    font-size: 20px;
    line-height: 1.4;
    width: 100%;
  }
  .section-promo p {
    font-size: 14px;
    width: 100%;
  }
}
.icon-down {
  font-weight: bold;
}
.icon-down:after {
  content: "\f078";
  position: absolute;
  display: inline-block;
  font-family: 'Font Awesome 5 Free';
  color: white;
}
.icon-down-red {
  font-weight: bold;
  font-size: 20px;
}
.icon-down-red:after {
  content: "\f078";
  position: absolute;
  display: inline-block;
  font-family: 'Font Awesome 5 Free';
  color: var(--red);
}
/*leistungsuebersicht*/
.section-leistungsuebersicht {
  padding-top: 100px;
  padding-bottom: 100px;
}
.section-leistungsuebersicht .bullet-lg {
  color: #555;
  text-align: center;
  display: inline-block;
  border: solid 1px var(--red);
  border-radius: 50% !important;
  font-style: normal;
  width: 80px;
  height: 80px;
  font-size: 30px;
  line-height: 73px;
  font-weight: 600;
  border-width: 3px;
  margin-bottom: 25px;
    cursor: default;
}
@media (min-width: 587px) {
    .section-leistungsuebersicht .bullet-lg {
          cursor: pointer;
    }
}
.section-detailleistungen {
  padding-top: 100px;
  padding-bottom: 40px;
}
/* Infoblocks */
.infoblocks {
  position: relative;
  padding-top: 130px;
}
.infoblocks .slick-dots {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  /*width: 780px;*/
  width: 950px;
  margin: 0 auto;
  padding: 0;
}
.infoblocks .slick-dots:before {
  content: "";
  position: absolute;
  top: 4.6px;
  left: 50%;
  right: 50%;
  transform: translate(-50%, 0px);
  display: block;
  width: calc(100% - 130px);
  height: 4px;
  border-bottom: 1px solid var(--red);
}
.infoblocks .slick-dots li {
  color: #000;
  width: 130px;
  height: auto;
  background: none;
  border-radius: 0;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
  vertical-align: top;
  margin: 0;
}
.infoblocks .slick-dots li strong {
  font-weight: 600;
}
.infoblocks .slick-dots .slick-active {
  color: var(--red);
}
.infoblocks .slick-dots li span {
  width: 10px;
  height: 10px;
  display: block;
  background: #000;
  border: 1px solid #000;
  border-radius: 10px;
  margin: 3px auto 19px;
  vertical-align: middle;
}
.infoblocks .slick-dots .slick-active span {
  width: 17px;
  height: 17px;
  display: block;
  background: var(--red);
  border: 3px solid var(--red);
  border-radius: 10px;
  margin: 0 auto 15px;
}
@supports (-ms-ime-align:auto) {
  .infoblocks .slick-dots:before {
    content: "";
    position: absolute;
    top: 4.6px;
    left: 50%;
    right: 50%;
    transform: translate(-50%, 0px);
    display: block;
    width: 0px;
    height: 4px;
    border-bottom: 1px solid #ececec;
    margin: 0px;
    overflow: hidden;
  }
}
@media (max-width: /*800px*/1000px) {
  .infoblocks {
    padding-top: 0;
  }
  .infoblocks .slick-dots {
    width: auto;
    position: static;
    padding-top: 30px;
  }
  .infoblocks .slick-dots:before {
    display: none;
  }
  .infoblocks .slick-dots li {
    width: 30px;
  }
  .infoblocks .slick-dots li strong {
    display: none;
  }
  .infoblocks .slick-dots li span {
    border-color: #d8d8d8;
  }
}
.infoblock {
  display: flex;
}
.infoblock-img, .infoblock-content {
  width: 50%;
}
.infoblock-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
.img-ld-01 {
  background-image: url(/assets/img/ld-01-schriftliche-mahung.jpg);
}
.img-ld-02 {
  background-image: url(/assets/img/ld-02-tel-inkasso.jpg);
}
.img-ld-03 {
  background-image: url(/assets/img/ld-03-pers-inkasso.jpg);
}
.img-ld-04 {
  background-image: url(/assets/img/ld-04-gerichtliche-betreibung.jpg);
}
.img-ld-05 {
  background-image: url(/assets/img/ld-05-dubioseninkasso.jpg);
}
.img-ld-06 {
  background-image: url(/assets/img/ld-06-dubiosenfactoring.jpg);
}
.img-ld-07 {
    background-image: url(/assets/img/ld-07-bonitaetspruefung.jpg);
}
.infoblock-content {
  padding: 100px 56px;
}
.infoblock-content p {
  margin-bottom: 30px;
  color: #000;
}
.infoblock-content h3 {
  color: #000;
}
@media (max-width: 768px) {
  .infoblock-content {
    padding: 50px 15px;
  }
}
@media (max-width: 699px) {
  .infoblock {
    display: block;
  }
  .infoblock-img {
    width: 100%;
    height: 360px;
  }
  .infoblock-content {
    width: 100%;
  }
}
/*Referenzen*/
.section-referenzen {
  padding-top: 100px;
  padding-bottom: 100px;
}
.section-referenzen .sponsors {}
.section-referenzen .sponsors li {}
/* Sponsors section
--------------------------------------------*/
.sponsors {
  vertical-align: middle;
  display: table;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 10px;
}
.sponsors li {
  float: left;
  border-left: 1px solid #483d4d;
  border-top: 1px solid #483d4d;
  text-align: center;
  height: 117px;
  vertical-align: middle;
}
.sponsors li div {
  vertical-align: middle;
  display: table-cell;
}
.sponsors li a {
  display: block;
  padding: 25px 10px;
}
.sponsors li:first-child {
  border-left: 0;
  border-top: 0;
}
.sponsors li:nth-child(2) {
  border-top: 0;
}
.sponsors li:nth-child(3) {
  border-top: 0;
}
.sponsors li img {
  margin: 0 auto;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .sponsors li img {
    margin: 0 auto;
    width: 99.9% !important;
  }
}
@media (max-width: 992px) {
  .sponsors {
    width: 100%;
  }
  .sponsors li {
    width: 33.33333333333%;
    height: inherit !important;
  }
  .sponsors li:nth-child(4) {
    clear: left;
  }
  .sponsors li:nth-child(3n+4) {
    clear: left;
    border-left: 0;
  }
}
@media (min-width: 992px) {
  .sponsors li {
    width: 16.666666666666%;
  }
  .sponsors li:nth-child(4) {
    border-top: 0;
  }
  .sponsors li:nth-child(5) {
    border-top: 0;
  }
  .sponsors li:nth-child(6) {
    border-top: 0;
    border-left: 1px solid #483d4d !important;
  }
  .sponsors li:nth-child(4n+5) {
    border-left: 1px solid #483d4d;
  }
  .sponsors li:nth-child(6n-11) {
    border-left: none;
  }
}
/* Contact section
--------------------------------------------*/
.address-list li {
  color: #676767;
  margin-bottom: 25px;
}
.address-list .glyphicon, .address-list .fa {
  font-size: 20px;
  color: #676767;
  position: relative;
  top: 3px;
}
.address-list em {
  font-style: normal;
}
.address-list strong {
  color: #000;
  font-weight: normal;
}
/* Footer section
--------------------------------------------*/
.social-icons-v-2 {
  padding: 0 0 0 0;
  list-style: none;
}
.social-icons-v-2 li {
  display: inline-block;
  font-size: 16px;
  margin: 0 10px 10px 0;
}
.social-icons-v-2 li a {
  display: inline-block;
  width: 35px;
  padding: 5px 0;
  background-color: #a2a2a2;
  text-align: center;
  color: #eee;
}
.social-icons-v-2 li a:hover {
  background-color: #666666;
  color: #fff;
  transition: all 0.3s;
}
.marked-list {
  padding-left: 0px;
  font-size: 12px;
}
.marked-list i {
  font-size: 5px;
  position: relative;
  top: -2px;
}
.marked-list li {
  list-style: none;
  padding-right: 20px;
  margin-bottom: 15px;
}
@media (min-width: 767px) {
  .footer-p {
    padding-left: 30px;
    padding-right: 10px
  }
}
@media (min-width: 992px) {
  .footer-max {
    margin-top: 30px;
  }
}
/*IE Google map fix*/
.contact-section-map {
  min-height: 600px;
}
#map {
  width: 100%;
}
@media (max-width: 599px) {
  .hide600 {
    display: none;
  }
  .hide600-mt40 {
    margin-top: -100px !important;
  }
}
@media (min-width: 600px) {
  .show600 {
    display: block;
  }
}
@media (max-width:768px) {
  .hidePhone {
    visibility: hidden;
    display: none;
  }
}
@media (max-width:992px) {
  .hide992 {
    visibility: hidden;
    display: none;
  }
  .dropdown-menu[data-bs-popper] {
    margin-top: 0px}
}
.nav-link {
padding: .2rem 1rem;
}
.dropdown-menu {
padding: 5px;
}
.navbar-collapse {
    margin-top: 10px;
}
.panel-faq .panel-body {
  padding: 15px;
}
.print-header {
  width: 654px;
  height: 101px;
}
.print-footer {
  width: 654px;
  height: 90px;
  margin-top: 30px;
}
.forderung-overlay {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: white;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
  z-index: 10;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px)!important;
}
.forderung-progress {
  position: absolute;
  text-align: center;
  margin-left: -32px;
  margin-top: -32px;
  left: 50%;
  top: 50%;
  height: 64px;
  width: 64px;
  padding: 5px;
}
.forderung-progress img {
  width: 54px;
  height: 54px;
}
@media (min-width:601px) {
  .leistungen-cursor {
    cursor: pointer;
  }
  .rounded-x:hover {
    background-color: rgba(129, 129, 129, .1)
  }
}
@media (max-width:600px) {
  .hide-600 {
    visibility: hidden;
    display: none;
  }
}
[placeholder] {
  text-overflow: ellipsis;
}
input:focus::-webkit-input-placeholder {
  color: transparent !important;
}
input:focus:-moz-placeholder {
  color: transparent !important;
}
/* FF 4-18 */
input:focus::-moz-placeholder {
  color: transparent !important;
}
/* FF 19+ */
input:focus:-ms-input-placeholder {
  color: transparent !important;
}
/* IE 10+ */
td {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.select2-search__field {
  font-size: 16px !important;
}
#accordion-1 .accordion-item {
  margin-bottom: 5px;
}
#accordion-1 .accordion-body {
  border-bottom: 1px solid rgba(0, 0, 0, .125);
  border-bottom-left-radius: .25rem;
  border-bottom-right-radius: .25rem;
}
#accordion-1 .accordion-button {
  color: #333;
  background-color: #f5f5f5;
  font-size: 14px;
  box-shadow: none;
  border: 1px solid rgba(0, 0, 0, .125);
  padding: 7px 15px;
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
#accordion-1 .accordion-button.collapsed {
  border-bottom-left-radius: .25rem;
  border-bottom-right-radius: .25rem;
}
#accordion-1 .accordion-collapse {
  border-bottom-left-radius: .25rem;
  border-bottom-right-radius: .25rem;
}
.error-v1 {
  margin-bottom: 20px;
  text-align: center;
}
.error-v1 span {
  color: #000;
  display: block;
  font-size: 40px;
}
.error-v1 span.error-v1-title {
  color: #000;
  font-size: 180px;
}
#RegistrierungProgress img {
  height: 19px;
  width: 19px;
}
#OKO_Kundenbereich_Mein_Name {
  margin: 10px 0 10px 0;
  width: 100%;
}
.p-24-left {
  font-size: 24px;
  text-align: left;
}
.confirmation-container {
  background-color: rgba(255,255,255,1);
  display: block;
  position: fixed;
  z-index: 99999;
  bottom: 0px;
  left: 0px;
  width: 100%;
  padding: 25px;
  box-shadow: 0 -1px 8px 0 rgb(0 0 0 / 15%);
  opacity: 0;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
.fadein {
opacity: 1;
-webkit-animation: fadein 1.5s;
animation: fadein 1.5s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both
}
@-webkit-keyframes fadein {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0) scaleY(5);
    transform: translate3d(0, 3000px, 0) scaleY(5)
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(.9);
    transform: translate3d(0, -20px, 0) scaleY(.9)
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(.95);
    transform: translate3d(0, 10px, 0) scaleY(.95)
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0) scaleY(.985);
    transform: translate3d(0, -5px, 0) scaleY(.985)
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}
@keyframes fadein {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0) scaleY(5);
    transform: translate3d(0, 3000px, 0) scaleY(5)
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(.9);
    transform: translate3d(0, -20px, 0) scaleY(.9)
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(.95);
    transform: translate3d(0, 10px, 0) scaleY(.95)
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0) scaleY(.985);
    transform: translate3d(0, -5px, 0) scaleY(.985)
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}
@media print {
  .confirmation-container {
    display: none;
    visibility: hidden;
  }
}
#HideCookiesConfirmationButton {
  font-size: 14px !important;
  box-shadow: none;
}
#ia-table-1 {
  width: 100%;
}
#ia-table-1 td {
  padding: 5px;
}
#ia-table-1 .bg-light-gray {
  background: rgba(242, 242, 242, 1);
}
#ia-table-1 .border-right {
  border-right: 1px solid #fff;
}
/* Overwrite */
.btn-danger {
  font-size: 14px !important;
  color: #fff;
  background-color: var(--red);
  border-color: var(--red);
}
.btn-danger:hover {
  font-size: 14px !important;
  color: #fff;
  background-color: var(--red-hover);
  border-color: var(--red-hover);
}
.btn-outline-danger {
  font-size: 14px !important;
  color: var(--red);
  border-color: var(--red);
}
.btn-outline-danger:hover {
  font-size: 14px !important;
  color: #fff;
  background-color: var(--red-hover);
  border-color: var(--red-hover);
}
@media (min-width: 992px) {
.dropdown-menu {
  padding: 5px;
}
.navbar .nav-item:hover .dropdown-menu {
  padding-left: 5px;
  padding-right: 5px;
}
  .navbar .user-name {
    max-width: 105px;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}
@media (min-width: 1250px) {
  .navbar .user-name {
    max-width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}
.navbar .dropdown-item:hover {
  border-radius: 5px;
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.nav-tabs .nav-link {
  margin-right: 2px;
}
.table-bo .popmenu-row .dropdown-item:hover, .table-bo .popmenu-row .dropdown-item:active {
  border-radius: 5px;
}
.dropdown-item:focus, .dropdown-item:hover {
  color: #fff;
  background-color: var(--red);
  border-radius: 5px;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  background-color: var(--red);
  border-radius: 5px;
}
textarea:focus, select:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .form-control:focus, .uneditable-input:focus {
  border-color: rgba(51, 51, 51, 0.3);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 3px rgba(51, 51, 51, 0.3);
  outline: 0 none;
}
.form-control.is-invalid:focus, .was-validated .form-control:invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 3px rgba(220,53,69,.75);
  outline: 0 none;
}
#GLSearchResultListContainer .active {
  background-color: var(--red) !important;
  border-color: var(--red) !important;
  border-radius: 5px !important;
}
select .form-control .is-invalid {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
background-color: blue;
}
.address-icons {
width: 20px;
}
.nav-link {
color: var(--red);
}
.nav-link .active {
color: #fff;
}
.form-control:read-only {
background-color: #fff;
}
.form-control.is-invalid, .was-validated .form-control:invalid {
color: var(--red);
}