/* @font-face {
font-family: "Open Sans";  src: url(OpenSans-Regular.ttf) format("truetype");} 
@font-face {
font-family: "Open Sans Bold";  src: url(OpenSans-Bold.ttf) format("truetype");} 
@font-face {
font-family: "Open Sans Semibold";  src: url(OpenSans-Semibold.ttf) format("truetype");} 
@font-face {
  font-family: "Open Sans Condense";
  src: url(OpenSans-CondLight.ttf) format("truetype");
}
@font-face {
  font-family: "Open Sans Bold Condensed";
  src: url(OpenSans-CondBold.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: 'Open Sans';	
color: #444;  
font-size:14px;
background-color: #fafafa;  
margin:0;
padding:0;
} 
h3, b, strong{
	font-family:Open Sans Condensed;
	font-weight:600;
	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: #9DC107;
	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-size: 11.6px;
	padding: 0px 0 2px 5px;
	height:25px;
	color:#555;
	box-sizing: border-box;
	width:100%;
	margin: 0px 4px 4px 0;
	font-family: Open Sans;
}
input[type=text]{
	padding: 0px 0 2px 4px;
}
input[type=text].protokoll-datum{
	width:75px;
	text-align:center;
	padding:0 0 2px;
	float:left;
}
.stammdaten input[type=text]{
	padding: 0px 0 2px 4px;
}
select{
	padding: 0px 6px 1px;
	cursor: pointer;
	background-image: url(../src/select_toggle.svg);
	background-repeat: no-repeat;
	background-position: right 7px top 9px;
	background-size: 9px 4px;
	background-color:#fff;
	letter-spacing:-0.3px;
	font-family:Open Sans, sans-serif;
} 
option{
	padding: 3px;
	/* text-align:center;
	text-align-last: center;
   -ms-text-align-last: center;
   -moz-text-align-last: center; */
	background:#fff;
	color:#444;
	font-family:Open Sans, sans-serif;
}

@-moz-document url-prefix() { 
    select{
		padding: 0 0 2px 5px;
	}
}
.fehlt select, .fehlt input[type=text], .fehlt input[type=checkbox].fehlt .einwilligung{
	color: #ff8a2c;
	background-color: #ffefcc;
	border: 1px solid #f09c2e;
}
.fehlt label{
	color: #d6431c;
}
.gender .fehlt{
	margin: 19px 0px 0px 0;
	padding: 5px 0px 4px 7px;
	background-color: #f6e8c9;
	border: 1px solid #e2824d;
	display: inline-block;
	width: 48.5%;
}
.gender .fehlt label{
	color: #d44c36 !important;
}
.stunden select, input[type="text"].uhrzeit{
	width: 44px;
	/* padding: 0 0px 0 1px; */
	background-position: right 5px top 9px;
}
textarea{
	height: 26px;
	font-size:13px;
	line-height: 18px;
	padding: 3px 5px 0 7px;
	padding-bottom: 3px;
	font-family: Open Sans;
	letter-spacing: 0;
} 

.phase-select {
	position: relative;
	width: 20px;
	position: absolute;
	right: 6px;
	top: 4px;
	z-index: 222;
}
.phase-select select {
  background: #9DC107;
  border: none;
  color: #fff;
  cursor: pointer;
  font-family: 'Open Sans Condensed';
  font-weight:700;
  font-size: 13px;
  line-height:10px;
  height: 19.5px;
  outline: none;
  width: 100%;
  border: 1px solid #fff;
  text-align:center;
  padding: 0 0 2px;
}
.phase-select select option {
  color: #333;
  background:#fff;
  width:4px !important;
  font-family: 'Open Sans';
  font-weight:normal;
}
.phase-select select::-ms-expand {
  display: none;
}
.phase-select select:focus::-ms-value {
  background-color: transparent;
}
.selected{
	background-image:none;
}
.selected_3, .green{
	/* background-color:#ecf4cf; */
	background: #e5ebcb;
	color:#87a40c;
}	
.selected_2, .yellow{
	background-color:#f7ecbe;
	color:#c39d00;
}
.selected_1, .red{
	background-color: #faedca;
	padding: 0 2px 2px;
	color: #f5872e;
}
.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: #ff8a2c;
}
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:0;
	border-radius: 0px;
	cursor: pointer;
	font-family: 'Open Sans';
	font-size: 12px;
	line-height: 1px;
	height:23px;
	font-weight: 500;
	text-align: center;
	text-decoration: none;
	color: #fff;
	text-shadow: none;
	vertical-align: middle;
	background: #9DC107;
	/* 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:10px 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: 12px 0px 0px 7px;
	float: right;
	width: 127px;
}
.export{
	float:right; margin: 15px 0px 0px 0; height:24px; border:0;  padding: 0 7px 0; display:none;
}
.austritt, .reihenfolge{
	float:right; width:64px; margin:13px 7px 0 0; display:none;
}
::-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-button{
	clear:right; float:right; margin: 15px 0 0px 0; border:0;  padding: 0 7px 0; display:none;
}
.neu{
/* color:#9DC107;
font-size: 12px;
letter-spacing: 0;
text-decoration: underline; */
cursor:pointer;
overflow:hidden;
}
.neu img{
	float:left;
	margin: 0.5px 4px 0px 1px;
	width: 17px;
	height: auto;
 
/* float: left;
margin: 2px 3px 0px 0px;
width: 13px;
height: 13px;
border: 1px solid #fff;
border-radius: 10px;
width: 14px;
height: auto;
background: #fff; */
}

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

