@font-face {
font-family: "OpenSans";  src: url(../fonts/OpenSans-Regular.ttf) format("truetype");} 
@font-face {
font-family: "OpenSans Bold";  src: url(../fonts/OpenSans-Bold.ttf) format("truetype");} 
@font-face {
font-family: "OpenSans Semibold";  src: url(../fonts/OpenSans-Semibold.ttf) format("truetype");} 
@font-face {
  font-family: "OpenSans Condensed Light";
  src: url(../fonts/OpenSansCondensed-Light.ttf) format("truetype");
}
@font-face {
  font-family: "OpenSans CondensedBold";
  src: url(../fonts/OpenSansCondensed-Bold.ttf) format("truetype");
}
html, body, div, span, applet, object, iframe, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {	margin: 0;	padding: 0;	border: 0;	vertical-align: baseline;} 
html {
overflow-y: scroll;	-webkit-text-size-adjust: 100%;	-ms-text-size-adjust: 100%;} 
body {
font-family: 'OpenSans';	
color: #444;  
font-size:14px;
background-color: #fafafa;  
margin:0;
padding:0;
} 
h3, b, strong{
	font-family:OpenSans CondensedBold;
	font-weight:300;
	font-size:14px;
	line-height:18px;
	letter-spacing:0.1px;
	margin:3px 0 5px;
	color:#333;
}
b{
	font-size:13.7px;
}
a, a:hover, a:visited {
	text-decoration:underline; 
	outline: none; 
	color: #C10076;
	cursor:pointer;
}
a:hover {
	/* text-decoration:underline; */
} 
table{
	border:0px solid red;
	width:100%;
	border-style: outset;
	border-spacing: 0px;
	border-collapse: collapse;
	border-collapse: separate;
}
td{
	padding:0;
	margin:0;
	vertical-align:bottom;
}
input[type=checkbox]{
	margin:0 5px 0 0;
}
input[type=email], input[type=text], input[type=password], select, textarea{
	-webkit-appearance: none;
	-moz-appearance:    none;
	appearance:         none;
	border: 1px solid #ccc; 
	border-radius: 2px; 
	/* font-family: inherit;  */
	font-size:12px;
	line-height: 13px;
	padding: 0px 0 2px 5px;
	height:23px;
	color:#333;
	box-sizing: border-box;
	width:100%;
	background:#fff;
}
textarea{
	line-height: 18px;
	padding: 6px 0 5px 7px;
	height: 70px;
	margin:0;
} 
select{
	padding: 0px 0px 1px; 
	font-size: 11.5px;
	line-height:12px;
	/* height:23px; */
	box-sizing:border-box;
	cursor: pointer;
	text-align:center;
	text-align-last: center;
   -ms-text-align-last: center;
   -moz-text-align-last: center;
	background-image:url(../src/select_toggle.svg);
	background-repeat:no-repeat;
	background-position:right 7px top 8.6px;
	background-size:10px 5px;
	width:104px;
	background-color:#fff;
	
	/* D I G I T A L */
	
	width: 88px;
	font-size: 10.5px;
	letter-spacing: -0.3px;
	line-height: 11px;
	padding: 0 0 1px 0;
	
	/* siehe: get_parkour_form.php */
} 
option{
	/* font-family:OpenSans CondensedBold;
	font-size:13px; */	
	/* padding: 2px 3px 3px 3px;
	height:22px;
	font-size:14px;  */
	/* text-align:center;
	text-align-last: center;
   -ms-text-align-last: center;
   -moz-text-align-last: center; */
}
.selected{
	background-image:none;
}
/* select:hover{
	background-image:url(../src/select_toggle.svg);
	background-repeat:no-repeat;
	background-position:right 7px top 8.5px;
	background-size:11px 5.5px
}  
.selected:hover{
	background-image:none;
} */
.selected_3, .green{
	background-color:#ebf5c5;
	color:#7e9624;
}	
.selected_2, .yellow{
	background-color:#f7ecbe;
	color:#c39d00;
}
.selected_1, .red{
	background-color:#fddfc8;
	color:#cc7749;
}
.selected_0, .grey{
	background-color:#e0e0dd;
	color:#858582;
}
input[type=text]:disabled{
	/* background:#fff; */
	color:#555;
}
button:active, input[type=submit]:active{
	-webkit-appearance: none;
	-moz-appearance:    none;
	appearance:         none;
	background: #3d9999;
}
input[type=submit], button, #overlay .submit, .head-menu input[type=submit], .wrapper .head-menu button, .head-menu .submit, .submit{
	padding: 12px 12px 14.5px; 
	border:1.4px solid #fff;
	border-radius: 0px;
	cursor: pointer;
	font-family: 'OpenSans';
	font-size: 11.5px;
	line-height: 1px;
	height:23px;
	font-weight: 500;
	text-align: center;
	text-decoration: none;
	color: #fff;
	text-shadow: none;
	vertical-align: middle;
	background: #C10076;
	/* border-color: #c84147; */
 	-webkit-box-shadow: none;
 	box-shadow: none;
	letter-spacing:1px;
	text-transform:uppercase;
	-webkit-appearance: none;
	-moz-appearance:    none;
	appearance:         none;
}
.save.small{
	position:static;
	margin: 7px 2px 1px 0;
	padding:10.5px 10px 12px;
}

