/**
 * webfonts.css
 *
 * Self hosted webfonts
 *
 * @project     www.mittelbayerische.de
 * @copyright   EINHORN SOLUTIONS GmbH
 * @lastmodified  02-2015
 */
 
/*
This CSS resource incorporates links to font software which is 
the valuable copyrighted property of WebType LLC, The Font Bureau 
and/or their suppliers. You may not 
attempt to copy, install, redistribute, convert, modify or reverse 
engineer this font software. Please contact WebType with any 
questions: http://www.webtype.com 
*/
 
/**
@font-face {
  font-family: "BentonSansCond";
  src: url("webfonts/b9ace69a-6c7d-48ae-a5b3-195f22937f6e-2.eot");
  src: url("webfonts/b9ace69a-6c7d-48ae-a5b3-195f22937f6e-2.eot?") format("embedded-opentype"),
       url("webfonts/b9ace69a-6c7d-48ae-a5b3-195f22937f6e-3.woff") format("woff"),
       url("webfonts/b9ace69a-6c7d-48ae-a5b3-195f22937f6e-1.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
*/
 
/**      
@font-face {
  font-family: "Proforma";
  src: url("webfonts/3435373f-5e0f-4bd2-886e-751cbf1e7e3d-2.eot");
  src: url("webfonts/3435373f-5e0f-4bd2-886e-751cbf1e7e3d-2.eot?") format("embedded-opentype"),
       url("webfonts/3435373f-5e0f-4bd2-886e-751cbf1e7e3d-3.woff") format("woff"),
       url("webfonts/3435373f-5e0f-4bd2-886e-751cbf1e7e3d-1.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
*/

/**
@font-face {
  font-family: "ProformaSemibold";
  src: url("webfonts/7ab4c991-94bc-4c2f-86fa-cdffa7f44caf-2.eot");
  src: url("webfonts/7ab4c991-94bc-4c2f-86fa-cdffa7f44caf-2.eot?") format("embedded-opentype"),
       url("webfonts/7ab4c991-94bc-4c2f-86fa-cdffa7f44caf-3.woff") format("woff"),
       url("webfonts/7ab4c991-94bc-4c2f-86fa-cdffa7f44caf-1.ttf") format("truetype");
  font-style: normal;
  font-weight: bold;
}
*/

.mz-wrapper h1, 
.mz-wrapper h2, 
.mz-wrapper h3, 
.mz-wrapper h4  {
	color: #444;
	font-family: "BentonSansCond", "sans-serif";
	font-style: normal;
	font-weight: normal;
}

.mz-wrapper p {
	margin: 0 0 24px 0;
	color: #444;
	font-family: "BentonSansCond", "sans-serif";
	font-size: 16px;
	font-size: 1rem;
	line-height: 24px;
	line-height: 1.5rem;
}


/**
 * layout.css
 *
 * Layout rules: 
 * - basic rules for sections, collections
 * - breakpoints for sections
 *
 * @project        www.mittelbayerische.de
 * @copyright      EINHORN SOLUTIONS GmbH
 * @lastmodified   02-2014
 */
 

/* Sections (rows)
/* ---------------------------------------------------------------------- */

/* Wrapper for centering including skyscraper */
.mz-wrapper {
	margin-left: auto;
	margin-right: auto;	
}

/* Outer container for all sections */
.mz-wrapper .layout-constrained {
	position: relative;
	background-color: #fff;
}

.mz-wrapper section {
	max-width: 560px; /* For ie8 */
	margin-left: 10px;
	margin-right: 10px;
}

.ie8 .layout-constrained {
	max-width: 560px;
}

 /* Clearing floats */
.mz-wrapper .layout-constrained:after, 
.mz-wrapper section:after {
	content: "";
	display: table;
	clear: both;
}


/* Breakpoints for sections - default is mobile first
/* ---------------------------------------------------------------------- */
/* 
/* Breakpoint value is section width + 20px margin + 20px space for scrollbar */

@media print, screen and (min-width: 560px) {
	
	.mz-wrapper {
		width: 540px;
	}

	.mz-wrapper .layout-constrained {
		margin: 0 10px;
	}
	
	/* white background for content */
	.mz-wrapper .layout-constrained:before {
		content: "";
		position: absolute;
		z-index: -1;
		left: -10px;
		right: -10px;
		top: 0;
		height: 100%;
		background-color: #fff;	
	}

	.mz-wrapper section {
		max-width: none; /* Reset IE8 restriction */	
		margin-left: 0;
		margin-right: 0;		
	}
	
}

