@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 */
  --bs-body-font-size: 1.2rem;
}



/* --- 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,
.btn-secondary {
 color:#fff;
 background-color: #FF5331;
 border-color: #FF5331;
 border-radius: 0px;
 font-weight: 700;
 font-size: var(--bs-body-font-size);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active {
 background-color: #E73E22;
}

.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;
  }
  .lead {
    font-size: 1.4rem;
    font-weight: 300;
  }
}
/* 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) {
}





main .icon {
  min-width: 80px;
  width: 80px;
  max-width: 80px;
}

.accordion-button,
.accordion-button:not(.collapsed) {
  pointer-events: none;
  user-select: none;
  color: var(--bs-primary);
}
.accordion-button::after {
  display: none;
}
/*
.accordion-body {
  display: none;
}
*/





/* --- 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) {
}












.gm-style .gm-style-iw-c {
  padding: 30px !important;
  box-shadow: none;
}
/*
.gm-ui-hover-effect {
  transform: translateX(1.5rem);
}
*/
.gm-style .gm-style-iw-tc::after {
  background: var(--bs-primary);
}
.gm-style-iw.gm-style-iw-c {
}
.gm-style .gm-style-iw-c {
  background-color: var(--bs-primary);
  color: #fff;
}
.gm-ui-hover-effect {
  display: none !important;
}
.gm-style-iw-d {
  overflow: hidden !important;
}
.gm-style-iw-d p {
  font-size: var(--bs-body-font-size);
  font-weight: 400;
}



.rechtstext li p,
.rechtstext ol ul {
  margin-bottom: 0rem;
}