.searchform input[type="text"]{
	box-sizing:border-box;
	background:#fff url(../src/lupe.png)no-repeat left 6px top 5px;
	background-size: 15px 15px;
	color: #6f6a57;
	height:26px;
	padding: 2px 3px 3px 25px;
	border: 1px solid #f4f4f2;
	border-radius:5px;
	font-size: 12.5px;
	letter-spacing:-0.5px;
	line-height: 15px;
	box-shadow: 1px 1px 3px #aaa inset;
	/* border-radius: 7px; */
	margin:6px 0 5px 0;
	float:right;
	width:100%;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #777;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #777;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #777;
}
:-moz-placeholder { /* Firefox 18- */
  color: #777;
}

#searchsubmit, .screen-reader-text{
	display:none;
}
option{
	border-bottom: 1px solid #ddd;
}
button::-moz-focus-inner, input[type=submit]::-moz-focus-inner{
  border: 0;
}
.neu{
color:#C10076;
font-size: 12px;
letter-spacing: 0;
text-decoration: underline;
cursor:pointer;
margin: 4px 0 0 0;
}
.neu img{
 float:left;
 margin: 3px 3px 9px 7px;
 width: 13px;
 height: 13px;
}

/*//////////// H E A D E R (.site-header) //////////////*/

.site-header {
	box-sizing:border-box; 
	background:none; 
	z-index:1111; 
	text-align:left; 
	overflow:hidden;
	box-sizing:border-box;
	margin:7px auto 0px;
} 
.logo{
	height: 50px;
}

.header-title{
	font-family: OpenSans CondensedBold;
	color:#ccc;
	/* text-transform:uppercase; */
}


.wrapper{
	box-sizing:border-box; 
	margin:0 auto;
	clear:both; 
	overflow: hidden; 
	text-align:left;
	width: 770px;
	transform-origin: 35% 0px;
	transform: scale(0.95);
}