@media print, screen and (min-width: 740px) {
	.mz-wrapper {
		width: 720px;
	}
}

@media screen and (min-width: 980px) {	
	.mz-wrapper {
		width: 960px;
	}
	
	.mz-wrapper-skyscraper {
		/* Left adjust for skyscraper */
		margin-left: 20px;	
	}
	
	.mz-wrapper .layout-constrained {
		width: 940px;
	}
}

@media screen and (min-width: 1160px) {
	/* Restart centering together with skyscraper */
	/* Caution: 1160 is used in html head for calculation of adlWallPaperLeft! */
	.mz-wrapper-skyscraper {
		width: 1100px;
		margin-left: auto;
	}		
}

/* Print styles 
/* ---------------------------------------------------------------------- */

@media print {
	.mz-wrapper .layout-constrained {
		width: 670px; /* Safe area for most browsers */
		margin-left: 0;
	}	
}

/* Box model border box */
* {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}


/**
 * Styles for section and item headings
 *
 * @project        www.mittelbayerische.de
 * @copyright      EINHORN SOLUTIONS GmbH
 * @lastmodified   03-2014
 */

.mz-wrapper .section-head-2.sans, 
.mz-wrapper .section-head-4.sans {
	font-family: "BentonSansCond", sans-serif;
}

 
/* Section heading 1, 2 (Blue on white background)
/* ---------------------------------------------------------------------- */

.mz-wrapper .section-head-2 {
	position: relative;
	margin-top: 4px;
	display: block;
	color: #333;
	font-size: 24px;
	font-size: 1.5rem;
	line-height: 24px;
	-webkit-user-select: none;      
	-moz-user-select: none;
	-ms-user-select: none;
}



.mz-wrapper .section-head-2 {
	margin-bottom: 8px;
}



@media print, screen and (min-width: 560px) {


	.mz-wrapper .section-head-2 {
		font-size: 36px;
		font-size: 2.25rem;
	}
	
	.mz-wrapper .section-head-2 {
		margin-top: 32px;
		line-height: 40px;
		margin-bottom: 24px
	}
}

/* Section heading 4 (grey bar and blue single line headline)
/* ---------------------------------------------------------------------- */

.mz-wrapper .section-head-4, 
.mz-wrapper .section-head-5 {
	position: relative;
	display: block;
	height: 40px;
	padding: 10px 12px;
	margin: 0 0 28px;
	border-top: 4px solid #fff;
	color: #005d80;
	background-color: #f3f4ee;
	font-size: 16px;
	font-size: 1rem;
	font-family: "BentonSansCond", "sans-serif";
	line-height: 14px;
	white-space: nowrap;
}

.mz-wrapper .section-head-4.blue {
	background-color: #ebf4f7;
}

/* Section divider line */
.mz-wrapper .section-head-4:before, 
.mz-wrapper .section-head-5:before {
	content:"";
	position: absolute;
	display: block;
	top: -4px;
	left: 0;
	right: 0;
	height: 2px;
	background-color: #005d80;
}

@media print, screen and (min-width: 560px) {	

	.mz-wrapper .section-head-4, 
	.mz-wrapper .section-head-5 {
		margin-left: 0;
		margin-right: 0;
	}
	
	.mz-wrapper .section-head-4:before, 
	.mz-wrapper .section-head-5:before {
		left: 0;
		right: 0;
	}
}


/**
 * forms.css
 *
 * Styles for forms
 *
 * @project     www.mittelbayerische.de
 * @copyright   EINHORN SOLUTIONS GmbH
 * @lastmodified  2014-07-31
 */

/* Some inherited resets and normalizations
/* ---------------------------------------------------------------------- */

/* Hide ugly focus outline of inputs */
.mz-wrapper input {
	outline: none;
}

.mz-wrapper fieldset {
	/* Define consistent border, margin, and padding. */
	border: 0px solid #c0c0c0;
	margin: 0px 0px 20px 0px;
	padding: 0;
}

.mz-wrapper legend {
	/* IE 8/9 */
	border: 0;
	/* Remove padding so people aren't caught out if they zero out fieldsets. */
	padding: 0;
}