.site-header {
	box-sizing:border-box; 
	/* padding:4px 25px 0 4px;  */
	/* height:100px;  */
	/* width:100%;  */
	background:none; 
	/* position:relative;  */
	z-index:111; 
	text-align:left; 
	margin:0 10px 0px 0px; 
	overflow:hidden;
	box-sizing:border-box;
	/* height:60px; */
	/* width:15%; */
	float:left;
	/* display:inline-block; */
} 
.logo{
	height: 60px;
	margin: 10px 0 0; 
}
.site-header #menu{
	box-sizing:border-box;
	height:19px;
}

.header-image {
	float:left; 
	height:100px; 
	width:auto; 
	margin-right:5px; 
	border:none; 
	box-shadow:none; 
	position:static;
} 
.header-title{
	font-family: Open Sans Condensed;
	font-weight:700;
	color:#ccc;
	/* text-transform:uppercase; */
}

.site {
	margin: 0 auto; 
	box-sizing:border-box; 
	text-align:center;
}
.wrapper{
	box-sizing:border-box; 
	margin:0 auto;
	padding:0px 10px 0px;
	clear:both; 
	overflow: hidden; 
	text-align:left;
	border:0px solid blue;
	max-width:600px;
}
.admin .wrapper{
	max-width:650px;
}
.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:#9DC107;
}
.order{
	float:left;
	display:none;
}
.namen{
	float:left;
	font-family: "Open Sans Condensed";
	font-weight:700;
	font-size:12pt;
	/* line-height:14.5pt; */
	line-height:16pt;
	letter-spacing:0;
	cursor: pointer;
	margin: 3px 2px 0px 8px;
}
.vorname{
	font-family: "Open Sans";
	font-weight:normal;
	font-size:10.8pt;
}
.vorname .blank{
	letter-spacing:-1.5px;
}
.namen:hover{
	color:#9DC107;
}
.menu{
	overflow:hidden;
	clear:both;
	margin:-1px 0 5px;
}
.berater{
	float:right; margin: 5px 0px 0 0px; font-size:12.5px; display:none; color:#888;
}
.menu-item{
	cursor:pointer;
	color:#9DC107;
	margin: 0px 2px 0px 8px;
}
.menu-item.abbruch{
	background-image: url('../src/exit.svg');
	background-repeat: no-repeat;
	background-size: 20px 20px;
	width: 20px;
	height: 20px;
	margin: 1px 0px 0 0;
	float: left;
	position: relative;
	/* right: 15px; */
}
.abbruch{
	display:none;
}
.menu-item.abbruch.negativ{
	background-image:url('../src/exit.svg');
}
.active .menu-item.abbruch.negativ{
	background-image:url('../src/exit-weiss.svg');
}
.counter{
	float:right;
	margin:0 57px 0 0;
}
/* .count{
	width: 15px;
	height: 15px;
	color: #000;
	text-align: center;
	font-family: "Open Sans Condensed";
	font-weight: 700;
	font-size: 10.7px;
	line-height: 12px;
	margin: 4px 6px 0 0;
	border: 1.5px solid #000;
	box-sizing: border-box;
	background: #fff;
} */

.count{	
	width: 24px;
	height: 19.5px;
	text-align: center;
	font-family: "Open Sans Condensed";
	font-weight: 700;
	font-size: 12px;
	line-height: 17px;
	box-sizing: border-box;
	color: #fff;
	background: #ff8a2c;
	display: none;
	border: 1px solid #fff;
	position: absolute;
	right: 116px;
	top: -0.5px;
	border-radius: 2px;
}
/* .trash{
	background-color: #d7d7d3;
	background-image: url('../src/trash_weiss.svg');
	background-repeat: no-repeat;
	background-size: 16px 20px;
	background-position: center 2px;
	width: 25px;
	height: 24.5px;
	margin: 1px 0px 0px 0px;
	cursor: pointer;
	border: 0;
} */
.trash{
	background-color: transparent;
	background-image: url('../src/trash-bin.svg');
	background-repeat: no-repeat;
	background-size: 22px 34px;
	width: 22px;
	height: 32px;
	margin: -4.5px 0px 0px 0px;
	cursor: pointer;
	border: 0;
	float:right;
	display:none;
}

.trash:hover {
    background-image: url('../src/trash-bin-rot.svg');
}

