@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';	
text-rendering: optimizeLegibility;	
color: #444;  
font-size:14px;
background-color: #fafafa;  
-webkit-font-smoothing: antialiased;    
-moz-osx-font-smoothing: grayscale;
margin:0;
padding:0;
} 
h3, b, strong{
	font-family:Open Sans Condensed;
	font-weight:600;
	font-size:14.5px;
	line-height:15px;
	letter-spacing:0.1px;
	margin:3px 0 5px;
}
a, a:hover, a:visited {
	text-decoration:underline; 
	outline: none; 
	color: #ec545b;
	cursor:pointer;
}
a:hover {
	/* text-decoration:underline; */
}
sup{
	position:relative; top:-5px; left:2px; font-size:70%; font-weight:400; font-family:Open Sans;
}
.grid-container.head sup{
	top:-4px; left:0.5px;
}	
.torte sup{
	top:-6px; left:1px;
}
.fussnote sup{
	font-weight:700;
}
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;
	border:1px solid #ccc;
	position: relative;
	top: 1px;
}
input[type=email], input[type=text], input[type=password], input[type=date], select, textarea{
	border: 1px solid #ccc; 
	border-radius: 3px; 
	/* font-family: inherit;  */
	font-size:12px;
	line-height: 13px;
	padding: 0px 0 2px 5px;
	height:25px;
	color:#333;
	box-sizing: border-box;
	width:100%;
	font-family: Open Sans, sans-serif;
}
input[type=date]{
	font-family:Open Sans;
	padding: 5px 0 2px 5px;
}
textarea{
	line-height: 14px;
	padding: 6px 0 5px 7px;
	height: 200px;
	margin:0;
	font-family:Open Sans;
} 
select{
	/* padding: 0px 0px 2px 2px; */
	background-color: #fff;
} 
.login-form select{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-size: 12px;
	line-height: 13px;
	padding: 0px 20px 1px 5px;
	box-sizing: border-box;
	background-color: #fff;
	background-image: url(../src/select_toggle.svg);
	background-repeat: no-repeat;
	background-position: right 7px top 9.7px;
	background-size: 9.5px 4.5px;
} 
input[type=text]:disabled{
	/* background:#fff; */
	color:#555;
}
button:active, input[type=submit]:active{
	background: #3d9999;
}
input[type=submit], button, #overlay .submit, .head-menu input[type=submit], .wrapper .head-menu button, .head-menu .submit, .submit{
	margin:12px 10px 0px 0; 
	padding: 12px 12px 14.5px; 
	float:right;
	border:1.4px solid #fff;
	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: #ec545b;
	/* border-color: #c84147; */
 	-webkit-box-shadow: none;
 	box-shadow: none;
	letter-spacing:1px;
	text-transform:uppercase;
}
.upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  float:left;
  margin: 0px 3px 0px 3px;
  cursor:pointer;
}

.btn {
	padding: 0px 8px 0.2px;
	border: 0;
	border-radius: 0px;
	cursor: pointer;
	font-family: 'Open Sans';
	font-size: 12px;
	height: 24.5px;
	font-weight: 500;
	text-align: center;
	text-decoration: none;
	color: #fff;
	text-shadow: none;
	vertical-align: middle;
	background: #C10076;
	cursor:pointer;
	height:19px;
	padding: 3px 8px 0px 8px;
}

