:root {
  --darkcolor: #222;
  --maincolor: #f9f9f9;
  --secondcolor: #afcb08;
  --textcolor: #757575;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #222;
  background-color: #f9f9f9;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 44px;
  font-weight: 700;
  line-height: 44px;
}

p {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
}

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

a:hover {
  color: var(--maincolor);
}

img {
  max-width: 100%;
  display: inline-block;
}

.footer {
  background-color: var(--darkcolor);
  color: var(--maincolor);
  justify-content: center;
  align-items: center;
  display: block;
}

.sectionheader {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/banner_lobbericher_werbering_1.avif');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: stretch;
  min-height: 90vh;
  display: flex;
  position: static;
  overflow: visible;
}

.sectionheader.impressum {
  background-image: url('../images/wr_impressum_parallax_1.avif');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  border-top: 1px solid #0000001a;
  min-height: 30vh;
}

.sectionnews {
  padding-top: 100px;
  padding-bottom: 100px;
}

.sectionzitate {
  background-color: #222;
  padding-top: 100px;
  padding-bottom: 100px;
}

.sectionkarte {
  border-top: 1px solid #0000001a;
}

.sectionmitglieder {
  padding-top: 100px;
  padding-bottom: 100px;
}

.container {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  min-height: 20px;
  padding-left: 10px;
  padding-right: 10px;
}

.container.containerheader {
  background-color: #0000;
  flex-flow: column;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.container.containerheader.impressum {
  justify-content: center;
  align-items: center;
}

.container.containernews {
  margin-top: 0;
  margin-bottom: 0;
}

.container.containerzitate {
  min-height: 100px;
  margin-top: 0;
  margin-bottom: 0;
}

.container.footer_container {
  color: var(--maincolor);
}

.brand {
  display: block;
}

.navbar {
  text-transform: uppercase;
  background-color: #fff;
  font-size: 12px;
  font-weight: 700;
}

.logo, .nav-menu {
  margin-top: 10px;
  margin-bottom: 10px;
}

.newsgrid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-flow: row;
  justify-content: stretch;
  place-items: start center;
  margin-top: 50px;
  position: static;
  inset: 0%;
}

.button {
  text-transform: uppercase;
  background-color: #afcb08;
  font-size: 12px;
  font-weight: 700;
}

.button.buttonheader {
  background-color: var(--secondcolor);
  border-radius: 5px;
  margin-top: 20px;
}

.button.buttonheader:hover {
  background-color: #2e53a0;
}

.button.buttonmitgliedercontent {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 10px;
}

.heading1header {
  color: var(--maincolor);
}

.paragraph {
  color: var(--maincolor);
  font-weight: 700;
}

.nav-link:hover {
  color: #afcb08;
}

.newswrapper {
  background-color: #fff;
  border: 0 solid #0000001a;
  width: 100%;
  box-shadow: 0 2px 5px #000;
}

.newswrapper.beitragsseite {
  box-shadow: none;
  border-width: 1px;
  margin-top: 60px;
  margin-bottom: 60px;
}

