/*
Theme Name:     Divi Child
Theme URI:      https://www.elegantthemes.com/gallery/divi/
Description:    Divi Child Theme
Author:         zweistein
Author URI:     https://zweistein.design/
Template:       Divi
Version:        1.0.0
*/
/* work-sans-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 300;
  src: url("/wp-content/themes/divi-child/font/work-sans-v19-latin-300.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* work-sans-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 400;
  src: url("/wp-content/themes/divi-child/font/work-sans-v19-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* work-sans-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 500;
  src: url("/wp-content/themes/divi-child/font/work-sans-v19-latin-500.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* work-sans-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 600;
  src: url("/wp-content/themes/divi-child/font/work-sans-v19-latin-600.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/****** ALLGEMEIN ******/
h1,
h2,
h3,
h4 {
  -webkit-hyphens: auto;
          hyphens: auto;
}

/* Hide image titles on hover */
img {
  pointer-events: none !important;
}

/****** ALLGEMEIN END ******/
header #nav-section {
  position: absolute;
  width: 100%;
}
header #nav-section .et_pb_row {
  padding: 34px;
  box-shadow: 1px 1px 25px rgba(0, 0, 0, 0.05);
}
header #nav-section .et_pb_row nav.et-menu-nav ul#menu-hauptmenue li a {
  padding: 12px 0;
}
header #nav-section .et_pb_row nav.et-menu-nav ul#menu-hauptmenue li.btn-kontakt {
  align-items: center;
}
header #nav-section .et_pb_row nav.et-menu-nav ul#menu-hauptmenue li.btn-kontakt a {
  background-color: #F07D00;
  color: #fff !important;
  border-radius: 10px;
  padding: 16px 18px;
}

#home {
  padding-top: 12vh;
}
#home .et_pb_row {
  display: flex;
  align-items: center;
}
#home .et_pb_row h1 {
  -webkit-hyphens: none;
          hyphens: none;
}

#anwendungsbeispiele-referenzen .et_pb_text h2 span {
  display: block;
}
#anwendungsbeispiele-referenzen .et_pb_code .et_pb_section {
  display: flex;
  flex-direction: row;
  gap: 20px;
}
#anwendungsbeispiele-referenzen .et_pb_code .et_pb_section .et_pb_row {
  padding: 0;
  border-radius: 10px;
  box-shadow: inset 0 0 1px #000000;
  margin: 0;
}
#anwendungsbeispiele-referenzen .et_pb_code .et_pb_section .et_pb_row .et_pb_gallery {
  border-radius: 10px 10px 0 0;
  margin-bottom: 0;
  z-index: -1;
}
#anwendungsbeispiele-referenzen .et_pb_code .et_pb_section .et_pb_row .et_pb_text {
  margin-top: -16px;
  margin-bottom: 8px;
  padding: 0 20px 0 20px;
}
#anwendungsbeispiele-referenzen .et_pb_code .et_pb_section .et_pb_row .et_pb_text span {
  background-color: #F07D00;
  border-radius: 6px;
  color: #fff;
  display: inline-block;
  padding: 0px 8px;
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 14px;
}
#anwendungsbeispiele-referenzen .et_pb_code .et_pb_section .et_pb_row .et_pb_text h3 {
  padding-bottom: 0;
}
#anwendungsbeispiele-referenzen .et_pb_code .et_pb_section .et_pb_row .et_pb_button_module_wrapper {
  padding: 0 0 20px 20px;
}
#anwendungsbeispiele-referenzen .et_pb_code .et_pb_section .et_pb_row .et_pb_button_module_wrapper a {
  padding: 0;
  font-weight: 400 !important;
}
#anwendungsbeispiele-referenzen .et_pb_code .et_pb_section .et_pb_row .et_pb_button_module_wrapper a:hover {
  background-color: transparent;
}
#anwendungsbeispiele-referenzen .et_pb_code .et_pb_section .et_pb_row .et_pb_button_module_wrapper a:hover::after {
  margin-left: 0.6em;
}

#leistungen-unternehmensprofil .et_pb_text h2 span {
  display: block;
}
#leistungen-unternehmensprofil .et_pb_row .et_pb_column:nth-child(2) .et_pb_text:nth-child(2) ul {
  display: grid;
  grid-template: 1fr 1fr/1fr 1fr;
  gap: 20px;
  height: 100%;
  padding: 0;
}
#leistungen-unternehmensprofil .et_pb_row .et_pb_column:nth-child(2) .et_pb_text:nth-child(2) ul li {
  background-color: #fff;
  padding: 20px;
  border-radius: 6px;
  list-style: none;
  font-size: 20px;
  font-weight: 600;
  display: flex;
  align-items: center;
}
#leistungen-unternehmensprofil .et_pb_row .et_pb_column:nth-child(2) .et_pb_text:nth-child(3) {
  margin-bottom: 20px;
}
#leistungen-unternehmensprofil .et_pb_row .et_pb_column:nth-child(2) .et_pb_text:nth-child(3) ul {
  margin-top: 10px;
  line-height: 30px;
  padding: 0 0 0 1em;
  list-style: square;
}
#leistungen-unternehmensprofil .et_pb_row .et_pb_column:nth-child(2) .et_pb_text:nth-child(3) ul li {
  font-weight: 600;
}
#leistungen-unternehmensprofil .et_pb_row .et_pb_column:nth-child(2) .et_pb_image {
  padding-left: 1em;
}

