@media (max-width:320px){
    .wbox-button-wrapper {
        text-align: center;
        display: block;
    }
}
.wbox-button svg {
    position: relative;
    height: 32px;
    width: 32px;
    margin-right: 15px;
    top: 2px;
}
a .wbox-button {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin-right: 5px;
    margin-bottom: 10px;
}

.wbox-button {
	-webkit-border-radius: 8px;
	border-radius: 8px;
    border: none;
    padding: 7px 20px 8px 20px;
    white-space: nowrap;
    background-color: #006482;
    color: #ffffff;
    display: block;
    -webkit-box-shadow: 0px 3px 15px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 3px 15px 0px rgba(0,0,0,0.2);    
}

.wbox-button.btn-color1 {
    background-color: #999;
}

.wbox-button.btn-color2 {
    background-color: #fff;
    color: #252525;
    border: 1px solid #999;
}

.wbox-button:hover .btn-icon {
	opacity: 1;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	width: 20px;
}

/*Custom Blockstyle Block zentrieren*/
.center-block .a {
    display: block;
}

.center-block button {
    margin-left: auto;
    margin-right: auto;
    display: block;
}

/* --------------------------------

Icon basic style

-------------------------------- */
.btn-icon {
	overflow: hidden;
	width: 0;
	padding-top: 2px;
	margin-bottom: -1px;
	opacity: 0;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	font-size: 0.9em;
}
.btn-icon-wrapper{
	height: 20px;
	width: 20px;
	display: inline;
}