*,
::before,
::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --blue: #173a8d;
  --orange: #f79d00;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: verdana, sans-serif;
  width: 100%;
}

div {
  scroll-margin-top: 180px;
}

section {
  scroll-margin-top: 140px;
}

ul {
  list-style-type: none;
  padding-left: 2rem;
  margin-bottom: 0;
}

ul li {
  font-size: 1.25rem;
  line-height: 2.5rem;
  color: var(--blue);
}

p {
  color: #fff;
  font-size: 1.125rem;
  line-height: 2.1rem;
}

a {
  text-decoration: none;
  color: var(--blue);
}

img {
  max-width: 100%;
  width: 100%;
}

h2 {
  font-size: 2.1875rem;
}

#datenschutz h1 {
  color: var(--orange);
}

#datenschutz h2 {
  color: var(--orange);
  font-size: 1.375rem;
}

#datenschutz h3 {
  color: var(--orange);
  font-size: 1.25rem;
}




h3 {
  font-size: 1.625rem;
  line-height: 2.5rem;
}

.navbar-toggler {
  color: #ffffff;
  border-color: transparent;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28 255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}

.sticky .navbar-toggler {
  color: var(--blue);
  border-color: transparent;
}

.sticky .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28 23, 58, 141, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}

.mt-8 {
  margin-top: 8rem !important;
}

.mb-8 {
  margin-bottom: 8rem !important;
}

.navbar {
  position: sticky;
  top: 0;
  display: flex;
  align-items: flex-start;
  flex-direction: row;
}

.navbar a {
  font-size: 1.25rem;
}

.nav-link {
  color: var(--bs-light);
}

.nav-link:hover {
  color: var(--orange);
}
.icon svg {
  color: #fff;
}

.icon svg:hover {
  color: var(--orange);
}

.sticky .nav-link {
  color: var(--blue);
}

.sticky .nav-link:hover {
  color: var(--orange);
}

.sticky .icon svg {
  color: var(--orange);
}

.sticky .icon svg:hover {
  color: var(--blue);
}

.site-header.sticky {
  box-shadow: 0 3px 3px rgb(0 0 0 / 10%);
}

.subheader {
  position: relative;
  color: var(--orange);
}

.subheader::before {
  content: "";
  background: var(--orange);
  position: absolute;
  bottom: -5px;
  left: 0;
  height: 2px;
  width: 55px;
  margin-top: 5px;
}

.claim {
  color: var(--orange);
}

.hero-container {
  background-image: url(../images/hero_container_background.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-color: var(--blue);
  /* height: 39rem; */
  padding: 14rem 0 2.5rem 0rem;
}

.hero-container .container {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 95%;
}

.row-1,
.row-2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.row-2 {
  flex-direction: row-reverse;
}

.col-left,
.col-right {
  width: 50%;
}

.col-left ul {
  list-style: none;
}

.p__schriftart {
  color: var(--ident-color);
}

.logo {
  display: none;
  width: 295px;
}

  .logo_footer {
    width: 295px;
  }

.logo.active {
  display: inline;
}

#leistungen_details ul li::before {
  content: "\2022";
  color: var(--orange);
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

.about-us p,
.warum-wir p {
  color: var(--blue);
}

#leistungen_details
#datenschutz {
  background-image: url(../images/fadenkreuz_background.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

#datenschutz p{
  color: var(--blue);
  font-size: 1rem;
} 

#datenschutz ul li{
  font-size: 1rem;
  list-style-type: disc;
} 


.section-wrapper.container {
  background: var(--blue);
  height: 500;
}

#footer {
  background-color: var(--blue);
  font-size: 16px;
  line-height: 1.5em;
  padding-bottom: 20px;
  padding-top: 20px;
}

.footer-impressum {
  display: block;
}

footer a {
  color: #fff;
}

footer a:hover {
  color: var(--orange);
}

.row:before {
  display: table;
  content: " ";
}

.row:after {
  display: table;
  content: " ";
}

.header {
  display: block;
}

.site-header {
  background-color: transparent;
  position: absolute;
  z-index: 999;
  width: 100%;
  transition: all 0.2s;

  padding-bottom: 15px;
  padding-top: 15px;
}