/* Content */
.content{
	clear:both;
	overflow:hidden;
	margin: 0px 0px 0px 0;
	border-top: 0px solid #ddd;
}
.content label, #overlay label{
	display: block;
	font-family: Open Sans Condensed;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.4px;
	color: #fff;
	margin: 0px 0 7px 1px;
}
.content label{
	
}
.get_content{
	clear:both;
}
.table{
	/* display:table; */
	width:100%;
}
.row{
	/* display:table-row; */
}
.cell{
	/* display:table-cell; */
	padding: 3px 0 1px;
}
.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: #9DC107;
 	border: 0;
	box-shadow: none;
	border-radius: 0;
	color: #fff;	
	font-family:Open Sans;
	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:Open Sans Condensed;
	font-weight:600;
	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;
}

.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:555;
}
.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:#e88300;
}
.zertifikat-link:active{
	background:#e88300;
}
.zertifikat-link.download:active{
	background:#9DC107;
}
.teilnehmer-liste{
margin:0px 0 0 0; clear:both;
}
.teilnehmer{
	margin:5px 0 0;
	border-radius:3px;
	box-shadow: 2px 2px 3px 0px #eee;
	position:relative;
}
.get_stammdaten{
	width: 30px;
	height: 24px;
	background-repeat: no-repeat;
	background-size: 28px auto;
	text-align: center;
	position: absolute;
	z-index: 333;
	right: 28px;
	top: 3px;
	cursor: pointer;
}
.get_stundenzettel{
	width: 28px;
	height: 24px;
	background-image: url('../src/stundenzettel.svg');
	background-repeat: no-repeat;
	background-size: 21px auto;
	text-align: center;
	float: right;
	position: absolute;
	z-index: 444;
	right: 56px;
	top: 5px;
	cursor: pointer;
	display:none;
}
.get_protokolle{
	width: 24px;
	height: 24px;
	background-image: url('../src/protokoll.svg');
	background-repeat: no-repeat;
	background-size: 21px auto;
	text-align: center;
	float: right;
	position: absolute;
	z-index: 444;
	right: 83px;
	top: 5px;
	cursor: pointer;
	display:none;
}
/* switch */
.einwilligung-toggle{
	float:left;
	margin:1px 8px 0 0;
}
.phase-toggle{
	position:absolute;
	right: 8px;
	top: 8px;
	z-index: 222;
}
.switch-phase{
	position: absolute;
    top: 0px;
    color: #fff;
    font-family: Open Sans Condensed;
    font-weight: 700;
    font-size: 11px;
	line-height:13.8px;
    left: 6px;
}
.switch-phase.I{
    left: 17px;
}
.switch {
  position: relative;
  width: 28px;
  height: 16px;
}
.phase-toggle .switch {
  position: relative;
  width: 29px;
  height: 15px;
}
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: .1s;
  transition: .1s;
  background-color: #ff8a2c;
  box-shadow: 1px 1px 1px #d97d32 inset;
}
.slider:before {
  position: absolute;
  content: "";
  height: 12px;
  width: 12px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  transition: .1s;
}
.phase-toggle .slider:before {
  height: 11px;
  width: 11px;
}
input:checked + .slider {
  background-color: #96b808;
  box-shadow: 1px 1px 2px #7a9021 inset;
}
input:focus + .slider {
  background-color: #ff8a2c;
  box-shadow: 1px 1px 2px #d97d32 inset;
}
input:checked:focus + .slider {
  background-color: #96b808;
  box-shadow: 1px 1px 2px #7a9021 inset;
}
input:checked + .slider:before {
  transform: translateX(12px);
}
.phase-toggle input:checked + .slider:before {
  transform: translateX(14px);
}
.slider.round {
  border-radius: 24px;
}
.slider.round:before {
  border-radius: 50%;
}
/*///////////////////////////////////////*/
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');
}
.teilnehmer.active{
	/* border:1px solid #9DC107; */
	box-shadow:none;
}
.protokolle{
	overflow:hidden; 
	display:none;
}
/* .durchgang{
	overflow:hidden; 
	display:none;
} */
.phase{
	font-size:12.5px; 
	line-height: 22px; 
	overflow:hidden; 
	border-top:0; 
	/* padding:0 7px 7px; */
	padding:0 0 1px; 
	display:none;
	/* border:1px solid #ccc;
	border-radius:0 0 4px 4px; */
}
.protokoll{
	padding: 4px 4px 0px;
	background: #ededec;
	overflow: hidden;
	margin: 4px 0 0px 0;
	border: 1px solid #ddd;
}
.protokoll-kopf{
	overflow:hidden;
}
.protokoll-kopf input[type='text'], .protokoll-kopf select, .protokoll-kopf .datepicker{
	font-size:12px;
	line-height:14px;
}
.protokoll.aufsuchend{
	/* background: #e9ecdd; */
	background: #e5ebcb;
	border: 1px solid #ccd79c;
}
.protokoll.aufsuchend.erfolglos{
	background-color: #f6e9c7;
	border: 1px solid #f2cd86;
}
.protokoll input[type="submit"]{
	margin: 0.5px 0px 0 3px;
	width: 24px;
	height: 24px;
	background-image: url('../src/save_grau.svg');
	background-repeat: no-repeat;
	background-position: top 0px right;
	background-size: 23.8px;
	cursor: pointer;
	float: left;
	padding: 0;
	background-color: transparent;
	border: 0;
}
.protokoll.aufsuchend input[type="submit"]{
	background-image: url('../src/save_green.svg');
}
.protokoll.aufsuchend.erfolglos input[type="submit"]{
	background-image: url('../src/save_red.svg');
}
.protokoll .changed  input[type="submit"], .protokoll.aufsuchend.erfolglos .changed  input[type="submit"], .eintrag .changed input[type="submit"] {
	background-image:url('../src/save_active.svg');
}
.show{
	margin: 1px 4px 0 0px;
	background-color: #9DC107;
	background-image: url('../src/auge_weiss.svg');
	background-repeat: no-repeat;
	background-position: top 4.5px left 1px;
	background-size: 21px;
	height: 24px;
	width: 24px;
	float: left;
	cursor: pointer;
}
.hide, .leer{
	background-color:#d7d7d3;
	background-image: url('../src/auge_weiss.svg');
}
.protokoll .betreff{
	float:left;
}
.protokoll.neu .text{
	display:block;
}
.protokoll .text{
	display:none;
	clear:both;
}
.protokoll .text textarea{
	margin: 1px 0 2px 0;
}
.anwesenheit{
	width:95px; 
	float:left; 
	margin:0 3.5px; 
	/* text-align: center; */ 
	padding: 0 3px 2px;
	text-align-last: center;
}
@-moz-document url-prefix() { 
    .anwesenheit{
		padding: 0 0px 2px;
	}
}
.anwesenheit option{
	/* text-align: center; */
}
label{
	display:block;
}
.angetroffen{
	padding: 0px 0 0;
	display:none;
}
.check-box input[type="checkbox"]{
	margin: 2px 5px 0 0;
	float:left;
}

