/* Home */ 
.white_background_box {background-color: #fff; padding: 5%; margin-bottom: 10px; position: relative;}
.white_background_box.lower_box {padding-top: 40px;}
.white_background_box .arrow {-moz-transform: rotate(90deg); -ms-transform: rotate(90deg); -webkit-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg); top: -27px; left: 50%; margin: 0; margin-left: -17px; position: absolute;}
.white_background_box .button_green {display: block; margin-bottom: 30px; padding: 20px 25px 15px;}
.lower_box p:last-child {margin-bottom: 0;}

#search_database {float: left; margin-bottom: 30px;}
#search_database #searchbutton_database { background-image: url("/img/lupe.svg"); background-size: 29px; background-repeat: no-repeat; width: 30px; height: 33px; display: block; float: right; margin: 5px 0 0 15px; border: 0; background-color: transparent;}
#search_database #searchfield_database {color: #444; padding: 12px 10px 8px; width: 363px; border: 1px solid #ccc; box-shadow: inset 0 0 3px #ccc; -moz-box-shadow: inset 0 0 3px #ccc; -webkit-box-shadow: inset 0 0 3px #ccc; outline: none; font-size: 0.8em;
    font-family: 'DINWeb', Arial, sans-serif; font-weight: 400;}

@media only screen and (max-width: 650px) {
	
	#search_database {float: none;}
	#search_database #searchfield_database {width: 81%; font-size: 1em;}
	
}

@media only screen and (max-width: 500px) {

	#wrapper_product_header li #menu-ea_home {display: none;}
	
}