.filter-menu{
	margin:10px 0 0;
	overflow:hidden;
}
.second-filter-menu{
	clear:both; 
	float:left;
	width:100%;
	margin:3px 0 0 0;
}
.filter{
	width:100%;
	/* float:left;  */
	box-sizing:border-box;
	margin: 0 0px 7px 0;
}
.count{
	margin:6px 0 10px 0px;
	float:left;
}
.count b{
	color:#e85259;
}
.order{
	float:left;
	display:none;
}
.namen{
	float:left;
	font-family: "OpenSans CondensedBold";
	font-size:12pt;
	/* line-height:14.5pt; */
	line-height:16pt;
	letter-spacing:0;
	cursor: pointer;
	margin: 3px 2px 0px 8px;
}
.auswahl{
	padding:0 0 0 12px;
}
.klasse{
	/* margin:50px 0 0 0; */
}
.klasse .namen{
	float:none;
	border-bottom:1px solid #bbb;
	padding:0 0 4px 0;
	margin:4px 15px 0 0;
}
.klasse label{
	cursor:pointer;
}
.klasse label:hover{
	color:#C10076;
}
.vorname{
	font-family: "OpenSans";
	font-weight:normal;
	font-size:10.8pt;
}
.vorname .blank{
	letter-spacing:-1.5px;
}
.spalte{
	float:left;
	width:33.3%;
}
.spalte .checkbox{
	margin:0 7px 0 0;
}
/* .namen:hover{
	color:#e85259;
} */
.menu{
	/* overflow:hidden;
	clear:both;
	margin:-1px 0 5px; */
	color: #C10076;
	position: absolute;
	top: 25px;
	right: 2px;
}
.link{
	text-decoration:underline;
	cursor:pointer;
}
.menu-link, .menu-link:active, .menu-link:visited, .menu-link:hover{
	float:left;
	cursor:pointer;
	margin:0 0 0 4px;
	background:#ccc;
	width:100px;
	text-align:center;
	color:#fff;
	text-transform:uppercase;
	font-size:11px;
	padding:3px 0;
	padding: 3px 0;
	letter-spacing: 0.5px;
	text-decoration:none;
	text-transform:uppercase;
}
.menu-link.active.icon, .menu-link.active.icon:active, .menu-link.active.icon:visited, .menu-link.active.icon:hover{
	text-transform:none;
}
.menu-link.active, .menu-link:hover{
	background:#C10076;
}
.berater{
	float:right; margin: 5px 0px 0 0px; font-size:12.5px; display:none; color:#888;
}
.menu-item{
	cursor:pointer;
	color:#e85259;
	margin: 0px 2px 0px 8px;
	float:left;
}
.menu-item.abbruch{
	background-image:url('https://zukunftimberuf.de/intern/src/exit.svg');
	background-repeat:no-repeat;
	background-size: 100%;
	width: 17.5px;
	height: 18.5px;
	margin: 0px 8px 3px 0;
	float:right;
}
.menu-item.abbruch.negativ{
	background-image:url('https://zukunftimberuf.de/intern/src/exit_rot.svg');
}
.p-count{
	float: right;
	width: 14px;
	height: 14px;
	color: #fff;
	text-align: center;
	font-family: "OpenSans CondensedBold";
	font-size: 10.7px;
	line-height: 13px;
	padding: 0 1px 0 0;
	margin: 2px 0 0 3px;
	border-radius: 10px;
}
.checkliste{
	/* width: 12px;
	height: 12px;
	border-radius: 10px;
	background-repeat: no-repeat;
	background-size:12px auto;
	text-align: center;
	position: relative;
	float:right;
	top: 0px;
	right: 0.7px;
	z-index:3; */
	width: 14.8px;
	height: 14.8px;
	border-radius: 10px;
	background-repeat: no-repeat;
	background-size: 14.7px auto;
	text-align: center;
	margin: 2px 0 0 3px;
	float:right;
}
.trash{
	display:none;
	float: right;
	width: auto;
	height: 18.5px;
	margin: 5px 5px 0px 0px;
	cursor:pointer;
}
/* TRS-switch */
.trs{
	float:right;
	margin:7px 8px 0 0px;
	height: 10px;
}
.switch {
  position: relative;
  display: inline-block;
  width: 26px;
  height: 14px;
}
.switch input {display:none;}
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #e85259;
  -webkit-transition: .1s;
  transition: .1s;
}
.slider:before {
  position: absolute;
  content: "";
  height: 10px;
  width: 10px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .1s;
  transition: .1s;
}
input:checked + .slider {
  background-color: #3d9999;
}
input:focus + .slider {
  box-shadow: 0 0 1px #3d9999;
}
input:checked + .slider:before {
  -webkit-transform: translateX(12px);
  -ms-transform: translateX(12px);
  transform: translateX(12px);
}
.slider.round {
  border-radius: 24px;
}
.slider.round:before {
  border-radius: 50%;
}

