@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');



:root {
  --nav-height: 0px;
  --zbinden-font-family-headline: 'Roboto Condensed', sans-serif;
  --zbinden-font-family-textabschnitt: 'Roboto', sans-serif;
  --zbinden-green-dark: #009f4f;
  --zbinden-green-light: #72be44;
  --zbinden-red: #e3001b;
  --zbinden-yellow: #ffed00;
  --zbinden-black: #30363d;
  --zbinden-border-radius: 10px;
  --zbinden-grey: #f5f5f5;
  --bs-primary: var(--zbinden-green-dark);
  --bs-font-sans-serif: 'Roboto', sans-serif;
  --bs-body-font-size: 1.2rem;
  --bs-body-line-height: 1.6;
  --bs-border-radius: var(--zbinden-border-radius);
}


/* 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) {
  :root {
    --nav-height: 0px; /* 105px */
  }
}
/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
}
/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {
}
/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1800px) {
}







body {
  font-family: var(--zbinden-font-family-textabschnitt);
}



h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5 {
  font-family: var(--zbinden-font-family-headline);
  font-weight: 700;
  color: var(--zbinden-black);
}


h5,
.h5 {
  font-size: 1.75rem;
}


h6,
.h6,
.spitzmarke,
.spitzmarke p {
  color: var(--zbinden-black);
  font-family: var(--zbinden-font-family-textabschnitt);
  font-weight: 700;
  letter-spacing: 0em;
  text-transform: uppercase;
  margin-bottom: 12px;
}



ol.link,
ul.link {
  padding-left: 1rem;
}




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






a,
a:link,
a:visited,
a:hover,
a:active {
  color: var(--zbinden-green-dark);
}


.btn-primary,
.btn-primary:link {
  background-color: var(--zbinden-green-dark);
  border-color: var(--zbinden-green-dark);
  color: #fff;
  border-radius: var(--zbinden-border-radius);
  box-shadow: none !important;
  padding: 1rem;
  transition-duration: .3s;
  transition-timing-function: ease;
}
.btn-primary:focus,
.btn-primary:hover,
.btn-primary:active {
  background-color: var(--zbinden-green-light);
  border-color: var(--zbinden-green-light);
}




.btn-light,
.btn-light:link {
  color: var(--zbinden-green-dark);
  background-color: #f2f2f2;
  border-color: #f2f2f2;
}
.btn-light:focus,
.btn-light:hover,
.btn-light:active {
  color: #fff;
  background-color: var(--zbinden-green-dark);
  border-color: var(--zbinden-green-dark);
}







.navbar {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  box-shadow: none !important;
  /* --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1.0%29' stroke-linecap='square' stroke-miterlimit='10' stroke-width='3' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); */
}
.navbar-nav {
  margin-top: 2rem;
}
.navbar .navbar-toggler {
  border: none;
  display: none;
}
.navbar-toggler:focus {
  box-shadow: none;
}
.navbar.background {
  background-color: rgba(255, 255, 255, 0.95) !important;
  backdrop-filter: blur(5px);
}
.navbar.background .navbar-toggler {
  display: block;
}
.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
  color: var(--zbinden-black);
  font-weight: 900;
}
.navbar.background .nav-link {
  color: var(--zbinden-black);
}



