/* Editor for Eberhard Taxi © admotion */


.button { background: #D00911; border: 1px solid #ffffff; color: #ffffff; padding: 10px 40px; font-weight: 700; font-size: 16px; display: inline-block; text-transform: uppercase; letter-spacing: 0.13em; margin: 20px 20px 0px 0px; -webkit-transition: background-color .3s ease-out; -moz-transition: background-color .3s ease-out; -o-transition: background-color .3s ease-out; transition: background-color .3s ease-out; -webkit-box-shadow: 1px 0px 41px 0px rgba(0,0,0,0.3); box-shadow: 1px 0px 41px 0px rgba(0,0,0,0.3); }
.button:hover { background: #006129; }


.btn { background: #D00911; border: 1px solid #ffffff; color: #ffffff; padding: 10px 20px; font-weight: 700; font-size: 16px; display: inline-block; text-transform: uppercase; letter-spacing: 0.13em; margin: 20px 20px 0px 0px; -webkit-transition: background-color .3s ease-out; -moz-transition: background-color .3s ease-out; -o-transition: background-color .3s ease-out; transition: background-color .3s ease-out; -webkit-box-shadow: 1px 0px 41px 0px rgba(0,0,0,0.3); box-shadow: 1px 0px 41px 0px rgba(0,0,0,0.3); }
.btn:hover { background: #006129; }




@media(min-width:500px)
{
    .button { padding: 10px 70px; margin: 40px 20px 0px 0px; }
}







@media(min-width:1500px)
{
    .btn { padding: 10px 40px; }
}