.mz-wrapper button, 
.mz-wrapper input, 
.mz-wrapper select, 
.mz-wrapper textarea {
	/* Font family not being inherited in all browsers. */
	font-family: inherit;
	/* Correct font size not being inherited in all browsers. */
	font-size: 100%;
	/* Firefox 4+, Safari 5, Chrome */
	margin: 0;
}

.mz-wrapper button, 
.mz-wrapper input {
	/* Address Firefox 4+ setting `line-height` on `input` using `!important` in the UA stylesheet. */
	line-height: normal;
}

/* Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera. */
.mz-wrapper button, 
.mz-wrapper select {
	text-transform: none;
}

/* 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *	and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *	`input` and others. */
.mz-wrapper button, html input[type="button"], /* 1 */
.mz-wrapper input[type="reset"],
.mz-wrapper input[type="submit"] {
	/* 2 */
	-webkit-appearance: button;
	/* 3 */
	cursor: pointer;
}

.mz-wrapper button[disabled], html input[disabled] {
	/* Reset default cursor for disabled elements. */
	cursor: default;
}

html input[type="text"][disabled] {
	border-color: #f3f2ee;
}

.mz-wrapper input[type="checkbox"], 
.mz-wrapper input[type="radio"]
	/* Address box sizing set to `content-box` in IE 8/9/10. */
	box-sizing: border-box;
	/* Remove excess padding in IE 8/9/10. */
	padding: 0;
}

