.mailtolink a
{
	color:#fff !important;
  font-size:1.0em;
	position:relative;
	margin-top:6px;
  text-align:center;
	display:inline-block;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
  width:100%;
	background-color:#0070bb;
	text-decoration:none;
  font-weight:400;
	  -webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.mailtolink a:hover
{
color:#fff;
	text-decoration:none;
   background-color:#015893 !important;
	  -webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.bluebtn-kontakt
{
	color:#fff !important;
  font-size:1.6em;
	position:relative;
	margin-top:1px;
  text-align:center;
	display:inline-block;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 30px;
	padding-bottom: 30px;
  width:100%;
	background-color:#0070bb;
	text-decoration:none;
  font-weight:400;
	  -webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}



.bluebtn-kontakt a
{
	color:#fff !important;
}

.bluebtn-kontakt:hover
{
color:#fff;
	text-decoration:none;
   background-color:#015893 !important;
}


.bluebtn-kontakt a:hover
{
color:#fff;
	text-decoration:none;
   background-color:#015893;
}