/** BTU overwrite **/

/**
 * color border: 		#CCCCCC
 * color bg grey:		#ECEBE6
 * color hover grey:	#D8D6CC
 * color box greay:		#F7F6F4
 * 
 * color blue: 			#00AFD3
 * color orange:		#FF9933
 */

*,
:after,
:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body,
html {
	font-size: 14px;
}

body {
	background: #fff;
	color: #333;
	padding: 0;
	margin: 0;
	font-family: Verdana,sans-serif,Helvetica,Arial;
	font-weight: 400;
	font-style: normal;
	line-height: 1.5;
	position: relative;
	cursor: auto;
	/* TODO: */
	max-width: 600px;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
	display: block;
}

a {
	color: #00afd3;
	text-decoration: none;
	line-height: inherit;
	background: 0 0;
}

a:focus,
a:hover {
	color: #004554;
}

a img {
	border: none;
}

img {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	height: auto;
	-ms-interpolation-mode: bicubic;
	border: 0;
}

dl,
ol,
ul {
	font-size: 14px;
	line-height: 1.6;
	margin-bottom: 20px;
	list-style-position: outside;
	font-family: Verdana,sans-serif,Helvetica,Arial;
}

ul {
	margin-left: 15px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.headTitle {
	font-family: Verdana,sans-serif,Helvetica,Arial;
	font-weight: 400;
	font-style: normal;
	color: #222;
	text-rendering: optimizeLegibility;
	margin-top: 10px;
	margin-bottom: 15px;
	line-height: 1.4;
	padding: 0px;
}

h1,
.headTitle {
	font-size: 24px;
}

h2 {
	font-size: 20px;
}

h3 {
	font-size: 18px;
}

p {
	font-family: Verdana,sans-serif,Helvetica,Arial;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.6;
	margin-bottom: 20px;
	text-rendering: optimizeLegibility;
}

input[type=button],
input[type=text],
input[type=password],
input[type=submit],
textarea,
select,
option {
	font-family: Verdana,sans-serif,Helvetica,Arial;
}

.inputText,
.inputPassword,
.inputTextAdded,
.selectList,
.formularStandardInputText,
.formularStandardSelectlist,
input[type=text],
input[type=password],
input[type=email],
select,
textarea {
	font-size: 14px;
	line-height: 1.6;
	text-indent: 3px;
	outline-color: #00afd3;
	border: solid 1px #ccc;
	padding: 2px;
    outline-color: #00afd3;
}

.selectList,
.formularStandardSelectlist,
select {
	text-indent: 1px;
}

.formularStandardBirthday span {
	padding: 0px 3px;
}

input[type=text],
input[type=password],
input[type=email],
select,
.inputTextAdded {
	height: 32px;
}

textarea {
	text-indent: 0px;
	padding: 5px;
}

input[type=radio],
input[type=checkbox] {
	display: none;
}

input[type=checkbox] + label:before {
	font-family: 'FontAwesome';
	display: inline-block;
	color: #00afd3;
	font-size: 20px;
	line-height: 21px;
	position: relative;
	z-index: 1;
	vertical-align: text-top;
    min-width: 28px;
    padding: 0px 8px 8px 0px;
}

input[type=checkbox] + label:before {
	content: "\f096";
}

input[type=checkbox]:checked + label:before {
	content: "\f046";
}

input[type=radio] + label:before {
	font-family: 'FontAwesome';
	display: inline-block;
	color: #00afd3;
	font-size: 20px;
	position: relative;
	z-index: 1;
    vertical-align: top;
}

input[type=radio] + label:before {
	content: "\f10c";
}

input[type=radio]:checked + label:before {
	content: "\f00c";
}

input[type=button],
input[type=submit],
.forwardButton,
.backButton {
	font-size: 14px !important;
	line-height: 1.6;
	padding: 5px 12px 5px 12px;
	background-color: #00afd3;
	color: #FFF !important;
	position: relative;
	border: none;
	outline-color: #00afd3; 
	width: auto;
}

.forwardButton,
.backButton {
	margin-right: 0px;
}

.backButton {
	background-color: #888 !important;
}

/** spans/layout **/

.span-wrapper {
	font-size: 0.01pt;
}

[class^=span]:not(.span-wrapper) {
	font-size: 14px;
	display: inline-block;
	vertical-align: top;
}

.span12 { width: 100%; }
.span11 { width: 91.666%; }
.span10 { width: 83.333%; }
.span9 { width: 75%; }
.span8 { width: 66.666%; }
.span7 { width: 58.333%; }
.span6 { width: 50%; }
.span5 { width: 41.666%; }
.span4 { width: 33.333%; }
.span3 { width: 25%; }
.span2 { width: 16.666%; }
.span1 { width: 8.333%; }

/** accordion panel **/

.accordion-wrapper > h1:not(.no-accordion),
.accordion-wrapper > h2:not(.no-accordion) {
	background-color: #ecebe6;
	color: #00afd3;
	padding: 14px 42px 14px 14px;
	font-weight: bold;
	font-size: 16px;
	line-height: 1.6;
	margin: 0px 0px 1px 0px;
	cursor: pointer;
	position: relative;
	
	-webkit-transition: background-color 200ms ease-in-out;
	-moz-transition: background-color 200ms ease-in-out;
	-o-transition: background-color 200ms ease-in-out;
	-ms-transition: background-color 200ms ease-in-out;
	transition: background-color 200ms ease-in-out;
}

.accordion-wrapper > h1:not(.no-accordion):after,
.accordion-wrapper > h2:not(.no-accordion):after {
	position: absolute;
	right: 8px;
	top: 50%;
	content: "";
	display: block;
	width: 0;
	height: 0;
	border: inset 8px;
	margin-top: -8px;
	border-color: transparent transparent transparent #00afd3;
	border-left-style: solid;
}

.accordion-wrapper > h1.active:not(.no-accordion):after,
.accordion-wrapper > h2.active:not(.no-accordion):after {
	border-color: #00afd3 transparent transparent;
	right: 14px;
	margin-top: -4px;
}

.accordion-wrapper > h1:not(.no-accordion):hover,
.accordion-wrapper > h2:not(.no-accordion):hover {
	background-color: #d8d6cc;
	color: #008ca9;
}

.accordion-wrapper > h1:not(.no-accordion):hover:after,
.accordion-wrapper > h2:not(.no-accordion):hover:after {
	border-color: transparent transparent transparent #008ca9;
}

.accordion-wrapper > h1.active:not(.no-accordion):hover:after,
.accordion-wrapper > h2.active:not(.no-accordion):hover:after {
	border-color: #008ca9 transparent transparent;
	right: 14px;
	margin-top: -4px;
}

.accordion-wrapper > h1:not(.no-accordion) + div,
.accordion-wrapper > h2:not(.no-accordion) + div {
	padding: 0 0px;
	max-height: 0;
	overflow: hidden;
	opacity: 0;
	transition: opacity 250ms ease-in-out;
}

.accordion-wrapper > h1:not(.no-accordion) + div.show,
.accordion-wrapper > h2:not(.no-accordion) + div.show {
	padding: 20px 0px;
	max-height: 100%;
	opacity: 1;
}


/**
 * 	resetting the old stuff
 */


.forgotPNWrapper,
.newPNSent {
	font-size: 14px;
	color: #333 !important;
}

.formularTable,
.registerFormularButtonTable  {
	width: 100%;
	font-size: 14px;
	color: #333; 
}

.formularTable td {
	padding-bottom: 15px;
}

.formularTable td input[type=text],
.formularTable td input[type=password],
.formularTable td textarea {
	width: 100%;
}

.formularTable td:not([colspan]):first-child {
	padding-right: 20px;
}

.formularFollowTable {
	padding-top: 25px;
	border-top-color: #DDD;
	border-top-style: solid;
}

.formularHr {
	background-color: #DDD;
}

.inputTextAdded {
	float: none;
	display: inline-block;
	background-color: #fff4ea;
}

.headTitle {
	letter-spacing: normal;
	border-bottom-color: #ecebe6;
	padding-bottom: 10px;
	margin: 0px 0px 10px 0px;
}

.subTitle {
	height: auto;
	margin: 0px 0px 20px 0px;
}

.accordion-wrapper + .subTitle {
	margin-top: 20px;
}

.subTitle div {
	font-weight: normal;
	font-size: 24px;
	float: none;
	display: inline-block;
	width: auto;
	margin-right: 10px;
}

.subTitle div:empty {
	display: none;
}

.subTitle span {
	font-size: 24px;
	color: #00AFD3;
	font-weight: normal;
	display: inline-block;
	text-transform: none;
	float: none;
}

.popupWindow {
	position: fixed;
	left: 50%;
	top: 70px;
	width: 475px;
	max-width: 100%;
	margin: 0px 20px;
	transform: translateX(-200px);
	visibility: visible;
	display: none;
	border-color: #00AFD3;
}

.popupContent {
	font-size: 13px;
	padding: 20px 20px;
	background: #FFF;
}

.popupHead {
	border-bottom: none;
	background-color: #00AFD3;
	padding: 3px 3px 3px 20px;
	height: auto;
}

.popupTitle {
	color: #FFF;
	margin: 0px;
	font-size: 14px;
	line-height: 29px;
}

.popupClose {
	background: none;
	background-color: #FFF;
	width: 28px;
	height: 28px;
	margin: 0px;
	text-align: center;
}

.popupClose:before {
	font-family: 'FontAwesome';
	display: inline-block;
	line-height: 28px;
	color: #00afd3;
	font-size: 18px;
	content: '\f00d';
	font-weight: normal;
}

/*
.disableWindowAccess {
	opacity: 0.2;
	background-color: #DDD;
}
*/

.seminarContainer {
	width: 100%;
}

.existingUserCell {
	border: none;
}

.existingUserCell div {
	font-size: 12px !important;
}

.existingUserCell input {
	margin: 3px 0px 20px 0px;
}

.newUserSubmit,
.existingUserSubmit,
.existingUserCell input[type=submit] {
	margin: 0px;
}

.forgotPNWrapper input {
	width: 100%;
}

.frontend-form-wrapper {
	margin-top: 20px;
}

.frontend-form-wrapper .span6:first-child {
	padding-right: 20px;
}

.frontend-form-wrapper .span6:last-child {
	padding-left: 20px;
	border-left: 1px solid #CCC;	
}

/*
body.lang-en .newUserSubmit {
	margin-top: 111px;
}
*/

.newUserSubmit {
	margin-top: 119px;
}

.newPNSent {
	font-weight: normal;
}

.forgot-pn-wrapper {
	margin-bottom: 20px;
}

.preLoginTitle {
	color: #FF9933;
	margin-bottom: 20px;
}

#frontend\[gender\] {
	width: 100px;
}

