@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;
    transition: all 0.3s ease;
    margin-right: 5px;
    margin-bottom: 10px;
}
.wbox-button.btn-color1 {
    min-width: 150px;
    text-align: left;
	margin-top: 15px;
}
.wbox-button.btn-color2 {
    background-color: #ffffff;
    color: #333333;
	font-weight: 700;
    min-width: 190px;
    text-align: left
}
.wbox-button {
	border-radius: 16px;
    border: none;
    padding: 6px 16px 7px 16px;
    white-space: nowrap;
    background-color: #003366;
    color: #ffffff; 
    display: inline-block;
	font-weight: 700;
}

.wbox-button:hover .btn-icon {
	opacity: 1;
	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;
	transition: all .3s;
	font-size: 0.9em;
}
.btn-icon-wrapper{
	height: 20px;
	width: 20px;
	display: inline;
	padding-left: 6px;
}