/* 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 {
    background-color: transparent !important;
  }
  .navbar-brand img {
    height: 60px;
  }
  .navbar.background .navbar-toggler {
    display: none;
  }
}
/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
}
/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {
}
/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1800px) {
}














.titel-lead {
  max-width: 750px;
}






@media (min-width: 1200px) {
  .heading-2xl, .heading-2xl p,
  .heading-xl, .heading-xl p  {
    font-size: 3rem;
  }
  .heading-xs, .heading-xs p {
    font-size: 26px;
  }
}






.core_frontend_einstieg_header-gestapelt_01 .card {
  box-shadow: none !important;
  background-color: transparent;
}
.core_frontend_einstieg_header-gestapelt_01 .card .card-body {
  padding: 0rem;
}
.core_frontend_einstieg_header-gestapelt_01 .card-footer {
  padding: 0rem;
  border-top: none;
  background-color: transparent;
}



.core_frontend_einstieg_header-gestapelt_01 .heading.heading-3xl:nth-of-type(1),
.core_frontend_einstieg_header-gestapelt_01 .heading.heading-3xl:nth-of-type(2) {
  font-size: 2.5rem;
}
.core_frontend_einstieg_header-gestapelt_01 .heading {
  padding: 0.5rem 1rem 0.5rem 3rem;
}




.core_frontend_einstieg_header-gestapelt_01 .textbox {
  padding: 0;
  margin-top: 4rem;
  margin-bottom: 0rem;
  /* transform: translate(-1.5rem) rotate(-3.5deg); */
  transform-origin: top left;
}
.core_frontend_einstieg_header-gestapelt_01 .bildbox {
  filter: drop-shadow(-50px 50px 50px rgba(0,0,0,0.2));
}
.core_frontend_einstieg_header-gestapelt_01 .heading {
  width: fit-content;
  margin: 0;
  padding: 0.5rem 1rem 0.5rem 3rem;
  color: #fff;
  line-height: 0.9;
}
.core_frontend_einstieg_header-gestapelt_01 .heading.heading-3xl {
  background-color: var(--zbinden-green-dark);
}
.core_frontend_einstieg_header-gestapelt_01 .heading.heading-l {
  background-color: var(--zbinden-green-dark);
}



.accordion {
  border-radius: var(--zbinden-border-radius);
  overflow: hidden;
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23ffffff' stroke-linecap='square' stroke-width='2' stroke-linejoin='square'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e") !important;
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23ffffff' stroke-linecap='square' stroke-width='2' stroke-linejoin='square'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
  --bs-accordion-btn-icon-width: 1.5rem;
}







section:nth-of-type(odd) {
  background-color: var(--zbinden-grey);
}


footer,
footer.bg-white,
footer a {
  background-color: var(--zbinden-black) !important;
}
footer {
  color: #fff;
}
footer a,
footer a:link,
footer a:visited,
footer a:hover,
footer a:active {
  color: #fff;
}







.spitzmarke, .spitzmarke p {
  font-size: 0.9rem;
}

.icon {
  min-width: 48px;
  width: 48px;
  max-width: 48px;
}








.core_frontend_politik_empfehlungen_01 .card {
  overflow: visible;
  margin-top: 3rem;
}
.core_frontend_politik_empfehlungen_01 .card-img-top {
  border-radius: 50%;
  width: 6rem;
  height: 6rem;
  overflow: hidden;
  position: absolute;
  top: -3rem;
  left: 1rem;
}
.core_frontend_politik_empfehlungen_01 .card-img-top > img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.core_frontend_politik_empfehlungen_01 .card-body {
  margin-top: 3rem;
}




.core_frontend_inhalt_text-bild_01 img,
.core_frontend_inhalt_text-bild_01 picture,
.core_frontend_inhalt_text-bild_01 video {
  object-fit: contain;
}
.core_frontend_inhalt_text-bild_01 .ratio-3x2 {
  --bs-aspect-ratio: 100%;
}