.upload-btn-wrapper input[type=file] {
  font-size: 0px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  width:60px;
  height:22px;
  cursor:pointer;
}
.logout{
	position: absolute;
	top: 0px;
	right: 10%;
	height: 22px;
	margin: 0;
	font-size: 11px;
	padding: 4px 7px 0px;
	line-height: 10px;
	box-sizing: border-box;
	background: #bbb;
}
.logout:hover{
	background: #ec545b;
	color:#fff;
	text-decoration:none;
}
.logout:visited{
	color:#fff;
	text-decoration: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: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:#ec545b;
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; 
	/* padding:4px 25px 0 4px;  */
	/* height:100px;  */
	/* width:100%;  */
	background:none; 
	/* position:relative;  */
	z-index:1111; 
	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:72px;
	margin:0px 0 0px 0;  
	/* float:right; */
}
.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 {
	border:0px solid red;
	/* padding:0 10px; */
}
.wrapper{
	box-sizing:border-box; 
	margin:0 auto;
	padding:0px 12px 0px 10px;
	clear:both; 
	overflow: hidden; 
	text-align:left;
	border:0px solid blue;
	max-width:750px;
}
.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%;
	width:160px;
	float:left; 
	box-sizing:border-box;
	/* margin: 0 0px 7px 0; */
	margin: 0 0px 0px 8px;
}
.count{
	/* margin:6px 0 10px 0px; */
	margin: 1.7px 0 5px 0px;
	float:left;
}
.klassen-edit{
	float:left;
	margin:0 -3px 0 6px;
	width:20px;
	height:22px;
	/* background-color:#ec545b; */
	background-image:url(../src/edit.svg);
	background-repeat:no-repeat;
	background-position:0px 2px;
	background-size:20px 20px;
	cursor:pointer;
	display:none;
}
.klassen-edit:hover{
	background-image:url(../src/edit_active.svg);
}
.admin .filter{
	width:100%;
	float:none; 
	box-sizing:border-box;
	margin: 0 5px 7px 0;
	/* margin: 0 0px 0px 8px; */
}
.count b{
	color:#e85259;
}
.order{
	float:left;
	display:none;
}
.geld{
	float:left; width:62px; margin:0px 0px 0 8px; /* display:none; */
}
.jahrgang{
	display:none;
}
.berater{
	display:none;
}
.partner{
	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:#e85259;
}
.menu{
	overflow:hidden;
	clear:both;
	margin:-1px 0 5px;
	float:left;
}
.berater{
	float:right; margin: 6px 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://intern.zukunftimberuf.de/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://intern.zukunftimberuf.de/src/exit_rot.svg');
}
.p-count{
	float: right;
	width: 14px;
	height: 14px;
	color: #fff;
	text-align: center;
	font-family: "Open Sans Condensed";
	font-weight: 700;
	font-size: 10.7px;
	line-height: 13px;
	/* padding: 0 1px 0 0; */
	margin: 2px 0 0 3px;
	border-radius: 14px;
	box-sizing: border-box;
}
.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;
}
.rolle{
	color:#ec545b;
	font-size: 16px;
	font-family: Open Sans Condensed;
	font-weight: bold;
}
/* TRS-switch */
.trs{
	float:right;
	margin:7px 8px 0 0px;
	height: 10px;
}
.finanzierung{
	float: right;
    margin: 2.5px 8px 0 0px;
    width: 20px;
	height:15px;
	background-repeat: no-repeat;
	background-position: right 0px top 0px;
	background-size: 18px 13px;
}
.esf{ 
	background-image: url(../src/esf.svg);
}
.finanzierung.react{ 
	background-image: url(../src/react.svg);
		/* margin: 7.5px 0px 0 9px; */
	width: 20px;
	height: 15px;
	background-repeat: no-repeat;
	background-position: right 0px top 0px;
	background-size: 20px 14px;
	position: relative;
	left: 1px;
}
.finanzierung.wiko{ 
	background-image: url(../src/wiko.svg);
	/* margin: 7.5px 0px 0 9px; */
	width: 20px;
	height: 15px;
	background-repeat: no-repeat;
	background-position: right 0px top 0px;
	background-size: 20px 14px;
}
.senat{ 
	background-image: url(../src/senat.svg);
	margin-top: 1px;
}
.senat .p-count{
    background-color: #e85259;
    width: 17px;
    height: 17px;
    margin: 0;
    position: relative;
    font-size: 11px;
    line-height: 16px;
	border-radius:0;
}
	