.mz-wrapper input[type="search"] {
	/* Address `appearance` set to `searchfield` in Safari 5 and Chrome. */
	-webkit-appearance: textfield;
	/* Address `box-sizing` set to `border-box` in Safari 5 and Chrome (include `-moz` to future-proof). */
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

.mz-wrapper input[type="search"]::-webkit-search-cancel-button, 
.mz-wrapper input[type="search"]::-webkit-search-decoration {
	/* Remove inner padding and search cancel button in Safari 5 and Chrome on OS X. */
	-webkit-appearance: none;
}

.mz-wrapper button::-moz-focus-inner, 
.mz-wrapper input::-moz-focus-inner {
	/* Remove inner padding and border in Firefox 4+. */
	border: 0;
	padding: 0;
}

.mz-wrapper textarea {
	/* Remove default vertical scrollbar in IE 8/9 */
	overflow: auto;
	/* Improve readability and alignment in all browsers. */
	vertical-align: top;
	resize: none;
	padding: 3px;
}

.mz-wrapper textarea:focus {
	background: #eef6f9;
}

/* Input placeholder color
/* ---------------------------------------------------------------------- */
.mz-wrapper ::-webkit-input-placeholder {
	color: #aaa;
}

.mz-wrapper ::-moz-placeholder {
	color: #aaa;
}

.mz-wrapper :-ms-input-placeholder {
	color: #aaa;
}


/* Common Form Elements */

.mz-wrapper a, 
.mz-wrapper a span {
	color: inherit;
	text-decoration: none;
}

.mz-wrapper a span.dark-blue {
	color: #005d80;
}

.mz-wrapper a:hover, 
.mz-wrapper a:hover span {
}

.mz-wrapper a.link-button {
	position: relative;
	display: inline-block;
	line-height: 30px;
}

.mz-wrapper button.submit-btn.orange,
.mz-wrapper button.link.orange,
.mz-wrapper a.link-button.orange {
	border: 1px solid #d7490c;
	background-color: #d7490c;
}

.mz-wrapper button.submit-btn.orange:hover,
.mz-wrapper button.link.orange:hover,
.mz-wrapper a.link-button.orange:hover {
	color: white !important;
	border: 1px solid #b73100;
	background-color: #b73100;
}

.mz-wrapper button.submit-btn.darkgreen {
	border: 1px solid #525900;
	background-color: #525900;
}

.mz-wrapper label {
	font-family: sans-serif;
	font-size:14px;
	font-size: 0.875rem;
	line-height: 18px;
	line-height: 1.125rem;
}

.mz-wrapper button.link,
.mz-wrapper button.submit-btn,
.mz-wrapper a.link-button {
	border: 1px solid #005d80;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	height: 32px;
	padding: 0 10px;
	background-color: #005d80;
}

.mz-wrapper button.submit-btn.right {
	float: right;
}

.mz-wrapper .link-button.scInOut {
	float: right;
	line-height: 30px;
	margin: 0;
	padding-top: 0;
}

.mz-wrapper button.link,
.mz-wrapper button.link span,
.mz-wrapper button.submit-btn span,
.mz-wrapper a.link-button,
.mz-wrapper a.link-button span {
	font-family: "BentonSansCond", sans-serif;
	font-size: 14px;
	font-size: 0.875rem;
	text-transform: uppercase;
	color: white;
}

.mz-wrapper button.submit-btn span.arrow:after {
	content: ">";
	margin-left: 5px;
	font-family: "BentonSansCond", sans-serif;
	float: right;
}

/* ow | Grauer button für Tickets die nicht mehr bestellt werden können (http://dev2014.mittelbayerische.de/index.cfm?pid=21668&opv=event&ticketevent.id=36551) */
.mz-wrapper button.submit-btn.grey,
.mz-wrapper button.link.grey,
.mz-wrapper button.submit-btn:disabled,
.mz-wrapper button.link:disabled,
.mz-wrapper a.link-button.grey {
	background-color: #c7c7c7;
	border: 1px solid #c7c7c7;
}

/* ow | hellgrüner button beispielsweise für die Reisen suche (http://dev2014.mittelbayerische.de/index.cfm?pid=22105)*/
.mz-wrapper button.submit-btn.lightgreen {
	background-color: #ddde3a;
	border: 1px solid #ddde3a;
}
.mz-wrapper .submit-btn.lightgreen span {
	color:#333;
}

.mz-wrapper a.arrow-before {
	position: relative;
	padding-left: 12px;
}

.mz-wrapper a.arrow-before:before {
	content: "";
	display: inline-block;
	position: absolute;
	top:0;
	left: 0;
	width: 15px;
	height: 15px;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	/* background: url('img/miscellaneous.png') no-repeat -97px 7px; */
}

.mz-wrapper a.arrow-before:hover:before {
	content: "";
	display: inline-block;
	width: 14px;
	height: 17px;
	/* background: url('img/miscellaneous.png') no-repeat -149px 7px; */
}

.mz-wrapper .cancel-button {
	margin-top: 12px;
	display: inline-block;
	font-family: sans-serif;
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 16px;
	line-height: 1rem;
}

.mz-wrapper .cancel-button.right {
	float: right;
}

.mz-wrapper label.custom-select {
	position: relative;
	display:inline-block;
	width: 100%;
	background-color: #fff;
}

/* Select arrow styling */
.mz-wrapper label.custom-select:after {
	content: "";
	position: absolute;
	top: 1px;
	right: 1px;
	bottom: 1px;
	width: 30px;
	height: 30px;
	/* background : url("img/select.png") no-repeat right; */
	background-color: #fff;
	color: black;
	pointer-events:none;
}

/* IE 10+ */
.mz-wrapper select::-ms-expand {
	display: none;
}

.mz-wrapper select {
	padding: 3px 30px 3px 6px;
	height: 32px;
	border: 1px solid #5da5c0;
	-webkit-border-radius: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: "";
	color: #666;
	font-family: sans-serif;
	font-size: 14px;
	font-size: 0.875rem;
	background-color: #fff;
}

.mz-wrapper select.error {
	color: #666;
	border: 1px solid #c61932;
	background-color: #f9e8ea;
}

.ie8 .mz-wrapper select {
	height: 28px;
	padding-top: 3px;
	padding-right: 3px;
}

.ie8 .mz-wrapper label.custom-select:after {
	content: none;
}

.mz-wrapper select:focus, button:focus {
	outline: none;
}

/* FF hack */
@-moz-document url-prefix() {
	select {
		padding-top: 6px;
	}
}

/* Safari hack */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	::i-block-chrome, select{
		padding-left: 10px;
	}
}

.mz-wrapper .remaining {
	font-size: inherit;
	font-family: inherit;
}

.mz-wrapper .form-row {
	display: block;
	margin-bottom: 20px;
	font-family: sans-serif;
	font-size:14px;
	font-size: 0.875rem;
}

.mz-wrapper .form-row.static label {
	font-weight: 700;
}

.mz-wrapper .form-row.static .form-field {
	margin: 18px 0 0 0;
	line-height: 18px;
	line-height: 1.125rem;
}

.mz-wrapper .form-row.fluid-50 label {
	display: block;
	margin-right: 0;
	padding-right: 24px;
}