/* 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) {
  .core_frontend_einstieg_header-gestapelt_01 .textbox {
    margin-top: 0rem;
    margin-bottom: 3rem;
  }
  .core_frontend_einstieg_header-gestapelt_01 .heading.heading-3xl:nth-of-type(1),
  .core_frontend_einstieg_header-gestapelt_01 .heading.heading-3xl:nth-of-type(2) {
    font-size: 3.7rem;
  }
  .heading-l, .heading-l p {
    font-size: 32px;
  }
  .core_frontend_inhalt_text-bild_01 .flex-column > div:nth-child(1) {
    padding-right: 4rem;
  }
}









/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .spitzmarke, .spitzmarke p {
    font-size: var(--bs-body-font-size);
  }
  .icon {
    min-width: 64px;
    width: 64px;
    max-width: 64px;
  }
  .core_frontend_politik_empfehlungen_01 .card {
    margin-top: 5rem;
  }
  .core_frontend_politik_empfehlungen_01 .card-img-top {
    width: 8rem;
    height: 8rem;
    top: -4rem;
    left: 2rem;
  }
  .core_frontend_politik_empfehlungen_01 .card-body {
    margin-top: 4rem;
  }
}
/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {
  .core_frontend_einstieg_header-gestapelt_01 .bildbox .object-fit-contain {
    max-width: 90% !important;
  }
  .core_frontend_einstieg_header-gestapelt_01 .heading {
    padding: 1rem 2rem 1rem 4rem;
  }
  .core_frontend_einstieg_header-gestapelt_01 .heading.heading-3xl:nth-of-type(1),
  .core_frontend_einstieg_header-gestapelt_01 .heading.heading-3xl:nth-of-type(2) {
    font-size: 5.5rem;
  }
  .core_frontend_einstieg_header-gestapelt_01 .heading.heading-3xl:nth-of-type(3) {
    font-size: 2.5rem;
  }
  .core_frontend_einstieg_header-gestapelt_01 .card .card-body {
    padding: 0rem;
  }
  .core_frontend_einstieg_header-gestapelt_01 .container-fluid {
    height: 75vh;
  }
  .core_frontend_einstieg_header-gestapelt_01 .bildbox {
    margin-top: 5rem;
  }
}
/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1800px) {
  .core_frontend_einstieg_header-gestapelt_01 .heading.heading-3xl:nth-of-type(1),
  .core_frontend_einstieg_header-gestapelt_01 .heading.heading-3xl:nth-of-type(2) {
    font-size: 6rem;
  }
  .core_frontend_einstieg_header-gestapelt_01 .heading.heading-3xl:nth-of-type(3) {
    font-size: 3rem;
  }
  .core_frontend_einstieg_header-gestapelt_01 .card {
    box-shadow: none !important;
  }
}






.accordion-button,
.accordion-item,
.card {
  background-color: var(--zbinden-green-dark);
  border-radius: var(--zbinden-border-radius);
}
.accordion-button:hover,
.accordion-item:hover,
a.card:hover {
  background-color: var(--zbinden-green-light);
}
.accordin-item,
.accordion-item h4,
.accordion-item h5,
.accordion-item p,
.accordion-item .heading,
.accordion-item .spitzmarke,
.accordion-item a,
.accordion-item ul,
.accordion-item li,
.card,
.card h4,
.card h5,
.card p,
.card .heading,
.card .spitzmarke,
.card a {
  color: #fff;
}
.card p {
  margin-bottom: 0px;
}

.accordion-button,
.accordion-body,
.card-body {
  padding: 1.5rem !important;
}
.accordion-body {
  padding-top: 0rem !important;
}

.accordion-item:not(.collapsed) {
  border-radius: var(--zbinden-border-radius);
}



/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .accordion-button,
  .accordion-body,
  .card-body {
    padding: 2rem !important;
  }
}
/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {
  .accordion-button,
  .accordion-body,
  .card-body {
    padding: 2.5rem !important;
  }
}







section.core_frontend_politik_komitee_01,
section.core_frontend_politik_komitee_01 h1,
section.core_frontend_politik_komitee_01 h2,
section.core_frontend_politik_komitee_01 h3,
section.core_frontend_politik_komitee_01 h4,
section.core_frontend_politik_komitee_01 h5,
section.core_frontend_politik_komitee_01 h6,
section.core_frontend_politik_komitee_01 .spitzmarke,
section.core_frontend_politik_komitee_01 .spitzmarke p {
  background-color: var(--zbinden-green-dark);
  color: #fff;
}






.core_frontend_politik_events_01 .marker-link:hover {
  background-color: var(--zbinden-green-light);
}




/*
.core_frontend_news_uebersicht_01 .row {
  --bs-gutter-x: 0.5rem;
  --bs-gutter-y: 0.5rem;
}
*/






.juicer-feed.white li.feed-item,
.juicer-feed.user li.feed-item,
.juicer-feed.juicer-widget li.feed-item,
.juicer-feed.colors li.feed-item,
.juicer-feed.gray li.feed-item,
.juicer-feed.modern li.feed-item,
.juicer-feed.polaroid li.feed-item {
  border-color: var(--zbinden-black);
  border-width: 2px;
  border-radius: var(--zbinden-border-radius);
}

.juicer-feed.modern .j-message {
  color: var(--zbinden-black);
}









.map .gm-style .gm-style-iw-c {
  border-radius: var(--zbinden-border-radius);
}

.gm-ui-hover-effect {
  width: 48px;
  right: 0px;
  margin-right: -18px;
  margin-top: 8px;
  margin-bottom: 8px;
}

.gm-style .btn-primary {
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 2rem;
  padding: 0.5rem 2rem;
}
.gm-style .btn-primary:hover {
  background-color: var(--zbinden-green-light);
  border-color: var(--zbinden-green-light);
}