.goback-wrapper {
	margin-top: 20px;
}

.goback-wrapper form {
	text-align: center;
}

/* seminars & consultations */

.empty-list {
	text-align: center;
	margin-top: 20px;
	font-style: italic;
	line-height: 150%;
	color: #AAA;
}

/* seminars */

section.seminars figure {
	margin: 0px 0px 10px 0px;
	display: block;
}

section.seminars figure.accordion-wrapper > h2 {
	display: table;
	width: 100%;
}

section.seminars figure.accordion-wrapper > h2 > * {
	display: table-cell;
	padding: 0px 0px;
	vertical-align: top;
}

section.seminars figure.accordion-wrapper > h2 > *:last-child {
	width: 180px;
	padding-left: 20px;
}

section.seminars figure.accordion-wrapper div.checkbox {
	width: 50px;
	position: relative;
}

section.seminars figure.accordion-wrapper div.checkbox label {
	position: absolute;
	top: 0px;
	left: -14px;
	right: 14px;
	bottom: 0px;
	display: block;
	background-color: #FFF;
}

section.seminars figure.accordion-wrapper div.checkbox input[type=checkbox] + label:before {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -10px 0px 0px -8px;
	height: 20px;
	font-size: 20px;
	width: 20px;
}

section.seminars figure.accordion-wrapper > h2 > span > span {
	display: block;
	text-align: right;
}

