@font-face {
	font-family: ChromoxomePro;
	font-weight: 600;
	src: url("font/ChromoxomePro-SemiBold.otf") format("opentype");
	}

@font-face {
	font-family: ChromoxomePro;
	font-weight: 700;
	src: url("font/ChromoxomePro-Bold.otf") format("opentype");
	}

* {
	margin: 0;
	padding: 0;
	}

html, body {
	width: 100%;
	height: 100%;
	font-family: "ChromoxomePro";
	}

h2 {
	width: 840px;
	font-family: "ChromoxomePro";
	font-size: 43px;
	text-align: center;
	color: #787688;
	margin-top: 100px;
	margin-left: auto;
	margin-right: auto;
	}

#wetten {
	width: 840px;
	font-family: "ChromoxomePro";
	text-align: center;
	color: #787688;
	border: 12px solid #f05970;
	margin-top: 100px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 180px;
	}

#wetten h1 {
	font-size: 72px;
	margin-top: 20px;
	margin-bottom: 30px;
	}

#wetten h1 span {
	font-size: 100px;
	}

#wetten p {
	font-weight: 600;
	font-size: 20px;
	line-height: 170%;
	letter-spacing: 0.5px;
	padding: 0 60px;
	margin-bottom: 32px;
	}

#wetten span {
	min-width: 40px;
	color: #f05970;
	outline: none;
	border-bottom: 1px solid #fff;
	display: inline-block;

	-webkit-transition: border-bottom .3s ease;
	-moz-transition: border-bottom .3s ease;
	-ms-transition: border-bottom .3s ease;
	-o-transition: border-bottom .3s ease;
	transition: border-bottom .3s ease;
	}

p span {
	height: 35px;
	}

#wetten h1 span {
	min-width: 340px;
	}

#wetten span.empty {
	border-bottom: 1px solid #fbbdc7;
	}

h3 {
	font-family: "ChromoxomePro";
	font-size: 16px;
	text-align: center;
	color: #f05970;
	padding: 0 60px;
	margin-top: 100px;
	margin-bottom: 10px;
	}

.holder {
	width: 1200px;
	position: relative;
	margin: 0 auto;
	}