/*
 Theme Name:     Divi Child Theme
 Theme URI:      http://www.elegantthemes.com
 Description:    Child Theme for Divi Theme by Elegant Themes
 Author:         Divi.world
 Author URI:     http://divi.world
 Template:       Divi
 Version:        1.0.0
*/
 
/* =Ab hier kannst du deine CSS-Anpassungen eintragen
------------------------------------------------------- */

/* show slider arrows always */
.et-pb-arrow-next {
     opacity: 1;
     right: 2%;
		background-color:rgba(0, 0, 0, 0.1);
}
.et-pb-arrow-prev{
     opacity: 1;
     left: 2%;
			background-color:rgba(0, 0, 0, 0.1);
}

/* Akkordeon Close Button */
.et_pb_toggle_open .et_pb_toggle_title:before {
	display: block !important;
	content: "\e04f";
}

/*----------------------------------------------------------------------------------*/
/* MARKIERUNGSFARBE ÄNDERN */
::selection {
	background-color: #e5cba0;
}

::-moz-selection {
	background-color: #e5cba0;
	}