@charset "UTF-8";


/* @group Eigene Anpassungen */

.required	{
	color:	#d2232a;
	font-weight:	600;
	font-size:	18px;
}

input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border:none;
	border-radius: 0;
	font-size: 1em;
	width: 100%
}

.checkboxlabel{
	margin-left: 0px;
	display: inline-block;
}

/* remove standard-styles */
input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border:none;
	border-radius: 0;
	font-size: 1em;
	width: 100%
} 

/* graceful degradation for ie8 */
input[type='checkbox'],
input[type='radio'] {
	width:auto;
	float:left;
	margin-right: .75em;
	background:transparent;
	border:none;
	border-radius: 3px;
}

input[type='checkbox']:checked,
input[type='checkbox']:not(:checked),
input[type='radio']:checked,
input[type='radio']:not(:checked) {
	background: transparent;
	position: relative;
	visibility: hidden;
	margin:0;
	padding:0;
}

input[type='checkbox'] + label,
input[type='radio'] + label {
	cursor: pointer;
}


input[type='checkbox']:checked + label::before,
input[type='checkbox']:not(:checked) + label::before,
input[type='radio']:checked + label::before,
input[type='radio']:not(:checked) + label::before {
	content:' ';
	display:inline-block;
	width: 21px;
	height:21px;
	position: relative;
	top:-12px;
	border: 1px solid rgba(32, 57, 143, 0.4);
	background: white;
	margin-right: 1em;
}

input[type=radio]:checked + label::before,
input[type=radio]:not(:checked) + label::before {
	border-radius: 30px;
}

input[type='checkbox']:hover + label::before,
input[type='radio']:hover + label::before {
	background:#ddd;
	box-shadow: inset 0 0 0 2px white;
}

input[type='checkbox']:checked + label::before,
input[type='radio']:checked + label::before {
	background:	#d2232a	!important;
	box-shadow: inset 0 0 0 2px white;
}

.captcha {
	margin-top: 31px;
	display: inline-block;
	text-align: right;
	width: 100%;
	font-size: 24px;
	line-height: 1em;
}

.captcha:after {
	content: " »";
}

table.mceLayout	{
	width:	100% !important;
}


.programmlabel {
	display:	inline-block;
	padding-bottom:	10px;
}


/* @end */








/* @group Global Stuff */

.box-sizing {
	display: none;
}

.no-box-sizing .box-sizing {
	display: block;
}

