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

/*
.et_pb_section .jobs-section {
	width: 95% !important;
	height: auto !important;
}
*/

.arrow-right p:before {
    font-family: 'ETMODULES';
    content: '\e01d';
    font-size: 32px;
    color: #b92f31;
    margin-right: 7px;
    vertical-align: top;
}

.jobs-bild {
  display: block !important;
}

/*
Menu Punkt Jobs ausgeblendet
*/
#top-menu > li:nth-child(4) {
display: none;
}