/* Content */
.content{
	clear:both;
	overflow:hidden;
	margin: 0px 0px 0px 0;
	border-top: 0px solid #ddd;
}
.content label, #overlay label{
	display: block;
	font-family: OpenSans CondensedBold;
	font-size: 13px;
	letter-spacing: 0.4px;
	color: #fff;
	margin: 3px 0 4px;
}
.content label{
	
}
.get_content{
	clear:both;
}
.table{
	/* display:table; */
	width:100%;
}
.gender{
	margin: 10px 0 3px 0;
}
.gender label{
	margin:0;
}
.acc{
	background-color: #fafafa;
 	border: 1px solid #ddd;
	box-shadow: 2px 2px 3px 0px #f1f1f1;
	border-radius: 4px;
	overflow:hidden;
	box-sizing:border-box;
	/* padding:1px 8px 3px 8px; */
	margin:0 0 4px 0px;
	font-size:10.3pt;
	clear:both;
}
.acc.item{
	background-color: #C10076;
 	border: 0;
	box-shadow: none;
	border-radius: 0;
	color: #fff;	
	font-family:OpenSans;
	font-weight:normal;
	font-size:12px;
	margin: 0 0 3px;
}
.acc-toggle{
	padding: 3px 2px 5px 7px;
	cursor:pointer;
}
.loading-img{
	width: 23px;
	height: auto;
	opacity: 0.8;
	margin: 3px 0 -1px 3px;
	display: inline-block;
}
.acc.item .betreff, .acc.item .betrieb{
	font-family:OpenSans CondensedBold;
	font-size:13.6px;
	line-height:13px;
	/* display:block; */
	margin:0 0 4px;
	letter-spacing:0.1px;
}
.acc.item .berater{
	float:right;
	margin:0 7px 0 0;
	display:none;
}
.acc.item .traeger{
	font-style:italic;
}
.acc-toggle .datum{
	margin:0 8px 0 0;
}
.pdf_download{
	font-size: 12px; 
	margin:5px 0 0 8px;
	display:none;
}
.zertifikat{
	float:right; 
	margin:2px 5px 7px 0;
	/* clear:both; */
	display:none;
}
.zertifikat-link{
	cursor: pointer;
    display: block;
    float: right;
    border: 1px solid #fff;
    line-height: 10px;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 0.3px;
    padding: 2px 3.5px 0px;
    margin: 0px 0 0 6px;
	height:12.5px;
}
.praktikum-abbruch{
	background-image:url('https://zukunftimberuf.de/intern/src/exit_weiss.svg');
	background-repeat:no-repeat;
	background-size: 100%;
	width: 16px;
	height: 19px;
	margin: 0px 0.3px 0px 0px;
	float: left;
	cursor: pointer;
}
.cronjob{
	background-image:url('https://zukunftimberuf.de/intern/src/uhr.svg');
	background-repeat:no-repeat;
	background-size:100% 100%;
	/* width: 14.8px;
	height: 15.2px;
	margin: 0px -1px 0 5px; */
	width:18.5px;
	height:17.5px;
	margin: -0.3px -1px 0 3px;
	float:left; 
	cursor:pointer;
}
.cronjob.canceled{
	background-image:url('https://zukunftimberuf.de/intern/src/uhr_aus.svg');
}
.tooltip{
    background: #444;
	color:#eee;
    padding: 0px 5px;
    font-size: 10.1px;
    margin: -5px 0 0 5px;
	line-height:16px;
	height:17.5px;
	box-sizing:border-box;
	opacity:0;
	position:absolute;
	transition: all 0.25s;
	pointer-events:none;
	z-index:100;
}
.tooltip.in{
    margin: -15px 0 0 15px;
	opacity:1;
}
.download-pdf{
	background-image:url('https://zukunftimberuf.de/intern/src/PDF.svg');
	background-repeat:no-repeat;
	background-size:100% 100%;
	width: 19px;
	height: 18px;
	margin: -1px 0px -2px 3px;
	float:left; 
	cursor:pointer;
}
.anfordern{
	background-image:url('https://zukunftimberuf.de/intern/src/anfordern.svg');
	background-repeat:no-repeat;
	background-size: 100%;
	width: 17.5px;
	height: 17px;
	margin: 1.7px 0px 0px 5px;
	float: left;
	cursor: pointer;
}
.angefordert{
	background-image:url('https://zukunftimberuf.de/intern/src/angefordert.svg');
	background-repeat:no-repeat;
	background-size: 100%;
	width: 20px;
	height: 18px;
	margin: -1px -2.5px 0px 5px;
	float: left;
	cursor: pointer;
}
.anfordern:active{
	background-image:url('https://zukunftimberuf.de/intern/src/anfordern_active.svg');
}
.angefordert:active{
	background-image:url('https://zukunftimberuf.de/intern/src/angefordert_active.svg');
}
.zertifikat-link.download{
	background:#3d9999;
}
.zertifikat-link:active{
	background:#3d9999;
}
.zertifikat-link.download:active{
	background:#C10076;
}
.teilnehmer-liste{
margin:20px 0 0 0; clear:both;
}
.teilnehmer{
	margin:0 0 5px;
	border-radius:3px;
	box-shadow: 2px 2px 3px 0px #eee;
}
ol, ul {
    line-height: 20px;
    margin: 0;
    padding: 0;
    list-style: none;
    list-style-position: outside;
    list-style-position: outside;
}
ul {
    margin: 4px 0 0px;
    width: 97%;
    /* border-top: 1px dashed #bbb; */
}
li {
    padding: 2px 0px 3px 16px;
    border-top: 1px dashed #aaa;
    background: url('../src/pfeil.svg') no-repeat;
	/* background-position-x: 0%;
	background-position-y: 0%; */
	background-size:12px;
	background-position: 0px 7px;
	font-size:12.5px;
}
.positiv li {
    background-image: url('../src/plus.svg');
}
.negativ li {
    background-image: url('../src/minus.svg');
}
.title{
	font-family:OpenSans CondensedBold;
	font-size:30px;
	color:#bbb;
	margin:0px 0 5px;
}
.teilnehmer-liste{
	margin:0 10px;
}
.teilnehmer.active{
	/* border:1px solid #C10076; */
}
.assessment{
	overflow:hidden; 
	display:none;
}
/* .durchgang{
	overflow:hidden; 
	display:none;
} */
.kompetenzen{
	font-size:12.5px; 
	line-height: 23px; 
	overflow:hidden; 
	border-top:0; 
	padding: 1px 7px 5px;
	display:none;
	border:1px solid #ccc;
	border-radius:0 0 4px 4px;
}
.table{
	/* display:table; */
}
.row{
	clear:both;
	overflow:hidden;
	/* padding:3px 0px 3px 1px; */
	border-bottom:1px solid #bbb;
	position:relative;
}
.cell{
	/* display:table-cell; */
	float:left;
	vertical-align:top;
	padding:2px 0 5px 0;
	height:30px;
	box-sizing:border-box;
}
.table.last .cell{
	border:0;
	padding:5px 0 5px 0;
}
.table.last .cell input[type=text]{
	height:24px
}
.kompetenz{
	width:30%;
	/* padding:5.5px 0 0 0; */
}
.cell.feld{
	padding:3px 3px;
	width:68px;
	float:left;
}
.cell.button{
	padding:3px 0px 0 2px;
	width:25px;
	background-image:url('../src/save_grau.svg');
	background-repeat: no-repeat;
	background-position: top 3px right;
	background-size:23px;
	cursor:pointer;
	position:absolute;
	top:2px;
	right:5px;
}
.changed .button{
	background-image:url('../src/save_active.svg');
}
.form .save, .save.select{
	background:#d5d5d1;
	border:0;
}
.save.select{
	margin: 10px 15px 0 0;
}
.form.changed .save, .changed .save.select{
	background:#C10076;
}
.bewertung{
	padding: 2px 3px 4px;
}
.notizen{
	width:57%;
	padding-left:5px;
}
.name, .toggle{
	margin:0px; 
	padding:3.5px 10px 5px;  
	font-family:OpenSans CondensedBold; 
	font-size:15px;
	color:#333; 
	cursor:pointer;
	background:#fafafa;
	transition:all 0.3s;
	border-radius:3px;
	border: 1px solid #ccc;
}
.teilnehmer.active .name{
	border: 1px solid #C10076;
	background:#C10076;
	color:#fff;
	border-radius:3px 3px 0 0;
}
.toggle{
	background:#d5d5d1;
	border-radius:0;
	padding: 2.5px 10px 4px;
	margin: 4px 0 0 0;
	border: 0;
	font-size: 13.9px;
}
.info-toggle{
	width: 16px;
	height: auto;
	margin: 4px 10px 0px 0;
	float: right;
	cursor:pointer;
}
.info-text{
	line-height:16px;
	padding:3px 0 3px;
	border-bottom:1px solid #bbb;
	overflow:hidden;
	display:none;
	/* transition:all 0.3s; */
}
.positiv, .negativ{
	float:left;
	width:48.9%;
	padding:0 5px 0 5px;
}.negativ{
	padding:0 5px 0 0;
}
.kompetenzfeld{
	padding: 3px 0 2px 3px;
	color:#C10076;
	width:94px;
}
.kompetenzfeld b{
	/* color:#C10076; */
}
.parkour .row:last-of-type{
	border-bottom:0;
}
.kompetenzen .table:last-of-type .row{
	border-bottom:0;
}
.left, .right{	
	box-sizing:border-box;
	width:100%;
	overflow:hidden;
	margin:0px 0;
	padding: 0 10px;
}
.right{
	/* position:relative; */
}
.stammdaten{
	position:relative;
	background:#C10076;
	padding:5px 0px 12px 8px;
	overflow:hidden;
}
.stammdaten.get_content{
	/* padding:5px 8px 12px 8px; */
}
.float.check-boxen{
	float:left; 
	margin:5px 0 7px 0; 
	box-sizing:border-box;
	/* overflow:hidden; */
}
.check{
	padding: 0px 0 0;
	display:none;
}

