/*
Theme Name: divi child
Version: 1.0
Description: A child theme of Divi
Template: Divi
Author: Administrator
Text Domain:  divi-child
*/

/******* CSS, WELCHES F†R CRITICAL CSS IDENTIFIZIERT WURDE ******/
.bigger-45-rosa p,
.bigger-26-purple p,
.bigger-26-rosa p {
  font-weight: 700;
  text-transform: uppercase !important;
}

.bigger-45-rosa p {
    color: var(--color-light-pink) !important;
    font-size: 45px !important;
}

.bigger-26-purple p {
    color: var(--color-dark-lila) !important;
    font-size: 26px !important;
}

.bigger-26-rosa p {
    color: var(--color-light-pink) !important;
    font-size: 26px !important;
}

.critical-css-text-module.et_pb_text_4 {
  border-radius:5px 5px 5px 5px;
  overflow:hidden;
  border-width:4px;
  border-color:#c0d3f4;
  border-style: solid !important;
  padding-top: 5px !important;
  padding-right: 5px !important;
  padding-bottom: 5px !important;
  padding-left: 5px !important;
  margin-left: 15% !important;
  z-index: 1;
  position: relative;
}

@media only screen and (min-width: 981px) {
  .critical-css-text-module.et_pb_text_4 {
    max-width: 38%;
  }
}

/* Media Query fŸr Tablet (768px - 980px) */
@media only screen and (min-width: 768px) and (max-width: 980px) {
  .critical-css-text-module.et_pb_text_4 {
    max-width: 38% !important; /* Tablet-spezifische Breite */
  }
}
/* Media Query fŸr Handy (bis 767px) */
@media only screen and (max-width: 767px) {
  .critical-css-text-module.et_pb_text_4 {
    margin-left: 5px !important; /* Handy-spezifischer margin-left */
    max-width: 48% !important; /* Handy-spezifische Breite */
  }
}
/******* ENDE CSS, WELCHES F†R CRITICAL CSS IDENTIFIZIERT WURDE ******/

/******* RESTLICHES CSS †BER-MICH-SEITE *******/

/* Polaroid Bild Effekte */
.polaroid {
    background-color: white;
    padding: 15px 15px 60px 15px;
    box-shadow: 5px 10px 10px var(--color-light-grey);
    width: 330px;
    transform: rotate(-5deg);
}

/*** Timeline Business Erfahrungen ***/
div .timeline1 {
  max-width: 800px;
  margin: auto auto 40px !important;
}

.timeline1 p {
  border-width: 2px;
  border-top-style: dashed;
  border-color: #e3c262 !important;
  margin: 0;
  padding: 30px;
}

.timeline1 p:nth-child(even) {
  border-left: 2px dashed;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  margin-right: 30px;
  padding-right: 0;
}

.timeline1 p:nth-child(odd) {
  border-right: 2px dashed;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  margin-left: 30px;
  padding-left: 0;
}

.timeline1 p:first-child {
  border-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.timeline1 p:last-child {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.timeline1firstp {
  padding-top: 0 !important;
}

.title1 {
  color: var(--color-dark-lila);
  display: inline-block;
  font-weight: 800;
  padding-bottom: 10px !important;
}
/*** ENDE Timeline Business Erfahrungen ***/

/* Bšser Fehler - schrŠg */
.fehlerschraeg {
  transform: rotate(-3deg);
}

/*** Nummerierung und mit Hintergrundfarbe Text - Listenstyling ***/
.list-style-1 ol {
  counter-reset: li;
  list-style: none;
  padding: 0;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  margin-top: 25px;
}

.list-style-1 ol .style1 {
  position: relative;
  display: block;
  padding: 0.4em 0.4em 0.4em 2em;
  margin: 0.5em 0;
  background: #f3eafd;
  color: var(--color-dark-grey);
  text-decoration: none;
  border-radius: 0.3em;
  transition: 0.3s ease-out;
}

.list-style-1 ol .style1:before {
  content: counter(li);
  counter-increment: li;
  position: absolute;
  left: -1.3em;
  top: 50%;
  margin-top: -1.3em;
  background: #ba84fe;
  height: 2em;
  width: 2em;
  line-height: 2em;
  border: 0.3em solid #fff;
  text-align: center;
  font-weight: bold;
  border-radius: 2em;
  transition: all 0.3s ease-out;
}
/*** ENDE Nummerierung und mit Hintergrundfarbe Text - Listenstyling ***/

/*** Nummerierung und ohne Hintergrundfarbe Text Listenstyling ***/
.list-style-2 ol {
  counter-reset: li;
  list-style: none;
  padding: 0;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

.list-style-2 ol li .style1 {
  position: relative;
  display: block;
  padding: 0.4em 0.4em 0.4em 2em;
  margin: 0.5em 0;
  color: var(--color-dark-grey); /* Variable fŸr #3d3d3d */
  text-decoration: none;
  border-radius: 0.3em;
  transition: 0.3s ease-out;
}

.list-style-2 ol li .style1:before {
  content: counter(li);
  counter-increment: li;
  position: absolute;
  left: -1.3em;
  top: 50%;
  margin-top: -1.3em;
  background: #f3eafd;
  height: 2em;
  width: 2em;
  line-height: 2em;
  border: 0.3em solid #fff;
  text-align: center;
  font-weight: bold;
  border-radius: 2em;
  transition: all 0.3s ease-out;
}
/*** ENDE Nummerierung und ohne Hintergrundfarbe Text Listenstyling ***/

/*** Vierecke drehen (†ber mich) ***/
.rotate1 {
  background: rgb(252, 242, 249);
  transform: rotate(2deg);
  border-radius: 5px !important;
  padding: 10px 15px !important;
}

.rotate2 {
  background: rgb(192, 211, 244);
  transform: rotate(-2deg);
  border-radius: 5px !important;
  padding: 10px 15px !important;
}

.rotate3 {
  background: rgb(252, 242, 249);
  transform: rotate(3deg);
  border-radius: 5px !important;
  padding: 10px 15px !important;
}

.rotate4 {
  background: rgb(192, 211, 244);
  transform: rotate(-5deg);
  border-radius: 5px !important;
  padding: 10px 15px !important;
}

.rotate5 {
  background: rgb(252, 242, 249);
  transform: rotate(-2deg);
  border-radius: 5px !important;
  padding: 10px 15px !important;
}

.rotate6 {
  background: rgb(192, 211, 244);
  transform: rotate(-2deg);
  border-radius: 5px !important;
  padding: 10px 15px !important;
}

.rotate7 {
  background: rgb(192, 211, 244);
  transform: rotate(2deg);
  border-radius: 5px !important;
  padding: 10px 15px !important;
}

.rotate8 {
  background: rgb(252, 242, 249);
  transform: rotate(-2deg);
  border-radius: 5px !important;
  padding: 10px 15px !important;
}
/* ENDE Vierecke drehen */
/******* ENDE RESTLICHES CSS †BER-MICH-SEITE *******/