.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;
	width:100%;
}
.content label, #overlay label{
	display: block;
	font-family: Open Sans Condensed;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.4px;
	color: #fff;
	margin: 3px 0 4px;
}
.content label{
	
}
#overlay .get_content{
	clear:both;
}
.table{
	display:table;
	width:100%;
}
.row{
	display:table-row;
}
.cell{
	display:table-cell;
	padding: 3px 0 1px;
	vertical-align:top;
}
.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: #eb555c;
 	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 1px 7px;
	cursor:pointer;
	min-height:25px;
	box-sizing:border-box;
}
.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:17px;
	/* display:block; */
	margin:0 0 0px;
	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.5px 8px 0 0;
}
.pdf_download{
	background-image: url(../src/PDF.svg);
	background-repeat: no-repeat;
	background-position: 0px -3px;
	background-size: 26px 32px;
	font-size: 12px;
	margin: 0px 0 0 5px;
	display: none;
	width: 26px;
	height: 24px;
}
.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://intern.zukunftimberuf.de/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://intern.zukunftimberuf.de/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://intern.zukunftimberuf.de/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:17px;
	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://intern.zukunftimberuf.de/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://intern.zukunftimberuf.de/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://intern.zukunftimberuf.de/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://intern.zukunftimberuf.de/src/anfordern_active.svg');
}
.angefordert:active{
	background-image:url('https://intern.zukunftimberuf.de/src/angefordert_active.svg');
}
.zertifikat-link.download{
	background:#3d9999;
}
.zertifikat-link:active{
	background:#3d9999;
}
.zertifikat-link.download:active{
	background:#eb555c;
}
.left, .right{	
	box-sizing:border-box;
	width:100%;
	overflow:hidden;
}
.right{
	position:relative;
	margin: 0 0 5px 0;
}
.stammdaten{
	position:relative;
	background:#eb555c;
	padding:5px 0px 12px 8px;
	overflow:hidden;
}
.stammdaten.get_content{
	padding: 2px 0 10px 8px;
}
.float.check-boxen{
	float:left; 
	margin:5px 0 7px 0; 
	box-sizing:border-box;
	/* overflow:hidden; */
}
.check{
	padding: 0px 0 0;
	/* clear: both; */
}
.kurz{
	margin:8px 0 0;
}
.check label, .kurz label{
	display:inline-block !important;
}
.kurz select{
	width:43px;
	margin: 0 3px 0 0;
}
.abbruch-check{
	float: left; width: 13px; height: 13px; position: relative;top: 3px; margin: 0 2px 0 0;
	background-image:url('https://intern.zukunftimberuf.de/src/check.svg');
	background-size:13px 13px;
}
.abbruch-check.uncheck{
	background-image:url('https://intern.zukunftimberuf.de/src/uncheck.svg');
}

.datum{
	width: 27%;
	display: inline-block;
	margin: 0 4.5% 0 0;
	/* padding: 1.5px 0px 0px 0px; */
	float:left;
}
.acc-toggle .datum{
	display: block;
}
.datum.jahr{
	width:37%;
	margin:0;
}
.kontaktdaten{
	/* width:100%; */
}
.float{
	box-sizing:border-box;
	width:100%;
	padding:0 8px 0 0;
	overflow:hidden;
}
@media screen and (max-width: 374px) {
	.float.nachname{
		margin-top:10px;
	}
}

/*///////////  L O G I N  ///////////*/

.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 .projekt{
	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;
}
.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;
}


/*///////////  A D M I N  ///////////*/	

.row{
	overflow:hidden;
	clear:both;
}
.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 0px 0 3px;
	cursor:pointer;
	font-size:12.5px;
	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: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: #eb555c; */
	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%;
	width:100%;
	text-align:center;
	overflow:hidden;
	padding:0 0 50px 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;
	box-sizing:border-box;
	background-color: #fafafa;
	box-shadow: 2px 2px 15px #594e3a;
	border-radius: 4px;
	transition: all ease-out 0.4s;
	margin:10px 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:#eb555c;
	cursor:pointer;
}
#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: #ec545b;
    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;
}