.angetroffen + label{
	padding: 0px 0 0 0px;
	margin: 0 4px 0 0;
	background-repeat: no-repeat;
	background-size: 19px;
	background-position: 4px 3px;
	background-image: url('../src/uncheck.svg');
	height: 22px;
	width: 25px;
	float: left;
	cursor: pointer;
}
.neu .angetroffen:not(:checked) + label{
	color:#444;
	background-image:url('../src/uncheck.svg');
}
.angetroffen:not(:checked) + label{
	color:#444;
	background-image:url('../src/canceled.svg');
}
/* .angetroffen + label:hover{
	background-image:url('../src/check_hover.svg');
} */
.angetroffen:checked + label{
	color:#C10076;
	background-image:url('../src/check.svg');
}
.table{
	/* display:table; */
}
.row{
	clear:both;
	overflow:hidden;
	/* padding:3px 0px 3px 1px; */
	border-bottom:1px solid #bbb;
}
.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
}

.cell.feld{
	padding:3px 3px;
	width:68px;
}

.form .save{
	background: #9DC107;
	border: 0;
	margin: -25px 10px 0px 0;
	border:0;
	float:right;
}
.form.changed .save{
	background:#ff8a2c;
}
.bewertung{
	padding: 2px 3px 4px;
}
.notizen{
	width:55%;
	padding-left:5px;
}
.name, .toggle{
	margin:0px; 
	padding:3.5px 8px 5px;  
	font-family:Open Sans Condensed; 
	font-weight:700; 
	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 #9DC107;
	background:#9DC107;
	color:#fff;
	border-radius:3px 3px 0 0;
}
.toggle{
	background:#d5d5d1;
	border-radius:0;
	padding: 2px 2px 0px 9px;
	height:25px;
	margin: 4px 0 0 0;
	border: 0;
	font-size: 14px;
	/* font-size: 13px; */
	overflow:hidden;
	box-sizing:border-box;
}
.stammdaten .toggle{
	background-color:#b3b3ac;
	padding: 2px 2px 1px 27px;
	color:#fff;
	height:25px;
	position:relative;
}
.stammdaten .toggle:before{
	content:'';
	width: 12px;
	height: 12px;
	position: absolute;
	top: 6.5px;
	left:6px;
	background-image:url('../src/plus-toggle.svg');
	background-repeat: no-repeat;
	background-size: 12px;
	transform: rotate(45deg);
	transition:all 0.5s;
}
.stammdaten .toggle.active{
	background:#abc63b;
}
.stammdaten .toggle.active:before{
	transform: rotate(90deg);
}
.info-toggle{
	width: 16px !important;
	height: auto;
	margin: 0px 4px 0px 0;
	float: left;
	cursor: pointer;
}
.info-text{
	padding: 0 !important;
	cursor: pointer;
	line-height: 14.5px;
	font-size: 11px;

}
.name.overlay{
	border: 0px solid #9DC107;
	background:#9DC107;
	color:#fff;
	border-radius:3px 3px 0 0;
	cursor: auto;
	padding: 3.5px 12px 5px;
}
.stammdaten{
	padding:5px 0px 10px 10px;
	background: #c2c2bb;
	overflow:hidden;
}
.positiv, .negativ{
	float:left;
	width:48.9%;
	padding:0 5px 0 5px;
}.negativ{
	padding:0 0px 0 0;
}
.kompetenzfeld{
	padding: 3px 0 2px 3px;
	color:#9DC107;
	width:105px;
}
.kompetenzfeld b{
	/* color:#9DC107; */
}
.parkour .row:last-of-type{
	border-bottom:0;
}
.phase .table:last-of-type .row{
	border-bottom:0;
}
.parkour select{
	width:99px;
}
.left, .right{	
	box-sizing:border-box;
	width:100%;
	overflow:hidden;
	margin:0px 0;
	/* padding: 0 10px; */
}
.right{
	/* position:relative; */
}
/* .stammdaten{
	position:relative;
	background:#9DC107;
	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;
	/* clear: both; */
}
.check label{
	display:inline-block !important;
}
.abbruch-check{
	float: left; width: 13px; height: 13px; position: relative;top: 3px; margin: 0 2px 0 0;
	background-image:url('https://bruecken.wetek.de/src/check.svg');
	background-size:13px 13px;
}
.abbruch-check.uncheck{
	background-image:url('https://bruecken.wetek.de/src/uncheck.svg');
}
.datum{
	display: inline-block;
	font-family:Open Sans;
	font-weight:normal;
	font-size:12px;
}
.stammdaten .datum{
	width:27%;
	margin:0 2.5% 0 0;
}
.toggle .datum{
	width:65px;
}
.datum.jahr{
	width:40%;
	margin:0;
}
.kontaktdaten{
	/* width:100%; */
}
.adresse{
	clear:both;
	overflow:hidden;
	display: table;
	margin: 0 8px 0 0;
}
.adresse div{
	display:table-cell;
}
.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:"Open Sans";
	font-weight:400;
}
.help h3{
	font-size: 11pt;
	line-height:16pt;
	letter-spacing:-0px;
	font-family: "Open Sans Condensed";
	font-weight:700;
	margin:0 0 -2px 0;
	color:#bbb;
}
.antwort{
	font-size: 10pt;
	line-height:13pt;
	letter-spacing:-0px;
	/* font-family: "Open Sans Condensed";
	font-weight:700; */
	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;
 }