.check + label{
	/* padding: 0px 0 0 22px; */
	line-height:17px;
	background-repeat: no-repeat;
	background-size: 16px;
	background-position: 0 3px;
	background-image:url('../src/uncheck.svg');
}
.check:not(:checked) + label{
	color:#444;
	background-image:url('../src/uncheck.svg');
}
.check + label:hover{
	background-image:url('../src/check_hover.svg');
	color:#C10076;
}
.check:checked + label{
	color:#C10076;
	background-image:url('../src/check.svg');
}
.abbruch-check{
	float: left; width: 13px; height: 13px; position: relative;top: 3px; margin: 0 2px 0 0;
	background-image:url('https://zukunftimberuf.de/intern/src/check.svg');
	background-size:13px 13px;
}
.abbruch-check.uncheck{
	background-image:url('https://zukunftimberuf.de/intern/src/uncheck.svg');
}
.datum{
	width: 27%;
	display: inline-block;
	margin: 0 4.5% 0 0;
	padding: 1px 0px 2px 0px;
}
.toggle .datum{
	width:65px;
}
.datum.jahr{
	width:37%;
	margin:0;
}
.kontaktdaten{
	/* width:100%; */
}
.float{
	box-sizing:border-box;
	width:100%;
	padding:0 8px 0 0;
}
@media screen and (max-width: 374px) {
	.float.nachname{
		margin-top:10px;
	}
}

