/* noto-sans-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/noto-sans-v42-latin-regular.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* noto-sans-600 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/noto-sans-v42-latin-600.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* noto-sans-700 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/noto-sans-v42-latin-700.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

body {
  font-family: 'Noto Sans', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
}

div#page-wrapper {
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0.5rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.5);
}

div#page-wrapper>div,
.jumbotron .container,
#page-content>.container {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

#page-content .row.content-row,
.footer .container {
  background-color: var(--darkcolor);
}


nav#main-navbar.bg-white {
  background-color: var(--darkcolor) !important;
}

.bg-dark {
  background-color: var(--darkcolor) !important;
}

/*
div#navbarToggler {
  background-color: white;
}
  */

#main-navbar .container {
  background-color: white;
}

@media (min-width:992px) {
  #main-navbar .container {
    margin-right: auto;
    width: auto;
    margin-left: 0;
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
    padding-right: 1.5rem;
    position: relative;
    top: -1.75rem;
  }
}

header {
  margin-bottom: 1rem;
}

/*
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 1rem;
}
*/

.h2,
.h3{
  margin-bottom: 1rem;
}

/* H1: min 1.2rem -> max 1.5rem */
.h1,
h1 {
  font-size: clamp(1.2rem, 1.14rem + 0.3vw, 1.5rem);
}

/* H2: min 1.1rem -> max 1.33333rem */
.h2,
h2 {
  font-size: clamp(1.1rem, 1.053rem + 0.233vw, 1.33333rem);
}

/* H3: min 1.05rem -> max 1.2rem */
.h3,
h3 {
  font-size: clamp(1.05rem, 1.02rem + 0.15vw, 1.2rem);
}

/* H4: min 1rem -> max 1.1rem */
.h4,
h4 {
  font-size: clamp(1rem, 0.98rem + 0.1vw, 1.1rem);
}

#page-content .row.content-row {
  margin-left: 0;
  margin-right: 0;

}

main.main-content {
  background-color: white;
  padding: 1.5rem 1.5rem !important;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

@media (min-width:992px) {
  main.main-content {
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }
}

.jumbotron-content {
  position: relative;
}

aside .fsc-default:not(.bg-white) h2 {
    font-size: 110%;
}



.img-mb-4 .gallery {
  margin-bottom: 1.5rem;
}

.sterne {
  display: none;
}

@media (min-width:992px) {
  .sterne {
    display: flex;
    position: absolute;
    right: 1.5rem;
    bottom: -3.875rem;
    z-index: 110;
  }
}

.sterne svg {
  width: 24px;
  height: 24px;
  fill: white;
  margin-right: 0.33333rem;
}


.carousel-caption {
  right: 5%;
  bottom: 1.25rem;
  left: 5%;
  background-color: rgb(0 0 0 / 0.75);
}


.lead span.lead {
  font-size: 1.5rem;
}

.address-left {}

@media (min-width:992px) {
  .address-left {
    position: relative;
    left: -0.75rem;
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }
}

aside h3 {
  font-weight: 700 !important;
}

.footer .container {
  /* margin-left: 1rem; */
  /* margin-right: 1rem; */
  /*
  max-width: calc(1320px - 1.5rem);
  */
  padding-bottom: 1rem;
}

#page-footer {
  margin-bottom: 1.5rem;
  box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.5);
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
  background-color: var(--darkcolor);
  padding-bottom: 1rem;
}

#page-footer a {
  color: white;
}

#page-footer a:hover {
  color: antiquewhite;
}

.footer p {
  margin-bottom: 0;
}



.cookie-consent-container {
    --color-primary: hsl(199deg, 67%, 28%) !important;
    --color-white: hsl(0deg, 0%, 100%) !important;
    --color-black: hsl(0deg, 0%, 0%) !important;
    --color-gray: hsl(0deg, 0%, 60%) !important;
    --color-gray-10: hsl(0deg, 0%, 50%) !important;
    --color-gray-20: hsl(0deg, 0%, 30%) !important;
    --color-dark-primary: hsl(203deg, 67%, 9%) !important;
    --color-dark-primary-10: hsl(199deg, 67%, 23%) !important;
    --color-hsla-primary-50: hsla(199deg, 67%, 28%, 50%) !important;
    --color-hsla-black-50: hsla(0deg, 0%, 0%, 50%) !important;
}