/*
Theme Name: Divi Child
Theme URI: http://www.elegantthemes.com
Description: Divi Child Theme
Author: Renata Schwendele
Author URI: http://www.designtinker.de
Template: Divi
Version: 1.0.0
*/
/* open-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: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url('fonts/open-sans-v43-latin-300.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('fonts/open-sans-v43-latin-300.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* open-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: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/open-sans-v43-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('fonts/open-sans-v43-latin-regular.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* open-sans-700 - 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: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/open-sans-v43-latin-700.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('fonts/open-sans-v43-latin-700.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}


/* oooh-baby-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: 'Oooh Baby';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/oooh-baby-v4-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('fonts/oooh-baby-v4-latin-regular.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

body {
	font-family: 'Open Sans'
}

h1, h2, h3, h4, h5 {
	font-weight: 700;
	
}

mark {
	background-color: #9C4D83;
	padding: 0px 10px;
	color: #FFFFFF !important;
	line-height: 1.3em !important;

}
h1, h2, h3 {
	text-transform: uppercase;
	color: #9C4D83 !important;
	
}
h4 {
	color: #72004E !important;
	font-size: 1.5em  !important;
}
.zitat {
	font-family: "Oooh Baby";
	font-size: 2.5em;
	line-height: 1.5em;
}
.zeilen-zentrieren {
  display: flex;
  align-items: center;
}
.liste ul li {
	list-style-type: none; /* Entfernt den Standard-Listenpunkt */
	padding-left: 50px; /* Platz für das Bild/Icon */
	background-image: url("bilder/Frosch-Listenpunkt.svg"); /* Ersetzt durch die tatsächliche URL */
	background-size: 18px 18px;
	background-repeat: no-repeat;
	left: 20px;

}