/*///////////  L O G I N  ///////////*/

.login{
	clear:both; overflow:hidden; padding:100px 0 0 0
}
.login-form{
	margin:0 auto;
	text-align:left;
	width:210px;
}
.login .label{
	padding: 10px 0 5px 0;
}
.login-form .input{
	text-align:center;
	/* text-align:center; */
	box-sizing:border-box;
	padding:2px 5px 5px 5px;
	width: 100px;
}

.help{
	font-size:12px;
	line-height:16px;
	/* height:30px; */
	color:#aaa;
	font-family:"OpenSans";
	font-weight:400;
}
.help h3{
	font-size: 11pt;
	line-height:16pt;
	letter-spacing:-0px;
	font-family: OpenSans CondensedBold;
	margin:0 0 -2px 0;
	color:#bbb;
}
.antwort{
	font-size: 10pt;
	line-height:13pt;
	letter-spacing:-0px;
	/* font-family: OpenSans CondensedBold;*/
	color:#ff9000;
	/* height:30px; */
	margin: 25px 0 0 0;
}

.open{
	max-height:300px;
	transition: all 0.8s;
}
.closed{
	max-height:33px;
	transition: all 0.5s;
	background-color: #fafafa;
}
.plus{
 	float:right;
	margin:7px 10px 0px 0px;
	background:#464646 url(../src/toggle.png)no-repeat  4px 1px;
	width:14px; height:14px;	
	background-size: 84%;		
 	webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px;
	cursor:pointer;
	}
.closed .plus{
 	transform: none;
	background-position: 2px -2px;
	background-color: #ff9000;
	transition: all 0.4s ease-in-out;
 	}
.open .plus{
 	transform: none;
 	background-position: 2px -20px;
	background-color: #8d8c8c;
	transition: all 0.4s ease-in-out;
 }

.symbol, .data-item{
	display: table-cell;
	/* height:26px; */
	box-sizing:border-box;
	vertical-align:top;
	padding:0px;
}
.symbol img{
	position:relative;
	width: auto;
	height: 16px;
	margin: 0 3px 0 0;
}
.symbol.fon img{
	height:15px;
	margin: 0 4px 0 0;
}
.symbol.email img{
	height:15px;
}
.symbol.fax img{
	height:16px;
	top:0px;
	margin: 0px 4px 0 0;
}
.symbol.mobil img{
	top:1px;
	left:-1.5px;
	height:19px;
	margin: 0 0 0 0;
}
.symbol.internet img{
	top:2px;
	margin: 0 0 0 0;
}

/*/////////  D A T A - F O R M U L A R  /////////*/

#profil_daten_formular {
	padding: 10px 0 0 0;
	font-size:13px; 	
	line-height:18px;	
} 
#profil_daten_formular.profil{
	padding-top:70px;
}
.form-table{
	width:300px;
	box-sizing:border-box;
	margin:0 auto;
}
#profil_daten_formular td{
	padding:3px 0; 
	vertical-align:middle;
} 
.label{
	width:90px;
}
.checkbox, .checked{
	display:none;
}
.checkbox {
	margin:0px 0 0 5px;
	padding:0;
}

#profil_daten_formular input[type=text]{
	width:195px;
}
#profil_daten_formular select{
	width:202px;
} 
#projektauswahl{
	padding: 0px 0 3px 2px;
	border: 1px solid #ccc;
    border-radius: 3px;
    font-family: inherit;
    font-size: 13px;
    line-height: 16px;
    padding: 3px 0 5px 6px;
	min-height:25.6px;
	box-sizing:border-box;
    color: #333;
	width:201px;
	background:#fff;
	overflow: hidden;
}
#projekt_select{
	font-size:13px;
	margin:0 0 10px 0;
}

