@charset "UTF-8";
@import url("https://fast.fonts.net/t/1.css?apiType=css&projectid=3836af79-9376-47d8-9629-be784ba7c0ba");
@font-face {
  font-family: "Avenir LT W01_35 Light1475496";
  src: url("/assets/fonts/0078f486-8e52-42c0-ad81-3c8d3d43f48e.woff2") format("woff2"), url("/assets/fonts/908c4810-64db-4b46-bb8e-823eb41f68c0.woff") format("woff");
}
@font-face {
  font-family: "Avenir LT W01_65 Medium1475532";
  src: url("/assets/fonts/17b90ef5-b63f-457b-a981-503bb7afe3c0.woff2") format("woff2"), url("/assets/fonts/c9aeeabd-dd65-491d-b4be-3e0db9ae47a0.woff") format("woff");
}
@font-face {
  font-family: "Avenir LT W01_85 Heavy1475544";
  src: url("/assets/fonts/d513e15e-8f35-4129-ad05-481815e52625.woff2") format("woff2"), url("/assets/fonts/61bd362e-7162-46bd-b67e-28f366c4afbe.woff") format("woff");
}
@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1248px !important;
  }
}
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: auto;
    transition-duration: 500ms;
  }
}
.embed-responsive-21by9::before {
  padding-top: 42.8571428571%;
}
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}
.embed-responsive-4by3::before {
  padding-top: 75%;
}
.embed-responsive-2by1::before {
  padding-top: 50%;
}
.embed-responsive-1by1::before {
  padding-top: 100%;
}
.embed-responsive-3by4::before {
  padding-top: 133.3333333333%;
}
.embed-responsive-9by16::before {
  padding-top: 177.7777777778%;
}
:root {
  --blue: rgba(0, 59, 112, 1);
  --dark-blue: rgba(0, 31, 66, 1);
  --green: rgba(0, 148, 92, 1);
  --font-size-base: 16px;
  --primary-text-color: var(--blue);
  --secondary-text-color: white;
  --primary-font-family: "Avenir LT W01_35 Light1475496";
  --primary-font-family-bold: "Avenir LT W01_85 Heavy1475544";
}
h1 {
  text-transform: uppercase;
}
.navbar {
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.menu {
  height: 6rem;
}
.card {
  border: 1px solid white;
  border-radius: 0.25rem;
}
.card .card-header {
  background-color: transparent;
  border-bottom: none;
}
/*** CONTENT MODULES ***/
.accordion-header {
  padding: 1rem 0px;
}
#main-content {
  /*overflow-x: hidden;*/
  padding: 0px 0px 0px 0px;
}
.video-module {
  margin-bottom: 2rem;
}
.video-module .card-header {
  background-color: #fff;
  font-family: Arial, "sans-serif";
  font-weight: 400;
  color: #d0d0d0;
  font-size: 1.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
html, body {
  font-family: var(--primary-font-family);
  font-size: var(--font-size-base);
  color: var(--secondary-text-color);
}
h2 {
  font-size: calc(var(--font-size-base) * 2);
  color: var(--primary-text-color);
  padding: 1rem 0px;
  /*margin: 10px;*/
  text-transform: uppercase;
}
section .section {
  padding: 6rem 0px;
}
p {
  color: var(--blue);
  font-size: 1.125rem;
}
.p-130 {
  padding: 130px;
}
.navbar-dark .navbar-nav .nav-link {
  color: white;
}
.navbar-dark .navbar-nav .nav-link:hover {
  color: white;
}
.logo {
  display: inline-block;
  margin: 1.23rem 0px;
}
.menue li a.btn {
  background-color: white;
  color: var(--blue);
  padding: 10px;
  border-radius: 5px;
  text-decoration: none;
  border: 1px solid white;
}
.menue li a.btn:hover {
  background-color: transparent;
  color: white;
  border: 1px solid white;
}
.gradient-blue-green {
  background: #020024;
  background: -moz-linear-gradient(45deg, var(--blue) 50%, var(--green) 100%);
  background: -webkit-linear-gradient(45deg, var(--blue) 50%, var(--green) 100%);
  background: linear-gradient(45deg, var(--blue) 50%, var(--green) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#003b70",endColorstr="#00945c",GradientType=1);
  /* a{@include button-whitetransparent;}*/
}
.gradient-blue-dark-blue {
  background: #020024;
  background: -moz-linear-gradient(45deg, #020024 0%, var(--blue) 50%, var(--dark-blue) 100%);
  background: -webkit-linear-gradient(45deg, #020024 0%, var(--blue) 50%, var(--dark-blue) 100%);
  background: linear-gradient(45deg, #020024 0%, var(--blue) 50%, var(--dark-blue) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#003b70",endColorstr="#00945c",GradientType=1);
}
#logo-white {
  display: block;
}
#logo-farbe {
  display: none;
}
#hamburger {
  stroke: white;
}
.scrolled #hamburger {
  stroke: green;
}
.scrolled #logo-white {
  display: none;
}
.scrolled #logo-farbe {
  display: block;
}
.inter-headline h2, .inter-headline .h2 {
  color: white;
  font-size: 2rem;
  padding: 3rem;
  text-transform: inherit;
  margin: 0px;
}
h3.inter-headline, .h3.inter-headline {
  color: white;
  font-size: 2rem;
  padding: 4rem 0 4rem 0;
  text-transform: inherit;
  margin: 0px;
}
.testimonial p {
  color: white;
  font-size: 1.6875rem;
}
.testimonial h4, .testimonial .h4 {
  color: white;
  font-size: 1.125rem;
}
.testimonial h5, .testimonial .h5 {
  color: white;
  font-size: 1.125rem;
}
div.page {
  padding: 3rem;
}
div.page-66 {
  height: 66vh;
  width: 100%;
  flex-shrink: 0;
}
div.page-50 {
  height: 50vh;
  width: 100%;
  flex-shrink: 0;
}
/* ------- NAVIGATION SPECIFIC ------- */
.navbar-expand-lg .navbar-collapse {
  justify-content: flex-end;
}
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0px;
  z-index: 1030;
  padding: 0px;
  background-color: transparent;
  transition: all 0.4s ease;
}
.fixed-top ul li.nav-item {
  padding: 0 1.5rem;
}
.fixed-top ul li.nav-item .nav-link {
  background-color: transparent;
  border: 0px;
  border-radius: 0px;
  padding: 0;
}
.fixed-top ul li.nav-item .nav-link a {
  border-bottom: 2px solid transparent;
}
.fixed-top ul li.nav-item .nav-link:hover {
  border-bottom: 2px solid white;
}
.fixed-top.scrolled {
  background-color: white;
  transition: all 0.4s ease;
}
.fixed-top.scrolled ul li.nav-item .nav-link:hover {
  border-bottom: 2px solid var(--blue);
}
.fixed-top.scrolled ul li.nav-item .nav-link {
  color: var(--blue);
  padding: 0;
}
.fixed-top.scrolled ul li.nav-item .btn-primary {
  background-color: var(--blue);
  color: white;
  padding: 10px;
  border-radius: 5px;
  text-decoration: none;
  border: 1px solid white;
}
.fixed-top.scrolled ul li.nav-item:hover .btn-primary {
  background-color: transparent;
  color: var(--blue);
  padding: 10px;
  border-radius: 5px;
  text-decoration: none;
  border: 1px solid var(--blue);
}
div.navigation {
  background-color: transparent;
  height: 6rem;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.menue ul {
  padding: 0px;
  list-style-type: none;
}
.menue ul li {
  color: white;
  width: auto;
  display: inline-block;
  /*margin-right: 1rem;*/
}
.menue a {
  color: white;
  text-decoration: none;
  display: block;
  position: relative;
  padding: 0.2em 0;
  transition: text-decoration-color 400ms;
}
.dropdown-item {
  width: 100%;
  padding: 0.33rem 0px !important;
  clear: both;
  font-weight: bold;
  color: var(--blue) !important;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 2px solid transparent;
  cursor: pointer;
}
.dropdown-item.active, .dropdown-item:active {
  background-color: transparent;
}
.nav-item .btn-primary {
  margin-top: -0.33rem;
}
.dropdown-toggle {
  cursor: pointer;
}
.dropdown-item:hover {
  background-color: inherit;
  border-bottom: 2px solid var(--green);
}
.dropdown-menu {
  border-radius: 0px;
  padding: 1.5rem;
  border: 0;
}
/* ------- NAVIGATION SPECIFIC END------- */
/* ------- UTILITIES ------- */
.font-blue {
  color: var(--blue);
}
.font-green {
  color: var(--green);
}
a.font-green {
  text-decoration: none;
}
a.font-green:hover {
  text-decoration: underline;
  color: var(--green);
}
.w-66 {
  width: 66% !important;
}
.w-33 {
  width: 66% !important;
}
.bg-transparent .card {
  background-color: transparent;
}
.bg-lightgrey .card {
  background-color: #f0f0f0;
}
.cta-button-white-transparent {
  background-color: var(--blue);
  color: white;
  padding: 10px;
  border-radius: 5px;
  text-decoration: none;
}
.cta-button-white-transparent:hover {
  background-color: var(--blue);
  color: white;
  padding: 10px;
  border-radius: 5px;
  text-decoration: underline;
}
section > .section .card-body {
  flex: 1 1 auto;
  padding: 1rem 1rem;
  flex-direction: row;
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.btn-primary {
  margin-top: auto;
}
/*
section {
.btn-primary {
@include cta-button-blue-transparent;
}
}*/
.grey-border-item {
  background-color: #f2f2f2;
  border-radius: 1.5rem 0px 1.5rem 0px;
  padding: 2rem;
  margin-bottom: 1rem;
}
.grey-border-item h3:nth-of-type(2), .grey-border-item .h3 + .h3 {
  margin-left: 2rem;
}
.rotate {
  animation: rotation 8s infinite linear;
}
.img-border {
  border-radius: 1.5rem 0px 1.5rem 0px;
}
.image-wrapper {
  position: relative;
  /*width: 75%;*/
}
/*
.img-pull-right {
width: 410px;
margin-right: -120px;
position: relative;
top: 60px;
right: -10rem;
border-radius: 30px 0px 30px 0px;
}*/
.img-pull-right {
  width: 410px;
  margin-right: -120px;
  position: relative;
  top: -20px;
  right: -14rem;
  border-radius: 30px 0px 30px 0px;
}
.img-watermark {
  width: 192px;
  height: 192px;
  position: absolute;
  top: -52px;
  right: -52px;
  animation: rotation 20s infinite linear;
}
.img-watermark2 {
  width: 192px;
  height: 192px;
  position: absolute;
  top: -52px;
  left: -52px;
  animation: rotation 20s infinite linear;
}
@keyframes rotation {
  from {
    transform: rotate(359deg);
  }
  to {
    transform: rotate(0deg);
  }
}
.bold {
  font-family: "Avenir LT W01_85 Heavy1475544";
}
/* ------- SCROLL BUTTONS ------- */
#scroll-down {
  position: fixed;
  bottom: 48%;
  left: 1%;
  background-color: transparent;
  padding: 0.25rem;
  color: var(--blue);
  /*	transform: translateX(0px) rotateZ(90deg);*/
  transition: all 1s ease;
  cursor: pointer;
}
.hide-sd {
  transform: translateX(-200px);
  transition: all 1s ease;
}
#scroll-up {
  position: fixed;
  bottom: 6rem;
  right: 1%;
  padding: 0.25rem;
  cursor: pointer;
}
/* ------- SCROLL BUTTONS ENDE ------- */
/* ------- SECTIONS SPECIFIC ------- */
#Inkasso-Stockhorst ul, #InkassoStockhorst ul {
  color: var(--blue);
}
#Forderungen {
  color: white;
  background-color: transparent;
  transition: all 0.5s;
}
#Forderungen h2 {
  color: white;
  font-size: 1.5rem;
}
#Forderungen .card-body {
  padding: 2rem;
}
#Forderungen .card p {
  background-color: transparent;
  border: 0px;
  color: white;
}
#Forderungen .card .btn-primary {
  background-color: transparent;
  color: white;
  padding: 10px;
  border-radius: 5px;
  text-decoration: none;
  border: 1px solid white;
}
#Forderungen .card:hover .btn-primary {
  background-color: var(--blue);
  color: white;
  padding: 10px;
  border-radius: 5px;
  text-decoration: none;
}
#Forderungen .card h4 {
  letter-spacing: 2px;
}
#Forderungen .card ul {
  list-style: none;
  /* Remove default bullets */
}
#Forderungen .card ul li {
  line-height: 50px;
}
#Forderungen .card ul li::before {
  content: "•";
  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: var(--green);
  /* Change the color */
  font-weight: bold;
  /* If you want it to be bold */
  display: inline-block;
  /* Needed to add space between the bullet and the text */
  width: 1em;
  /* Also needed for space (tweak if needed) */
  margin-left: -1.7em;
  /* Also needed for space (tweak if needed) */
}
#Forderungen .card:hover {
  background-color: white;
  border: 1px solid white;
  color: var(--blue);
  transition: all 0.5s;
}
#Forderungen .card:hover p {
  color: var(--blue);
}
#Forderungen .card:hover h2 span.hover-green {
  color: var(--green);
}
#Forderungen .card:hover h2 span.hover-blue {
  color: var(--blue);
}
#Prozess .timeline-left {
  padding-right: 30%;
}
#Prozess .timeline-right {
  padding-left: 30%;
}
.pb-6rem {
  padding-bottom: 9rem;
}
#Leidenschaft .container {
  padding: 2rem;
  margin-bottom: -170px;
}
#Leidenschaft span {
  white-space: nowrap;
}
#Leidenschaft span .btn-primary {
  background-color: var(--blue);
  color: white;
  padding: 10px;
  border-radius: 5px;
  text-decoration: none;
  border: 1px solid white;
}
#Leidenschaft span:hover .btn-primary {
  background-color: transparent;
  color: var(--blue);
  padding: 10px;
  border-radius: 5px;
  text-decoration: none;
  border: 1px solid var(--blue);
}
#Vorteile {
  background-color: #f2f2f2;
}
#Vorteile h3, #Vorteile .h3 {
  font-size: 2.25rem;
}
#Vorteile .section {
  padding-bottom: 0rem;
}
#Vorteile .container {
  padding: 2rem;
}
#Vorteile .card {
  background-color: transparent;
  border: 0px;
  color: var(--blue);
}
#Vorteile .card-body-title {
  text-transform: uppercase;
}
#Vorteile hr {
  width: 6rem;
  color: var(--green);
  border: 1px solid;
  margin: 1.5rem 0;
  opacity: 1;
}
#INTER-HEADLINE-2 .section, #Claim .section {
  padding: 0px !important;
}
#Profitieren .card {
  background-color: #f2f2f2;
  border: 0px;
  padding: 3rem;
}
#Profitieren .card h4 {
  color: var(--green);
}
#Profitieren .card h3 {
  letter-spacing: 0.1em;
}
#Profitieren h2 {
  margin: 0px;
  padding: 0px;
}
#Profitieren .section {
  padding: 3rem 0rem 6rem 0px;
}
#Beauftragen h2 span.claim-bold, #OffeneForderungen h2 span.claim-bold {
  font-family: "Avenir LT W01_85 Heavy1475544";
  letter-spacing: 2px;
  font-size: 4rem;
  text-transform: inherit;
}
#Beauftragen h2 span.claim, #OffeneForderungen h2 span.claim {
  letter-spacing: 2px;
  font-size: 4rem;
}
#Beauftragen p .btn-primary, #OffeneForderungen p .btn-primary {
  background-color: var(--blue);
  color: white;
  padding: 10px;
  border-radius: 5px;
  text-decoration: none;
  border: 1px solid white;
}
#Beauftragen p:hover .btn-primary, #OffeneForderungen p:hover .btn-primary {
  background-color: transparent;
  color: var(--blue);
  padding: 10px;
  border-radius: 5px;
  text-decoration: none;
  border: 1px solid var(--blue);
}
#Prozess p .btn-primary {
  background-color: var(--blue);
  color: white;
  padding: 10px;
  border-radius: 5px;
  text-decoration: none;
  border: 1px solid white;
}
#Prozess p:hover .btn-primary {
  background-color: transparent;
  color: var(--blue);
  padding: 10px;
  border-radius: 5px;
  text-decoration: none;
  border: 1px solid var(--blue);
}
.text-white p a {
  color: #fff;
}
.text-white p a:hover {
  text-decoration: none;
}
header {
  padding-bottom: 4.5rem;
}
header .hl {
  color: white;
  font-size: 4rem;
  padding: 1rem 0px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}
