html, body {
	padding: 0;
	color: #414142;
	line-height: 1.42857143;
	font-family: 'Open Sans', arial, sans-serif;
}
body {
	padding-bottom: 30px;
}
* {
	font-size: 16px;
	box-sizing: border-box;
}
.unseen {
	display: none;
}
.container {
	max-width: unset;
}
h1 {
	font-size: 32px;
	font-weight: 700;
	text-align: center;
	line-height: 1.1;
	margin: 20px 0 10px 0;
	box-sizing: border-box;
}
hr {
	display: block;
	margin: 20px auto;
	border-color: #414142;
	overflow: hidden;
	box-sizing: content-box;
}
.thirtyFour {
	text-align: center;
}
.form-horizontal,
.outputHolder {
	display: block;
	width: 70%;
	margin: 0 auto;
}
.form-horizontal .form-group {
	margin-left: -15px;
	margin-right: -15px;
	margin-bottom: 15px;
}
label.control-label {
	display: block;
	width: 100%;
	text-align: center;
}
input {
	overflow: hidden;
}
p {
	margin: 0 0 10px;
}
.control-label {
	padding-top: 7px;
	margin-bottom: 0;
	text-align: right;
}
.form-control {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.inpt-holder {
	padding-top: 15px;
	padding-bottom: 15px;
}
.thirtyFour {
	min-height: 34px;
}
.btn.btn-secondary,
.btn.btn-default {
	font-size: 14px;
	margin: 0;
	border-color: #ccc;
	-webkit-transition: background-color 400ms ease;
	transition: background-color 400ms ease;
}
.btn.btn-secondary {
	color: #fff;
    border-color: #6c757d;
	background-color: #6c757d;
	-webkit-transition: background-color 400ms ease, color 400ms ease;
	transition: background-color 400ms ease, color 400ms ease;
}
.btn.btn-default:active,
.btn.btn-default:focus,
.btn.btn-default:hover {
	color: #333;
	background-color: #e6e6e6;
	border-color: #adadad;
}
.btn.btn-secondary:active,
.btn.btn-secondary:focus,
.btn.btn-secondary:hover {
	color: #6c757d;
	background-color: #fff;
}
.btn.btn-secondary:disabled:active,
.btn.btn-secondary:disabled:focus,
.btn.btn-secondary:disabled:hover {
	color: #fff;
	background-color: #6c757d;
}
#generate {
	margin-bottom: 15px;
}
.highlightedXML {
	font-family: monospace, Courier, Courier New;
	letter-spacing: 0.1em;
	font-size: 8pt;
}
.generated-png-file {
	display: block;
	width: 512px;
	height: auto;
	max-width: 82%;
	margin: 0 auto;
}
.generated-svg-file {
	display: block;
	max-width: 82%;
	margin: 0 auto;
}
#QRsvg {
	display: inline-block;
	width: 256px;
	max-width: 100%;
	height: auto;
	margin: 10px;
	padding: 4px;
	line-height: 1.42857143;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.nso-row {
	display: flex !important;
	flex-direction: column;
	margin: 0 auto;
}
.nso-row > [class*='col-'] {
	display: block;
	float: none;
}
.app-badge {
	display: inline-block;
	min-width: 75px;
	max-width: 200px;
	margin: 0;
}
.app-links, .app-rechts {
	text-align: center;
	margin: 0;
}
.pablo-form {
	display: inline-flex;
	width: 100%;
	height: 100%;
	padding: 15px 0;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.pablo-form .form-control {
	display: inline-block;
	width: auto;
}
.pablo-form button#pabloDownload,
.pablo-form select#pabloFormat {
	width: auto;
	height: 34px;
	margin: 0;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
}
.pablo-form button#pabloDownload {
	margin: 15px 0 0 0;
}
.pablo-form select#pabloFormat {
	margin: 0;
}



.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}
.col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
	float: left;
}
.col-sm-10 {
	width: 100%;
}
.col-sm-2 {
	width: 16.66666667%;
}
.col-sm-offset-2 {
	margin-left: 0;
}



@media only screen and (min-width: 576px) {
	.container {
		width: 500px;
	}
}
@media only screen and (min-width : 768px) {
	body {
		padding-bottom: 0;
	}
	.container {
		width: 750px;
	}
	.col-sm-10 {
		width: 83.33333333%;
	}
	.col-sm-offset-2 {
		margin-left: 16.66666667%;
	}
	.thirtyFour {
		text-align: left;
	}
	.inpt-holder {
		padding-top: 0;
		padding-bottom: 0;
	}
	label.control-label {
		position: relative;
		display: inline-block;
		font-weight: 700;
		text-align: center;
		float: left !important;
	}
	#generate {
		margin: 0;
	}
	.nso-row {
		flex-direction: row;
	}
	.nso-row > [class*='col-'] {
		padding: 0;
	}
	.pablo-form {
		padding: 0;
		flex-direction: row;
		justify-content: flex-end;
	}
	.app-links {
		text-align: right;
	}
	.app-rechts {
		text-align: left;
	}
	.pablo-form button#pabloDownload {
		margin: 0 0 0 10px;
	}
	.pablo-form select#pabloFormat {
		margin: 0 10px 0 0;
	}
}
@media only screen and (min-width : 992px) {
	.container {
		width: 970px;
	}
}
@media only screen and (min-width : 1200px) {
	.container {
		width: 1170px;
	}
}