/*//////////  O V E R V I E W  //////////*/

	.overview{
		display:none;
	}
	.grid-container {
		font-size:13px;
	}
	.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;
	} */
	.kopf{
		display:none;
	}
	.stern{
		color:#EC545B;
		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: 4.5px 4px 1.5px 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:28px;
	  height:21px;
	  font-size:12px;
	}
	.sus.ist{
		font-family: Open Sans Condensed;
		font-weight:700;
		color:#fafafa;
		font-size: 14.5px;
		line-height: 18px;
		padding: 5px 5px 1px 5px;
		box-shadow: inset 0px 0px 0 3px #fafafa;
		width:34px;
	}
	.sus.ist.gesamt{
		box-shadow: inset 0px 0px 0 3px #f6f6f6;
	}
	.grid-item.schule{
		width:250px;
	}
	.grid-item.gesamt{
		/* border-bottom:0; */
		border-top:0.3px solid #aaa;
		background:#f6f6f6;
		height:23px;
		/* width:28px; */
		line-height:20px;
	}
	.grid-item.bold{
		font-family: Open Sans Condensed;
		font-weight:700;
		font-size: 14.3px;
		/* line-height:17.6px; */
	}
	.grid-item.edit{
		width:20px;
		padding:0 0 0 0;
		cursor:pointer;
		background-image:url(../src/edit.svg);
		background-repeat:no-repeat;
		background-size:18px auto;
		background-position: 0 5px;
	}
	.save_button.overview, .edit-button, .trash-button{
		margin: -1px 30px 0px 0px;
		position:relativ;
		background-color:transparent;
		background-image:url(../src/save_grau.svg);
		background-repeat:no-repeat;
		background-size:auto 20px;
		background-position: 0 0px;
		border:0;
		width:22px;
		height:22px;
		top:0;
		cursor:pointer;
	}
	.edit-button{
		background-image:url(../src/edit.svg);
	}
	.trash-button{
		background-image:url(../src/trash-bin.svg);
	}
	.save_button.overview:hover, .edit-button:hover{
		background-image:url(../src/save_active.svg);
	}
	.edit-button:hover{
		background-image:url(../src/edit_active.svg);
	}
	.trash-button:hover{
		background-image:url(../src/trash-bin-rot.svg);
	}
	.schulen{
		overflow:hidden;
	}
	.schulen.select{
		overflow:hidden;
		padding:3px 0px 6px;
		border-top: 1px solid #fff; color:#fff;
	}
	.user .cell{border-bottom: 1px solid #999;}
	/* .user
		border-bottom: 1px solid #000;
	} */
	.user .head{
		background:#eee;
		padding:5px;
		overflow:hidden;
		clear:both;
		border-top: 1px solid #000;
	}
	.schule-check{
		/* opacity:0; */ transition:all 0.2s;
	}
	.visible{
		opacity:1;
	}
	.schulen div{
		float:left;
	}
	.schule-name{
		width:340px;
		line-height: 14px;
		padding:2px 5px 0 3px;
	}
	.tn{
		color:#fff;
		width:18px;
		font-family:Open Sans Condensed;
		font-weight:700;
		font-size:12px;
		text-align:center;
		margin:0 4px 5px 0;
		padding: 0 0 0px 0;
	}

/*//////////  T O R T E N  //////////*/

.statistik{
	margin:75px 0 100px 15px;
	/* overflow:hidden; */
	width:750px;
	padding: 4.3px 5px 0px;
	height: 370px;
}
.torte{
	margin:0 0px 0 0;
	/* overflow: hidden; */
	float: left;
	width:153px;
	/* text-align:center; */
}
.torte:last-of-type{
	margin:0; width:auto;
}
.torte .label{
	width:auto;
	margin:0 0 10px -10px;
	font-family:Open Sans Condensed;
	font-weight:700;
	font-size:17px;
	/* text-align:center; */
}
/* .torte .label:after{content:':'} */
.werte{
	margin:13px 0 35px -8px;
	overflow:hidden;
	line-height:18px;
	font-size:13.5px;
}
.werte-label{
	float:left;
	margin:0 0px 0 0;
	width:40px;	
}
.werte .wert{
	float:left;
	font-family:Open Sans Condensed;
	font-weight:700;
	font-size:14px;
	width: 25px;
	text-align: right;
	letter-spacing: 0.5px;
}
.prozent{
	float:left;
	margin:0 0 0 5px;
	width:28px;
	text-align:right;
}
.prozent:after{
	content:'%';
}
.werte .color{
	width: 9px;
	height: 9px;
	clear: both;
	float: left;
	margin: 4.5px 6px 0px 0px;
}
.color.blau{
	background:#3D9999;
}
.color.rot{
	background:#EC545B;
}
.piechart, .piece-inner, .piece, .weiss  {
	position: absolute;
	width: 120px;
	height: 120px;
	border-radius: 60px;
}
.piechart {
  position: relative;
  background: #ccc;
  /* box-shadow: inset 1px 1px 3px 0px #888; */
  text-align:center;
  margin: 0 0 0 -15px;

}
.weiss { 
	width: 54px;
	height: 54px;
	box-sizing: border-box;
	top: 32px;
	left: 32px;
	border-radius: 30px;
	background:#fff;
	font-family: Open Sans Condensed;
	font-weight: 700;
	font-size: 16px;
	padding: 15px 0 0 0;
} 
.piece {
  clip: rect(0px, 120px, 120px, 60px);
  transition: all 0.8s;
}

.piece-inner {
    clip: rect(0px, 60px, 120px, 0px);
	transition: all 0.8s;
    /* -webkit-backface-visibility: hidden; */
	/* backface-visibility: visible; */
}
.piece-inner.rot {
	background: #EC545B;
	/* box-shadow: inset 0px 0px 3px 0px #6f3337 */
}
.piece-inner.blau {
    background: #3D9999;
	/* box-shadow: inset 0px 0px 3px 0px #325b5b; */
}
.chart-nav{
	/* clear:both; */
	overflow:hidden;
	float:right;
	/* width:90px; */
	position: relative;
	top: -130px;
}
.chart-button, .nav-button{
	float:left; margin:0px 0px 5px 5px; border:0;  padding: 0 7px 0; background:#c4c4c4; width:95px;
}
.nav-button{
	width:90px;
	margin:0px 5px 0px 0px;
	background:#c4c4c4;
}
.chart-button.active, .nav-button.active{
	background:#3D9999;
}
.nav-button.active, .nav-button:hover{
background: #3D9999;
}
.nav-button:hover{
background: #ec545b;
}

/*#######################################
          R E S P O N S I V E 
########################################*/

@media screen and (min-width: 375px) {
	.wrapper{
		padding:0px 10px 0px 10px;
	}
	.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-block;
		margin:2px 0 0; */
	}
}
.import{display:none;}
@media screen and (min-width: 480px) {
	.second-filter-menu{
		width:auto;
	}
}
	