header .hl h1, header .hl h2, header .hl h3 {
  color: white;
  font-size: 4rem;
  line-height: 1.2;
  padding: 0;
}
header .hl span.claim-bold {
  font-family: "Avenir LT W01_85 Heavy1475544";
  letter-spacing: 8px;
}
header p {
  color: white;
  font-size: 1.6875rem;
}
header .cta-button a.btn {
  background-color: white;
  color: var(--blue);
  padding: 10px;
  border-radius: 5px;
  text-decoration: none;
  border: 1px solid white;
}
header .cta-button a.btn:hover {
  background-color: transparent;
  color: white;
  border: 1px solid white;
}
.ls-2 {
  letter-spacing: 2px;
}
.ls-6 {
  letter-spacing: 6px;
}
Footer {
  background-color: #f2f2f2;
  padding: 6rem 0px 2rem 0px;
}
Footer #bdiu img {
  width: 200px;
  height: auto;
  background-color: white;
  margin-top: 30px;
  padding-left: 10px;
  padding-right: 10px;
}
Footer #vdu img {
  width: 200px;
  height: auto;
  background-color: white;
  margin-top: 30px;
  padding-right: 10px;
}
Footer #schufa img {
  width: 200px;
  height: auto;
  background-color: white;
  margin-top: 30px;
  padding: 10px;
}
Footer .font-green:hover {
  border-bottom: 1px solid var(--blue);
  text-decoration: none;
}
.cta-button .btn-primary {
  background-color: transparent;
  color: white;
  padding: 10px;
  border-radius: 5px;
  text-decoration: none;
  border: 1px solid white;
}
.cta-button:hover .btn-primary {
  background-color: var(--blue);
  color: white;
  padding: 10px;
  border-radius: 5px;
  text-decoration: none;
}
/* ------- Timeline SPECIFIC ------- */
.timeline {
  position: relative;
  padding: 0px 5rem;
  margin: 0 auto 1rem auto;
}
.timeline .timeline-row {
  padding-bottom: 3rem;
}
.timeline .timeline-row .timeline-left {
  padding-left: 0;
  padding-right: 50%;
  margin-top: -2.5rem;
}
.timeline .timeline-row .timeline-left:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -2px;
  border-right: 2px solid #4b546f;
  height: 100%;
  display: block;
}
.timeline .timeline-row .timeline-left .timeline-time:before {
  content: "";
  position: absolute;
  top: 27px;
  right: -27px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  z-index: 10;
  background-color: white;
}
.timeline .timeline-row .timeline-left .timeline-time {
  left: auto;
  right: 0%;
  text-align: left;
  margin-left: 0;
  margin-right: 20px;
  padding: 0px 2rem;
}
.timeline .timeline-row .timeline-left .timeline-time h2 {
  color: white;
  font-size: 2rem;
  font-family: "Avenir LT W01_85 Heavy1475544";
}
.timeline .timeline-row .timeline-left .timeline-time p {
  color: white;
}
.timeline .timeline-row .timeline-left .timeline-content {
  margin-right: 40px;
}
.timeline .timeline-row .timeline-left .timeline-content:after {
  right: -8px;
  border-left: 0;
  border-bottom: 0;
  transform: rotate(45deg);
}
.timeline .timeline-row .timeline-right {
  margin-top: -1.5rem;
}
.timeline .timeline-row .timeline-right .timeline-time {
  right: auto;
  left: 50%;
  text-align: left;
  margin-right: 0;
  margin-left: 20px;
  padding: 2rem;
  margin-right: 50%;
}
.timeline .timeline-row .timeline-right .timeline-time h2 {
  color: white;
  font-size: 2rem;
  font-family: "Avenir LT W01_85 Heavy1475544";
}
.timeline .timeline-row .timeline-right .timeline-time p {
  color: white;
}
.timeline .timeline-row .timeline-right .timeline-time :before {
  content: "";
  position: absolute;
  top: 53px;
  left: -27px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  z-index: 10;
  background-color: white;
}
.timeline .timeline-time {
  position: relative;
  right: 0%;
  top: 15px;
  /*	text-align: right;*/
  margin-right: 20px;
}
.timeline .timeline-time small {
  display: block;
  font-size: 0.8rem;
}
.timeline .timeline-content {
  position: relative;
  padding: 20px 30px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
.timeline .timeline-content .timeline-time {
  font-weight: bold;
  z-index: 100;
}
.timeline .timeline-content:after {
  content: "";
  position: absolute;
  top: 20px;
  height: 16px;
  width: 16px;
}
.timeline .timeline-row .timeline-content p {
  margin-bottom: 30px;
  line-height: 150%;
  color: white;
  font-size: 1rem;
}
.timeline .timeline-row .timeline-content i {
  font-size: 1.2rem;
  line-height: 100%;
  padding: 15px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  background: #272e48;
  margin-bottom: 10px;
  display: inline-block;
}
.timeline .timeline-row .timeline-content .thumbs {
  margin-bottom: 20px;
  display: flex;
}
.timeline .timeline-row .timeline-content .thumbs img {
  margin: 5px;
  max-width: 60px;
}
.timeline .timeline-row .timeline-content .badge {
  color: #ffffff;
}
.timeline .timeline-row:nth-child(even) .timeline-content {
  margin-left: 40px;
  text-align: left;
}
.timeline .timeline-row .timeline-right .timeline-content:after {
  left: -8px;
  right: initial;
  border-bottom: 0;
  border-left: 0;
  transform: rotate(-135deg);
}
.accordion .accordion-item {
  border: 0;
  border-bottom: 1px solid white;
  border-radius: 0rem;
  background-color: #fff0;
}
.accordion .accordion-item button {
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff0;
  background-clip: border-box;
}
.accordion .accordion-item button.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='white'%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");
  transform: rotate(-180deg);
  color: white;
}
.accordion .accordion-item button.accordion-button.collapsed::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%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");
  color: white;
}
.accordion .accordion-item button.accordion-button:not(.collapsed) {
  box-shadow: inset 0 0px 0 rgba(0, 0, 0, 0.13);
}
.accordion .accordion-item button.accordion-button.collapsed {
  box-shadow: inset 0 0px 0 rgba(0, 0, 0, 0.13);
}
.accordion .accordion-item p {
  color: white;
}
.pull-up {
  margin-bottom: -6rem !important;
}
.carousel-inner {
  position: relative;
  width: 80%;
  overflow: hidden;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  :root {
    --font-size-base: 16px;
  }
}
@media (max-width: 992px) {
  .pull-up {
    margin-bottom: -6rem !important;
    padding: 3rem 0px !important;
  }
  #Prozess .timeline-left {
    padding: 1rem;
  }
  #Prozess .timeline-right {
    padding: 1rem;
  }
  .carousel-control-prev {
    left: -1rem;
  }
  .carousel-control-next {
    right: -1rem;
  }
  .timeline {
    padding: 15px;
  }
  .timeline:after {
    border: 0;
  }
  .timeline .timeline-row .left {
    padding: 0;
  }
  .timeline .timeline-row:nth-child(odd) .timeline-time {
    position: relative;
    top: 0;
    left: 0;
    margin: 0 0 10px 0;
  }
  .timeline .timeline-row:nth-child(odd) .timeline-content {
    margin: 0;
  }
  .timeline .timeline-row:nth-child(odd) .timeline-content:before {
    display: none;
  }
  .timeline .timeline-row:nth-child(odd) .timeline-content:after {
    display: none;
  }
  .timeline .timeline-row:nth-child(even) {
    padding: 0;
  }
  .timeline .timeline-row:nth-child(even) .timeline-time {
    position: relative;
    top: 0;
    left: 0;
    margin: 0 0 10px 0;
    text-align: left;
  }
  .timeline .timeline-row:nth-child(even) .timeline-content {
    margin: 0;
  }
  .timeline-time:before, .timeline-time h2:before, .timeline-time p:before {
    display: none;
  }
  .timeline-time:before, .timeline-time h2:after, .timeline-time p:before {
    display: none;
  }
  .timeline-row .timeline-left {
    padding-right: 0%;
  }
}
/* ------- Timeline SPECIFIC END------- */
/* ------- SECTIONS SPECIFIC END ------- */
.navbar-dark .navbar-toggler {
  color: white;
  border-color: rgba(255, 255, 255, 0);
}
.navbar-dark .navbar-toggler-icon {
  outline: none;
  background-image: none;
}
@media (min-width: 576px) and (max-width: 991.98px) {
  .image-wrapper {
    width: 75%;
    margin: 0 auto;
  }
  header .hl {
    color: white;
    font-size: 2.6rem;
    line-height: 3rem;
  }
}
@media (min-width: 0px) and (max-width: 991.98px) {
  .img-pull-right {
    right: 0px;
    top: 30px;
    width: 100%;
    margin: 3rem 0rem;
  }
  #Leidenschaft .container {
    padding: 2rem;
    margin-bottom: 0px;
  }
  .img-watermark {
    width: 112px;
    height: 112px;
    position: absolute;
    top: -32px;
    right: -32px;
    animation: rotation 20s infinite linear;
  }
  .img-watermark2 {
    width: 112px;
    height: 112px;
    position: absolute;
    top: -32px;
    left: -32px;
    animation: rotation 20s infinite linear;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .nav-item .btn-primary {
    margin-top: 1rem;
  }
}
@media (max-width: 575.98px) {
  :root {
    --font-size-base: 16px;
  }
  #navbarSupportedContent ul {
    background-color: white;
  }
  #navbarSupportedContent ul a.nav-link {
    color: var(--green);
    font-size: 1.5rem;
    font-family: "Avenir LT W01_85 Heavy1475544";
  }
  #navbarSupportedContent ul .nav-item .btn-primary {
    margin-top: 1rem;
  }
  .img-pull-right {
    width: 100%;
    margin-bottom: 2rem;
    position: relative;
    top: 2rem;
    border-radius: 2rem 0px 2rem 0px;
  }
  section .section {
    padding: 2rem 0px;
  }
  header .hl {
    color: white;
    font-size: 1.6rem;
    line-height: 2rem;
  }
  header .hl span.claim-bold {
    font-family: "Avenir LT W01_85 Heavy1475544";
    letter-spacing: 8px;
  }
  header p {
    color: white;
    font-size: 1.5rem;
  }
  header .cta-button .btn-primary {
    background-color: transparent;
    color: white;
    padding: 10px;
    border-radius: 5px;
    text-decoration: none;
    border: 1px solid white;
  }
  header .cta-button:hover .btn-primary {
    background-color: var(--blue);
    color: white;
    padding: 10px;
    border-radius: 5px;
    text-decoration: none;
  }
  #scroll-down {
    display: none;
  }
  #Beauftragen h2 span.claim-bold {
    font-family: "Avenir LT W01_85 Heavy1475544";
    letter-spacing: 2px;
    font-size: 2.333rem;
  }
  #Beauftragen h2 span.claim {
    letter-spacing: 2px;
    font-size: 2.333rem;
  }
  .image-wrapper {
    width: 75%;
    margin: 3rem auto 0rem auto;
  }
  .order-2 {
    order: 2;
  }
  .fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0px;
    z-index: 1030;
    padding: 0px 12px;
    background-color: transparent;
    transition: all 0.4s ease;
  }
  .fixed-top ul li.nav-item .nav-link {
    color: var(--green);
    border-bottom: 2px solid transparent;
  }
  .fixed-top ul li.nav-item .nav-link:hover {
    border-bottom: 2px solid var(--green);
  }
  .fixed-top ul li.nav-item .nav-item .btn-primary {
    margin-top: 1rem;
  }
  .logo {
    display: inline-block;
    height: 3rem;
  }
}