/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .story div.row:nth-child(2) > div.col:nth-child(1) {
    order: 2;
  }
  .story div.row:nth-child(2) > div.col:nth-child(2) {
    order: 1;
  }
}











.navbar a,
.navbar a:link,
.navbar a:visited,
.navbar a:hover,
.navbar a:active {
  color: var(--zbinden-black);;
}









.core_frontend_header_portfolio {
  position: relative;
}
.core_frontend_header_portfolio::before {
  content: ' ';
  position: absolute;
  background: url('/media/ch_schweif_web.svg');
  width: 100%;
  height: 40%;
  right: -1px;
  bottom: -4px;
  background-repeat: no-repeat;
  background-position: 100% 100%;
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .core_frontend_header_portfolio::before {
    width: 60%;
    height: 20%;
  }
  .core_frontend_header_portfolio::before {
    bottom: -6px;
  }
}








.portfolio-titel {
  padding-top: 40vh !important;
  padding-left: 2.5rem !important;
  padding-right: 2.5rem !important;
  transform-origin: center;
  transform: scale(1.1);
}
.portfolio-titel .headline,
.portfolio-titel .stoerer {
  padding: 0.5rem 1.5rem;
}
.portfolio-titel .person_funktion {
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.portfolio-titel .headline,
.portfolio-titel .person,
.portfolio-titel .funktion_ortschaft {
  color: #fff !important;
  margin-bottom: 0rem;
}
.portfolio-titel .headline {
  background-color: var(--zbinden-green-light);
  transform: translateY(0.4rem) rotate(-2deg);
  margin-bottom: 0rem;
  font-size: 1.25rem;
  z-index: 3;
  max-width: 18rem;
}
.portfolio-titel .person_funktion {
  background-color: var(--zbinden-green-dark);
  font-size: 1.25rem;
  margin-bottom: 0rem;
  z-index: 2;
}
.portfolio-titel .person {
  font-size: 2.5rem;
}
.portfolio-titel .funktion_ortschaft {
  font-size: 1.25rem;
}
.portfolio-titel > .stoerer {
  padding: 0.3rem 0.6rem;
  background-color: var(--zbinden-yellow);
  /* transform: translateY(-0.2rem); */
  font-size: 1.25rem;
  z-index: 1;
}


/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
  .portfolio-titel .person {
    font-size: 4rem;
  }
}
/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .portfolio-titel {
    transform: scale(1.25);
  }
}
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {

}
/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .portfolio-titel .headline {
    font-size: 1.5rem;
    max-width: 27rem;
  }
  .portfolio-titel .person {
    font-size: 5rem;
  }
  .portfolio-titel {
    transform: scale(1.5);
  }
}
/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {
}
/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1800px) {
}








.navbar::before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  /* background: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.75) 100%); */
  /* background-color: rgba(0,0,0,0.65); */
  z-index: -1;
  /* backdrop-filter: blur(5px); */
}
.navbar.background::before {
  opacity: 0;
}

#navbarTogglerDemo02 {
  /* justify-content: center !important; */
  justify-content: right !important;
  font-weight: 700;
  text-transform: uppercase;
}








.card-link {
  margin-top: 1rem;
  color: var(--zbinden-black) !important;
  font-weight: 700;
}





.form-control {
  border-radius: 0.3rem;
}
/*
.form-control:focus {
  border-color: #7b7b7b;
  box-shadow: 0 0 0 .25rem rgba(102, 102, 102, 0.25);
}
*/









.core_frontend_politik_unterstuetzung_01 .titel-lead .spitzmarke,
.core_frontend_politik_unterstuetzung_01 .titel-lead h1,
.core_frontend_politik_unterstuetzung_01 .titel-lead h2,
.core_frontend_politik_unterstuetzung_01 .titel-lead p {
  color: #fff;
}
.core_frontend_politik_unterstuetzung_01 .accordion-item:not(.collapsed) {
  border-radius: inherit;
}
.core_frontend_politik_unterstuetzung_01 .border {
  border: none !important;
}
.core_frontend_politik_unterstuetzung_01 .accordion-item:last-of-type .accordion-collapse {
  border: none !important;
}
.core_frontend_politik_unterstuetzung_01 .accordion-button,
.core_frontend_politik_unterstuetzung_01 .accordion-item,
.core_frontend_politik_unterstuetzung_01 .card {
  background-color: var(--bs-light);
}
.core_frontend_politik_unterstuetzung_01 .bg-white {
  border-radius: var(--zbinden-border-radius);
}