.mz-wrapper .form-row.fluid-50 .form-field {
	display: block;
}

.mz-wrapper .form-row .form-field.field-25 {
	float: left;
	width: 55px !important;
	margin: 0;
	padding-right: 10px;
}

.mz-wrapper .form-row .form-field.field-25 input {
	text-align: center;
}

.mz-wrapper .form-row .form-field.field-25 label {
	margin: 6px 0 0 0;
}

.mz-wrapper .form-row .form-field.field-25.last {
	padding-right: 0;
}

.mz-wrapper .form-row h2 {
	margin-bottom: 0;
}


.mz-wrapper .form-row label {
	margin: 0 0 12px 0;
	display: block;
}

.mz-wrapper .form-row label.short {
	text-align: left;
}

.mz-wrapper .form-field {
	margin-bottom: 20px;
	width: 100%;
}

.mz-wrapper .form-field.margin-bottom-10 {
	margin-bottom: 12px;
}

.mz-wrapper .form-field textarea {
	width: 100%;
	height: 100px;
	resize: none;
}

.mz-wrapper .form-field.topborder {
	border-top: 1px solid #b1d0dc;
	margin-top: 8px;
	padding-top: 18px;
}

.mz-wrapper .form-field.right-align {
	text-align: right;
}

.mz-wrapper .form-field.error {
	color: #c61932;
}

.mz-wrapper .form-field.success {
	color: #1FC619;
}

.mz-wrapper ::-webkit-input-placeholder {
	color: #999;
}

/* Firefox 18- */
.mz-wrapper :-moz-placeholder {
	color: #999;
}

/* Firefox 19+ */
.mz-wrapper ::-moz-placeholder {
	color: #999;
}

.mz-wrapper :-ms-input-placeholder {
	color: #999;
}

.mz-wrapper .form-field input,
.mz-wrapper .form-field textarea {
	width: 100%;
	height: 32px;
	border: 1px solid #5da5c0;
	padding: 3px 0;
	font-family: sans-serif;
	color: #666;
	padding: 0 8px;
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 16px;
	line-height: 1rem;
}

/* mh | Upload-Felder sehen mit Rahmen doof aus... */
.mz-wrapper .form-field input[type="file"] {
	border: 0px;
	padding: 0;
}

.mz-wrapper .form-field textarea {
	padding-top: 8px;
	height: 132px;
}

.ie8 .mz-wrapper .form-field input {
	padding-top: 8px;
}

.mz-wrapper .form-field input.error, 
.mz-wrapper .form-field textarea.error {
	color: #666;
	border: 1px solid #c61932;
	background-color: #f9e8ea;
}

.mz-wrapper .form-field.success input {
	color: #666;
	border: 1px solid #1FC619;
	background-color: #CDFACA;
}

.mz-wrapper .form-field input:focus, 
.mz-wrapper .form-field textarea:focus  {
	background: #eef6f9;
}

.mz-wrapper .form-field select {
	width: 100%;
}

.mz-wrapper .form-info {
	display: inline-block;
	float: left;
	margin-left: 0;
	margin-top: -10px;
	margin-bottom: 20px;
	font-size: 14px;
	font-size: 0.875rem;
	color: #999;
	width: 100%;
}

.mz-wrapper .form-field.mandatory {
	color: #999;
}

.mz-wrapper .form-info:before,
.mz-wrapper .form-info:after {
	content: "";
	display: table;
	width: 100%;
}

.mz-wrapper .form-info:after {
	clear: both;
}

.mz-wrapper .form-info {
	*zoom: 1;
}

.mz-wrapper .form-field.formelement {
	width: auto;
	display: inline-block;
	margin-right: 28px;
	margin-top: 0;
	margin-bottom: 0;
	height: 24px;
}


/* Custom Radio/Checkboxes */
.mz-wrapper input[type="checkbox"],
.mz-wrapper input[type="radio"] {
	position: absolute;
	width: 20px;
	height: 20px;

	clip: rect(0,0,0,0);
	clip: rect(0 0 0 0);
}

.ie8 .mz-wrapper input[type="checkbox"],
.ie8 .mz-wrapper input[type="radio"] {
	position: relative;
	clip: rect(auto);
	width: auto;
	height: auto;
	border: none;
}

