.kontakt_buttons {
	background: none repeat scroll 0 0 #034899;
	border-color: #2475ab;
	border-style: none none solid;
	border-width: 0 0 2px;
	box-shadow: 0 -2px #034899 inset;
	color: white;
	cursor: pointer;
	font-size: 22px;
	height: 60px;
	padding: 0;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
	vertical-align: top;
	width: 100%;
	margin-bottom: 20px;
}

.kontakt_buttons:hover{
	background-color:#0E1D44;
	transition:0.5s;
	border:none;
}

.kontakt-buttons-emerald {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #2ecc71;
    border-color: -moz-use-text-color -moz-use-text-color #28be68;
    border-image: none;
    border-style: none none solid;
    border-width: 0 0 2px;
    box-shadow: 0 -2px #28be68 inset;
    color: white;
    cursor: pointer;
    font-size: 22px;
    height: 60px;
    padding: 0;
    position: relative;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
    vertical-align: top;
    width: 100%;
    margin-top:20px;
}

.kontakt-buttons-emerald:hover{
	background-color:#16a085;
	transition:0.5s;
	border:none;
}

.kontakt-buttons-wisteria {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #8e44ad;
    border-color: -moz-use-text-color -moz-use-text-color #80399d;
    border-image: none;
    border-style: none none solid;
    border-width: 0 0 2px;
    box-shadow: 0 -2px #80399d inset;
    color: white;
    cursor: pointer;
    font-size: 22px;
    height: 60px;
    padding: 0;
    position: relative;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
    vertical-align: top;
    width: 100%;
    margin-top:20px;	
}

.kontakt-buttons-wisteria:hover{
	background-color:#9b59b6;
	transition:0.5s;
	border:none;
}

.kontakt-buttons-alizarin {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #e32d0f;
    border-color: -moz-use-text-color -moz-use-text-color #db4334;
    border-image: none;
    border-style: none none solid;
    border-width: 0 0 2px;
    box-shadow: 0 -2px #db4334 inset;
    color: white;
    cursor: pointer;
    font-size: 22px;
    height: 60px;
    padding: 0;
    position: relative;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
    vertical-align: top;
    width: 100%;
    margin-top:20px;
}

.kontakt-buttons-alizarin:hover{
	background-color:#c0392b;
	transition:0.5s;
	border:none;
}

/*Ab hier für Kontakt-buttons Test2*/

 
/**{
    margin: 0;
    padding: 0;
  	-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}


	ul {
		margin: 30px auto;
		text-align: center;
	}

	li {
		list-style: none;
		position: relative;
		display: inline-block;
		width: 150px;
		height: 150px;
	}

	@-moz-keyframes rotate {
		0% {transform: rotate(0deg);}
		100% {transform: rotate(-360deg);}
	}

	@-webkit-keyframes rotate {
		0% {transform: rotate(0deg);}
		100% {transform: rotate(-360deg);}
	}

	@-o-keyframes rotate {
		0% {transform: rotate(0deg);}
		100% {transform: rotate(-360deg);}
	}

	@keyframes rotate {
		0% {transform: rotate(0deg);}
		100% {transform: rotate(-360deg);}
	}

.round {
		display: block;
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		padding-top: 45px;		
		text-decoration: none;		
		text-align: center;
		font-size: 25px;		
		text-shadow: 0 1px 0 rgba(255,255,255,.7);
		letter-spacing: -.065em;
		font-family: "Hammersmith One", sans-serif;		
		-webkit-transition: all .25s ease-in-out;
		-o-transition: all .25s ease-in-out;
		-moz-transition: all .25s ease-in-out;
		transition: all .25s ease-in-out;
		box-shadow: 2px 2px 7px rgba(0,0,0,.2);
		border-radius: 300px;
		z-index: 1;
		border-width: 4px;
		border-style: solid;
	}

	.round:hover {
		width: 130%;
		height: 130%;
		left: -15%;
		top: -15%;
		font-size: 33px;
		padding-top: 38px;
		-webkit-box-shadow: 5px 5px 10px rgba(0,0,0,.3);
		-o-box-shadow: 5px 5px 10px rgba(0,0,0,.3);
		-moz-box-shadow: 5px 5px 10px rgba(0,0,0,.3);
		box-shadow: 5px 5px 10px rgba(0,0,0,.3);
		z-index: 2;
		border-size: 10px;
		-webkit-transform: rotate(-360deg);
		-moz-transform: rotate(-360deg);
		-o-transform: rotate(-360deg);
		transform: rotate(-360deg);
	}

	a.red {
		background-color: #034899;
		color: white;
		border-color: rgba(133,32,28,.2);
	}

	a.red:hover {
		color: #034899;
	}

	a.green {
		background-color: #0e1d44;
		color: white;
		border-color: #0e1d44;
	}

	a.green:hover {
		color: rgba(1,151,171,1);
	}


	.round span.round {
		display: block;
		opacity: 0;
		-webkit-transition: all .5s ease-in-out;
		-moz-transition: all .5s ease-in-out;
		-o-transition: all .5s ease-in-out;
		transition: all .5s ease-in-out;
		font-size: 1px;
		border: none;
		padding: 40% 20% 0 20%;
		color: #fff;
	}

	.round span:hover {
		opacity: .85;
		font-size: 16px;
		-webkit-text-shadow: 0 1px 1px rgba(0,0,0,.5);
		-moz-text-shadow: 0 1px 1px rgba(0,0,0,.5);
		-o-text-shadow: 0 1px 1px rgba(0,0,0,.5);
		text-shadow: 0 1px 1px rgba(0,0,0,.5);	
	}

	.green span {
		background: #0e1d44;		
	}

	.red span {
		background: #034899;		
	}
	#leistungen_round{
	padding:37% 10%;
	}

*/