#leistungserbringung .et_pb_text h2 span {
  display: block;
}
#leistungserbringung .et_pb_row {
  overflow: hidden;
}
#leistungserbringung .et_pb_row .et_pb_column:nth-child(2) .et_pb_text {
  padding-left: 70px;
}
#leistungserbringung .et_pb_row .et_pb_column:nth-child(2) .et_pb_text::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 110%;
  background-color: #444444;
  left: 8px;
  top: -36px;
}
#leistungserbringung .et_pb_row .et_pb_column:nth-child(2) .et_pb_text h3 {
  padding-bottom: 24px;
  position: relative;
}
#leistungserbringung .et_pb_row .et_pb_column:nth-child(2) .et_pb_text h3::before {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  background-color: #F07D00;
  border-radius: 10px;
  top: -1px;
  z-index: 999999;
  border: 8px solid #fff;
  left: -76px;
}
#leistungserbringung .et_pb_row .et_pb_column:nth-child(2) .et_pb_text ul {
  margin-bottom: 24px;
  list-style: square;
}
#leistungserbringung .et_pb_row .et_pb_column:nth-child(2) .et_pb_text ul:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

#vorraussetzungen .et_pb_text h2 span {
  display: block;
}

#kontakt .et_pb_row .et_pb_column:last-child {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 30px;
}
#kontakt .et_pb_row .et_pb_column:last-child .et_pb_image {
  margin: 0;
}
#kontakt .et_pb_row .et_pb_column:last-child .et_pb_image img {
  max-width: 240px;
  border-radius: 6px;
}
#kontakt .et_pb_row .et_pb_column:last-child .et_pb_text h3 {
  padding-bottom: 0;
}
#kontakt .et_pb_row .et_pb_column:last-child .et_pb_text a {
  text-decoration: underline;
}

footer .et_pb_code ul {
  padding: 0;
  display: flex;
  flex-direction: row;
  gap: 30px;
}
footer .et_pb_code ul li {
  font-size: 14px;
  list-style: none;
}
footer .et_pb_code ul li a {
  text-decoration: underline;
}