.acc .daten{
	padding:0 0 0 0;
	float:left;
	overflow:hidden;
}
.acc .namen, .zertifikat-form .name{
	
}
.acc .funktion{
	font-style:italic;
	font-size:9.8pt;
	/* margin-top:-3px; */
}
.acc .protokoll{
	margin: 0 0 5px 0;
	font-size:9.7pt;
	line-height:12pt;
}
.kontakt-daten{
	overflow:hidden;
	width:200px;
}
.acc .kontakt{
	padding: 5px 0 0 0;
	min-height:26px;
}
.acc .kontakt{
	border-bottom:1px dashed #aaa;
}
.acc .kontakt:last-of-type{
	border-bottom:0;
}
.acc .first{
	width:170px;
}
.acc .numbers{
	width:160px;
}
.acc .last{
	width:200px;
}
.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;
}
.stammdaten-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;
} 
#protokollauswahl{
	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;
}
#protokoll_select{
	font-size:13px;
	margin:0 0 10px 0;
}

.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;
}


/*///////////  A D M I N  ///////////*/	


.admin-edit{
	margin:0 0 0 0;
	padding:0 0 15px 0;
	float:right;
	width:100%;
	/* overflow:hidden; */
	transition: all 0.8s;
	height:33px;
	box-sizing:border-box;
}
.admin .toggle{
	margin: 0 10px 0 3px;
	cursor:pointer;
	font-size:11px;
	float:left;
}
.admin .toggle:hover{
	color: #ff8400;
}
.admin .toggle img{
	margin: 0 4px 0 0;
	width:12px;
}
.admin .edit.toggle img{
	/* width:14px; */
}
.admin .neu.toggle img{
	width:14px;
	margin-bottom:-1px;
}
.admin .vk.toggle img{
	width:13px;
	margin-top:-2px;
}
.admin .neu.toggle{
	margin:10px 0 0 10px;
	/* float:right; */
}
#error_wrapper{
	position:fixed;
	z-index:2222;
	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: #9DC107; */
	padding: 9px 10px 10px;
	font-size:12px;
	overflow: hidden;
	/* color:#fff; */
	text-align: center;
}
#error_message b{
	font-size:13.5px;
}
#grey{
	pointer-events: none; 
	overflow:hidden; 
	height:100%; 
	width:100%; 
	background:#565343; 
	opacity:0; 
	position:fixed; 
	top:0px; 
	left:0px; 
	z-index:1000;
	transition: all ease-out 0.35s;	
	/* display:none; */
}
#overlay_wrapper{
	position:absolute;
	z-index:1111;
	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;
	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:0 auto 50px;
	display:inline-block;
	max-width:320px;
}
#close{
	background:url('../src/close.svg') no-repeat right;
	background-size:15px 15px;
	/* width:60px; */
	height:18px;
	padding:1px 18px 0 0;
	margin:4px 8px 5px;
	float:right;
	z-index:112;
	text-align:right;
	font-size:12px;
	color:#fff;
	cursor:pointer;
}
.close{
	display:none;
}
#overlay .abbruch{
	display:none;
}

