@font-face {
    font-family: '01-Digit';
    src:url('../fonts/01-Digit/01-Digit.ttf.woff') format('woff'),
        url('../fonts/01-Digit/01-Digit.ttf.svg#01-Digit') format('svg'),
        url('../fonts/01-Digit/01-Digit.ttf.eot'),
        url('../fonts/01-Digit/01-Digit.ttf.eot?#iefix') format('embedded-opentype'); 
    font-weight: normal;
    font-style: normal;
}

* {
	margin: 0;
	padding: 0;
}

.clear{
	clear: both;
}

html, body {
	height: 100%;
	font-family: 'Oswald', Arial;
	/*font-size: 40px;*/
	font-weight: 200;
	
	background-image: url('../images/orange_bg.jpg');
	background-position: fixed;
	background-size: cover;
}

body{
	/*background-image: url('../images/orange_bg.jpg');
	background-position: fixed;
	background-size: cover;*/
}
h1, h2, h3, h4, h5, h6{
	font-family: 'Fjalla One';
	padding-bottom: 20px;
}

.error_message{
	border-radius: 15px;
	border: 2px solid #FF0000;
	background-color: #FFEBEB;
	color: #FF0000;
	padding: 10px;
	margin-bottom: 10px;
}

.info_message{
	border-radius: 15px;
	border: 2px solid #00EB00;
	background-color: #DDFFDD;
	color: #000000;
	padding: 10px;
	margin-bottom: 10px;
}

#content{
	height: 100%;
	/*background-image: url(background.jpg);
	background-size: cover;*/
	background-repeat: no-repeat;
	/*padding: 20px;*/
}

#content_holder{
	width: 75%;
	margin: auto;
	color: #FFFFFF;
	height: 50%;
	text-align: center;
	
	position: relative;
	top: 35%;
	-webkit-transform: translateY(-60%);
	-ms-transform: translateY(-60%);
	transform: translateY(-60%);
}

#logo{
	width: 300px;
}

#payment_display{
	display: block;
	min-width: 300px;
	max-width: 800px;
	margin: auto;
	/*height: 200px;*/
	background-color: rgb(30, 30, 30);
	border-radius: 25px; 
	-moz-border-radius: 25px; 
	-webkit-border-radius: 25px;
	/*font-family: '01-Digit';*/
	color: #FFFFFF;
}

#cust_nr{
	display: block;
	/*width: 40%;*/
	float: left;
	text-align: left;
	font-size: 1.8em;
	margin: 25px;
}

#process_nr{
	display: block;
	/*width: 40%;*/
	float: right;
	text-align: right;
	font-size: 1.8em;
	margin: 25px;
}

#betrag_text{
	display: block;
	width: 100%;
	text-align: left;
	font-size: 1.8em;
	margin: 0 25px 10px 25px;
}

input[type="text"]{
	display: inline-block;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	padding: 10px 20px;
	border: 1px solid #b7b7b7;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	font: 16px bold;
	font-family: 'Fjalla One';
	color: rgba(0,0,0,1);
	-o-text-overflow: clip;
	text-overflow: clip;
	background: rgba(252,252,252,1);
	-webkit-box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.2) inset;
	box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.2) inset;
	text-shadow: 1px 1px 0 rgba(255,255,255,0.66) ;
	-webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
	-moz-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
	-o-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
	transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
}

#amount{
	display: block;
	font-size: 4em;
	margin: 0 25px 25px 25px;
}

#payment_options{
	display: block;
	min-width: 300px;
	max-width: 800px;
	margin: auto;
	color: #FFFFFF;
}

.pay_3_options{
	display: block;
	width: 33%;
	float: left;
}

.pay_3_options img{
	width: 80%;
}

#link_open_sepaformular{
	display: none;
}

#bezahlcode{
	display: block;
	width: 300px;
	height: 300px;
	background-color: #FFFFFF;
	margin: auto;
}

.btn {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #e9e9e9));
	background:-moz-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:-webkit-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:-o-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:-ms-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:linear-gradient(to bottom, #f9f9f9 5%, #e9e9e9 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9',GradientType=0);
	background-color:#f9f9f9;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	cursor:pointer;
	color:#EF7803;
	font-family: 'Oswald';
	font-size:1.5em;
	font-weight:normal;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;
	min-width: 150px;
}
.btn:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #e9e9e9), color-stop(1, #f9f9f9));
	background:-moz-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background:-webkit-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background:-o-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background:-ms-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background:linear-gradient(to bottom, #e9e9e9 5%, #f9f9f9 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f9f9f9',GradientType=0);
	background-color:#e9e9e9;
}
.btn:active {
	position:relative;
	top:1px;
}

