/*

Theme Name: Child-Divi

Author: Manuel Diwosch

Version: 1.0

Description: Child Theme of Divi

Author URI: http://www.diwosch.at

Template: Divi

*/



/*Theme-Änderungen bitte ab hier*/


/*** Listen Symbol - Pfeil*** SN*/
.pfeil ul {
	list-style-image: url('https://www.ihr-installateur.at/wp-content/uploads/2020/01/pfeil-aufzaehlung-tiny.png') !important;
}

.pfeil li {
	padding-left: 5px;
}

.pfeil-blau ul {
	list-style-image: url('https://www.ihr-installateur.at/wp-content/uploads/2020/01/pfeil-aufzaehlung-blau-tiny.png') !important;
}

.pfeil-blau li {
	padding-left: 5px;
}

.pfeil-vorteile ul {
	list-style-image: url('https://www.ihr-installateur.at/wp-content/uploads/2020/01/pfeil-aufzaehlung-tiny.png') !important;
}
.pfeil-vorteile li {
	padding-bottom: 15px !important;
}
.pfeil-weiss ul {
	list-style-image: url('https://www.ihr-installateur.at/wp-content/uploads/2020/01/pfeil-aufzaehlung-weiss.png') !important;
}

.pfeil-weiss li {
	padding-left: 5px;
}

.pfeil-braun ul {
	list-style-image: url('https://www.ihr-installateur.at/wp-content/uploads/2020/02/pfeil-aufzaehlung-braun-tiny.png') !important;
}

.pfeil-braun li {
	padding-left: 5px;
}

.pfeil-petrol ul {
	list-style-image: url('https://www.ihr-installateur.at/wp-content/uploads/2020/02/pfeil-aufzaehlung-petrol-tiny.png') !important;
}

.pfeil-petrol li {
	padding-left: 5px;
}

/***** Toogle Icon ändern ***** SN*/
.et_pb_toggle_title::before {
	left: -50px !important;
}
/* Icon - geschlossen */
.et_pb_toggle_title:before {
    content: "\4c" !important;
	font-size: 35px !important;
	font-weight: bold !important;
}
/* Icon - offen */
.et_pb_toggle_open .et_pb_toggle_title:before {
    content: "\4b" !important;
	font-size: 35px !important;
	font-weight: bold !important;
}

/*** Ordered List stylen*** SN*/
.ol-stylen li::marker {
	font-size: 18px !important;
	color: #00587c !important;
	font-weight: bold !important;
}

/*** Fixe Menüleiste - Farbe ändern*** SN*/

/* Sanitär-Seiten */
.fixer-header-sanitaer #top-header { 
	background-color: #00587c !important;
}
/* Klimaanlage/Kühlen Seite */
.page-id-50 #top-header {
	background-color: #2a5b6c !important;
}

/* Gewerbekunden Seite */
.page-id-54 #top-header {
	background-color: #ae8a79 !important;
}

/*** machs glei gscheit im scrollbaren Menü *** SN*/
@media screen and (min-width: 1235px){
	div#et-top-navigation::before {
	content: url("https://www.ihr-installateur.at/wp-content/uploads/2020/03/bad-und-heizung-machs-glei-gscheit.png");
	float: left;
	margin-right: 130px !important;
	margin-top: -10px !important;
}
}