/* .tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black; 
	z-index:333;
}
.tooltip .tooltiptext {
    visibility: hidden;
    width: auto;
    background-color: #333;
    color: #fff;
    text-align: center;
    padding: 9px 8px 13px;
    border-radius: 0px;
	font-family:Open Sans Condensed;
	font-weight:600;
	font-size:12px;
    position: absolute;
    z-index: 111;
    top: 145%;
    margin-left: -100%;
    opacity: 0;
    transition: opacity 0.3s;
	text-shadow:none !important;
}
.tooltip .tooltiptext:active {
	text-shadow:none !important;
}
.tooltip .tooltiptext::after {	
	 content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #333 transparent;
}
.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
} */

/*///////////  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: #9DC107;
    background-size: 33px 33px;
    position: fixed;
    bottom: 10px;
    right: 0px;
    cursor: pointer;
    width: 33px;
    height: 33px;
    opacity: 0;
    transition: opacity 0.7s, bottom 0.5s;
    right: 35px;
    bottom: 35px;
	z-index:1333;
}

/*//////////  O V E R V I E W  //////////*/

.overview{
	display:none;
}
	.grid-container {
		font-size:14px;
	}
	.grid-container.head{
		margin:90px 0 0 0;
	}
	.grid-item {
	  border-bottom:1px solid #999;
	  padding: 5px;
	  position:relative;
	  /* text-align: center; */
	}
	/* .grid-item.wert {
	  display:none;
	}
	.grid-item.wert.show {
	  display:block;
	} */
	.stern{
		color:#9DC107;
		letter-spacing:-3px;
	}
	.colname{
		font-size:12px;
		display:none;
	}
	.schule{
		text-align:left;
		padding: 6px 5px 8px;
	}
	.schule b{
		font-size:15px;
		/* line-height:21px; */
		margin:0;
	}
	.grau{
		color:#ababab;
	}
	.grid-container .download{
		padding: 4px 4px 1px 0;
	}
	.grid-container .download{
		width: 18px;
	}
	.grid-container .download img{
		width: 18px;
		height: auto;
	}
	.grid-item input{
	  padding: 0px 1px 0 0;
	  text-align:center;
	  /* top:5px;
	  left:8px; */
	  width:32px;
	  height:21px;
	  font-size:13px;
	}
	.sus.ist{
		font-family: Open Sans Condensed;
		font-weight:700;
		color:#fafafa;
		font-size: 14.5px;
		line-height: 17px;
		padding: 5px 5px 0px 5px;
		box-shadow: inset 0px 0px 0 3px #fafafa;
		width:32px;
	}
	.sus.ist.gesamt{
		box-shadow: inset 0px 0px 0 3px #f6f6f6;
	}
	.grid-item.gesamt.schule{
		width:280px;
	}
	.grid-item.gesamt{
		/* border-bottom:0; */
		border-top:0.3px solid #aaa;
		background:#f6f6f6;
		height:23px;
		width:32px;
	}
	.grid-item.gesamt.bold{
		font-family: Open Sans Condensed;
		font-weight:700;
		font-size: 15px;
		line-height:19px;
	}
	.save_button.overview{
		margin: -1.5px 30px 0px 0px;
		position:relativ;
		background:url(../src/save_grau.svg) no-repeat;
		background-size:auto 21px;
		border:0;
		width:22px;
		height:22px;
		
	}
	.save_button.overview:hover{
		background:url(../src/save_active.svg) no-repeat;
		background-size:auto 21px;
		border:0;
		width:22px;
		height:22px;
	}
	
/*////// Z I E L E //////*/