.mz-wrapper input[type="radio"] + label,
.mz-wrapper input[type="checkbox"] + label {
	position: relative;
	padding-left: 26px;
	padding-top: 0px;
	color: #666;
	cursor: pointer;
}

.mz-wrapper input[type="checkbox"][disabled] + label ,
.mz-wrapper input[type="radio"][disabled] + label {
	cursor: auto;
}

.mz-wrapper input[type="radio"] + label:before {
	content: " ";
	position: absolute;
	left: 0px;
	top: 0px;
	width: 28px;
	height: 28px;
	display: block;
	/* background: url('img/icons.png') no-repeat 0px -375px; */
}

.mz-wrapper input[type="radio"][disabled] + label:before {
	/* background: url('img/icons.png') no-repeat -150px -375px; */
}

.mz-wrapper input[type="radio"]:checked + label:before {
	/* background: url('img/icons.png') no-repeat 0px -425px; */
	width: 32px;
	height: 32px;
}

.mz-wrapper input[type="radio"].error + label:before {
	/* background: url('img/icons.png') no-repeat -100px -375px; */
}

.mz-wrapper input[type="radio"]:checked.error + label:before {
	/* background: url('img/icons.png') no-repeat -100px -425px; */
}

.mz-wrapper input[type="checkbox"] + label:before {
	content: " ";
	position: absolute;
	left: 0px;
	top: 0px;
	display: inline-block;
	width: 28px;
	height: 28px;
	/* background: url('img/icons.png') no-repeat 0 -475px; */
}

.mz-wrapper input[type="checkbox"][disabled] + label:before {
	/* background: url('img/icons.png') no-repeat -150px -475px; */
}

.mz-wrapper input[type="checkbox"]:checked + label:before {
	width: 28px;
	height: 28px;
	/* background: url('img/icons.png') no-repeat 0px -525px; */
}

.mz-wrapper input[type="checkbox"].error + label:before {
	/* background: url('img/icons.png') no-repeat -100px -475px; */
}

.mz-wrapper input[type="checkbox"]:checked.error + label:before {
	/* background: url('img/icons.png') no-repeat -100px -525px; */
}

.mz-wrapper .form-field input[type="checkbox"].error + label:before {
	/* background: url("img/icons.png") no-repeat scroll -100px -475px rgba(0, 0, 0, 0); */
}

.mz-wrapper .form-field input[type="checkbox"].error:checked + label:before {
	/* background: url("img/icons.png") no-repeat scroll -100px -525px rgba(0, 0, 0, 0); */
}

.mz-wrapper .form-field input[type="radio"].error + label:before {
	/* background: url("img/icons.png") no-repeat scroll -100px -375px rgba(0, 0, 0, 0); */
}

.mz-wrapper .form-field input[type="radio"].error:checked + label:before {
	/* background: url("img/icons.png") no-repeat scroll -100px -425px rgba(0, 0, 0, 0); */
}

.ie8 .mz-wrapper input[type="radio"] + label,
.ie8 .mz-wrapper input[type="checkbox"] + label {
	display: inline-block;
}

.ie8 .mz-wrapper input[type="checkbox"][disabled] + label{
	display: inline-block;
	margin-left: 30px;
	margin-top: -20px;
}

.ie8 .mz-wrapper input[type="radio"] + label:before,
.ie8 .mz-wrapper input[type="radio"][disabled] + label:before {
	display: none;
}

.ie8 .mz-wrapper input[type="checkbox"] + label:before {
	display: none;
}

.ie8 .mz-wrapper input[type="checkbox"].error + label:before,
.ie8 .mz-wrapper input[type="checkbox"]:checked + label:before,
.ie8 .mz-wrapper input[type="checkbox"]:checked.error + label:before {
	display: none;
}

.mz-wrapper fieldset.borderbottom {
	border-bottom: 1px solid #b1d0dc;
}