section.seminars figure.accordion-wrapper > h2 span.date {
	color: #333;
	font-size: 14px;
	margin: 0px 0px 10px 0px;
}

section.seminars figure.accordion-wrapper > h2 span.status {
	font-weight: normal;
	border: 1px solid #CCC;
	padding: 0px;
	clear: both;
	background-color: rgba(255,255,255,0.8);
	padding: 4px 10px;
	color: #666;
	font-size: 12px;
	text-align: center;
	position: relative;
}

section.seminars figure.accordion-wrapper > h2 span.status .progress {
	display: block;
	background-color: #bdf298;
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	z-index: 0;
}

section.seminars figure.accordion-wrapper > h2 span.status .text {
	position: relative;
	z-index: 1;
}

section.seminars figure.accordion-wrapper > h2 span.status.booked-out {
	border-color: #AA0000;
	color: #AA0000;
	/* background-color: rgba(200,0,0,0.05); */
}

section.seminars figure.accordion-wrapper div.seminar-content > div.inner {
	position: relative;
	width: 100%;
}

section.seminars figure.accordion-wrapper div.seminar-content table.details {
	width: 100%;
	background-color: #F7F6F4;
}

section.seminars figure.accordion-wrapper div.seminar-content table.details td {
	border-spacing: 0px;
	border-collapse: separate;
	vertical-align: top;
	padding: 0px 20px 15px 20px;
}

section.seminars figure.accordion-wrapper div.seminar-content table.details tr:first-child td {
	padding-top: 20px;	
}

