@font-face {
  font-family: Materialiconsround;
  src: url('../fonts/MaterialIconsRound-Regular.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

:root {
  --font1: Karla, sans-serif;
  --fontsize: 18px;
  --color3: #444141;
  --icon: Materialiconsround, Arial, sans-serif;
  --color2: #409;
  --color1: #ff5a00;
  --background1: #f1eeeb;
}

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

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

@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 {
  font-family: var(--font1);
  color: #333;
  font-size: var(--fontsize);
  font-weight: 300;
  line-height: 125%;
}

.section {
  padding: 3rem;
}

.h1 {
  font-family: var(--font1);
  font-weight: 400;
}

.body {
  font-family: var(--font1);
  color: var(--color3);
}

.h2, .h3 {
  font-weight: 400;
}

.p {
  color: var(--color3);
}

.p.icon {
  font-family: var(--icon);
  font-weight: 300;
}

.logo {
  color: var(--color2);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 110%;
}

.logo1 {
  font-size: 21px;
  font-weight: 500;
}

.logo2 {
  color: var(--color1);
  font-size: 16px;
  font-weight: 300;
}

.herobereich {
  background-color: #d7dddf;
  background-image: url('../images/Mag-Franz-Kreiner_1.jpg'), linear-gradient(to bottom, var(--background1), var(--background1));
  font-size: var(--fontsize);
  background-position: 66% 100%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: contain, auto;
  height: 50svh;
  min-height: 600px;
  padding: 3rem;
}

.container-hero {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.iconbutton {
  border: 1px solid var(--color2);
  font-family: var(--icon);
  color: var(--color2);
  background-color: #fff;
  border-radius: 8px;
  margin-right: 15px;
  padding: 12px 15px;
  font-size: 20px;
}

.div-buttons {
  margin-top: 20px;
}

.text-span {
  font-weight: 300;
}

.link-kontakt {
  border: 1px #000;
  align-items: center;
  padding: 2px 8px;
  text-decoration: none;
  display: block;
}

.container-footer {
  z-index: 1;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1170px;
  display: flex;
}

.footer2 {
  background-color: #cfc1fc;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-end;
  padding: 20px 30px 25px;
  display: block;
}

.footer {
  border-radius: 1px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  padding: 0;
}

.footer1 {
  background-color: #e0d9f8;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 30px;
}

.link-footer {
  color: var(--color2);
  border-bottom: 2px solid #ed7700;
  margin-bottom: 0;
  margin-left: 15px;
  margin-right: 15px;
  padding: 4px 0;
  font-weight: 300;
  line-height: 18px;
  text-decoration: none;
  transition: color .2s;
  display: block;
}

.link-footer:hover {
  border-bottom-width: 3px;
  border-bottom-color: var(--color1);
}

.link-footer.small {
  color: var(--color2);
  font-size: calc(var(--fontsize) * .8);
  border-bottom-width: 1px;
  border-bottom-color: #000;
  margin-left: 0;
  padding-bottom: 0;
}

.paragraph-2 {
  margin-top: .5rem;
  margin-bottom: 1rem;
}

.paragraph-2.link-footer-copy {
  color: var(--color2);
  margin-top: .5rem;
  margin-bottom: 0;
  padding-left: 12px;
  padding-right: 0;
  line-height: 1.25rem;
  text-decoration: none;
}

.div-block-10 {
  flex-flow: row;
  display: flex;
}

.mitgliederchaft-link {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-end;
  text-decoration: none;
  display: flex;
}

.logo-fuss {
  color: var(--color2);
  font-weight: 600;
  line-height: 75%;
  font-size: calc(var(--fontsize) * 1.1);
  flex: 1;
  margin-bottom: 0;
}

.icon {
  font-family: var(--icon);
  color: var(--color2);
  vertical-align: bottom;
  padding-right: 6px;
}

.fusstext {
  color: var(--color2);
  margin-bottom: 0;
}

.div-block-11 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.div-block-12 {
  font-size: calc(var(--fontsize) * .9);
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.h2-sub {
  max-width: 400px;
  margin-top: 0;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.65rem;
}

.arbeitsbereich {
  color: var(--color1);
  text-shadow: 0 1px 11px #ffffffdb;
  font-weight: 400;
  font-size: calc(var(--fontsize) * 1.2);
  margin-bottom: 0;
}

.arbeitsbereich2 {
  color: var(--color2);
  text-shadow: 0 1px 5px #f2eeecc9;
  font-weight: 400;
  font-size: calc(var(--fontsize) * 1.2);
  margin-bottom: 0;
}

.mitgliederchaft-link2 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-end;
  text-decoration: none;
  display: flex;
}

.herobereich2 {
  font-size: var(--fontsize);
  background-color: #d7dddf;
  background-image: url('../images/Mag-Franz-Kreiner.jpg'), linear-gradient(#f1eeeb, #f1eeeb);
  background-position: 66% 100%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: contain, auto;
  height: 50svh;
  min-height: 600px;
  padding: 3rem;
}

.container-hero2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .logo {
    max-width: 440px;
  }

  .herobereich {
    background-image: url('../images/Mag-Franz-Kreiner_1.jpg'), linear-gradient(to bottom, var(--background1), var(--background1));
    background-position: 100% 100%, 0 0;
    min-height: 350px;
  }

  .iconbutton {
    padding-left: 12px;
    padding-right: 12px;
    font-size: 18px;
    line-height: 90%;
  }

  .link-kontakt {
    flex-flow: column;
    justify-content: center;
    align-self: flex-start;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
  }

  .container-footer {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
  }

  .footer2 {
    display: flex;
  }

  .footer1 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-start;
  }

  .link-footer.small {
    margin-left: 0;
  }

  .paragraph-2.link-footer-copy {
    padding-left: 0;
  }

  .div-block-10 {
    margin-left: 24px;
  }

  .mitgliederchaft-link {
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-end;
  }

  .fusstext {
    color: var(--color2);
  }

  .div-block-12 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    align-items: stretch;
    display: flex;
  }

  .h2-sub, .arbeitsbereich {
    max-width: 400px;
  }

  .mitgliederchaft-link2 {
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-end;
  }

  .herobereich2 {
    min-height: 350px;
  }
}

@media screen and (max-width: 767px) {
  .logo {
    max-width: 200px;
    margin-bottom: 0;
    font-size: 1.75rem;
    display: block;
  }

  .herobereich {
    background-color: var(--background1);
    background-image: url('../images/franz-kreiner-portrait2-lores.webp'), linear-gradient(#0000, #0000);
    background-position: 100% 100%, 0 0;
    align-items: flex-start;
    height: 66svh;
    min-height: 300px;
    padding: 2rem;
  }

  .container-hero {
    justify-content: center;
    align-items: flex-start;
  }

  .iconbutton {
    padding: 10px;
    line-height: 75%;
  }

  .link-kontakt {
    min-width: 0;
  }

  .container-footer {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .footer2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .footer1 {
    justify-content: space-between;
    align-items: flex-start;
  }

  .link-footer {
    margin-left: 0;
    margin-right: 40px;
  }

  .link-footer.w--current {
    margin-left: 0;
    margin-right: 0;
  }

  .link-footer.small {
    align-self: flex-start;
    font-size: 11px;
  }

  .div-block-10 {
    margin-left: 0;
  }

  .mitgliederchaft-link {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .icon {
    padding-right: 2px;
  }

  .div-block-11 {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 22px;
  }

  .div-block-12 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .h2-sub {
    font-size: 1.2rem;
  }

  .arbeitsbereich {
    font-size: calc(var(--fontsize) * 1.1);
    max-width: 360px;
  }

  .arbeitsbereich2 {
    font-size: calc(var(--fontsize) * 1.1);
  }

  .mitgliederchaft-link2 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .herobereich2 {
    background-image: url('../images/Foto-Mag-Franz-Kreiner.jpg'), linear-gradient(#f1eeeb, #f1eeeb);
    background-position: 100% 100%, 0 0;
    align-items: flex-start;
    height: 66svh;
    min-height: 300px;
    padding: 2rem;
  }

  .container-hero2 {
    justify-content: center;
    align-items: flex-start;
  }
}

@media screen and (max-width: 479px) {
  .logo {
    max-width: 150px;
    font-size: 1.5rem;
  }

  .container-hero {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .iconbutton {
    margin-right: 10px;
    padding-left: 8px;
    padding-right: 8px;
    font-size: 17px;
    line-height: 60%;
  }

  .div-buttons {
    margin-top: 10px;
  }

  .link-kontakt {
    align-self: stretch;
  }

  .footer1 {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 25px;
  }

  .link-footer {
    align-self: center;
    margin-right: 0;
    padding-top: 10px;
  }

  .link-footer.small {
    align-self: center;
    font-size: .75rem;
  }

  .paragraph-2.link-footer-copy {
    font-size: calc(var(--fontsize) * .9);
  }

  .div-block-10 {
    flex-flow: column;
    justify-content: center;
    align-self: center;
    align-items: center;
  }

  .mitgliederchaft-link {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 28px;
  }

  .fusstext {
    margin-bottom: 10px;
  }

  .div-block-11 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0;
  }

  .div-block-12 {
    text-align: center;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .h2-sub {
    max-width: 150px;
    font-size: 1.05rem;
    line-height: 1.35rem;
  }

  .arbeitsbereich, .arbeitsbereich2 {
    font-size: calc(var(--fontsize) * 1);
    max-width: 150px;
  }

  .mitgliederchaft-link2 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 28px;
  }

  .container-hero2 {
    justify-content: flex-start;
    align-items: flex-start;
  }
}

#w-node-_85780eea-ef85-4a82-8add-fce595bae86b-b7c16baa {
  align-self: center;
}

#w-node-_57422644-6388-cae7-0c16-26b6ef54eddb-b7c16baa, #w-node-_57422644-6388-cae7-0c16-26b6ef54ede1-b7c16baa {
  justify-self: auto;
}

#w-node-_57422644-6388-cae7-0c16-26b6ef54ede6-b7c16baa {
  justify-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-_57422644-6388-cae7-0c16-26b6ef54eddb-b7c16baa {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }

  #w-node-_57422644-6388-cae7-0c16-26b6ef54ede1-b7c16baa {
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_57422644-6388-cae7-0c16-26b6ef54eddb-b7c16baa {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: start;
  }

  #w-node-_57422644-6388-cae7-0c16-26b6ef54ede1-b7c16baa {
    place-self: start center;
  }

  #w-node-_57422644-6388-cae7-0c16-26b6ef54ede6-b7c16baa {
    justify-self: end;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_57422644-6388-cae7-0c16-26b6ef54eddb-b7c16baa, #w-node-_57422644-6388-cae7-0c16-26b6ef54ede6-b7c16baa {
    justify-self: center;
  }
}


@font-face {
  font-family: 'Materialiconsround';
  src: url('../fonts/MaterialIconsRound-Regular.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}