/* Modul: Button */

.cype-buttonwrap {
	margin: 0;
	display: flex;
	gap: 12px;
	flex-wrap: wrap;
}

.cype-buttonwrap.cype-align-center {
	justify-content: center;
}

.cype-buttonwrap.cype-align-right {
	justify-content: flex-end;
}

.cype-button--size-s {
	font-size: 0.9em;
	padding: 0.5em 1.2em;
}

.cype-button--size-l {
	font-size: 1.1em;
	padding: 0.9em 2em;
}

@media (max-width: 600px) {
	.cype-button--fullmobile {
		width: 100%;
	}
}