.divnewsimage {
  object-fit: cover;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  height: 220px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image {
  object-fit: fill;
  flex: 0 auto;
  width: 100%;
  min-height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
  overflow: clip;
}

.image.beitragsseite {
  position: static;
}

.heading2 {
  text-align: left;
  text-transform: uppercase;
}

.divnewscontent {
  margin: 20px;
}

.heading3newstitel {
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 14px;
  text-decoration: none;
}

.heading3newstitel.heading3link {
  color: #222;
  margin-top: 10px;
  font-weight: 700;
  display: block;
}

.heading3newstitel.heading3link:hover {
  color: #afcb08;
}

.heading3newstitel.heading3link.beitragsseite {
  font-size: 16px;
}

.heading5newstitel {
  color: var(--secondcolor);
  text-transform: none;
  margin-top: 0;
  font-family: Lato, sans-serif;
  font-size: 13px;
  font-weight: 500;
}

.paragraphnews {
  font-family: Lato, sans-serif;
  font-size: 13px;
}

.paragraphnews.beitragssseite {
  margin-top: 10px;
  font-family: Lato, sans-serif;
}

.paragraphnews.beitragssseite.keywords {
  color: var(--secondcolor);
}

.linknews {
  text-decoration: none;
}

.linknews.textspanlinknews {
  font-family: Lato, sans-serif;
}

.linknews.textspanlinknews:hover {
  color: var(--secondcolor);
}

.textspanlinknews {
  color: #afcb08;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  text-decoration: none;
}

.textspanlinknews:hover {
  text-decoration: underline;
}

.divnewsoverlaybutton {
  z-index: 1;
  opacity: 0;
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #afcb08;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  font-weight: 700;
  display: flex;
  position: absolute;
  inset: 0%;
}

.divnewsoverlaybutton.link {
  opacity: 0;
}

.headingzitate {
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}

.text-span-2 {
  color: #959595;
  font-size: 13px;
  font-weight: 400;
}

.mitgliedertab {
  margin-top: 50px;
}

.mitgliedertabmenu {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.mitgliedertabcontent {
  margin-top: 0;
  margin-bottom: 0;
  display: block;
}

.mitgliedtab {
  margin-top: 40px;
  margin-bottom: 20px;
}

.mitgliedertablink, .mitgliedertablink.w--current {
  padding: 0;
}

.mitgliedertablinkwrapper {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  height: 130px;
  display: flex;
  box-shadow: 0 2px 5px #000;
}

.mitgliedlogooverlay {
  z-index: 1;
  opacity: 0;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #afcb08;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  font-weight: 700;
  display: flex;
  position: absolute;
  inset: 0%;
}

.mitgliedlogo {
  object-fit: cover;
  align-self: stretch;
  width: 100%;
  height: 100%;
  min-height: 100%;
  position: static;
  overflow: clip;
}

.mitgliedtabcontent {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.mitgliedtabcolumleft {
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.mitgliedtabcolumright {
  border-left: 1px solid #0000001a;
  padding-left: 30px;
}

.mitgliedtabcontentimage {
  object-fit: contain;
  height: 400px;
  position: relative;
}

.text-block {
  color: #757575;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  display: block;
}

.text-block.kontaktadresse {
  margin-bottom: 50px;
}

.text-block.margin_off {
  margin-bottom: 0;
}

.text-block.beitragsseitedatum {
  color: var(--secondcolor);
  font-size: 13px;
}

.text-block.mitgliedtabcontent {
  padding-left: 0;
  font-size: 14px;
}

.text-block-2 {
  color: #757575;
  font-family: Lato, sans-serif;
}

.text-block-2.mitgliedtabcontent {
  justify-content: flex-start;
  align-items: center;
  padding-left: 0;
  font-size: 14px;
}

.heading4 {
  text-transform: uppercase;
  font-size: 15px;
}

.mitgliederlistcontent {
  color: #757575;
  margin-top: 10px;
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.mitgliederlistitem {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.mitgliederlistitem.listitembottomborder {
  border: 1px #000;
  border-bottom: 1px solid #0000001a;
}

.mitgliederinfo {
  color: #afcb08;
}

.mitgliedtabcontentslider {
  width: 100%;
  height: 400px;
  min-height: 100%;
}

.slide-1 {
  background-color: #fff;
}

.slide-1.suthor1 {
  background-image: url('../images/mtg_suthor_bild1_1.avif');
  background-size: cover;
}

.slide-1.axa1 {
  background-image: url('../images/mtg_axa_bild1_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide2 {
  background-color: #fff;
}

.slide2.suthor2 {
  background-image: url('../images/mtg_suthor_bild2_1.avif');
  background-size: cover;
}

.slide2.axa2 {
  background-image: url('../images/mtg_axa_bild2_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide3 {
  background-color: #fff;
}

.slide3.suthor3 {
  background-image: url('../images/suthor_logo_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide3.axa3 {
  background-image: url('../images/mtg_axa_logo_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slideleftarrowicon {
  margin-left: 0;
}

.slideleftarrowicon.slideiconbackground {
  background-color: #0000004d;
}

.slideleftarrowicon.slideiconbackground:hover {
  background-color: #00000080;
}

.sliderightarrowicon {
  margin-right: 0;
}

.sliderightarrowicon.slideiconbackground {
  background-color: #0000004d;
}

.sliderightarrowicon.slideiconbackground:hover {
  background-color: #00000080;
}

.footer_columns {
  color: var(--textcolor);
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer_column_left {
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.footer_column_right {
  text-align: right;
  font-size: 11px;
}

.footerlink {
  color: var(--textcolor);
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
}

.footerlink:hover {
  color: var(--secondcolor);
}

.text-block-3 {
  color: var(--maincolor);
}

.code-embed {
  width: 48px;
  height: 48px;
}

.footer_divider {
  text-transform: uppercase;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 12px;
  font-weight: 700;
  display: inline-block;
}

.section-beruns {
  background-color: #0000;
  border-top: 1px solid #0000001a;
  border-bottom: 1px solid #0000001a;
  padding-top: 100px;
  padding-bottom: 100px;
}

.sectionkontakt {
  padding-top: 100px;
  padding-bottom: 100px;
}

.berunsgrid {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 50px;
}

.geschichtegrid {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  margin-top: 100px;
}

.berunsgridlinks, .berunsgridmitte, .berunsgridrechts {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-2 {
  display: inline-block;
}

.berunstextblock {
  color: var(--textcolor);
  vertical-align: top;
  flex-flow: row-reverse;
  justify-content: flex-start;
  align-items: flex-start;
  font-family: Lato, sans-serif;
}

.fa-icon-flag {
  color: var(--secondcolor);
  justify-content: flex-start;
  align-items: center;
  width: 100px;
  margin-right: 25px;
  font-size: 24px;
  display: block;
}

.fa-icon-flag.icon-users {
  width: 120px;
}

.fa-icon-flag.fa-icon-stat {
  width: 80px;
}

.fa-icon-flag.fa-icon-users {
  width: 120px;
  display: block;
}

.heading3geschichte {
  margin-top: 0;
}

.maillink {
  color: var(--textcolor);
  text-decoration: underline;
}

.maillink:hover {
  color: var(--secondcolor);
}

.kontaktformular {
  margin-top: 20px;
}

.formtextarea {
  min-height: 200px;
}

.formsuccessmessage {
  background-color: var(--secondcolor);
  color: var(--maincolor);
  font-weight: 700;
}

.h1beitragsseite {
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 18px;
}

.beitragsseitecontainer {
  max-width: 770px;
}

.keywordsbeitragsseite {
  color: var(--secondcolor);
  font-family: Lato, sans-serif;
  font-size: 13px;
}

.h1impressum {
  text-transform: uppercase;
  margin-top: 0;
  font-size: 20px;
}

.textblockimpressum {
  color: var(--textcolor);
  font-weight: 500;
}

.divimpressum {
  text-align: center;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
}

.impressumgridcontent {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
}

.heading2impressum {
  text-transform: uppercase;
  font-size: 16px;
}

.hero-heading-center {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-2 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-heading.margin-bottom-32px {
  margin-bottom: 32px;
}

.hero-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px {
  margin-bottom: 24px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.shadow-two {
  box-shadow: 0 4px 24px #96a3b514;
}

.team-circles {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.centered-subheading {
  text-align: center;
  max-width: 530px;
  min-height: 25px;
  margin-left: auto;
  margin-right: auto;
}

.team-grid {
  grid-column-gap: 64px;
  grid-row-gap: 56px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.team-card {
  text-align: center;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
  line-height: 22px;
  display: flex;
}

.team-member-image {
  object-fit: contain;
  border-radius: 50%;
  width: 270px;
  height: 270px;
  margin-bottom: 24px;
}

.team-member-name {
  margin-bottom: 6px;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

.team-member-position {
  margin-bottom: 24px;
}

.vorstand_link:hover {
  color: var(--secondcolor);
}

@media screen and (min-width: 1440px) {
  .team-member-image {
    width: 270px;
    height: 270px;
    max-height: none;
  }
}

@media screen and (max-width: 991px) {
  .sectionnews {
    padding-top: 60px;
  }

  .sectionzitate, .sectionmitglieder {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .nav-menu {
    background-color: var(--maincolor);
  }

  .newsgrid {
    grid-template-columns: 1fr 1fr;
  }

  .newswrapper {
    width: 100%;
  }

  .mitgliedertabmenu {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: minmax(200px, 1fr) auto;
    grid-template-columns: .5fr .5fr;
  }

  .mitgliedertablinkwrapper {
    height: 100%;
  }

  .mitgliedtabcontent {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .mitgliedtabcolumright {
    border-left-style: none;
  }

  .mitgliedtabcontentslider {
    height: 300px;
  }

  .section-beruns, .sectionkontakt {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .beitragsseitecontainer {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .container-2 {
    max-width: 728px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .team-grid {
    grid-column-gap: 40px;
  }

  .team-member-image {
    width: 190px;
    height: 190px;
  }
}

@media screen and (max-width: 767px) {
  .sectionmitglieder {
    padding-bottom: 60px;
  }

  .newsgrid {
    grid-template-columns: 1fr;
  }

  .newswrapper {
    width: 70%;
  }

  .mitgliedertabmenu {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .mitgliedtabcontent {
    display: block;
  }

  .mitgliedtabcolumright {
    border-bottom: 1px #0000001a;
    border-left-style: none;
    border-right: 1px #0000001a;
  }

  .mitgliedtabcontentimage, .mitgliedtabcontentslider {
    height: 300px;
  }

  .berunsgrid {
    grid-template-columns: 1fr;
  }

  .geschichtegrid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .berunsgridlinks {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    display: grid;
  }

  .berunsgridmitte {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: center;
    display: grid;
  }

  .berunsgridrechts {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    display: grid;
  }

  .fa-icon-flag, .fa-icon-flag.fa-icon-stat, .fa-icon-flag.fa-icon-users {
    width: 48px;
  }

  .beitragsseitecontainer {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .hero-heading-center, .team-circles {
    padding: 60px 15px;
  }

  .team-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 479px) {
  .newswrapper {
    width: 100%;
  }

  .mitgliedtabcontentslider {
    height: 200px;
  }

  .impressumgridcontent {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .div-block {
    object-fit: contain;
    width: 100%;
  }

  .container-2 {
    max-width: none;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .team-grid {
    grid-template-columns: 1fr;
  }
}

#w-node-_6d517216-2d70-fa62-9207-be11977a4c03-58ee57e0, #w-node-_6d517216-2d70-fa62-9207-be11977a4c0e-58ee57e0, #w-node-_6d517216-2d70-fa62-9207-be11977a4c18-58ee57e0, #w-node-_6d517216-2d70-fa62-9207-be11977a4c22-58ee57e0, #w-node-_6d517216-2d70-fa62-9207-be11977a4c2c-58ee57e0, #w-node-_6d517216-2d70-fa62-9207-be11977a4c36-58ee57e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c347678f-8192-f39b-d626-6ada87b42996-58ee57e0 {
  grid-area: 3 / 2 / 4 / 2;
}

@media screen and (min-width: 1440px) {
  #w-node-_6d517216-2d70-fa62-9207-be11977a4c0e-58ee57e0, #w-node-_6d517216-2d70-fa62-9207-be11977a4c18-58ee57e0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


