/*
Theme Name: Impreza Child
Template: Impreza
Version: 1.0
Author:	UpSolution
Theme URI: http://impreza.us-themes.com/
Author URI: http://us-themes.com/
*/

/*Add your own styles here:*/
#home a._brlbs-btn-cookie-preference.borlabs-cookie-preference {
    color: #fff !important;
}

.w-iconbox-text a:hover {
    color: #d50046!important;
}

.home-divider {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	height: 0;
}

#home a,
#arztstrafrecht a,
#home-footer a,
#leistungen a{
	color: darkblue;
	text-decoration: none !important;
}

#home a:hover,
#arztstrafrecht a:hover,
#home-footer a:hover,
#leistungen a:hover{
	color: #d50046 !important;
	text-decoration: underline !important;
}



#home,
#arztstrafrecht,
#leistungen {
	text-align: justify;
}

#arztstrafrecht ul,
#leistungen ul{
  list-style: none;
  padding: 0;
  margin: 0;
}

#arztstrafrecht li,
#leistungen li {
  padding-left: 1em; 
  text-indent: -.7em;
}

#arztstrafrecht li::before,
#leistungen li::before {
  content: "• ";
  color: #d50046; /* or whatever color you prefer */
} 

.call-me .w-iconbox-text {
	font-size: 22px !important;
}


@media screen and (max-width: 900px) {
	#home,
	#arztstrafrecht,
	#leistungen {
		text-align: left !important;
	}
}

@media screen and (max-width: 767px) {
	#home,
	#arztstrafrecht,
	#leistungen {
		text-align: left !important;
	}
}