.projektauswahl option{
	padding: 0px 0 2px 2px;
}
.top{
	vertical-align:top;
}
.hidden-fields{
	display:none;
}
.sternchen{
	color:#ff9000;
	padding:0 0 0 2px;
	/* display:inline-block; */
}
.jquery-toggle{
	cursor:pointer;
	/* text-decoration:underline; */
	color:#ff9000;
	font-size:12px;
	/* line-height:1px; */
	padding:0;
	overflow:hidden;
	/* border-bottom:1px solid #ff9000; */
}
.jquery-toggle:active{
	color:#ff6c00;
}
.riqired{
	color:#db04e9;
	display:none;
}
.neu-td td{
	padding:0 !important;
}


#error_wrapper{
	position:fixed;
	z-index:222;
	width:100%;
	height:100%;
	top:30%;
	text-align:center;
	overflow:hidden;
	display:none;
}
#error{
	text-align:left;
	padding:10px;	
	overflow:hidden;
	box-sizing:border-box;
	background-color: #fafafa;
	box-shadow: 2px 2px 15px #594e3a;
	border-radius: 4px;
	transition: all ease-out 0.4s;
	margin:30px auto;
	display:inline-block;
	/* max-width:300px; */
}
#error_message{
	position: relative;
	background:#ddd;
	/* background: #C10076; */
	padding: 9px 10px 10px;
	font-size:12px;
	overflow: hidden;
	/* color:#fff; */
}
#error_message b{
	font-size:13.5px;
}
#grey{
	pointer-events: none; 
	overflow:hidden; 
	height:100%; 
	width:100%; 
	background:#594e3a; 
	opacity:0; 
	position:fixed; 
	top:0px; 
	left:0px; 
	z-index:110;
	transition: all ease-out 0.35s;	
	/* display:none; */
}
#overlay_wrapper{
	position:absolute;
	z-index:111;
	left:-105%;
	/* top:50px; */
	width:100%;
	text-align:center;
	/* height:250px; */
	overflow:hidden;
	/* overflow:hidden; */
	padding:0 0 50px 0;
	/* opacity:0; */
	transition: width ease-out 0.3s, left ease-out 0.35s, opacity ease 0.5s;;
}
#overlay{
	text-align:left;
	padding:5px 10px 10px;	
	overflow:hidden;
	/* width:100%; */
	box-sizing:border-box;
	background-color: #fafafa;
 	/* border: 1px solid #635a4a; */
	box-shadow: 2px 2px 15px #594e3a;
	border-radius: 4px;
	transition: all ease-out 0.4s;
	margin:0 auto 50px;
	display:inline-block;
}
#close{
	background:url('../src/close.svg') no-repeat right;
	background-size:15px 15px;
	width:60px;
	height:18px;
	padding:1px 18px 0 0;
	margin:0px 0 5px;
	float:right;
	z-index:112;
	text-align:right;
	font-size:12px;
	color:#C10076;
	cursor:pointer;
}
#overlay .abbruch{
	display:none;
}

/*///////////  F O O T E R  ///////////*/	

footer{
	width:100%;
	overflow:hidden;
	height:100px;
}
#totop {
    background: url(../src/totop_kreis.svg) no-repeat 0px 0px;
    background-color: #C10076;
    background-size: 33px 33px;
    position: fixed;
    cursor: pointer;
    width: 33px;
    height: 33px;
    opacity: 0;
    transition: opacity 0.7s, bottom 0.5s;
    right: 0px;
    bottom: 20px;
}



/*#######################################
          R E S P O N S I V E 
########################################*/

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

	.left, .right{	
		box-sizing:border-box;
	}
	.klasse-IBA{
		float:right; 
		width:48.7%
	}
	.stammdaten{
		padding:3px 0px 10px 8px;
	}
	.float{
		box-sizing:border-box;
		width:50%;
		float:left;
	}
	.gender{
		margin:27px 0 0px 0; 
		padding: 0 0 0 10px;
	}
	.float.check-boxen{
		margin:6px 0 0px 0; 
		/* height:100px;  */
	}		

	.acc.item .betreff, .acc.item .betrieb{
		display:inline;
		margin:0;
	}
}
@media screen and (min-width: 480px) {
	.second-filter-menu{
		width:auto;
	}
	.login{
		padding:50px 0 0 0;
	}
}

@media screen and (min-width: 640px) {
	.site {
		border:0px solid red;
		text-align: center;
	}
	
	.cell.button{
		position:static;
	}
	.login{
		padding:100px 0 0 0
	}
	#overlay {
		/* width:700px; */
	}

	#totop {
		background-size: 35px 35px;
		width: 35px;
		height: 35px;
		opacity: 0;
		right: 11%;
		bottom: 40px;
	}
	.overview{
		display:block;
	}
}

