/* == Allgemein =================================================================== */
body{
	background: #d3d3d3;
	font-family: 'aniversbold';
	font-size: 18px;
	color: #333333;
	line-height: 26px;
}

h1{
	font-weight: normal;
}

h2{
	font-weight: normal;
}

a{
	text-decoration: none;
	color: #333333;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

a:hover{
	color: #09b3d2;
	text-decoration: underline;
}

.wrapper{
	width: 975px;
	margin: auto;
	padding: 25px;
}

.half{
	display: inline-block;
	vertical-align: top;
	width: 475px;
	margin: 0 9px;
}

.third{
	display: inline-block;
	vertical-align: top;
	width: 310px;
	margin: 0 9px;
}

.first-grid{
	margin-left: 0;
}

.last-grid{
	margin-right: 0;
}

.form input[type="text"],
.form textarea{
	font-family: 'aniversbold';
	color: #333333;
	border: 0;
	background: #FFFFFF;
	border-radius: 0 20px 20px 20px;
	padding: 10px;
	min-width: 290px;
}

select {
    border: 0 none;
    border-radius: 0 20px 20px;
    color: #333333;
    font-family: 'aniversbold';
    padding: 10px;
    width: 100%;
}

.button,
input[type="submit"]{
	font-family: 'aniversbold';
	background: #333333;
	border: 0 none;
  border-radius: 20px;
  color: #FFFFFF;
  padding: 10px 20px;
	min-width: 310px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.button:hover,
input[type="submit"]:hover{
	background: #09b3d2;
	color: #FFFFFF;
	text-decoration: none;
}

hr{
	border: 0;
	border-top: 1px solid #333333;
}


/* == Header ====================================================================== */
.header{
	position: relative;
	margin-bottom: 40px;
}

.logo{
	background: url(../img/logo.png) no-repeat 0 0;
	display: inline-block;
  height: 26px;
  text-indent: -9999px;
  width: 363px;
}

.symbology{
	position: absolute;
	top: 0;
	right: 0;
}

.symbology a{
	background: transparent;
  border-radius: 20px;
  display: inline-block;
  padding: 0 14px;
}

.symbology a.active{
	background: #333333;
  color: #FFFFFF;
}

.symbology a:hover{
	background: #333333;
  color: #09b3d2;
	text-decoration: none;
}

/* == Content ===================================================================== */
.barcode-output{
	text-align: center;
	margin: 
}

.barcode-output img{
	display: inline-block;
	padding: 30px;
	background: #FFFFFF;
	border-radius: 20px;
}

.form label.error{
	color: #C00;
}


/* == Fonts ======================================================================= */
@font-face {
    font-family: 'aniversbold';
    src: url('../font/anivers-bold/anivers_bold.eot');
    src: url('../font/anivers-bold/anivers_bold.eot?#iefix') format('embedded-opentype'),
         url('../font/anivers-bold/anivers_bold.woff') format('woff'),
         url('../font/anivers-bold/anivers_bold.ttf') format('truetype'),
         url('../font/anivers-bold/anivers_bold.svg#aniversbold') format('svg');
    font-weight: normal;
    font-style: normal;
}