@media screen and (max-height: 850px) {
  #home {
    padding-top: 20vh;
  }
}
@media only screen and (max-width: 1614px) {
  #home .et_pb_row h1 {
    font-size: 42px;
  }
}
@media only screen and (max-width: 1475px) {
  .page-datenschutz #home .et_pb_row,
  .page-impressum #home .et_pb_row {
    gap: 0;
  }
  .page-datenschutz #home .et_pb_row .et_pb_column:last-child,
  .page-impressum #home .et_pb_row .et_pb_column:last-child {
    width: 100%;
    max-width: 100% !important;
  }
  #home .et_pb_row {
    gap: 60px;
  }
  #home .et_pb_row .et_pb_column:first-child {
    max-width: 80% !important;
    width: 40%;
    margin-right: 0;
    margin-bottom: 0;
  }
  #home .et_pb_row .et_pb_column:last-child {
    width: 60%;
  }
  #home .et_pb_row::after {
    display: none;
  }
  #home .et_pb_row h1 {
    font-size: 38px;
  }
  #kontakt .et_pb_text h2,
  #vorraussetzungen .et_pb_text h2,
  #leistungserbringung .et_pb_text h2,
  #leistungen-unternehmensprofil .et_pb_text h2,
  #anwendungsbeispiele-referenzen .et_pb_text h2 {
    font-size: 34px;
  }
}
@media only screen and (max-width: 1200px) {
  .et_pb_text.fliesstext {
    font-size: 16px;
  }
  #home .et_pb_row {
    align-items: flex-start;
    flex-direction: column;
  }
  #home .et_pb_row .et_pb_column {
    width: 100% !important;
  }
  #kontakt .et_pb_text h2,
  #vorraussetzungen .et_pb_text h2,
  #leistungserbringung .et_pb_text h2,
  #leistungen-unternehmensprofil .et_pb_text h2,
  #anwendungsbeispiele-referenzen .et_pb_text h2 {
    font-size: 30px;
  }
  #leistungserbringung .et_pb_row .et_pb_column:nth-child(2) .et_pb_text {
    padding-left: 60px;
  }
  #leistungserbringung .et_pb_row .et_pb_column:nth-child(2) .et_pb_text h3 {
    padding-bottom: 12px;
    font-size: 22px;
  }
  #leistungserbringung .et_pb_row .et_pb_column:nth-child(2) .et_pb_text h3::before {
    left: -66px;
  }
  #leistungen-unternehmensprofil .et_pb_row .et_pb_column:nth-child(2) .et_pb_text:nth-child(2) ul li {
    font-size: 18px;
  }
  #kontakt .et_pb_text h3 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 1100px) {
  #vorraussetzungen .et_pb_row,
  #leistungserbringung .et_pb_row,
  #leistungen-unternehmensprofil .et_pb_row,
  #anwendungsbeispiele-referenzen .et_pb_row {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
  #vorraussetzungen .et_pb_row .et_pb_column,
  #leistungserbringung .et_pb_row .et_pb_column,
  #leistungen-unternehmensprofil .et_pb_row .et_pb_column,
  #anwendungsbeispiele-referenzen .et_pb_row .et_pb_column {
    width: 100% !important;
    margin-right: 0 !important;
    margin-bottom: 0;
  }
  #vorraussetzungen .et_pb_row::after,
  #leistungserbringung .et_pb_row::after,
  #leistungen-unternehmensprofil .et_pb_row::after,
  #anwendungsbeispiele-referenzen .et_pb_row::after {
    display: none;
  }
  #vorraussetzungen .et_pb_text h2 span,
  #leistungserbringung .et_pb_text h2 span,
  #leistungen-unternehmensprofil .et_pb_text h2 span,
  #anwendungsbeispiele-referenzen .et_pb_text h2 span {
    display: inline-block;
  }
  #vorraussetzungen .et_pb_row,
  #leistungen-unternehmensprofil .et_pb_row {
    gap: 0;
  }
  #leistungserbringung .et_pb_row .et_pb_column:nth-child(2) .et_pb_text:after {
    top: 0;
    height: 100%;
  }
  footer .et_pb_section {
    margin-bottom: 0 !important;
    border-radius: 10px 10px 0px 0px;
  }
}
@media only screen and (max-width: 980px) {
  footer .et_pb_section .et_pb_row .et_pb_column:last-child .et_pb_text {
    text-align: left;
  }
}
@media only screen and (max-width: 700px) {
  header #nav-section .et_pb_row {
    padding: 20px;
  }
  #kontakt .et_pb_text h2,
  #anwendungsbeispiele-referenzen .et_pb_text h2,
  #leistungen-unternehmensprofil .et_pb_text h2,
  #leistungserbringung #vorraussetzungen .et_pb_text h2 {
    font-size: 28px;
  }
  .et_pb_text.fliesstext {
    font-size: 15px;
  }
  #home .et_pb_row {
    gap: 30px;
  }
  #home .et_pb_row .et_pb_column:first-child {
    max-width: 100% !important;
  }
  #home .et_pb_row h1 {
    font-size: 32px;
  }
  #anwendungsbeispiele-referenzen .et_pb_code .et_pb_section .et_pb_row .et_pb_button_module_wrapper {
    padding: 0 0 10px 10px;
  }
  #anwendungsbeispiele-referenzen .et_pb_code .et_pb_section .et_pb_row .et_pb_text {
    padding: 0 10px 0 10px;
  }
  #anwendungsbeispiele-referenzen .et_pb_code .et_pb_section .et_pb_row .et_pb_text span {
    font-size: 12px;
  }
  #anwendungsbeispiele-referenzen .et_pb_code .et_pb_section .et_pb_row .et_pb_text h3 {
    font-size: 18px;
  }
  #anwendungsbeispiele-referenzen .et_pb_code .et_pb_section .et_pb_row .et_pb_image:after {
    top: 0;
    bottom: auto;
  }
  #leistungen-unternehmensprofil .et_pb_row .et_pb_column:nth-child(2) .et_pb_text:nth-child(2) ul {
    grid-template: 1fr 1fr 1fr 1fr/1fr;
  }
  #leistungen-unternehmensprofil .et_pb_row .et_pb_column:nth-child(2) .et_pb_text:nth-child(2) ul li {
    font-size: 16px;
    padding: 14px;
  }
  #leistungserbringung .et_pb_row .et_pb_column:nth-child(2) .et_pb_text {
    padding-left: 44px;
  }
  #leistungserbringung .et_pb_row .et_pb_column:nth-child(2) .et_pb_text h3::before {
    left: -50px;
  }
  #kontakt .et_pb_row .et_pb_column:last-child .et_pb_image img {
    max-width: 200px;
  }
}
@media only screen and (max-width: 460px) {
  #anwendungsbeispiele-referenzen .et_pb_code .et_pb_section {
    flex-direction: column;
  }
}/*# sourceMappingURL=style.css.map */