.button_vg { 

	background: url("https://wohngebaeudeversicherung.info/bilder/cta_btn.png") no-repeat; 
	border: none;
	display: block;
   	 height: 38px;
    	line-height: 26px;
	/* vertical-align: basement; */
	width: 227px;
	box-shadow: 1px 3px 5px #cbcbcb;
	
		
	}

.button_vg:hover { 

	background: url("https://wohngebaeudeversicherung.info/bilder/cta_btn_hover.png") no-repeat; 
	border: none;
	display: block;
     	height: 38px;
       	line-height: 26px;
	width: 227px;
	
			
	}

.button_vg:active { box-shadow: none; }