section.seminars figure.accordion-wrapper div.seminar-content table.details tr:last-child td {
	padding-bottom: 20px;	
}

section.seminars figure.accordion-wrapper div.seminar-content table.details td:first-child {
	padding-right: 0px;
	min-width: 110px;
	font-weight: bold;
}

section.seminars figure.accordion-wrapper div.seminar-content ul {
	padding-left: 15px;
	margin: 0px;
}


/* registration */
#frontend\[unemployedSince\] {
	width: 35px !important;
}

#frontend\[unemployedSince_label\] {
	width: 100px !important;
	float: none !important;
	display: inline-block;
}

/* participant overview */
.participant-overview-hint {
	margin-top: 20px;
	color: #DD0000;
}

.printCenter tr.session td,
.printCenter tr.in-future td {
	font-style: italic;
}

.printCenter table td {
	font-size: 13px;
	border-color: #EEE;
}

.printCenter table tr:last-child td {
	border-top-color: #FF9933 !important;
} 

.printContentDataFirstRow td {
	background-color: #F7F6F4;
	color: #00AFD3;
}

/* summary */

.summaryButtonRow td {
	border-top-color: #EEE;
	padding-bottom: 0px;
}

.summaryButtonRow td:first-child {
	padding-left: 0px;
}

.summaryButtonRow td:last-child {
	padding-right: 0px;
}

.summaryDataContainer span,
.summaryDataContainer div {
	width: auto;
	display: block;
	float: none !important;
}

.summaryDataContainer div {
	color: #333;
	padding-bottom: 0px;
	font-weight: bold;
}

.summaryDataContainer span {
	padding-bottom: 15px !important;
	overflow: visible;
}

.summarySeminarCell > span {
	color: #00AFD3;
}

.summaryDivider {
	border-bottom: none;
	border-top: 1px solid #EEE;
	padding: 0px 0px 15px 0px;
	margin-bottom: 0px;
}

.finalMessage,
.finalRedirect {
	color: #333;
}

.finalRedirect {
	font-size: 14px;
}

.printCenter {
	font-family: Verdana,sans-serif,Helvetica,Arial;
}


/**
 * 	HELPER
 */


.divider {
	padding: 0px;
	margin: 20px 0px;
}

.center {
	width: 990px;
	margin: 0px auto;
}

.hidden {
	display: none !important;
}

.as_center {
	text-align: center;
}

.as_left {
	text-align: left;
}

.as_right {
	text-align: right;
}

.clearDiv,
.clear {
	float: none !important;
	clear: both;
}

.noselect {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.inline-block {
	display: inline-block;
	vertical-align: top;
}

.as_block {
	display: block;
}

.as_float_left,
.float_left {
	float: left;
}

.as_float_right,
.float_right {
	float: right;
}

.short {
	max-width: 150px !important;
	width: 150px !important;
}

/** media queries **/

@media only screen and (max-width: 600px) {
	.printCenter table {
		max-width: 100%;
	}

	.printCenter table td {
		overflow: hidden;
		text-overflow: ellipsis;
	}
	
	.printCenter table tr:first-child td:last-child {
		font-size: 0.01pt;
	}
	
	.printCenter table tr:first-child td:last-child:after {
		font-size: 13px;
		content: '\03A3';
	}
	
	.summaryTable tr:first-child {
		display: none;
	}
	
	.summaryTable tr:nth-child(2),
	.summaryTable tr:nth-child(2) td {
		display: block;
		width: 100%;
		padding-left: 0px;
		padding-right: 0px;
		border-left: none;
		border-right: none;
	}
}

@media only screen and (max-width: 480px) {
	.newUserSubmit {
		margin-top: 20px;
	}
	
	.span-wrapper {
		font-size: 14px;
	}
	
	[class^=span]:not(.span-wrapper) {
		display: block;
		width: auto;
	}
	
	.preLoginTitle {
		border: none;
		padding: 0px;
	}
	
	.frontend-form-wrapper .span6:first-child {
		padding-right: 0px;
	}
	
	.frontend-form-wrapper .span6:last-child {
		padding: 20px 0px 0px 0px;
		border-left:  none;
		border-top:	1px solid #CCC;
		margin-top: 20px;
	}
}


body[data-standalone="1"] {
	max-width: unset;
}

body[data-standalone="1"] > .content {
	max-width: 600px;
	padding: 20px;
	margin: 0 auto;
}

.back-to-origin a:before {
	font-family: 'FontAwesome';
	padding-right: 10px;
	content: '\f060';
	color: #00AFD3;
}

body[data-standalone="1"] .back-to-origin {
	display: block;
	text-align: center;
	margin-bottom: 20px;
}