/* Button Definitions V 0.0.92 */

/* STICKIES */

.btnSticky {
	background-color: #033b30;
	margin-right: -95px;
	transition: all 1s ease 0s;
	border-radius: 30px 0 0 30px;
    border: 2px solid #033b30;
	padding-left: 5px;
    margin-bottom: 10px;
}
  .btnSticky:hover {
    background-color: #f08501;
    border: 2px solid #f08501;
    margin-right: 0;
  }
  .btnSticky img {
    float: left;
    height: 30px;
    margin-right: 15px;
    margin-top: -3px;
    width: auto;
  }
.specialOrange.aglBtn.btnSticky a {
	background-color: unset !important;
	border: medium none !important;
	color: #fff !important;
}


/* BUTTONS */

.row .aglBtn {
	display: inline-block;
}
.aglBtnTeaser {
	color: #fff !important;
}
.aglBtnTeaser:hover {
	color: #fff !important;
	padding-left: 50px !important;
	transition: all 0.3s ease-in-out !important;
	background-image: url(https://www.agrolab.com/templates/ico/icon-arrow-white.svg) !important;
	background-position: 20px !important;
	background-repeat: no-repeat !important;
	background-size: 10px !important;
}
section .aglBtn a:hover, aside .aglBtn a:hover, .row .aglBtn a:hover, .blog .readmore a:hover {
	background-color: #009057;
	color: #fff !important;
	padding-left: 50px;
	transition: all 0.3s ease-in-out;
	background-image: url(https://www.agrolab.com/templates/ico/icon-arrow-white.svg);
	background-position: 20px;
	background-repeat: no-repeat;
	background-size: 10px;
}
section .ce-pic-txt-right .aglBtn a:hover, section .ce-pic-txt-left .aglBtn a:hover, 
.blog .readmore a:hover, .teaserinfo-wrapper .aglBtn.btn-right a:hover, .teaserTxtPicBtn.aglBtn a:hover,
.row .aglBtn.btn-right a:hover, .teaserexpert-wrapper .aglBtn.btn-right a:hover,
.teaserexpert-wrapper .teaserexpert-right .aglBtn a:hover {
	background-image: url(https://www.agrolab.com/templates/ico/icon-arrow-white.svg);
}
.btnSpecial.aglBtn.btnEmail a {
	background-color: transparent;
	border: 1px solid #009057;
	color: #009057 !important;
	background-image: url('../../images/icons/mail.svg');
	background-size: 22px;
	background-position: 10px 5px;
}
.btnSpecial.aglBtn.btnEmail a:hover {
	background-color: transparent;
	border: 1px solid #009057;
	color: #009057 !important;
	background-image: url('../../images/icons/mail.svg');

}
a.btnReset:hover, a.contact:hover {
	color: #fff !important;
	padding-left: 50px;
	transition: all 0.3s ease-in-out;
	background-image: url(https://www.agrolab.com/templates/ico/icon-arrow-white.svg);
	background-position: 20px;
	background-repeat: no-repeat;
	background-size: 10px;
}


/* DEVICE: SMALL SCREENS */

@media (max-width: 1199.98px) {



}

@media (max-width: 1199.98px) and (min-width:768px) {

.btnsMobile a {
	width: 97% !important;
}

}

/* @media (max-width: 500px)
@media (max-width: 575.98px) { */
@media (max-width: 767.98px) {

.stickies-mobile div.custom {
	width: 40%;
}
.btnSticky {
	border-radius: 30px;
}
.aglBtn a, .teaserTxtPicBtn.aglBtn {
	width: 100%;
	max-width: 380px;
	margin: 0 auto;
	display: block;
	text-align: center;
	font-size: 1em !important;
}
.btnsMobile .aglBtn a {
	text-transform: none !important;
	width: 100% !important;
	max-width: 95%;
	margin-bottom: 10px;
}
.specialDarkGreen.aglBtn {
	padding-bottom: 10px;
}
.teaserTxtPicBtn.aglBtn {
	margin-top: 30px;
}
.teaserexpert-right .aglBtn a {
	width: 100%;
	max-width: 300px;
	margin: 0 auto;
	display: block;
}
.outterWrapperCeAkk .ceAkkRight a {
	text-align: center;
}
.blog .readmore a {
	width: 92%;
}
.aglBtn a {
	text-transform: none !important;
}
.row .aglBtn {
	display: block;
}
.row .aglBtn:last-child {
	margin-top: 20px;
}

}

@media  (max-width: 559.98px) {

	.stickies-mobile {
		text-align: center;
		background-color: #fff;
		padding: 0;
		border-top: 1px solid #fff;
	}
	.btnSticky {
		border-radius: 0 !important;
	}
	.stickies-mobile .aglBtn a {
		width: 175px;
		max-width: 175px;
		margin: 0 auto;
		display: block;
		text-align: left;
		font-size: 1em !important;
	}

}

@media (max-width: 429.98px) {

	.aglBtn a, .teaserTxtPicBtn.aglBtn {
		max-width: 350px;
	}
	.teaserexpert-right .aglBtn a {
		max-width: 250px;
	}
/*	.teaserTxtPicWrapper.specialOrange .teaserTxtPicBtn.aglBtn, */
	.teaserTxtPicWrapper.specialOrange .teaserTxtPicBtn.aglBtn a,
	.teaserTxtPicBtn.aglBtn a {
		max-width: 320px;
		margin: 0 auto;
	}

	}