/*
 Theme Name:     Customizr Pro Child BD
 Theme URI:      http://wpe.baumdienst-siebengebirge.de/
 Description:    Baumdienst Siebengebirge
 Author:         Jochen Luedtke
 Author URI:     http://talking-pixel.de/
 Template:       customizr-pro
 Version:        1.0.0
*/

/* Sliderbutton erstellen */
a.sliderbutton {
	background-color: #88ab1d; /* Hellgrün */
	border: none;
	color: #ffffff!important;
	padding: 10px 25px;
	margin-top: 20px;
	margin-right:20px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px!important;
	border-radius: 20px;
}
a.slidercontact {
//	background-color: #88ab1d; /* Hellgrün */
	border:2px solid #fbba00;
	color: #ffffff!important;
	padding: 10px 25px;
	margin-top: 20px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px!important;
	border-radius: 20px;
}
/* Untermenü als Button stylen */
.sek-nav__title {
	border:1px solid #000!important;
	border-radius: 5px;
	background-color:#88ab1d;	
	color: white;
	padding-left: 5px!important;
	padding-right: 5px!important;
	text-align: center;
	text-decoration: none!important;
	cursor: pointer;
}