.eintrag.ziel{
	padding: 2px 4px 1px;
	background: #ededec;
	overflow: hidden;
	margin: 5px 0 0px 0;
	border: 1px solid #ddd;
}
.ziel-toggle{
	height:28px; padding: 1.5px 0 0 0px; cursor:pointer;
}
.ziel-toggle select{
	width: 112px;
	float: right;
	margin: 0 5px 0 0;
	padding: 0px 22px 1px 3px;
	font-size: 12.5px;
}
.ziel b{
	line-height:20px;
}
.ziel .handlungsschritt b{
	color: #a1a1a1;
}
.ziel .datepicker {
    width: 73px !important;
    padding: 0px 0 2px 5px !important;
    font-size: 12px !important;
    float: left;
    margin: 0px 4px 4px 0;
}
.richtungsziel-wrapper{
	background: #fff;
	padding: 7px 10px 10px;
	margin: 0 0 4px;
	font-size:13px;
	border: 1px solid #ccc;
	display:none;
}
.richtungsziel-wrapper .typ{
	margin:0 0 0;
}
.richtungsziel-wrapper .handlungsschritt b{
	color:#a1a1a1;
	font-size: 14px;
	line-height: 18px;
	letter-spacing: 0.1px;
	margin: 3px 0 5px;
	/* color: #333; */
}
.richtungsziel-wrapper .ziel-toggle{
margin: 7px 0 0;
padding: 5px 0 0;
border-top: 1px solid #ccc;
height: 22px;
}
.ziel .typ {
    float: left;
    margin: 1px 0 0 4px;
}
.richtungsziel-wrapper .typ {
    float: left;
    margin: 1px 0 0 0px;
}
.ziel-wrapper{
	clear:both;
}
.ziel .text textarea{
	
}
.ziel .save, .ziel .button {
	margin: 0px 1px 0 0px;
	width: 24px;
	height: 24px;
	background-image: url('../src/save_grau.svg');
	background-repeat: no-repeat;
	background-position: top 0px right;
	background-size: 24px;
	cursor: pointer;
	float: right;
	padding: 0;
	background-color: transparent;
	border: 0;
}
.ziel .save.active {
    background-image: url(../src/save_active.svg);
}
.ziel .text textarea {
    margin: 1px 0 2px 0;
	/* min-height: 68.6px; */
	/* min-height: 28px;
	line-height: 18px;
	padding: 8px 5px 0 8px;
	padding-bottom:9px; */
}

.jba {
	overflow: hidden;
	padding: 6px 0 2px 5px;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 2px;
	margin: 0.5px 0 4px 0;
}
.jba .check{
	float:left; 
	box-sizing:border-box;
	width:145px;
	padding:0 0px 5px 0;
	color:#888;
}
.checkbox, .checked{
	display:none;
}
.checkbox {
	margin:0px 0 0 5px;
	padding:0;
}
.jba .check-boxen{
	float:right; 
}
.jba label{
	font-size:11px;
	line-height:13px;
	display:block;
	float:left;
	box-sizing:border-box;
	cursor:pointer;
}
.jba input{
	display: none;
}
.jba input[type="radio"]:not(:checked) + label::before {
	background-image:url('../src/uncheck.svg');
}
.jba input[type="radio"]:checked + label::before{
	background-image:url('../src/check.svg');
}
.jba input[type="radio"]:checked + label{
	color:#888;
}
.jba input[type="radio"]:checked + label::before, .jba input[type="radio"]:not(:checked) + label::before {
    content: ' ';
    display: block;
    width: 4mm;
    height: 4mm;
    margin:-0.3px 4px 0 0;
    cursor: pointer;
	float:left;
}

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

@media screen and (min-width: 360px) {
	.searchform input[type="text"]{
		width: 167px;
	}
	.left, .right{	
		box-sizing:border-box;
	}

	/* .stammdaten{
		padding:3px 0px 10px 8px;
	} */
	.abbruch{
		display:block
	}
	#overlay {
		max-width:350px;
		max-width:100%;
	}
	.float{
		box-sizing:border-box;
		width:50%;
		float:left;
	}
	.gender{
		margin:22px 0 0px 0; 
		padding: 0 0 0 7px;
	}
	.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: 375px) {
	.get_stammdaten{
		right: 28px;
	}
	.get_stundenzettel{
		display:block;
	}
	.get_protokolle{
		display:block;	
	}
	.trash{
		display:block;
	}
	.stunden select, input[type="text"].uhrzeit{
		width: 40px;
	}
}
@media screen and (min-width: 480px) {
	.second-filter-menu{
		width:auto;
	}
	.logo{
		height: 75px;
		margin: 10px 0 0px 0px; 
		/* float:right; */
	}
	.login{
		padding:50px 0 0 0;
	}
	#overlay {
		max-width:460px;
	}
	.neu-button{
		display:block;
	}
	.count{
		display:block;
	}	
	.stunden select, input[type="text"].uhrzeit{
		width: 45px;
	}
}
	
