@font-face {
  font-family: "Montserrat V 25 Latin 700";
  src: url('../fonts/montserrat-v25-latin-700.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat V 25 Latin 100";
  src: url('../fonts/montserrat-v25-latin-100.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat V 25 Latin";
  src: url('../fonts/montserrat-v25-latin-regular.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat V 25 Latin 900";
  src: url('../fonts/montserrat-v25-latin-900.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat V 25 Latin 300";
  src: url('../fonts/montserrat-v25-latin-300.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --navi-grün: #287e09;
  --dunkelgrün: #072c01;
  --orange: #ee7202;
  --grün: #63b32e;
  --mittelgrün: #285112;
  --footergrün: #d3e5be;
  --white: white;
  --light-grün-20: #e0f0d5;
  --mittel-grün: #b1d996;
  --mittel-orange: #f6b880;
  --light-orange-20: #fce3cc;
}

.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;
}

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

@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: #333;
  font-family: "Montserrat V 25 Latin", sans-serif;
  font-size: 16px;
  line-height: 24px;
}

h1 {
  color: var(--navi-grün);
  text-align: left;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: "Montserrat V 25 Latin 700", sans-serif;
  font-size: 40px;
  line-height: 50px;
}

h2 {
  color: var(--navi-grün);
  margin-top: 0;
  margin-bottom: 30px;
  font-family: "Montserrat V 25 Latin 700", sans-serif;
  font-size: 35px;
  line-height: 45px;
}

h3 {
  color: var(--dunkelgrün);
  margin-top: -20px;
  margin-bottom: 30px;
  font-family: "Montserrat V 25 Latin 300", sans-serif;
  font-size: 25px;
  line-height: 35px;
}

h4 {
  color: #000;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 26px;
  line-height: 24px;
}

h5 {
  color: #000;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 26px;
  line-height: 24px;
}

h6 {
  color: #000;
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 52px;
  line-height: 52px;
}

p {
  color: var(--dunkelgrün);
  margin-top: 0;
  margin-bottom: 30px;
}

a {
  color: var(--navi-grün);
  text-decoration: none;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  background-image: url('../images/Punkt-gruen.png');
  background-position: 0 6px;
  background-repeat: no-repeat;
  background-size: 10px;
  margin-bottom: 15px;
  padding-left: 20px;
  font-size: 16px;
  line-height: 24px;
  list-style-type: none;
}

form {
  margin-right: 50px;
}

strong {
  font-family: "Montserrat V 25 Latin 700", sans-serif;
}

.button {
  background-color: var(--orange);
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding: 10px 15px;
  font-family: "Montserrat V 25 Latin 700", sans-serif;
  font-size: 14px;
  transition: transform .4s;
  display: inline-block;
}

.button:hover {
  background-color: var(--dunkelgrün);
  transform: translate(0, -3px);
}

.full-section {
  background-color: #fff;
  padding: 80px 10%;
}

.full-section.home-section {
  background-color: #f1f1f1;
  background-image: url('../images/LogoLooseIcon_Web.png'), url('../images/Dachdecker_BildHeader1.jpg');
  background-position: 0 0, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: 250px, cover;
  height: 600px;
  overflow: hidden;
}

.full-section.home-section.folge {
  background-color: var(--navi-grün);
  background-image: url('../images/Header_Wellen.png'), linear-gradient(180deg, var(--navi-grün) 46%, white 51%);
  background-position: 50% 80px, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: contain, auto;
  height: 300px;
}

.circle-navbar {
  opacity: .6;
  background-color: #0000;
  height: 100%;
  padding-left: 15px;
  padding-right: 15px;
  position: fixed;
  top: 42%;
  bottom: 0;
  left: 0;
}

.circle-label {
  color: #000;
  text-transform: uppercase;
  background-color: #fff;
  padding-top: 2px;
  padding-left: 5px;
  padding-right: 5px;
  position: absolute;
  top: -9px;
  left: 15px;
}

.content-section {
  background-color: #fff;
  padding: 80px 10px;
}

.content-section.oben {
  padding-top: 0;
}

.content-section.untenohne.obenweniger {
  padding-top: 20px;
}

.menu {
  float: right;
  background-color: #81a0a6;
  overflow: hidden;
}

.text-link {
  color: var(--grün);
  font-size: 16px;
  line-height: 18px;
  text-decoration: none;
  display: block;
}

.text-link:hover {
  color: #696969;
}

.section-home.dunkelgr-n {
  background-color: var(--mittelgrün);
  padding-top: 80px;
  padding-bottom: 80px;
}

.section-home.footer {
  background-color: var(--footergrün);
  background-image: url('../images/Footer_Wellen_Neu.png'), url('../images/shutterstock_2157034885_wiese.webp');
  background-position: 50% 100%, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: contain, cover;
  padding: 90px 10% 20px;
}

.neuenavi {
  background-color: #0000;
  margin-top: 20px;
  margin-right: 20px;
  position: fixed;
  top: 0;
  right: 0;
}

.navilinkneu {
  background-color: var(--navi-grün);
  color: #fff;
  text-transform: uppercase;
  margin-left: -5px;
  padding: 17px 20px 17px 15px;
  font-family: "Montserrat V 25 Latin 700", sans-serif;
  font-size: 16px;
  line-height: 28px;
  text-decoration: none;
}

.navilinkneu:hover {
  color: #1f1f26;
}

.navilinkneu.w--current {
  background-color: var(--dunkelgrün);
  color: #fff;
}

.navilinkneu.w--current:hover {
  color: #696969;
}

.image-logo {
  padding: 20px 25px 20px 20px;
}

.brand {
  background-color: var(--white);
  padding-left: 0;
}

.brand.w--current {
  background-color: var(--white);
}

.grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
}

.grid.hellgruen {
  background-color: var(--light-grün-20);
}

.div-hg {
  background-color: var(--light-grün-20);
  text-align: left;
  padding: 70px 15% 80px;
}

.div-hg.weiss {
  background-image: linear-gradient(to bottom, var(--white), var(--white));
}

.div-hg.bild {
  padding: 0 0%;
}

.div-hg.textblock {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.div-ecke {
  text-align: right;
  background-image: url('../images/Testbild_Team.jpg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
}

.para-weiss, .h2-weiss {
  color: var(--white);
}

.para-ber-h2 {
  color: var(--mittel-grün);
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: "Montserrat V 25 Latin 700", sans-serif;
  font-size: 20px;
}

.para-ber-h2.unter {
  margin-top: -30px;
}

.para-ber-h2.ganzdunkel {
  color: var(--dunkelgrün);
}

.linkimpressum {
  color: var(--dunkelgrün);
  font-size: 14px;
}

.h3-weiss {
  color: var(--white);
}

.h3-normal {
  margin-top: 0;
  margin-bottom: 20px;
}

.h3-normal.bold {
  color: var(--dunkelgrün);
  background-image: url('../images/Kreis_PraxisRothe_Web.png');
  background-position: 0 6px;
  background-repeat: no-repeat;
  background-size: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 50px;
  font-family: "Montserrat V 25 Latin 700", sans-serif;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 70vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.img-rund {
  border-radius: 100%;
  width: 250px;
}

.grid-jens {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  align-items: center;
}

.grid-jens.bild-text {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
}

.div-icons {
  color: #fff;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.icon-link {
  float: left;
  background-color: var(--orange);
  border-radius: 100%;
  flex-direction: row;
  margin-left: 0;
  margin-right: 10px;
  padding: 10px;
}

.icon-link:hover {
  background-color: var(--dunkelgrün);
}

.icon-link.ohnelink {
  background-color: var(--navi-grün);
}

.img-icon {
  width: 20px;
  display: block;
}

.para-ohne-unten {
  margin-bottom: 0;
}

.link-kontakttext {
  color: var(--dunkelgrün);
}

.link-kontakttext:hover {
  color: var(--mittelgrün);
}

.div-footer {
  justify-content: flex-start;
  align-items: flex-end;
  margin-top: 90px;
  display: flex;
}

.div-logo-footer {
  width: 200px;
  margin-bottom: 5px;
  margin-right: 20px;
}

.span-h1 {
  color: var(--dunkelgrün);
  text-transform: none;
  font-family: "Montserrat V 25 Latin 100", sans-serif;
}

.div-bild-standort {
  margin-bottom: 30px;
  margin-left: -10px;
}

.section-volle-breite {
  padding: 80px 10%;
}

.section-volle-breite.hellgr-n {
  background-color: var(--light-grün-20);
}

.section-volle-breite.als-div {
  padding-top: 60px;
  padding-bottom: 0;
}

.list {
  padding-left: 0;
}

.grid-3er {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.grid-3er._2er {
  grid-template-columns: 1fr 1fr;
}

.grid-3er.mit-button {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  place-items: start center;
}

.hinweisbox {
  text-align: center;
  border: 1px solid #525252;
  margin-top: 30px;
  padding: 20px 10px;
  font-size: 14px;
}

.div-karte-google {
  text-align: center;
  background-image: url('../images/Map_Anonym.png');
  background-position: 0 0;
  background-size: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 400px;
  margin-top: 40px;
  display: flex;
}

.div-karte {
  margin-top: 60px;
}

.div-footer-weiss {
  background-color: var(--white);
  padding: 40px 60px;
}

.para-center {
  text-align: center;
}

html.w-mod-js [data-ix="hide-nav-on-load"] {
  opacity: 0;
  width: 0;
  height: 0;
  transform: translate(0, 100px);
}

html.w-mod-js [data-ix="opacity-0-load"] {
  opacity: 0;
}

html.w-mod-js [data-ix="home-section"], html.w-mod-js [data-ix="fade-down-on-load"] {
  opacity: 0;
  transform: translate(0, -28%);
}

html.w-mod-js [data-ix="fade-up-on-load"] {
  opacity: 0;
  transform: translate(0, 77px);
}

html.w-mod-js [data-ix="slide-up-on-scroll"] {
  opacity: 0;
  transform: translate(0, 25px);
}

html.w-mod-js [data-ix="slide-down-on-scroll"] {
  opacity: 0;
  transform: translate(0, -45px);
}

html.w-mod-js [data-ix="fade-in-on-scroll"], html.w-mod-js [data-ix="fade-in-on-load"] {
  opacity: 0;
}

html.w-mod-js [data-ix="loading-section"] {
  display: block;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 32px;
    line-height: 40px;
  }

  h2 {
    font-size: 28px;
    line-height: 36px;
  }

  .full-section.home-section {
    background-size: 150px, cover;
    height: 450px;
  }

  .full-section.home-section.folge {
    height: 220px;
  }

  .content-section {
    padding: 60px 30px;
  }

  .menu {
    z-index: 1000;
    text-align: center;
  }

  .section-home.footer {
    background-size: auto, cover;
    padding-bottom: 20px;
  }

  .navilinkneu {
    padding: 15px;
  }

  .menu-button-3 {
    background-color: var(--grün);
  }

  .menu-button-3:hover {
    color: #fff;
  }

  .menu-button-3.w--open {
    background-color: #1f1f26;
  }

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

  .div-ecke {
    height: 400px;
  }

  .container {
    background-color: var(--grün);
  }

  .div-bild-standort {
    margin-left: 0;
  }

  .section-volle-breite.als-div {
    padding-left: 0%;
    padding-right: 0%;
  }

  .grid-3er {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 28px;
    line-height: 36px;
  }

  h2 {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 30px;
  }

  h3 {
    margin-top: -10px;
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 28px;
  }

  p {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 26px;
  }

  .full-section.home-section {
    background-size: 150px, cover;
    height: 300px;
  }

  .section-home.footer {
    background-position: 50% 100%;
    background-size: auto;
    padding-top: 45px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .navilinkneu {
    font-size: 14px;
  }

  .div-hg {
    padding: 50px 10% 60px;
  }

  .para-ber-h2 {
    font-size: 16px;
    line-height: 22px;
  }

  .para-ber-h2.unter {
    margin-top: -20px;
  }

  .img-rund {
    margin-left: auto;
    margin-right: auto;
  }

  .grid-jens {
    grid-template-columns: 1fr;
    margin-left: 60px;
    margin-right: 60px;
  }

  .div-logo-footer.w--current {
    width: 150px;
  }

  .span-h1 {
    font-family: "Montserrat V 25 Latin 300", sans-serif;
  }

  .grid-3er._2er {
    grid-template-columns: 1fr;
  }

  .hinweisbox {
    font-size: 13px;
    line-height: 1.3em;
  }

  .div-footer-weiss {
    padding: 30px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 26px;
    line-height: 34px;
    bottom: 29.5%;
  }

  h2 {
    font-size: 24px;
  }

  h3 {
    margin-top: 0;
    font-size: 18px;
    line-height: 24px;
  }

  p {
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 24px;
  }

  li {
    font-size: 15px;
    line-height: 24px;
  }

  .button {
    letter-spacing: 1px;
    margin-bottom: 10px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .full-section.home-section {
    background-image: url('../images/Dachdecker_BildHeader1.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 250px;
  }

  .full-section.home-section.folge {
    height: 180px;
  }

  .content-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .menu {
    overflow: visible;
  }

  .section-home.dunkelgr-n {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-home.footer {
    padding: 60px 15px 10px;
  }

  .neuenavi {
    margin-top: 10px;
    margin-right: 10px;
  }

  .div-hg {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .div-hg.anders {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-ecke {
    height: 250px;
  }

  .para-ber-h2 {
    font-size: 18px;
  }

  .h3-normal.bold {
    margin-bottom: 10px;
    line-height: 28px;
  }

  .img-rund {
    width: 200px;
  }

  .grid-jens {
    margin-left: 30px;
    margin-right: 30px;
  }

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

  .div-logo-footer {
    margin-bottom: 10px;
  }

  .grid-3er {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }
}

#w-node-_841bf8d6-b2d7-e521-2dd2-973e8e0df5a3-4c1da75c, #w-node-_841bf8d6-b2d7-e521-2dd2-973e8e0df5ca-4c1da75c, #w-node-fee02188-c6d2-1110-df17-62c70249d878-4c1da75c, #w-node-fd15a0ce-13a8-5dc7-41a9-7c2ffc9cb7be-fc9cb7be, #w-node-_01a94558-3a81-2617-0629-787284a9dc9b-4c1da763 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0de76eaf-52f9-fcfc-e333-0a080bce32e1-4c1da763 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_01a94558-3a81-2617-0629-787284a9dc9b-dbf90f99 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0de76eaf-52f9-fcfc-e333-0a080bce32e1-dbf90f99 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_423934dc-491e-a230-4131-5d3794347044-f44d9160 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_423934dc-491e-a230-4131-5d3794347046-f44d9160 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_423934dc-491e-a230-4131-5d3794347044-53d66fa1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_423934dc-491e-a230-4131-5d3794347046-53d66fa1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_423934dc-491e-a230-4131-5d3794347044-a62479dd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_423934dc-491e-a230-4131-5d3794347046-a62479dd {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_94ba1973-833d-6713-2fe2-721e873d74d7-8730d6e5, #w-node-_94ba1973-833d-6713-2fe2-721e873d74fe-8730d6e5, #w-node-dcd2e930-8969-259a-5849-da3890cc75fd-4b3d06a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dcd2e930-8969-259a-5849-da3890cc75ff-4b3d06a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-dcd2e930-8969-259a-5849-da3890cc75fd-46832229 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dcd2e930-8969-259a-5849-da3890cc75ff-46832229 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}


@font-face {
  font-family: 'Montserrat V 25 Latin 700';
  src: url('../fonts/montserrat-v25-latin-700.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat V 25 Latin 100';
  src: url('../fonts/montserrat-v25-latin-100.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat V 25 Latin';
  src: url('../fonts/montserrat-v25-latin-regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat V 25 Latin 900';
  src: url('../fonts/montserrat-v25-latin-900.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat V 25 Latin 300';
  src: url('../fonts/montserrat-v25-latin-300.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}