@media screen and (min-width: 640px) {
	.site-header {
		margin:0 12px 0px 0px; 
	}
	.logo{
		/* height:65px; */
	}
	.searchform input[type="text"]{
		width:167px;
	}
	.filter-menu{
		margin:25px 0 0;
		float:left;
		width:349px;
	}
	.filter{
		width:157px !important;		
		float:left; 
		margin: 0 0px 0px 8px;
	}
	.second-filter-menu .filter{
		width:180px !important;
	}
	.searchform input[type="text"]{
		margin:25px 0 8px 0px;
	}
	.count {
		margin: 1.7px 0 5px 0px;
		float: left;
		width: 67px;
	}
	.klassen-edit{
		display:block;
	}
	.order, .geld{
		display:block;
	}
	.jahrgang {
		display:inline-block;
	}
	.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;
	}
	.termin{
		float:left;
		margin:0 0 5px 0;
	}
	.datum, .acc-toggle .datum{
		/* display: inline-block; */
		/* float:left; */
	}
	.zertifikat{
		display:block;
		float:right; 
		margin:1px 5px 0 0;
		clear:none;
		line-height: 14.5px;
	}
	.menu-item.abbruch{
		margin: 0.7px 5px 0 0;
		float:left;
	}
	.menu{
		clear: none;
		float:right;
		margin: 5px 8px 4px 1px;
	}
	.namen{
		margin: 4px 2px 5px 8px;
	}
	.trash{
		display:block;
	}
	.finanzierung{
		/* float: right; */
		margin: 8.5px 0px 0 9px;
	}
	.senat{
		margin-top:7px
	}	
	.left, .right{
		float:left;
		/* display:table-cell; */
		vertical-align:top;
		width:50%;
	}
	.left{
		padding: 0 0px 0 0;
	}
	.right{
		padding: 0 0 0 0px;
		/* min-height:230px; */
		margin:0;
		/* float:right; */
	}
	.save{
		/* position: absolute;
		bottom: 11px;
		right: 0px; */
	}
	#overlay {
		/* width:100%; */
	}
	.kontaktdaten{
		/* width:320px; */
	}
	
	/*//////////  O V E R V I E W  //////////*/
	.overview{
		display:block;
	}	
	.grid-container {
	  display: -ms-grid;
	  display: grid;
	  /* -ms-grid-columns:30px 30px 30px 30px 30px 30px 30px 30px 30px 30px 30px 30px; */
	  grid-template-columns:auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
	}
	.grid-container.head {
	  /* -ms-grid-columns:auto auto auto auto auto auto auto auto auto auto auto auto; */
	  grid-template-columns:auto auto auto auto auto auto auto auto auto auto auto auto;
	}
	.head .toggle {
		width:290px;
		padding: 6px 0px 0px;
		cursor:pointer;
	}
	.head .toggle:hover, .head .toggle:hover > b {
		color:#333
	}
	.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 1px;
	  width:28px;
	  text-align:center;
	  float:left;
	}
	.schule{
		text-align:left;
	}
	.sus{
		/* width:30px; */
	}
	.kopf{
		display:block;
		text-align:left;
		padding: 5px 5px 15px;
		width:28px;
	}
	.kopf-ist{
		/* width:38px; */
	}
	.colname{
		display:block;
		transform:rotate(-65deg);
		position: relative;
		bottom: 3px;
		left:3px;
	}
	.sus .colname{
		bottom: 3px;
	}
	.grid-item input{
		position: relative;
		top: -2px;
	}
	
}