.site-header.sticky {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: auto;
  z-index: 999;
  margin: 0 auto 30px;
  width: 100%;
  border-bottom: 1px solid #707070;
}

.divider {
  width: 100%;
  height: 3px;
}

.col-txt-1 {
  display: flex;
  align-items: center;
}

.col-txt-2 {
  display: flex;
  align-items: center;

  padding: 0 3rem;

  color: var(--blue);
}

.col-txt-2 p {
  color: var(--blue);
}

.container-wrapper {
  position: relative;
}

.img-center {
  position: absolute;
  top: 7.4rem;
  left: 22.3rem;

  z-index: -0.5;
}

.subtxt {
  display: none;
  color: var(--blue);
}

p.subtxt {
  margin-bottom: 0;
}

#anchor_unternehmen p {
  color: var(--blue);
  margin-bottom: 0;
}

.subtxt.active {
  display: block;
}

.leistung-list h3 {
  margin-bottom: 0;
  line-height: 3rem;
}

.leistung-list li,
.unternehmen-list li {
  color: var(--blue);
}


.leistung-list li a,
.unternehmen-list li a {
 display:  block;
}


.leistung-list li a:hover,
.unternehmen-list li a:hover {
  color: var(--orange);
}

.info-box-txt-2 {
  display: flex;
  justify-content: flex-end;

  margin-bottom: 4rem;
}

.info-box-txt-2 p {
  margin-bottom: 1.6rem;
}

.img-after::after {
  content: "";
  background-image: url(../images/fadenkreuz.svg);
  position: absolute;
  top: -180px;
  width: 623px;
  height: 361px;
  float: right;
  right: -311px;
  background-repeat: no-repeat;
}

.img-after_bottom::after {
  content: "";
  background-image: url(../images/fadenkreuz.svg);
  position: absolute;
  top: unset;
  bottom: -180px;
  width: 623px;
  height: 361px;
  float: right;
  right: -311px;
  background-repeat: no-repeat;
}

.p-small {
  color: var(--blue);
}

.active-img {
  display: block;
}

.default-img {
  width: auto !important;
  height: auto !important;
}

.inactive {
  display: none;
}

.jumptotop {
  display: none;
}

/*media query*/

@media screen and (max-width: 1200px) {
  div {
    scroll-margin-top: 170px;
  }

  .navbar-brand {
    width: 70%;
  }

  .navbar-collapse {
    text-align: center;
  }

  #leistungen_details {
    background-size: cover;
  }

  .img-after::after {
    content: "";
    background-image: url(../images/fadenkreuz.svg);
    position: absolute;
    top: -180px;
    width: 314px;
    height: 361px;
    float: right;
    right: 0px;
    background-repeat: no-repeat;
  }

  .img-after_bottom::after {
    content: "";
    background-image: url(../images/fadenkreuz.svg);
    position: absolute;
    top: unset;
    bottom: -180px;
    width: 314px;
    height: 361px;
    float: right;
    right: 0px;
    background-repeat: no-repeat;
  }

  .mt-8 {
    margin-top: 5rem !important;
  }

  .mb-8 {
    margin-bottom: 5rem !important;
  }

  ul {
    padding-left: 1rem;
  }

  ul.leistung-list,
  ul.unternehmen-list {
    padding-left: 0;
  }

  .jumptotop {
    display: block;
    position: fixed;
    bottom: 3%;
    right: 5%;
    width: 25px;
    height: auto;
    z-index: 999;
  }

  .jumptotop svg {
    fill: var(--orange);
  }

}

@media screen and (max-width: 992px) {
  .navbar-collapse {
    padding-top: 2rem;
  }

  .navbar-nav.icon {
    flex-direction: row;
    gap: 8%;
    justify-content: center;
  }

  .site-header {
    background-color: var(--blue);
  }
}

@media screen and (max-width: 768px) {
  body {
    font-size: 16px;
    line-height: auto;
  }

  p,
  ul li,
  span {
    font-size: 16px;
    line-height: 25px;
  }

  .logo,
  .logo_footer
   {
    width: 70%;
  }
}

@media screen and (max-width: 400px) {
  section {
    scroll-margin-top: 108px;
  }
}