@media screen and (min-width: 700px) {
	
	.header-title{
		font-size:83px;
		margin:28px 0 0 150px;
	}
	.head select{
		float:right;
		margin:1px 10px 0 0;
		padding: 0px 3px 1px 3px;
	}
	.site {
		border:0px solid red;
		text-align: center;
	}
	#overlay_wrapper {
		/* width:720px; */
		left:-105%;
	}
	#overlay {
		max-width:700px;
	}
	.left, .right{

	}
}

@media screen and (min-width: 1020px) {
	.site {
		margin: 0 auto; 
		box-sizing:border-box; 
		text-align:center;
	}
	.wrapper{
		transform: scale(1.5);
		transform-origin: 50% 0px;
		background: #fafafa;
		padding-bottom:40px;
	} 
	.cell.feld{
		height:auto;
	}
}
@media screen and (min-width: 1400px) {
	.site-header {
		margin: 10px auto 10px;
	}
	.wrapper{
		transform:scale(1);
		position:static;
		background: #fafafa;
	} 
	.logo{
		/* height:63px; */
	}
@media print {
	table { page-break-inside:auto }
	tr    { page-break-inside:avoid; page-break-after:auto }
	.site-header, .submenu, .trash img{
		display:none;
	}
	.csc .wrapper{
		width:200mm;
	}
	#menu-head{
		display:none;
	}
	.kontakt-table{
		width:265px;
	}
	.verbleib-table, .event-table, .verbleib-table table, .event-table table{
		display:none;
	}
	.number, .submit{
		visibility:collapse;
	}
	.teilnehmer-table .ampel input[type='radio']:checked,
	.teilnehmer-table .ampel input[type='radio']:not(:checked) {
	  background: initial;
	  position: relative;
	  visibility: visible;
	  display:inline-block;
	  margin:0;
	  padding:0;
	}
	.teilnehmer-table .ampel input[type='radio']:checked + label::before,
	.teilnehmer-table .ampel input[type='radio']:not(:checked) + label::before {
		content:' ';
		display:none;
	}
}
.ui-corner-all{
	border-radius:0 !important;
}
.ui-datepicker{
	width:150px !important;
}
.ui-datepicker{
	font-size:11px !important;
}
.ui-datepicker .ui-datepicker-header{
	padding:0 !important;
}
.ui-datepicker th{
	padding:2px 0 2px 0 !important;
}
.ui-state-default{
	padding:2px 4px 2px 3px !important;
	width:10px !important;
	/* text-align:center !important; */
}
.ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span{
	margin-top:-10px !important;
}

.ui-corner-all{
		border-radius:0 !important;
	}
	.ui-datepicker{
		width:150px !important;
	}
	.ui-datepicker{
		font-size:11px !important;
	}
	.ui-datepicker .ui-datepicker-header{
		padding:0 !important;
	}
	.ui-datepicker th{
		padding:2px 0 2px 0 !important;
	}
	.ui-state-default{
		padding:2px 4px 2px 3px !important;
		width:10px !important;
		/* text-align:center !important; */
	}
	.ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span{
		margin-top:-10px !important;
	}
	.ui-autocomplete, .ui-widget .ui-autocomplete-input, .ui-widget input{
		color:#333;
		font-family:OpenSans;
	}
	/* .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-state-active.ui-button:hover  {
		height:18px;
		padding:1px 0 0px 5px;
		background:#328efe;
		color:#fff;
	} */
	.ui-autocomplete{
		width:280px;
		z-index:111;
	}
	
	.ui-autocomplete.ui-menu{
		padding:0 0px 0px 0px;
		border:1px solid #ddd;
		border-top:0;
		background:#fff;
	}
	.ui-menu .ui-menu-item {
		padding:3px 7px 4px 8px !important;
		line-height:15px;
		font-size:13px;
		/* display:block !important; */
		list-style:none;
		border-top:1px solid #ddd;
		margin:0 0 0 0 !important;
		cursor:pointer;
	}
	.ui-helper-hidden-accessible{
		display:none;
	}
	/* .ui-menu .ui-menu-item :hover{
		background:#C10076;
		color:#fff;
	} */
	/* .ui-widget li{
		padding: 3px 0px 5px 0px;
		border-top: 0;
		background: none;
		background-position: 0px 0px;
		font-size:11.8px;
		font-family:OpenSans;
		font-weight:400;
	} */