/* Breakpoints */
@media print, screen and (min-width: 560px) {

	.mz-wrapper fieldset {
		margin: 0px 0 10px 0;
	}

	.mz-wrapper .form-row {
		display: table-row !important;
	}

	.mz-wrapper .form-row.fluid-50,
	.mz-wrapper .form-row.fluid-30-70,
	.mz-wrapper .form-row.fluid-100 {
		display: block;
	}

	.mz-wrapper .form-row.fluid-50 label {
		width: 50%;
		margin-right: 0;
		padding-right: 24px;
	}

	.mz-wrapper .form-row.fluid-50 .form-field {
		width: 50%;
	}

	.mz-wrapper .form-row.fluid-40-60 label {
		width: 40%;
		margin-right: 0;
		padding-right: 24px;
	}

	.mz-wrapper .form-row.fluid-40-60 .form-field {
		width: 60%;
	}

	.mz-wrapper .form-row.fluid-100 .form-field {
		width: 100%;
	}

	.mz-wrapper .form-row > label {
		float: left;
		width: 160px;
		min-height: 10px;
		margin-right: 20px;
		padding-top: 6px;
		text-align: right;
	}

	.mz-wrapper .form-field {
		float: left;
		width: 340px;
		margin-right: 20px;
	}

	.mz-wrapper .form-field.formelement {
		width: auto;
		height: auto;
		margin-bottom: 12px;
		padding-top: 9px;
	}

	.mz-wrapper .form-field.size-25 {
		width: 80px;
	}

	.mz-wrapper .form-field.size-50 {
		width: 160px;
	}

	.mz-wrapper .form-field.size-75 {
		width: 240px;
	}

	.mz-wrapper .form-field.last {
		margin-right: 0;
	}

	.mz-wrapper .form-info {
		margin-left: 180px;
		width: 340px;
	}

	.mz-wrapper fieldset.small .form-row > label,
	.mz-wrapper fieldset.medium .form-row > label {
		width: 160px;
		text-align: left;
	}

	.mz-wrapper fieldset.small .form-field {
		width: 280px;
	}
}

/* Hint: Use 560 styles for printing */
@media screen and (min-width: 740px) {

	.mz-wrapper .search-wrapper {
		width: 400px;
	}

	.mz-wrapper .form-row > label {
		float: left;
		width: 220px;
		clear: both;
	}

	.mz-wrapper .form-field {
		float: left;
		width: 460px;
		margin-right: 20px;
	}

	.mz-wrapper .form-field.formelement {
		width: auto;

	}

	.mz-wrapper .form-field.size-25 {
		width: 140px;
	}

	.mz-wrapper .form-field.size-50 {
		width: 220px;
	}

	.mz-wrapper .form-field.size-75 {
		width: 300px;
	}

	.mz-wrapper .form-field.last {
		margin-right: 0;
	}

	.mz-wrapper .form-info {
		margin-left: 240px;
		width: 440px;
	}

	.mz-wrapper fieldset.medium .form-field {
		width: 520px;
	}

	.mz-wrapper fieldset.medium .form-field.size-25 {
		width: 120px;
	}

	.mz-wrapper fieldset.medium .form-field.size-50 {
		width: 260px;
	}

	.mz-wrapper fieldset.medium .form-field.size-75 {
		width: 380px;
	}
}

@media screen and (min-width: 980px) {

	.mz-wrapper .search-wrapper {
		width: 460px;
	}

	.mz-wrapper fieldset.medium .form-field {
		width: 440px;
	}

	.mz-wrapper fieldset.medium .form-field.size-25 {
		width: 100px;
	}

	.mz-wrapper fieldset.medium .form-field.size-50 {
		width: 220px;
	}

	.mz-wrapper fieldset.medium .form-field.size-75 {
		width: 320px;
	}
}

/* Retina images */
/* ---------------------------------------------------------------------- */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {

	.mz-wrapper a.arrow-before:before,
	.mz-wrapper a.arrow-before:hover:before {
		/* background-image: url(img/miscellaneous_2x.png); */
		background-size: 2400px 100px;
	}

	.mz-wrapper input[type="radio"] + label:before,
	.mz-wrapper input[type="radio"]:checked + label:before,
	.mz-wrapper input[type="checkbox"] + label:before,
	.mz-wrapper input[type="checkbox"]:checked + label:before,
	.mz-wrapper input[type="radio"][disabled] + label:before,
	.mz-wrapper input[type="checkbox"][disabled] + label:before,
	.mz-wrapper input[type="checkbox"].error + label:before {
		/* background-image: url(img/icons_2x.png); */
		background-size: 200px 1000px;
	}
}

/* Navbar */
div[data-role=navbar] a:after {
	content: "\003e";
	font-family: "Proforma", Georgia, "serif";
	font-size: 18px;
	font-size: 1.125rem;
	margin-left: 4px;
}

div[data-role=navbar] {
	margin-bottom: 12px;
}