.formanizr fieldset,
.formanizr form,
.formanizr label,
.formanizr legend {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

.formanizr input[type=search]::-webkit-search-cancel-button,
.formanizr input[type=search]::-webkit-search-decoration,
.formanizr input[type=search]::-webkit-search-results-button,
.formanizr input[type=search]::-webkit-search-results-decoration {
	-webkit-appearance: none;
}

.formanizr input[type=search] {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
}

.formanizr {
	color: #525759;
	line-height: 1 !important;
	font-weight: 300;
}


.formanizr.fzr_tiny,
.formanizr .fzr_tiny {
	font-size: 12px !important;
}


.formanizr.fzr_normal,
.formanizr .fzr_normal {
	font-size: 14px !important;
}


.formanizr.fzr_big,
.formanizr .fzr_big {
	font-size: 18px !important;
}

/* @end */

/* @group Form Elements */

.formanizr {

}

.formanizr input[type="text"],
.formanizr input[type="password"],
.formanizr input[type="file"],
.formanizr input[type="date"],
.formanizr input[type="datetime"],
.formanizr input[type="email"],
.formanizr input[type="number"],
.formanizr input[type="search"],
.formanizr input[type="tel"],
.formanizr input[type="time"],
.formanizr input[type="url"],
.formanizr input[type="range"],
.formanizr textarea,
.formanizr select {
	vertical-align: middle;
	width: 100%;
	*width: 99%;
	/*ie7*/
	padding: 0.571em;
	/* 8px */
	background-color:	white;
	color: #333333;
	font-size:	16px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	border-style: none;
	margin-bottom:	1px;
	font-weight:	400;
	line-height:	1em;
}

.formanizr input[type="text"]:focus,
.formanizr input[type="password"]:focus,
.formanizr input[type="file"]:focus,
.formanizr input[type="date"]:focus,
.formanizr input[type="datetime"]:focus,
.formanizr input[type="email"]:focus,
.formanizr input[type="number"]:focus,
.formanizr input[type="search"]:focus,
.formanizr input[type="tel"]:focus,
.formanizr input[type="time"]:focus,
.formanizr input[type="url"]:focus,
.formanizr input[type="range"]:focus,
.formanizr textarea:focus,
.formanizr select:focus {
	outline: 0;
	background-color:	rgba(255,	255,	255,	0.65);
}

.formanizr input[disabled],
.formanizr textarea[disabled],
.formanizr select[disabled] {
	background: #ededed;
	color: #666666;
	cursor: not-allowed;
}

.formanizr input[readonly],
.formanizr textarea[readonly],
.formanizr select[readonly],
.formanizr input[readonly]:focus,
.formanizr textarea[readonly]:focus,
.formanizr select[readonly]:focus {
	color: #666666;
	font-style: italic;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
}

.formanizr select {
	border-radius: 5px;
	padding:	0.571em	0.5em	0.7em;

	/* 8px 7px 5px 7px*/
	/*	line-height: 2.286em !important;*/
	/* 32px */
	background: url(/assets/shared/icon-accordion-open.png) 98% center no-repeat white;
	color:	#333333;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-weight:	400;
	line-height:	1.2em;
}

.formanizr select[multiple] {
	height: 7.143em;
}

.formanizr select[multiple].fzr_height-small {
	height: 4.286em;
}

.formanizr select[multiple].fzr_height-large {
	height: 14.286em;
}

.formanizr input[type="search"] {
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
}

.formanizr progress,
.formanizr meter {
	width: 100%;
}

.formanizr input::-webkit-input-placeholder {
	color: #8d8b8b;
}

.formanizr input:-moz-placeholder {
	color: #8d8b8b;
}

.formanizr input:-ms-input-placeholder {
	color: #8d8b8b;
}

.formanizr input.fzr_error,
.formanizr select.fzr_error,
.formanizr textarea.fzr_error {
	border-color: #a11919 !important;
}

/* @group Textarea */

.formanizr textarea {
	height: 7.143em;
	min-height: 7.143em;
	resize: vertical;
	width: 100%;
}

.formanizr textarea.fzr_height-small {
	height: 4.286em;
	min-height: 4.286em;
}

.formanizr textarea.fzr_height-large {
	height: 14.286em;
	min-height: 14.286em;
}

.formanizr textarea.fzr_no-resize {
	resize: none;
}

/* @end */

/* @group Inline Inputs */

.formanizr input[type="radio"],
.formanizr input[type="checkbox"] {
	position: relative;
	vertical-align: middle;
	top: -0.1em;
	margin: 0;
	display: none;
}

/* @end */

/* @group BETA - size for multiple inputs inside of one col */

.fzr_large,
.fzr_medium,
.fzr_small {
	margin-right: 0.5%;
}

.fzr_large {
	width: 65% !important;
}

.fzr_medium {
	width: 32% !important;
}

.fzr_small {
	width: 19% !important;
}

.fzr_last {
	float: right;
	margin-right: 0;
}

/* @end */

/* @group Fieldset */

.formanizr fieldset {
	padding: 2.5em 1.5em 1em;
	background-color: white;
	margin-bottom: 1.5em;
	position: relative;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}

.formanizr legend {
	color: #203a8f;
	font-size: 2.125em !important;
	line-height: 1.08em;
	text-align: left !important;
	font-weight: 400 !important;
	padding-left: 0px !important;
	margin-left: -8px !important;
}

.formanizr.fzr_legend-inside fieldset {
	padding-top: 5em;
}

.formanizr.fzr_legend-inside legend {
	position: absolute;
	top: 1em;
	left: 1em;
}

/* @end */

/* @end */

/* @group Typography */

.formanizr label[for] {
	cursor: pointer;
}

.formanizr label,
.formanizr .fzr_hint {
	height: auto;
	margin: 0.857em 0 0.214em 0.214em;
	/* 7px 0 3px 3px */
	font-weight: 400;
	color:	black;
	display: -moz-inline-stack;
	display: inline-block;
	*vertical-align: auto;
	zoom: 1;
	*display: inline;
}

.formanizr .fzr_hint {
	color: #999999;
	margin: 0;
}

.formanizr label .fzr_add-on {
	display: block;
	color: #999999;
	margin-top: 0.1em;
	font-size: 0.8em;
	line-height: 1.2 !important;
}

.formanizr .fzr_label-top label .fzr_add-on {
	display: inline;
}

.formanizr .fzr_error-msg,
.formanizr label.fzr_error-msg {
	font-size: 0.8em !important;
	text-align: left !important;
	display: block;
	margin-top: 0.5em !important;
	clear: both;
	line-height: 1.2 !important;
	color: #a11919 !important;
}

.formanizr .fzr_inline {
	float: left;
	margin-bottom: 0.5em;
}

.formanizr .fzr_inline label,
.formanizr label.fzr_inline {
	margin-right: 1.4em !important;
	display: inline-block !important;
	display: -moz-inline-stack;
	display: inline-block;
	*vertical-align: auto;
	zoom: 1;
	*display: inline;
	font-weight: 300 !important;
	color: #333333;
}

.formanizr .fzr_mandatory {
	font-weight: 400;
	color: #a11919 !important;
}

.formanizr a, .formanizr a:visited {
	color: #d2232a;
}

.formanizr a:active, .formanizr a:hover {
	color: #d2232a;
}

.formanizr .fzr_headline {
	font-size: 1.3em;
	font-weight: 600;
	color: #525759;
}

.formanizr hr {
	height: 1px;
	background-color: #cccccc;
	border: none;
	padding: 0;
	margin: 0 0 1.5em 0;
}

.formanizr ::selection {
	background:	#d2232a;
	color: white;
}

.formanizr ::-moz-selection {
	background:	#d2232a;
	color: white;
}

/****
* label at top
*/

.formanizr .fzr_label-top label,
.formanizr.fzr_label-top label {
	margin-top: 0;
	margin-bottom: 0.25em;
	display: block;
	font-size: 18px;
	line-height: 1.2em;
}


.formanizr .fzr_label-top .fzr_label-middle label,
.formanizr.fzr_label-top .fzr_label-middle label,
.formanizr .fzr_label-middle label,
.formanizr .fzr_label-middle .fzr_hint {
	height: auto;
	margin: 0.857em 0 0.214em 0.214em;
}

/****
* label bold
*/

.formanizr .fzr_label-bold label,
.formanizr.fzr_label-bold label {
	font-weight: bold;
}

/****
* label inside inline element
*/

.formanizr .fzr_label-top .fzr_inline label,
.formanizr.fzr_label-top .fzr_inline label {
	margin-top: 0.7em;
}


.formanizr .fzr_label-middle .fzr_inline label {
	margin-top: 0.857em !important;
}

/****
* label bold
*/

.formanizr p {
	line-height: 1.3em;
}

/****
* text alignment
*/

.formanizr .fzr_right,
.formanizr.fzr_right,
.formanizr .fzr_right .fzr_col,
.formanizr.fzr_right .fzr_col {
	text-align: right;
}


.formanizr .fzr_left,
.formanizr.fzr_left {
	text-align: left !important;
}


.formanizr .fzr_middle,
.formanizr.fzr_middle {
	vertical-align: middle;
}

/* @end */

/* @group Buttons */

.formanizr {
	/****
	* button standard
	*/
	/****
	* override default margins for right aligned button
	*/
	/****
	* reset default margins for button
	*/
	/****
	* button hover status
	*/
	/****
	* button active status
	*/
	/****
	* button highlight
	*/
	/****
	* button highlight hover
	*/
	/****
	* button disabled (all)
	*/
	/****
	* button highlight disabled
	*/
}

.formanizr .fzr_button,
.formanizr input[type="submit"],
.formanizr input[type="reset"],
.formanizr button {
	background-color:	#d2232a;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	color: white;
	font-size: 16px;
	line-height: 1em;
	padding: 0.571em;
	border: none;
	/* 8px */
	vertical-align: middle;
	text-decoration: none;
	margin:	0;
	cursor: pointer;
	overflow: visible;
	display: -moz-inline-stack;
	display: inline-block;
	*vertical-align: auto;
	zoom: 1;
	*display: inline;
	width:	100%;
	font-weight:	700;
}

.calltoaction .formanizr button {
	background-color:	#d2232a;
}

.calltoaction .formanizr button:hover {
	background-color:	#d2232a;
}

.formanizr .fzr_right input[type="submit"],
.formanizr .fzr_right input[type="reset"],
.formanizr .fzr_right button,
.formanizr .fzr_right .fzr_button {
	margin-left: 1em;
	margin-right: 0;
}

.formanizr input[type="submit"].fzr_no-margin,
.formanizr input[type="reset"].fzr_no-margin,
.formanizr button.fzr_no-margin,
.formanizr .fzr_no-margin .fzr_button,
.formanizr .fzr_button.fzr_no-margin {
	margin-top: 0;
	margin-bottom: 0;
}

.formanizr input[type="submit"]:hover,
.formanizr input[type="reset"]:hover,
.formanizr button:hover,
.formanizr .fzr_button:hover {
	background-color:	#d2232a;
	color: white;
}

.formanizr input[type="submit"]:active,
.formanizr input[type="reset"]:active,
.formanizr button:active,
.formanizr .fzr_button:active {
	position: relative;
	top: 1px;
}

.formanizr input[type="submit"].fzr_highlight,
.formanizr input[type="reset"].fzr_highlight,
.formanizr button.fzr_highlight,
.formanizr .fzr_button.fzr_highlight {
	-webkit-box-shadow: #0acaf9 0 1px 0 0 inset;
	-moz-box-shadow: #0acaf9 0 1px 0 0 inset;
	box-shadow: #0acaf9 0 1px 0 0 inset;
	background: #009ec3;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #009ec3), color-stop(100%, #035484));
	background-image: -webkit-linear-gradient(top, #009ec3, #035484);
	background-image: -moz-linear-gradient(top, #009ec3, #035484);
	background-image: -o-linear-gradient(top, #009ec3, #035484);
	background-image: linear-gradient(top, #009ec3, #035484);
	border: 1px solid #035484;
	color: white;
	text-shadow: 1px 1px 0px #035484;
}

.formanizr input[type="submit"].fzr_highlight:hover,
.formanizr input[type="reset"].fzr_highlight:hover,
.formanizr button.fzr_highlight:hover,
.formanizr .frz-button.fzr_highlight:hover {
	background: #035484;
	background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #009ec3), color-stop(100%, #035484));
	background-image: -webkit-linear-gradient(bottom, #009ec3, #035484);
	background-image: -moz-linear-gradient(bottom, #009ec3, #035484);
	background-image: -o-linear-gradient(bottom, #009ec3, #035484);
	background-image: linear-gradient(bottom, #009ec3, #035484);
}

.formanizr input[type="submit"][disabled=disabled],
.formanizr input[type="reset"][disabled=disabled],
.formanizr button.disabled,
.formanizr .fzr_button.disabled,
.formanizr input[type="submit"].fzr_highlight[disabled=disabled],
.formanizr input[type="reset"].fzr_highlight[disabled=disabled],
.formanizr button.fzr_highlight.disabled,
.formanizr .fzr_button.fzr_highlight.disabled,
.formanizr input[type="submit"][disabled=disabled]:hover,
.formanizr input[type="reset"][disabled=disabled]:hover,
.formanizr button.disabled:hover,
.formanizr .fzr_button.disabled:hover,
.formanizr input[type="submit"].fzr_highlight[disabled=disabled]:hover,
.formanizr input[type="reset"].fzr_highlight[disabled=disabled]:hover,
.formanizr button.fzr_highlight.disabled:hover,
.formanizr .fzr_button.fzr_highlight.disabled:hover {
	top: 0 !important;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	cursor: not-allowed;
	background: #f9f9f9;
	color: #999999;
	text-shadow: none;
}

.formanizr input[type="submit"].fzr_highlight[disabled=disabled],
.formanizr input[type="reset"].fzr_highlight[disabled=disabled],
.formanizr button.fzr_highlight.disabled,
.formanizr .fzr_button.fzr_highlight.disabled,
.formanizr input[type="submit"].fzr_highlight[disabled=disabled]:hover,
.formanizr input[type="reset"].fzr_highlight[disabled=disabled]:hover,
.formanizr button.fzr_highlight.disabled:hover,
.formanizr .fzr_button.fzr_highlight.disabled:hover {
	background: #9abdd0;
	color: #e1ebf1;
}

/* @end */

/* @group Icons */

[class^="fzr_icon-"] {
	background-position: 5px center;
	background-repeat: no-repeat;
	padding-left: 30px !important;
}

/****
* icon images
*/

.fzr_icon-time {
	background-image: url(../img/formanizr/icons/time.png);
}


.fzr_icon-date {
	background-image: url(../img/formanizr/icons/date.png);
}


.fzr_icon-search {
	background-image: url(../img/formanizr/icons/search.png);
}


.fzr_icon-email {
	background-image: url(../img/formanizr/icons/email.png);
}


.fzr_icon-url {
	background-image: url(../img/formanizr/icons/url.png);
}


.fzr_icon-phone {
	background-image: url(../img/formanizr/icons/phone.png);
}


.fzr_icon-number {
	background-image: url(../img/formanizr/icons/number.png);
}


.fzr_icon-range {
	background-image: url(../img/formanizr/icons/range.png);
}

/* @end */

/* @group Gridsystem */

.fzr_row {
	margin: 0 0 1.5em -1.66667%;
}

.fzr_row:before, .fzr_row:after {
	content: " ";
	display: table;
}

.fzr_row:after {
	clear: both;
}

.fzr_row {
	*zoom: 1;
}

.fzr_col {
	display: block;
	float: left;
	text-align: left;
	margin-left: 1.66666666666%;
	vertical-align: middle;
}

.fzr_1 {
	width: 6.6666666666667%;
}


.fzr_2 {
	width: 15.0%;
}


.fzr_3 {
	width: 23.333333333333%;
}


.fzr_4 {
	width: 31.666666666667%;
}


.fzr_5 {
	width: 40%;
}


.fzr_6 {
	width: 48.333333333333%;
}


.fzr_7 {
	width: 56.666666666667%;
}


.fzr_8 {
	width: 65.0%;
}


.fzr_9 {
	width: 73.333333333333%;
}


.fzr_10 {
	width: 81.666666666667%;
}


.fzr_11 {
	width: 90%;
}


.fzr_12 {
	width: 98.333333333333%;
}


.fzr_alpha {
	margin-left: 0px;
}


.fzr_omega {
	margin-right: 0px;
}

/* @end */

/* @group Responsive */

@media only screen and (max-width: 767px) {

	.formanizr {
		-webkit-text-size-adjust: none;
		-ms-text-size-adjust: none;
	}


	.fzr_row {
		margin: 0;
	}


	.fzr_col {
		width: 100%;
		float: none;
		margin-left: 0;
		margin-bottom: 0.5em;
	}


	.fzr_inline {
		margin-bottom: 1em;
	}


	.formanizr label {
		margin: 0 0 0.5em 0;
		display: block;
	}


	.formanizr .fzr_inline label,
	.formanizr label.fzr_inline {
		margin: 0.857em 1.4em 0.214em 0.214em;
	}


	.formanizr input,
	.formanizr select,
	.formanizr textarea,
	.fzr_button,
	input[type="submit"],
	input[type="reset"],
	button {
		margin: 0 0 1em 0 !important;
		width: 100%;
	}


	.fzr_large,
	.fzr_medium,
	.fzr_small {
		width: 100% !important;
		margin-bottom: 1em;
	}


	.fzr_right,
	.fzr_right .fzr_col {
		text-align: left;
	}

	/* clearfix col */

	.fzr_col:before, .fzr_col:after {
		content: " ";
		display: table;
	}

	.fzr_col:after {
		clear: both;
	}
	/* line 16, ../sass/_mixins.scss */
	.fzr_col {
		*zoom: 1;
	}
}

/*
* example media queries
*
* Smaller than standard 960 (devices and browsers)
@media only screen and (max-width: 959px) {}
*
* Tablet Portrait size to standard 960 (devices and browsers)
@media only screen and (min-width: 768px) and (max-width: 959px) {}
*
* All Mobile Sizes (devices and browser)
@media only screen and (max-width: 767px) {}
*
* Mobile Landscape Size to Tablet Portrait (devices and browsers)
@media only screen and (min-width: 480px) and (max-width: 767px) {}
*
* Mobile Portrait Size to Mobile Landscape Size (devices and browsers)
@media only screen and (max-width: 479px) {}
*
*/

/* @end */

/* @group Print */

@media print {

	.formanizr {
	}

	.formanizr [class^="fzr_icon-"] {
		background-image: none;
		background-repeat: no-repeat;
		padding-left: 0.571em !important;
	}
}

/* @end */
