:root {
  --red: red;
  --greyy: #d6d4d4;
  --text-color: #333;
  --white: #fff6;
}

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

body {
  color: #333;
  min-height: 100vh;
  font-family: Lora Custom, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

p {
  margin-bottom: 10px;
  font-size: 14px;
}

a {
  color: #333;
  text-decoration: underline;
}

.test-nav {
  text-align: left;
  background-color: #0000;
  padding-left: 10px;
  padding-right: 10px;
}

.test-nav:hover, .test-nav:active, .test-nav.w--current {
  color: var(--red);
}

.navbar {
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.kategorieleiste {
  background-color: var(--greyy);
  color: #333;
  text-align: center;
  width: 100%;
  padding: 10px;
  text-decoration: none;
  transition: all .2s;
}

.kategorieleiste:hover {
  color: #fff;
  background-color: red;
}

.kategorieleiste.w--current {
  background-color: var(--red);
  color: #fff;
}

.divider {
  border: 1px dashed #000;
  margin-top: 15px;
}

.slider-hintergrund {
  background-image: url('../images/1980x1000_DuckscheerPartner-998.jpg');
  background-position: 0 0;
  background-size: cover;
}

.slider-hintergrund._1 {
  background-image: url('../images/Kanzlei-DP-Teil2-109.jpg');
  background-position: 50% 5%;
}

.slider-hintergrund._1.anwaltsbereich {
  background-image: url('../images/Anwaltsbereich_1.jpg');
  background-position: 50% 10%;
}

.slider-hintergrund._1.start {
  background-image: url('../images/Startseite_1.jpg');
  background-position: 50% 15%;
}

.slider-hintergrund._1.notariat {
  background-image: url('../images/Notar_1.jpg');
  background-position: 50% 30%;
}

.slider-hintergrund._2 {
  background-image: url('../images/Startseite_2.jpg');
  background-position: 0%;
}

.slider-hintergrund._2.anwaltsbereich {
  background-image: url('../images/Anwaltsbereich_2.jpg');
  background-position: 50% 15%;
}

.slider-hintergrund._2.notariat {
  background-image: url('../images/Notar_2.jpg');
  background-position: 50% 100%;
}

.slider-hintergrund._2.mediation {
  background-image: url('../images/Kanzlei-DP-Teil2-226.jpg');
  background-position: 50% 35%;
}

.slider-hintergrund._3 {
  background-image: url('../images/Notar_3.jpg');
  background-position: 50% 10%;
}

.slider-hintergrund._3.anwaltsbereich {
  background-image: url('../images/Anwaltsbereich_3_neu.jpg');
  background-position: 50%;
}

.slider-hintergrund._3.start {
  background-image: url('../images/Startseite_3.jpg');
  background-position: 50%;
}

.slider-hintergrund._3.mediation {
  background-image: url('../images/Kanzlei-DP-Teil2-205.jpg');
  background-position: 50% 40%;
}

.slider-hintergrund._4 {
  background-image: url('../images/Startseite_4.jpg');
  background-position: 50% 10%;
}

.slider-hintergrund._5 {
  background-image: url('../images/Startseite_5.jpg');
  background-position: 50%;
}

.column {
  padding-right: 0;
  right: 0;
}

.column-2 {
  padding-top: 11px;
}

.paragraph-block {
  color: var(--text-color);
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 0;
  font-style: normal;
}

.paragraph-block.dot {
  margin-bottom: 0;
}

.wochentage {
  font-style: normal;
  font-weight: 400;
}

.wochentage.first {
  padding-top: 20px;
}

.uhrzeiten {
  padding-top: 10px;
  padding-right: 0;
}

.paragraph-4 {
  text-align: center;
  background-color: #d6d4d4;
  margin-top: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.column-kategorieleiste {
  padding-left: 0;
  padding-right: 0;
}

.column-kategorieleiste.shadow {
  z-index: 1;
  box-shadow: 7px 0 6px -1px #0000001a;
}

.column-kategorieleiste.shadow.first {
  z-index: 2;
}

.kategorie-text {
  font-size: 18px;
}

.header {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
}

.reddot-div {
  position: relative;
}

.reddot {
  background-color: var(--red);
  border-radius: 50%;
  width: 20px;
  height: 20px;
  margin-top: 2px;
  position: absolute;
  inset: 17.5px auto auto -35px;
}

.heading-3 {
  text-align: center;
}

.bold-text {
  font-size: 24px;
}

.dropdown-ansprechpartner {
  cursor: pointer;
  justify-content: space-between;
  align-items: baseline;
  padding-top: 15px;
  transition: all .2s;
  display: flex;
}

.dropdown-ansprechpartner-inhalt {
  cursor: pointer;
  justify-content: space-between;
  align-items: baseline;
  padding-top: 15px;
  transition: all .2s;
  display: block;
}

.text-berufliches-etc {
  text-align: left;
  background-color: #0000001a;
  height: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 50px;
  font-size: 14px;
}

.grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 40px;
}

.grid-text-front {
  color: #fff;
  background-color: #0006;
  background-image: url('../images/np_plus_345424.svg');
  background-position: 95% 95%;
  background-repeat: no-repeat;
  background-size: 25px;
  border: 0 solid #000;
  width: 100%;
  height: 100%;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
  transition: all .5s;
  position: absolute;
}

.grid-text-front:hover {
  color: var(--text-color);
  background-color: #fcfcfc66;
  background-image: url('../images/Plus_Grau.svg');
  border-style: solid;
  border-width: 3px;
}

.grid-text-front.colour-50 {
  background-color: #00000080;
}

.grid-text-front.colour-50:hover {
  background-color: #fff;
}

.grid-text-front.colour-30 {
  background-color: #0000004d;
}

.grid-text-front.colour-30:hover {
  background-color: #fff;
}

.grid-text-front.colour-30.red, .grid-text-front.red {
  background-color: var(--red);
}

.grid-text-front.red:hover {
  background-color: #fff;
}

.grid-item {
  cursor: pointer;
  width: 100%;
  height: 300px;
  position: relative;
}

.grid-item.mediation {
  height: 500px;
}

.grid-text-back {
  background-color: #fff;
  border: 1px solid #000;
  width: 100%;
  height: 100%;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
  transition: all .5s;
  display: block;
  position: absolute;
}

.grid-text-back-heading {
  font-size: 18px;
  line-height: 20px;
}

.grid-text-front-heading {
  font-size: 18px;
  line-height: 16px;
}

.less-information-plus {
  margin-bottom: 15px;
  margin-right: 15px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.arbeitsbereich {
  font-style: italic;
}

.nrw-div {
  margin-top: -35px;
  margin-left: 165px;
}

.hero-heading {
  color: #fff;
  text-align: center;
  letter-spacing: 10px;
  align-items: center;
  font-size: 90px;
  line-height: 56px;
  display: flex;
}

.slider-overlay {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.hero-heading-r {
  background-color: var(--red);
  border: 2px solid #fff;
  border-radius: 50%;
  margin-right: 10px;
  padding-left: 10px;
  font-size: 66px;
  line-height: 67px;
  display: inline;
}

.italic {
  font-style: italic;
}

.terminfindung {
  padding-top: 20px;
  font-style: normal;
}

.body-3 {
  font-style: normal;
}

.text-span {
  font-size: 20px;
}

.logo-image {
  width: 350px;
}

.brand {
  flex: 1;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
}

.header-right {
  flex: 1;
  padding-right: 20px;
}

.left-arrow, .right-arrow {
  display: none;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  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;
}

.heading-4 {
  color: var(--text-color);
}

.button {
  background-color: var(--red);
  margin-top: 14px;
  padding-top: 9px;
}

.columns {
  color: var(--text-color);
}

.slider {
  height: 600px;
}

.column-3, .column-4 {
  padding-left: 0;
  padding-right: 0;
}

.column-korrekt {
  display: flex;
}

.image-cover {
  object-fit: cover;
  height: 100%;
}

.p-mediation {
  text-align: center;
  max-width: 505px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 991px) {
  .reddot-div {
    padding-left: 30px;
  }

  .reddot {
    left: 0;
  }

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

  .grid-item {
    height: 350px;
  }

  .grid-item.mediation {
    height: 500px;
  }

  .hero-heading {
    font-size: 50px;
    line-height: 36px;
  }

  .hero-heading-r {
    padding-left: 7px;
    padding-right: 0;
    font-size: 37px;
    line-height: 38px;
  }

  .header-right {
    padding-right: 0;
  }

  .image-cover, .image-6 {
    object-fit: cover;
    height: 100%;
  }
}

@media screen and (max-width: 767px) {
  .container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .slider-hintergrund._2 {
    background-position: 50%;
  }

  .column, .column-2 {
    padding-left: 0;
  }

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

  .grid-item.mediation {
    height: 600px;
  }

  .sprechzeiten {
    display: flex;
  }

  .hero-heading {
    letter-spacing: 5px;
    font-size: 30px;
    line-height: 30px;
  }

  .hero-heading-r {
    border-width: 1px;
    margin-right: 5px;
    padding-left: 5px;
    padding-right: 0;
    font-size: 21px;
    line-height: 20px;
  }
}

@media screen and (max-width: 479px) {
  .slider-hintergrund._1 {
    background-position: 50% 0;
  }

  .paragraph-block, .wochentage, .uhrzeiten {
    font-size: 12px;
  }

  .text-berufliches-etc {
    padding-left: 10px;
  }

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

  .grid-item {
    height: 280px;
  }

  .arbeitsbereich {
    font-size: 12px;
  }

  .hero-heading {
    letter-spacing: 3px;
    font-size: 30px;
    line-height: 26px;
  }

  .hero-heading-r {
    margin-right: 3px;
    padding-left: 5px;
    padding-right: 2px;
    font-size: 22px;
    line-height: 26px;
  }

  .terminfindung, .body-3 {
    font-size: 12px;
  }

  .logo-image {
    width: 220px;
  }

  .header-right {
    flex: 0 auto;
  }

  .text-block-7, .text-block-8 {
    font-size: 12px;
  }

  .left-arrow, .right-arrow {
    display: none;
  }

  .text-block-9 {
    margin-top: -12px;
    font-size: 11px;
  }

  .slider {
    height: 200px;
  }

  .text-block-10 {
    margin-top: -7px;
  }

  .column-korrekt {
    flex-wrap: wrap;
  }

  #w-node-_00f60924-9acd-2656-c8ce-4604d4d99afa-2d295c37, #w-node-_00f60924-9acd-2656-c8ce-4604d4d99afc-2d295c37, #w-node-_00f60924-9acd-2656-c8ce-4604d4d99afe-2d295c37, #w-node-_00f60924-9acd-2656-c8ce-4604d4d99b02-2d295c37, #w-node-_00f60924-9acd-2656-c8ce-4604d4d99b06-2d295c37, #w-node-_00f60924-9acd-2656-c8ce-4604d4d99b0a-2d295c37, #w-node-_230e9a77-60ca-4731-cc70-95e27731a799-15062d00, #w-node-_230e9a77-60ca-4731-cc70-95e27731a79b-15062d00, #w-node-_230e9a77-60ca-4731-cc70-95e27731a79d-15062d00, #w-node-_230e9a77-60ca-4731-cc70-95e27731a7a1-15062d00, #w-node-_230e9a77-60ca-4731-cc70-95e27731a7a5-15062d00, #w-node-_230e9a77-60ca-4731-cc70-95e27731a7a9-15062d00, #w-node-ac468cc2-5d33-48be-e3b9-df691566396f-66e6b3a0, #w-node-fd11ffff-b30c-3512-cf44-ed7bfbc127c9-66e6b3a0, #w-node-_0614ac8a-c524-4160-95bf-74a14a94ce98-66e6b3a0, #w-node-_853c91f4-8fdd-4628-3342-fd38b882fce7-66e6b3a0, #w-node-_5ec4f800-6a8b-bac5-8e52-2dbf85721d0d-66e6b3a0, #w-node-aceb98a6-e574-1f2b-1cbb-f47c14b3d330-66e6b3a0, #w-node-ba29d973-a4bc-9003-cfac-9ade44e1bd49-c74406f0, #w-node-ba29d973-a4bc-9003-cfac-9ade44e1bd4b-c74406f0, #w-node-ba29d973-a4bc-9003-cfac-9ade44e1bd4d-c74406f0, #w-node-ba29d973-a4bc-9003-cfac-9ade44e1bd51-c74406f0, #w-node-ba29d973-a4bc-9003-cfac-9ade44e1bd55-c74406f0, #w-node-ba29d973-a4bc-9003-cfac-9ade44e1bd59-c74406f0 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@font-face {
  font-family: 'Lora Custom';
  src: url('../fonts/Lora-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lora Custom';
  src: url('../fonts/Lora-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lora Custom';
  src: url('../fonts/Lora-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lora Custom';
  src: url('../fonts/Lora-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Lora Custom';
  src: url('../fonts/Lora-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lora Custom';
  src: url('../fonts/Lora-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Lora Custom';
  src: url('../fonts/Lora-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Lora Custom';
  src: url('../fonts/Lora-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}