@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:70px;
	}
	.head select{
		float:right;
		margin:1px 10px 0 0;
		padding: 0px 3px 1px 3px;
	}
	.import{display:block;}
	#overlay_wrapper {
		/* width:720px; */
		left:-105%;
	}
	#overlay {
		max-width:700px;
	}
	.berater{
		display:block;
	}
	
	.left, .right{

	}
}
@media screen and (min-width: 975px) {
	.site {
		margin: 0 auto; 
		box-sizing:border-box; 
		text-align:center;
	} 
	.wrapper{
		padding:0 0 0px;
		/* width: 960px; */
		/* width: 97%; */
	} 
	.filter-menu{
		width:448px;
	}
	.filter{
		width:48% !important;
	}
	.searchform input[type="text"]{
		width:180px;
	}
	.stammdaten{
		padding:0px 0px 10px 8px;
	}
	.site-content{

	} 
	.site-header {
		/* padding:10px 25px 20px 10%;  */
	}
	.filter{
		/* width:220px !important; */
	}
	.partner{
		display:inline;
	}
	.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 0px 0 0;
	}
	#overlay {
		/* width:700px; */
	}

	#totop {
		background-size: 35px 35px;
		width: 35px;
		height: 35px;
		opacity: 0;
		right: 11%;
		bottom: 40px;
	}
	.torte{
		/* width:150px; */
	}
	.head .toggle {
		width:285px;
	}
	.grid-item {
	  width:30px;
	}
	.schule{
		text-align:left;
	}
	.grid-item.kopf{
		width:31px;
	}
	.schule-name{
		width:426px;
	}
}
@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:#eb555c;
		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;
	} */