div#lawyer-search select.input::-ms-expand, select#kompetenz_search_dropdown::-ms-expand {
    display: none;
}

div#lawyer-search select.input, select#kompetenz_search_dropdown {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    
        background-image: url("/wp-content/uploads/2020/10/caret-down-solid.svg") !important;
        background-repeat: no-repeat !important;
        background-position-y: center !important;
        background-size: 10px 20px !important;
        background-position-x: 95% !important;
    
}

.aktuelles.liste .item h2 {
	margin-bottom: 0px;
    font-family: 'MyRoboto';
    font-size: 24px;
    font-weight: 400;
    line-height: normal;
    color: #505556;
    padding: 0px;
}

.aktuelles.liste .item p {
    font-size: 18px;
    line-height: normal;
}

.aktuelles.liste hr {
	border-top: 1px solid #396580;
    margin: 3px 0px;
}

.aktuelles.liste .item a {
	text-decoration: none;
}

.aktuelles.liste .item {
	margin-bottom: 0px;
	padding: 35px 0;
	text-decoration: none;
	-webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.aktuelles.liste .item:hover > a, .aktuelles.liste .item:hover > a h2 {
	color: #fff;
	text-decoration: none;
}

.aktuelles.liste .item:hover {
	padding: 35px 35px;
	background-color: #396580;
}

/* Slider */ 
.et_pb_section.headerbild.et_pb_fullwidth_section {
	padding: 0px;
}

.headerbild .et_pb_text_inner p, .headerbild .et_pb_slide_description p {
    font-size: 26px;
    line-height: 30px;
    color: #fff;
    font-family: 'MyRoboto';
    text-align: center;
    text-transform: none;
}

.headerbild .et_pb_text_inner p:first-child, .headerbild .et_pb_slide_description p:first-child {
    font-size: 60px;
    line-height: 70px;
    text-transform: uppercase;
    color: #fff;
    font-family: 'MyAdamina';
    text-align: center;
    padding-bottom: 25px;
}