@media screen and (min-width: 640px) {
	.wrapper{
		padding:0px 0px 0px;
	}
	.site-header {
		margin:0 12px 0px 0px; 
	}
	.logo{
		margin: 15px 0 0px 0px; 
	}
	.export{
		display:block;
	}
	.austritt, .reihenfolge{
		display:block;
	}
	.filter-menu{
		margin:25px 0 0;
		float:left;
		width:349px;
	}
	.filter{
		/* width:213px !important; */
		width:48% !important;
		float:left; 
		margin: 0 0px 0px 8px;
	}
	.second-filter-menu .filter{
		width:250px !important;
	}
	.searchform input[type="text"]{
		margin: 15px 0 0px 9px;
		width: 215px;
	}
	.count {
		/* margin: 1.7px 0 5px 0px;
		float: left; */
	}
	.order{
		display:block;
	}
	.protokoll.aufsuchend .betreff{
		width:411px;
	}
	.trash{
		/* float: left; */
	}
	.protokoll .betreff{
		width:333px;
		margin: 0px 3px 4px 0;
	}
	.acc{
		/* padding:1px 8px 3px 8px; */
		margin:0 0 4px 0px;
		font-size:10.3pt;
	}
	.acc-toggle{
		padding: 3px 2px 0px 7px;
		height:25px;
		box-sizing:border-box;
	}
	.datum, .acc-toggle .datum{
		display: inline-block;
	}
	.zertifikat{
		display:block;
		float:right; 
		margin:1px 5px 0 0;
		clear:none;
		line-height: 14.5px;
	}
	.menu-item.abbruch{
		margin: 0.7px 0 0 0;
		/* float:left; */
	}
	.menu{
		clear: none;
		float:right;
		margin: 5px 8px 4px 8px;
	}
	.namen{
		margin: 4px 2px 5px 8px;
	}
	.berater{
		display:block;
	}
	.trash{
		display:block;
	}
	.left, .right{
		/* float:left; */
		/* display:table-cell; */
		vertical-align:top;
		/* width:50%; */
	}
	.left{
		/* padding: 0 0px 0 0; */
	}
	.right{
		/* position:relative; */
		padding-left:0;
	}
	.save{
		/* float:right; */
	}
	#overlay {
		max-width:500px;
	}
	.close{
		/* display:inline; */
	}
	.kontaktdaten{
		/* width:320px; */
	}
	
	/*//////////  O V E R V I E W  //////////*/
	
	.grid-container {
	  display: grid;
	  grid-template-columns:auto auto auto auto auto auto auto auto auto auto auto auto;
	}
	.grid-container.head {
	  grid-template-columns:auto auto auto auto auto auto auto auto auto auto auto;
	}
	.head .toggle {
		width:303px;
		padding: 6px 0px 0px;
		cursor:pointer;
	}
	.head .toggle:hover > b {
		/* color:#9DC107 */
	}
	.head .toggle img{
		width: 18px;
		height: auto;
		margin: 0px 9px 0 0;
		position: relative;
		top: 2px;
		transition: transform 0.3s;
		transform:rotate(0deg)
	}
	.head .toggle:hover > img{
		transform:rotate(90deg)
	}
	.head .toggle.open img{
		transform:rotate(-90deg)
	}
	.grid-container .label{
		display: none;
	}
	.grid-item {
	  padding: 5px 5px 0px;
	  width:32px;
	  text-align:center;
	}
	.schule{
		text-align:left;
		/* padding: 6px 5px 8px; */
		width:270px;
	}
	.sus{
		/* width:30px; */
	}
	.kopf{
		/* display:block;
		text-align:left;
		padding: 5px 5px 16px;
		width:32px; */
	}
	.kopf-ist{
		/* width:38px; */
	}
	.colname{
		display:block;
		transform:rotate(-65deg);
		position: relative;
		bottom: 3px;
		left:3px;
	}
	.sus .colname{
		bottom: 3px;
	}
	.grid-item input{
	  /* position:absolute; */
	}
	
}
@media screen and (min-width: 700px) {
	.site-header {
		/* padding:4px 25px 0 7px;  */
	}
	.header-image {
		height:145px; 
		margin: 0 0 0 0; 
	}
	.header-title{
		font-size:83px;
		margin:28px 0 0 150px;
	}
	.logo{
		height:60px;
	}
	.head select{
		float:right;
		margin:1px 10px 0 0;
		padding: 0px 3px 1px 3px;
	}
	#overlay_wrapper {
		/* width:720px; */
		left:-105%;
	}
	.left, .right{

	}
}
@media screen and (min-width: 975px) {
	 
	.wrapper{
		padding:0 0 0px;
		/* width: 960px; */
		/* width: 97%; */
	} 
	.login{
		padding:100px 0 0 0
	}
	.filter-menu{
		width:419.4px;
	}
	.searchform input[type="text"]{
		/* width:180px; */
	}
	/* .stammdaten{
		padding:0px 0px 5px 8px;
	} */
	.site-content{

	} 
	.site-header {
		/* padding:10px 25px 20px 10%;  */
	}
	.filter{
		/* width:220px !important; */
	}
	.pdf_download{
		display:inline-block;
	}
	.mitarbeiter-table{
		width:670px;
	}
	.mitarbeiter-table .bild.full{
		border-radius:100px; width:100px; height:100px; margin: -50px 0 0 -30px;
	}
	.mitarbeiter-table .bild.full img{
		/* width:30px; margin:0px auto; */
		flex-shrink: 0;
		min-height: 100px;
		max-width: 100px;
	}
	.acc{
		/* width:570px;
		float:left; */
	}	
	.admin .mitarbeiter-table{
		width:870px;
	}
	.admin-edit{
		margin:0 0 0px 0;
		padding:8px 0 9px 0;
		float:right;
		width:250px;
		overflow:hidden;
		border-bottom:1px dashed #aaa;
	}
	.admin .toggle{
		margin: 0 12px 0 0;
	}

	#totop {
		background-size: 35px 35px;
		width: 35px;
		height: 35px;
		opacity: 0;
		right: 11%;
		bottom: 40px;
	}
	.overview{
		display:block;
	}
}
@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:Open Sans;
	}
	/* .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:#9DC107;
		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:Open Sans;
		font-weight:400;
	} */