/*
.core_frontend_news_detail_header_01 {
  background-color: var(--zbinden-green-dark);
}
*/

.core_frontend_news_detail_header_01 .heading {
  padding: 1rem 1.75rem;
  background-color: var(--zbinden-red);
  width: fit-content;
  margin-bottom: 2rem;
}







.core_frontend_news_detail_header_01 img {
  border-radius: var(--zbinden-border-radius);
}


.core_frontend_news_detail_header_01 h1,
.core_frontend_news_detail_header_01 h2 {
  color: #fff;
}




/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .core_frontend_news_detail_header_01,
  .core_frontend_politik_unterstuetzung_01 {
    padding-top: 3rem;
  }
}






.btn-link {
  --bs-btn-color: var(--zbinden-green-dark);
  margin-top: 0.5rem;
  font-size: 1.1rem;
  font-weight: 700;
  text-decoration: none;
}

.btn-outline-dark {
  --bs-btn-color: var(--zbinden-black);
  --bs-btn-border-color: var(--zbinden-black);
  --bs-btn-hover-bg: var(--zbinden-black);
  --bs-btn-hover-border-color: var(--zbinden-black);
  --bs-btn-active-bg: var(--zbinden-black);
  --bs-btn-active-border-color: var(--zbinden-black);
  --bs-btn-disabled-color: var(--zbinden-black);
  --bs-btn-disabled-border-color: var(--zbinden-black);
}


.core_frontend_news_detail_some_share_01 a,
.core_frontend_news_detail_some_share_01 a:link,
.core_frontend_news_detail_some_share_01 a:visited {
  color: var(--zbinden-black);
}


.core_frontend_news_detail_some_share_01 a:hover,
.core_frontend_news_detail_some_share_01 a:active {
  color: #fff;
}





.core_frontend_politik_unterstuetzung_01 {
  background-color: var(--zbinden-black) !important;
}



.sl-image img {
  border-radius: var(--zbinden-border-radius) !important;
}





.gmnoprint.gm-style-mtc-bbw,
.gm-control-active.gm-fullscreen-control {
  display: none;
}






/*
.core_frontend_politik_medien_01 .column-count {
  column-gap: 0.3rem;
}
.core_frontend_politik_medien_01 .column-count > div {
  margin-bottom: 0.3rem;
}
*/






.core_frontend_news_filter_01 {
  background-color: var(--zbinden-black) !important;
  padding-top: 6rem;
  padding-bottom: 0;
}
.nav-pills .nav-link {
  background-color: var(--zbinden-green-dark);
  color: #fff;
}
.nav-pills .nav-link:hover,
.nav-pills .nav-link.active {
  background-color: var(--zbinden-green-light);
}

.core_frontend_news_filter_01 .titel-lead > * {
  color: #fff;
}









.core_frontend_politik_medien_01 .fa-solid {
  color: #fff;
}




.core_frontend_banner_partnerlinks_06 .link {
  font-weight: 500;
}








.core_frontend_politik_unterstuetzung_01 .text-left *,
.core_frontend_news_filter_01 .text-left * {
  color: #fff;
}



.core_frontend_politik_medien_01 .justify-content-center {
  display: none !important;
}




section:first-of-type.core_frontend_politik_events_01,
section:first-of-type.core_frontend_kontakt_kontaktformular,
section:first-of-type.core_frontend_news_filter_01 {
  margin-top: 110px;
}



@media (min-width: 1400px) {
  .core_frontend_politik_events_01 .politik_events_markers {
    column-count: 1;
  }
}







@media (min-width: 1200px) {
  .ratio-xl-3x2 {
    --bs-aspect-ratio: calc(4 / 5 * 100%);
  }
}




.btn-link:hover {
  color: var(--zbinden-green-dark);
}





.core_frontend_uebersicht_cards-gestapelt_01 .card-title {
  font-weight: 700;
  font-size: 1.4rem;
  margin-bottom: 0.7rem;
}




.core_frontend_uebersicht_medien-liste_01 .masonry .col {
  margin-bottom: 1.5rem;
}









.gm-style-iw {
  padding-right: 0px !important;
}

.gm-style-iw-d {
  min-width: 240px;
}
