@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');



:root {
  --bs-primary: #1F63A5;
  --bs-light: #C8E2F0;
  --bs-dark-rgb: 31, 99, 165;
  --nav-lg-height: 7rem; /* 105px */
}



/* --- CUSTOM TEST (ADVOKATUR) --- */

body {
  font-family: 'Poppins', sans-serif;
  background-color: #fff;
}



/* --- TYPOGRAPHY --- */

.heading-3xl,
.heading-2xl,
.heading-xl,
.heading-m,
.heading-xs {
  color: var(--bs-primary);
  font-weight: 700;
}
.heading-3xl,
.heading-3xl p {
  font-size: 45px;
}
.spitzmarke,
.spitzmarke p {
  color: var(--bs-primary);
  font-size: 18px;
  letter-spacing: 0.25rem;
  font-weight: 600;
}
a {
  color: var(--bs-primary);
}

.paragraph-l,
.paragraph-l p,
.link-l {
  font-size: 20px;
}

.bg-dark .heading-3xl {
  color: #fff;
}

.btn-primary {
 color:#fff;
 background-color: #FF5331;
 border-color: #FF5331;
 border-radius: 0px;
 font-weight: 700;
 margin-bottom: 36px;
}

.text-white * {
  color: #fff;
}

.facts .paragraph-l,
.facts .paragraph-l p {
  font-size: var(--bs-body-font-size);
}



/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
}
/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .heading-3xl,
  .heading-3xl p {
    font-size: 75px;
  }
  .heading-2xl,
  .heading-2xl p {
    margin-bottom: 36px;
  }
  .paragraph-l,
  .paragraph-l p,
  .link-l {
    font-size: 26px;
  }
}
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
}
/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
}
/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {
}




/* --- SECTION --- */

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
}
/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
}
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .navbar {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .navbar-brand {
    margin-right: 2.5rem;
  }
  .navbar .navbar-brand img {
    height: 4rem;
  }
  main {
    /* top: calc(4rem + 1.5rem + 1.5rem); */
    margin-top: var(--nav-lg-height);
  }
}
/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
}
/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {
}




/* --- FOOTER --- */

footer,
footer.bg-white {
  background-color: var(--bs-primary) !important;
  color: #fff;
}
footer a,
footer a:link,
footer a:visited,
footer a:hover,
footer a:active {
  color: #fff;
  font-weight: 500;
  text-decoration: none;
}




/* --- SECTION --- */

section {
  background-color: #fff;
}
section:nth-of-type(even) {
  background-color: var(--bs-light);
}






/* --- MODULE --- */



.core_frontend_einstieg_header-gestapelt_03 {
  background-color: var(--bs-primary);
  color: #fff;
}
.core_frontend_einstieg_header-gestapelt_03 .heading {
  color: #fff;
}



/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
}
/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .core_frontend_inhalt_text-bild_01:nth-child(even) .col:first-child {
    order: 2;
  }
  .core_frontend_inhalt_text-bild_01:nth-child(even) .col:nth-child(2) {
    order: 1;
  }
}
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
}
/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
}
/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {
}
