/* V1.00 */
/* date_ 07.02.2106 */
a, a:hover {
  text-decoration: none !important; }

#mobilnav, .nav-toggle + label, .sidebar-toggle + label, .site-wrap {
  transition: left 0.2s; }

#icon_gruppen, #kalender .monat_zurueck, .p50, .spalte, li.p33 {
  float: left; }

#kalender .monat, #kalender td, #login, .button a, .button ul {
  text-align: center; }

#metanav li, li, ul {
  list-style-type: none !important; }

* {
  margin: 0;
  padding: 0;
  border: 0; }

.error {
  padding: 5px;
  border: 1px solid red; }

li, ul {
  padding: 0 !important;
  margin: 0 !important; }

a {
  color: white; }

.clearfix {
  clear: both; }

.bodyklax {
  font-family: 'Source Sans Pro', sans-serif !important;
  font-weight: 400;
  color: #00abc2 !important;
  background: #fff;
  font-size: 16px !important;
  overflow-x: hidden;
  height: 100%; }

#sidebar h2, .button a {
  font-family: "Varela Round", sans-serif; }

p {
  line-height: 1.4em !important; }

h3.intern {
  color: #ddd;
  margin: 1.5em 0 1em; }

.site-wrap {
  min-width: 100%;
  min-height: 100%;
  background-color: #fff;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  height: 100%;
  position: absolute; }

.nav-toggle, .sidebar-toggle {
  position: absolute;
  clip: rect(0, 0, 0, 0); }

.nav-toggle:checked + label {
  z-index: 10; }

.nav-toggle:checked ~ #mobilnav {
  left: 0; }

label[for=nav-toggle] {
  position: fixed;
  display: block;
  top: 15px;
  left: -50px;
  z-index: 2;
  width: 40px;
  height: 40px;
  background: url(../pix/bg_mininav.gif) 50% 50% no-repeat #ec7b30 !important;
  border-radius: 5px !important;
  background-size: 60% !important;
  padding: 0 !important;
  margin: 0 !important;
  box-shadow: 0 0 1px #666666; }

#nav li a, .button li {
  display: inline-block; }

label[for="sidebar-toggle"] {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 2;
  width: 50px;
  height: 50px;
  cursor: pointer;
  background: #00abc2 url("../pix/bg_login_sidebar.png") 50% 40% no-repeat !important;
  border-radius: 6px !important;
  padding: 0 !important;
  margin: 0 !important;
  background-size: 80% !important; }

#menuLabel {
  position: absolute;
  color: white;
  top: 50px; }

.sidebar-toggle:checked + label {
  	/*    right: 320px;
        left: 15px;
        z-index: 100*/
  right: 315px;
  z-index: 100;
  background: #00abc2 url("../pix/bg_login_sidebar_hover.png") 50% 60% no-repeat !important;
  border-radius: 6px !important;
  padding: 0 !important;
  margin: 0 !important;
  background-size: 80% !important; }

.sidebar-toggle:checked ~ .site-wrap {
  position: absolute;
  left: -300px;
  right: 300px; }

.sidebar-toggle:checked ~ .site-wrap:after {
  background: rgba(0, 0, 0, 0.66);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 100; }

.sidebar-toggle + label, .site-wrap {
  transition: .2s; }

.sidebar-toggle:checked ~ #sidebar {
  right: 0; }

.button li {
  margin: 0 .5em 1.2em 0 !important;
  padding: 0; }

#login, .pwd_vergessen {
  margin-top: 2em; }

.button a {
  color: #fff;
  font-weight: 700;
  font-size: 1em;
  padding: .5em 1em;
  display: block;
  background: #ea7b3b;
  border: 2px solid #ea7b3b;
  border-radius: 8px;
  width: auto; }

#main, .button a:hover {
  background: white; }

#main, #sidebar {
  height: 100%;
  width: 100%; }

.button a:hover {
  color: #ea7b3b; }

.button .small a {
  font-size: .9em;
  font-weight: 400; }

#sidebar {
  background: #00abc2;
  height: 100%;
  width: 100%;
  width: 300px;
  position: fixed;
  overflow: scroll;
  top: 0;
  color: #fff;
  right: -300px;
  z-index: 0; }

#sidebar-inner {
  padding: 4px; }

.spalte {
  margin-right: 2%;
  margin-bottom: 20px; }

.spalte:nth-child(4n) {
  margin-right: 0; }

.p33 {
  width: 23.5%; }

.p50 {
  width: 49%;
  margin-right: 1%; }

.zweispalten .spalte {
  margin-right: 2%;
  margin-bottom: 0; }

.zweispalten .spalte:nth-child(2n) {
  margin-right: 0; }

li.p33 {
  width: 32%;
  margin-right: 2%; }

li.p33:nth-child(3n) {
  margin-right: 0; }

#login {
  width: 100%; }

#login-inner {
  padding: 30px; }

#sidebar h2 {
  font-weight: 400;
  font-size: 1.2em;
  margin-bottom: 1em;
  color: white; }

.login_text {
  width: 100%;
  width: 94%;
  padding: .4em;
  font-size: 1em;
  margin-bottom: 1em; }

.anmelden, .login_button {
  border-radius: 8px;
  padding: 0.4em 1em; }

.login_button {
  background: #ea7b3b;
  width: 100%;
  font-size: 1.2em;
  color: white !important; }

.login_button:hover {
  background: #fff;
  color: #ea7b3b; }

.pwd_vergessen a {
  color: #fff;
  font-size: 0.8em; }

.pwd_vergessen a:hover {
  color: #fff !important;
  text-decoration: underline !important; }

.trenner {
  margin: 30px 0;
  height: 3px;
  border-bottom: 2px dotted white; }

.details, .kinderliste {
  border-left: 1px dotted #c0d47f;
  border-right: 1px dotted #c0d47f;
  border-bottom: 1px dotted #c0d47f; }

.anmelden {
  background: #ea7b3b;
  display: block;
  font-size: 1.2em;
  color: white !important; }

.anmelden:hover {
  background: #fff !important;
  color: #ea7b3b !important; }

#loggedin {
  margin-bottom: 20px; }

#loggedin .foto {
  width: 44px;
  margin-bottom: 30px;
  margin-right: 10px;
  border-radius: 4px;
  padding: 6px 0 0 8px; }

#loggedin h2, #loggedin h3 {
  margin-bottom: .2em;
  font-weight: 400;
  font-family: "Varela Round", sans-serif; }

#loggedin .foto img {
  width: 100%;
  border-radius: 4px; }

#loggedin .foto:hover {
  opacity: 1; }

#loggedin h2 {
  font-size: 1.4em;
  padding-top: .2em;
  color: white; }

#loggedin h3 {
  font-size: 1em;
  color: #fce149; }

#loggedin p {
  font-size: .8em;
  color: white; }

#userRole {
  margin-top: -18px; }

#userAddress, #userPhone {
  padding-left: 63px;
  color: #fff;
  font-size: 12px; }

#funktionen {
  background: #fff;
  margin-right: -4px;
  border-radius: 8px 0 0 8px; }

#funktionen-inner {
  padding: 15px 10px; }

#kita_home {
  margin-bottom: 20px; }

#kita_gruppen h2, #kita_home h2 {
  font-family: 'Varela Round', sans-serif;
  font-weight: 400;
  border-radius: 8px;
  font-size: 1.1em;
  padding: .2em .6em;
  margin-bottom: .6em;
  color: white; }

#kita_home h2 {
  background: #00abc2;
  cursor: pointer; }

#kita_home h2.aktiv {
  background: #00abc2;
  font-size: 1.3em;
  line-height: 24px; }

#kita_home a {
  color: #fff;
  display: block; }

#kita_gruppen h2 {
  background: #00abc2;
  position: relative;
  line-height: 20px !important; }

#sidebar .kind .head h2, #sidebar .kind .head h3, .person h2, .person h3 {
  line-height: 1.2em !important; }

#kita_gruppen h2.aktiv {
  background: 96% 50% no-repeat #c0d47f;
  background-size: 12px;
  border-radius: 8px 8px 0 0;
  margin-bottom: 0; }

.tree, .tree.aktiv {
  width: 2em;
  height: 1.2em;
  right: 0;
  background-size: 14px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: absolute;
  cursor: pointer; }

.tree {
  background-image: url(../pix/bg_aufklappen.png); }

.tree.aktiv {
  background-image: url(../pix/bg_zuklappen.png); }

#logout, #mobilnav {
  position: fixed;
  bottom: 0; }

.groupset .tree {
  height: 2em;
  margin-top: -0.35em; }

.kinderliste {
  display: none;
  border-radius: 0 0 8px 8px;
  padding: 10px;
  margin-bottom: 10px; }

#kalender a, #logout a, #mobilnav a, .kinderliste.aktiv {
  display: block; }

.kinderliste a {
  color: #00abc2; }

.kinderliste a:hover {
  color: #ea7b3b; }

#sidebar .kind {
  margin-top: 20px; }

#sidebar .kind .head {
  background: url(../pix/bg_aufklappen.png) 96% 50% no-repeat #00abc2;
  border-radius: 8px;
  padding: 10px;
  background-size: 12px; }

#sidebar .kind .head.selected {
  background: url(../pix/bg_zuklappen.png) 96% 50% no-repeat #c0d47f;
  border-radius: 8px 8px 0 0;
  background-size: 12px;
  padding-bottom: 19px; }

#sidebar .kind .head .foto {
  width: 44px;
  margin-right: 10px;
  margin-top: 0; }

#sidebar .kind .head .foto img {
  border-radius: 6px; }

#sidebar .kind .head h2 {
  font-family: 'Varela Round', sans-serif;
  font-weight: 400;
  font-size: 1.1em !important;
  margin: 0 0 0.2em !important; }

#sidebar .kind .head h3 {
  font-family: 'Varela Round', sans-serif;
  font-weight: 400;
  font-size: .9em !important;
  margin: 0 !important; }

.details {
  border-radius: 0 0 8px 8px;
  padding: 10px;
  overflow: hidden !important; }

.person {
  margin-bottom: 20px; }

.person:last-child {
  margin-bottom: 0; }

.person .foto {
  margin-right: 10px;
  width: 44px; }

.person .foto img {
  border-radius: 6px; }

.person h2, .person h3 {
  font-family: 'Varela Round', sans-serif;
  font-weight: 400;
  color: #00abc2 !important; }

.person h2 {
  font-weight: 700 !important;
  font-size: 1em !important;
  margin: 0 0 0.2em !important; }

.person h3 {
  font-size: .9em !important;
  margin: 0 0 0.1em !important; }

.group h2, .head-filled h2 {
  line-height: 20px !important; }

#kalender {
  margin-top: 20px;
  border: 1px dashed #00abc2;
  border-radius: 8px;
  padding: 20px;
  color: #00abc2; }

#kalender h2 {
  font-family: 'Varela Round', sans-serif;
  font-weight: 400;
  color: #00abc2; }

#kalender a:hover, #kalender tr:nth-child(1), #logout a {
  font-weight: 700; }

#kalender td:nth-child(6), #kalender td:nth-child(7) {
  color: #cccccc; }

#kalender td {
  padding: 4px; }

#kalender .markiert {
  background: #ec7b30;
  border-radius: 6px; }

#kalender a {
  color: white; }

#kalender .heute {
  border: 1px solid #00abc2;
  border-radius: 6px; }

#kalender .monatwahl {
  width: 94%;
  margin: 0 auto .5em;
  padding-bottom: .5em;
  border-bottom: 1px dotted #00abc2; }

#mobilnav h2, #mobilnav li {
  border-bottom: 1px solid #aaaaaa; }

#kalender .monat_vor a, #kalender .monat_zurueck a {
  color: #00abc2;
  padding: 0 0.2em; }

#logout a, #metanav a, #metanav li, #nav li a {
  color: white; }

#kalender .monat_vor, .more a {
  float: right; }

#logout {
  position: fixed;
  bottom: 0;
  right: 20px;
  background: #ec7b30;
  border-radius: 8px 8px 0 0;
  box-shadow: 0px 3px 5px #333;
  z-index: 9999; }

#logout a {
  font-family: 'Varela Round', sans-serif;
  font-size: .9em;
  padding: 8px 16px; }

#headline h1, #headline h2 {
  font-family: 'Varela Round', sans-serif;
  font-weight: 400;
  color: #fff !important;
  margin-left: 100px;
  margin-right: 100px;
  text-align: center; }

#logout a:hover {
  color: rgba(255, 255, 255, 0.66); }

#header {
  height: 300px;
  width: 100%;
  position: relative; }

#balken {
  background: rgba(192, 213, 107, 0.9);
  width: 100%;
  padding: 10px 0; }

#headline {
  margin: 20px; }

#headline h1 {
  font-size: 2.4em;
  position: relative; }

#headline h2 {
  font-size: 1.4em;
  border-top: 1px dotted #fff;
  padding-top: .3em;
  padding-bottom: 0;
  margin-bottom: -0.4em; }

#mobilnav {
  z-index: 2;
  left: -100%;
  top: 0;
  overflow: scroll;
  padding-bottom: 20px;
  background: #ccc;
  width: 100%; }

#mobilnav h2 {
  text-align: center;
  padding: 5px;
  margin-top: 40px;
  font-size: 1.8em;
  color: #00abc2; }

#mobilnav a {
  padding: 5px;
  text-align: center;
  font-size: 1.2em;
  color: #888888; }

#mobilnav .current a, #mobilnav a:hover {
  background: #888;
  color: white; }

#metanav {
  position: absolute;
  top: 20px;
  left: 35px; }

#metanav li {
  margin: 0 0 0.3em; }

#metanav .current, #metanav li:hover, .group .details li {
  list-style-type: disc !important; }

#nav {
  text-align: center;
  background: #c0d47f;
  padding: 10px; }

#nav li {
  display: inline; }

#nav li a {
  font-size: 1.2em;
  padding: .1em .6em;
  margin: 1px;
  border: 1px solid transparent;
  border-radius: 7px; }

#nav li a.current, #nav li a.current:hover {
  font-weight: 700;
  background: #fff;
  border-radius: 7px;
  color: #c0d47f;
  border: 1px solid white; }

#nav li a:hover {
  border: 1px solid #fff;
  border-radius: 7px; }

#subnav {
  text-align: center;
  padding: 9px 10px; }

#subnav li {
  display: inline; }

#subnav li a, .artikel h2 span, .stufe {
  display: inline-block; }

#subnav li a {
  color: #c0d47f;
  font-size: 1.05em;
  padding: .1em .5em;
  margin: 1px;
  border: 1px solid #fff;
  border-radius: 6px; }

#subnav li a.current, #subnav li a.current:hover {
  font-weight: 700;
  color: #fff;
  background: #c0d47f;
  border-radius: 6px;
  border: 1px solid white; }

.artikel h2, .artikel h2 a, .artikel h3, .head-filled h2 {
  font-weight: 400;
  font-family: "Varela Round", sans-serif; }

#subnav li a:hover {
  border: 1px solid #c0d47f; }

#content {
  padding: 30px 20px;
  background: url(../pix/bg_content.png) left top repeat-x white; }

#content-inner {
  max-width: 1400px;
  margin: 0 auto; }

.head-filled h2 {
  background: #00abc2;
  color: #fff;
  border: 1px solid #00abc2;
  border-radius: 12px 12px 0 0;
  padding: .5em 16px .4em;
  font-size: 1.1em;
  margin: 0 !important; }

.artikel {
  border: 1px dashed #00abc2;
  border-radius: 12px;
  padding: 1.2em;
  margin-bottom: 20px;
  overflow: hidden; }

.artikel h2, .artikel h2 a {
  color: #00abc2; }

#button-file:hover, #gespraech #databox-nav li a:hover {
  color: #ea7b3b;
  background: white; }

#button-upload:hover {
  color: #00abc2;
  background: white; }

.artikel a:hover, .artikel h2:hover span {
  color: #ea7b3b; }

.artikel h2 {
  font-size: 1.4em;
  margin: 0 0 0.4em !important; }

.artikel h2.qheader {
  margin: 0.6em 0 0.6em !important;
  line-height: 0px !important; }

.artikel h2 span {
  color: #c0d47f; }

.stufe {
  width: .75em;
  height: .75em;
  background: url(../pix/bg_stufe.png) 50% 50% no-repeat;
  background-size: contain; }

.artikel h2 a, .foto a, .foto img, .group h2 a, .more a {
  display: block; }

.artikel h2:hover span.stufe {
  background: url(../pix/bg_stufe_hover.png) 50% 50% no-repeat;
  background-size: contain; }

.artikel h3 {
  color: #c0d47f;
  font-size: 1.2em;
  margin: 0 0 0.6em !important; }

#gespraech #fotos, .gap {
  margin-top: 1em; }

.artikel.intro h2 {
  font-size: 2.4em;
  text-align: center; }

.artikel.intro h3 {
  font-size: 1.4em;
  text-align: center;
  margin-bottom: 0; }

.gap {
  padding-top: 1em;
  border-top: 1px dotted #00abc2; }

.nogap {
  margin: 0 !important;
  padding: 0 !important; }

.more a {
  text-indent: -9999px;
  width: 40px;
  height: 40px;
  background: url(../pix/more.png) 50% 50% no-repeat;
  background-size: contain; }

.foto a:hover:after, .hauptfoto:after {
  content: "";
  height: 100%; }

.text p {
  font-size: 1.1em;
  margin-bottom: 1em;
  color: #00abc2 !important; }

.text h3, .text p:last-child {
  margin-bottom: 0; }

.text a {
  color: #c0d47f;
  text-decoration: underline; }

.text h3 {
  font-size: 1em;
  font-weight: 700;
  color: #00abc2; }

.foto {
  float: left;
  position: relative;
  margin-right: 20px;
  width: 49%;
  overflow: visible;
  margin-top: 7px; }

.foto img {
  width: 100%; }

.foto a:hover:after {
  background: url(../pix/kamera.png) 50% 50% no-repeat rgba(255, 255, 255, 0.33);
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  cursor: pointer; }

.more_fotos {
  position: absolute;
  bottom: 10px;
  right: 10px;
  background: rgba(255, 255, 255, 0.8);
  border: 3px solid #00abc2;
  width: 50px;
  height: 30px;
  z-index: 10; }

#gespraech .textarea, #gespraech .textfeld {
  background: #d6eef3;
  outline: 0;
  overflow: auto;
  resize: none; }

.more_fotos span {
  color: #00abc2;
  font-weight: 400;
  font-size: 1.3em;
  position: absolute;
  text-align: center;
  padding: 3px 0 !important;
  width: 100%;
  margin: 0 !important; }

.galerie h3, .group h2 {
  font-size: 1.1em;
  font-weight: 400; }

.kind {
  width: 100%; }

.kind-detail {
  border-left: 1px dashed #00abc2;
  border-right: 1px dashed #00abc2;
  border-bottom: 1px dashed #00abc2;
  border-radius: 0 0 12px 12px;
  margin-bottom: 20px;
  float: left;
  width: 99.8%; }

.kind-detail-inner, .padding {
  padding: 1.2em; }

.kind-detail .foto {
  width: 100%;
  margin-bottom: 1em; }

.kind-detail .person .foto {
  width: 40px;
  margin-bottom: 40px; }

.kind-detail h3 {
  font-weight: 700;
  color: #00abc2;
  font-size: 1.1em;
  margin-bottom: 1em; }

.kind-detail .p33 {
  width: 31%;
  padding: 0 2% 0 0;
  margin-right: 1.5%; }

.kind-detail .p33:nth-child(1) {
  padding-left: 0; }

.kind-detail .p33:last-child {
  padding-right: 0;
  margin-right: 0;
  border-right: none; }

.galerie .rahmen, .group .details {
  border-left: 1px dotted #00abc2;
  border-right: 1px dotted #00abc2;
  border-bottom: 1px dotted #00abc2; }

.kind-detail .p40 {
  width: 40%;
  padding: 0;
  margin-right: 5%; }

.kind-detail .p20 {
  width: 25%;
  margin-right: 3%; }

.kind-detail .p20:last-child {
  margin-right: 0; }

.notizen {
  background: #d6eef3;
  padding: .8em 1em;
  border-radius: 10px; }

.notizen p {
  margin-bottom: 0.5em; }

.notizen p:last-child {
  margin-bottom: 0; }

.galerie .rahmen {
  border-radius: 0 0 12px 12px;
  padding: 10px;
  float: left; }

.galerie .foto {
  width: 100%; }

.galerie h3 {
  clear: both;
  padding-top: 0.3em; }

.groupset .spalte {
  margin-right: 2%;
  margin-bottom: 0;
  width: 32%; }

.groupset .spalte:nth-child(3n) {
  margin-right: 0; }

.group {
  margin-bottom: 1.2em; }

.group h2, .group h2.aktiv {
  margin: 0 !important;
  background: #00abc2; }

.group h2 {
  color: #fff;
  border-radius: 8px;
  padding: 10px 16px;
  position: relative; }

.group h2.aktiv {
  border-radius: 8px 8px 0 0; }

.group h2 a {
  text-decoration: none; }

#Bereich, #Foto, #Gruppe, #Hauptfoto, #Hauptvideo, #Kategorie, #Kinder,
#Stufenblatt, #Text, #Upload, #Ziel, #dark, #loading, #Fragen {
  display: none; }

.group .details {
  display: none;
  border-radius: 0 0 8px 8px;
  padding: 10px; }

.group .details ul {
  -webkit-columns: 2;
  -moz-columns: 2;
  column-count: 2;
  overflow: hidden !important; }

.group .details .nocolumns {
  -webkit-columns: 1;
  -moz-columns: 1;
  column-count: 1; }

.group .details li {
  margin-left: 1.5em !important; }

.group .details a {
  color: #00abc2 !important;
  text-decoration: none !important; }

.group .details a:hover {
  color: #ea7b3b !important;
  text-decoration: none !important; }

@media only screen and (max-width: 768px) {
  .bodyklax {
    font-size: 15px; }

  .text p {
    font-size: 1em; }

  .spalte, .spalte:nth-child(4n) {
    margin-right: 2%; }

  .spalte:nth-child(3n) {
    margin-right: 0; }

  .p33 {
    width: 32%; }

  li.p33 {
    float: left;
    width: 49%;
    margin-right: 2%; }

  li.p33:nth-child(2n) {
    margin-right: 0; }

  li.p33:nth-child(3) {
    margin-right: 2%; }

  .details ul {
    -webkit-columns: 2;
    -moz-columns: 2;
    column-count: 2; } }
@media only screen and (max-width: 599px) {
  .bodyklax {
    font-size: 13px; }

  #header {
    height: 220px; }

  #balken {
    background: 0 0; }

  #headline {
    margin: 10px; }

  h1 {
    text-shadow: 0 0 20px #333333; }

  label[for=nav-toggle] {
    top: 15px;
    left: 15px;
    box-shadow: 0 0 1px #666666; }

  label[for=sidebar-toggle] {
    top: 15px;
    right: 15px;
    width: 40px;
    height: 40px;
    border-radius: 5px !important;
    background-size: 80% !important;
    box-shadow: 0 0 1px #666666; }

  #content {
    padding: 20px 10px; }

  #metanav, #nav, #subnav {
    display: none; }

  #kalender, #kita_gruppen h2, #kita_home h2, #sidebar .kind .head,
  .artikel, .group h2 {
    border-radius: 6px; }

  .details, .galerie .rahmen, .kind-detail {
    border-radius: 0 0 6px 6px; }

  #sidebar .kind .head.selected, .group h2.selected, .head-filled h2 {
    border-radius: 6px 6px 0 0; }

  .group h2, .head-filled h2 {
    padding: 0.5em 11px 0.4em; }

  #loggedin .foto, #sidebar .kind .head .foto, .person .foto {
    width: 38px; }

  #loggedin .foto img, #sidebar .kind .head .foto img, .person .foto img {
    border-radius: 4px; }

  .kind-detail-inner .foto {
    margin-bottom: 20px; }

  .kind-detail-inner .p33 {
    float: none;
    border: none;
    width: 100%; }

  .artikel .foto {
    float: none;
    margin-right: 0;
    width: 100%;
    margin-bottom: 10px; }

  .spalte, .spalte:nth-child(3) {
    margin-right: 4%; }

  .galerie .foto {
    margin-bottom: 0; }

  .more_fotos {
    bottom: 10px;
    right: 7px;
    width: 40px;
    height: 26px; }

  .text {
    float: none;
    width: 100%; }

  .spalte {
    margin-bottom: 14px; }

  .spalte:nth-child(2n), .zweispalten .spalte:nth-child(2n) {
    margin-right: 0; }

  .p33 {
    width: 48%; }

  .p50, li.p33 {
    width: 100%; }

  .zweispalten .spalte {
    float: none;
    margin-bottom: 0; }

  li.p33 {
    float: none;
    margin-right: 2%; }

  .groupset .spalte {
    float: none;
    margin-right: 0;
    width: 100%; }

  .details ul {
    -webkit-columns: 4;
    column-count: 4; } }
#databox, #rand {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

#loading {
  width: 50px;
  height: 50px;
  margin: 100px auto; }

#dark {
  width: 100%;
  min-height: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.66);
  overflow: visible;
  z-index: 999; }

#rand {
  margin: 36px;
  position: fixed !important;
  position: absolute; }

#databox, #databox .padding, .scroll {
  position: absolute; }

#databox {
  max-width: 1400px;
  min-height: 420px;
  margin: 0 auto;
  background: #fff;
  border: 4px solid #fff;
  border-radius: 12px; }

#databox .padding {
  top: 75px;
  right: 40px;
  bottom: 60px;
  left: 40px;
  padding: 0;
  margin: 0; }

#databox #gespraech .padding {
  position: absolute;
  top: 75px;
  right: 10px;
  bottom: 80px;
  left: 10px;
  padding: 0;
  margin: 0; }

.scroll {
  overflow: scroll;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

#datenfelder, #fotoleiste {
  position: absolute;
  overflow: auto;
  bottom: 0; }

#databox h1, #databox h2, #databox h3, #databox h4 {
  font-family: "Varela Round", sans-serif; }

#databox h1 {
  background: #00abc2;
  font-weight: 400;
  color: #fff;
  font-size: 1.8em;
  text-align: center;
  position: relative;
  margin: 0;
  padding: .4em;
  border-radius: 10px 10px 0 0; }

#databox h1 span a {
  position: absolute;
  right: 20px;
  color: rgba(255, 255, 255, 0.5);
  font-size: .75em;
  padding: 0.125em; }

#databox h1 span a:hover {
  color: white; }

#databox h2 {
  font-weight: 700;
  font-size: 1.2em !important;
  border-top: 1px dotted #00abc2;
  border-bottom: 1px dotted #00abc2;
  padding: .5em;
  margin: 20px 0;
  color: #00abc2 !important; }

#databox h2:nth-child(1) {
  margin-top: 0; }

#databox h3, #databox h4 {
  font-weight: 400;
  font-size: 1em;
  margin: .25em 0;
  color: #00abc2; }

#databox h4 {
  color: #c0d47f; }

#introtext {
  position: absolute;
  width: 150px;
  left: 10px; }

#introtext p {
  font-size: 1em; }

#datenfelder {
  top: 60px;
  right: 180px;
  left: 180px;
  overflow-x: hidden;
  padding-right: 10px;
  padding-bottom: 20px; }

#fotoleiste {
  overflow-x: hidden;
  top: 66px;
  right: 0;
  width: 160px; }

#fotoleiste li {
  position: relative;
  margin-bottom: 2px;
  border: 2px solid transparent;
  padding: 2px; }

#fotoleiste img {
  border-radius: 8px;
  display: block;
  transform-origin: 0 0; }

.hauptfoto {
  border: 3px solid #ea7b3b !important;
  border-radius: 10px; }

.hauptfoto:after {
  background: url(../pix/icon_haken_weiss.png) 50% 50% no-repeat;
  background-size: 50px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  border-radius: 8px; }

.foto-liste li {
  float: left;
  width: 19.2%;
  display: inline;
  position: relative;
  margin-right: 1% !important;
  margin-bottom: 6px !important; }

.foto-liste li:nth-child(5n) {
  margin-right: 0 !important; }

.foto-liste li img {
  border-radius: 8px;
  transform-origin: 0 0;
  height: auto;
  vertical-align: middle; }

.foto-auswahl {
  position: absolute;
  bottom: 10px;
  right: 10px;
  padding: 6px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 8px; }

.foto-auswahl input[type=checkbox]:not(checked), .foto-auswahl input[type=radio]:not(checked) {
  content: ' ';
  display: block;
  width: 24px;
  height: 24px;
  position: relative;
  background: 0 0;
  border: 2px solid #fff;
  visibility: visible;
  cursor: pointer;
  border-radius: 4px; }

.foto-auswahl input[type=checkbox]:checked, .foto-auswahl input[type=radio]:checked {
  background: url(../pix/icon_haken_gruen.png) no-repeat white;
  background-size: contain;
  border: 2px solid white; }

.foto-auswahl input[type=checkbox]:enabled, foto-auswahl input[type=checkbox]:hover, .foto-auswahl input[type=radio]:hover {
  border: 2px solid #ec7b30; }

.foto-auswahl input[type=checkbox]:checked:hover, .foto-auswahl input[type=radio]:checked:hover {
  background: url(../pix/icon_haken_gruen.png) no-repeat white;
  background-size: contain;
  border: 2px solid #ec7b30; }

.foto-auswahl input[type=checkbox]:disabled {
  border: 2px solid rgba(90, 43, 23, 0.89); }

.foto-rotate {
  background: rgba(0, 0, 0, 0.5);
  display: inline-block;
  left: 15px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  background-size: cover;
  bottom: 6px;
  position: absolute;
  border-radius: 4px; }

.foto-rotate-arrows {
  background: url(../pix/arrows.png);
  background-size: contain;
  height: 36px; }

.foto-auswahl :hover {
  border: 2px solid #ec7b30; }

.auswahlliste {
  width: 100%;
  position: relative; }

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

input[type=checkbox], input[type=radio] {
  width: auto;
  float: left;
  margin-right: .75em;
  background: 0 0;
  border: none; }

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

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

input[type=checkbox]:checked + label, input[type=checkbox]:not(checked) + label,
input[type=radio]:checked + label, input[type=radio]:not(checked) + label {
  content: ' ';
  display: block;
  padding: .5em 1em;
  background: #00abc2;
  color: #fff;
  font-size: 1.2em;
  font-weight: 700;
  margin: .5em 0;
  border-radius: 10px; }

input[type=checkbox]:hover + label, input[type=radio]:hover + label {
  background: #ec7b30; }

input[type=checkbox]:checked + label, input[type=radio]:checked + label {
  background: url(../pix/icon_haken_weiss.png) 97% 50% no-repeat #c0d47f;
  background-size: 26px; }

.gruppe {
  margin: 10px 0; }

#databox .gruppe h2, .gruppe h2 {
  background: #c0d47f;
  color: #fff !important;
  border-radius: 10px 10px 0 0;
  border: 1px solid #c0d47f !important;
  margin-bottom: 0 !important;
  padding-left: 12px !important; }

.rahmen {
  border-top: none;
  border-left: 1px dotted #82bf00;
  border-right: 1px dotted #82bf00;
  border-bottom: 1px dotted #82bf00;
  border-radius: 0 0 12px 12px; }

.gruppe-inner, .radio-box-wrapperr {
  padding: 6px 12px; }

.gruppe-inner label {
  background: 0 0 !important;
  color: #00abc2 !important;
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0.33em 0 !important; }

.gruppe-inner input[type=checkbox]:checked + label::before, .gruppe-inner input[type=checkbox]:not(checked) + label::before,
.radio-box-wrapper input[type=radio]:checked + label::before,
.radio-box-wrapper input[type=radio]:not(checked) + label::before {
  content: ' ';
  display: inline-block;
  width: 17px;
  height: 17px;
  position: relative;
  top: 4px;
  border: 2px solid #00abc2;
  border-radius: 4px;
  background: #fff;
  margin-right: 0.5em; }

#start, #weiter, #zurueck {
  top: 50%;
  position: absolute;
  z-index: 20; }

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

.gruppe-inner input[type=checkbox]:hover + label::before,
.radio-box-wrapper input[type=radio]:hover + label::before {
  border: 2px solid #ec7b30; }

.gruppe-inner input[type=checkbox]:checked:hover + label, .gruppe-inner input[type=checkbox]:hover + label,
.radio-box-wrapper input[type=radio]:checked:hover + label,
.radio-box-wrapper input[type=radio]:hover + label {
  color: #ec7b30 !important; }

.gruppe-inner input[type=checkbox]:checked + label::before,
.radio-box-wrapper input[type=radio]:checked + label::before {
  background: url(../pix/icon_haken_gruen.png) no-repeat white;
  background-size: contain;
  border: 2px solid #c0d56b; }

.gruppe-inner input[type=checkbox]:checked:hover + label::before,
.radio-box-wrapper input[type=radio]:checked:hover + label::before {
  background: url(../pix/icon_haken_gruen.png) no-repeat white;
  background-size: contain;
  border: 2px solid #ec7b30; }

.gruppe-inner input[type=checkbox]:checked + label, .radio-box-wrapper input[type=radio]:checked + label {
  color: #c0d47f !important; }

#zusammenfassung li, #zusammenfassung p {
  font-size: 1.05em;
  color: #333333; }

#zusammenfassung p {
  margin-bottom: 0.3em; }

#zusammenfassung h3 {
  font-weight: 700;
  margin-top: .8em;
  padding-top: .8em;
  border-top: 1px dotted #00abc2; }

#zusammenfassung h3:nth-child(1) {
  margin-top: .5em;
  padding: 0;
  border-top: 0; }

#zusammenfassung .achtung {
  margin: 1.5em 0;
  background: #ec7b30;
  border: 1px dotted #ec7b30;
  color: #fff;
  padding: .8em 1em .5em;
  border-radius: 10px;
  text-align: center; }

#zusammenfassung .achtung .absenden a {
  background: #fff;
  color: #ec7b30;
  padding: 1em;
  margin: 1em;
  display: block;
  border-radius: 10px;
  font-weight: 700;
  border: 2px solid white; }

#databox-nav li:last-child, #statistik_selektor select:last-child {
  margin-right: 0; }

#zusammenfassung .achtung .absenden a:hover {
  border: 2px solid #fff;
  background: #ec7b30;
  color: white; }

#databox-nav {
  position: absolute;
  bottom: -4px;
  padding: 16px 0 8px;
  border-top: 1px solid #c0d47f;
  width: 100%;
  height: auto;
  background: #fff;
  border-radius: 0 0 12px 12px; }

#databox-nav ul {
  margin: 0 30px !important; }

#databox-nav li {
  float: left;
  margin-right: .5em !important;
  margin-bottom: 0.5em !important; }

#databox-nav li a, #databox-nav li.inaktiv {
  padding: .1em .6em !important;
  font-size: 1.1em; }

#databox-nav li a {
  display: block;
  color: #c0d47f;
  border: 1px solid #c0d47f;
  border-radius: 8px; }

#databox-nav li a:hover, #databox-nav li.current a {
  background: #c0d47f;
  color: #fff;
  text-decoration: none !important; }

#databox-nav li.inaktiv {
  color: #ddd;
  border: 1px solid #ddd;
  border-radius: 8px; }

#start, #weiter {
  right: -34px; }

#zurueck {
  left: -34px;
  display: none; }

#start a, #weiter a, #zurueck a {
  text-indent: -9999px;
  display: block;
  width: 66px;
  height: 66px;
  background: url(../pix/icon_weiter.png) left top no-repeat;
  background-size: contain; }

#zurueck a {
  background: url(../pix/icon_zurueck.png) left top no-repeat;
  background-size: contain; }

#start a:hover, #weiter a:hover, #zurueck a:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1); }

.textarea, .textfeld {
  color: #000 !important;
  margin-bottom: 10px !important;
  padding: 10px !important;
  border-radius: 10px !important;
  font-size: 1em !important;
  width: 100% !important;
  background: #d6eef3 !important;
  outline: 0 !important;
  overflow: auto !important;
  resize: none !important;
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  box-sizing: border-box !important; }

.textfeld {
  height: 55px !important; }

.portlet-layout {
  display: none !important; }

.fett {
  font-weight: 700 !important; }

#gespraech h2 {
  border-top: none;
  border-bottom: none;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 4px; }

#gespraech label {
  float: left;
  margin-right: 1em;
  padding: .4em 0;
  vertical-align: middle; }

#gespraech .trenner {
  margin: 0;
  height: 1px;
  border-bottom: 1px dotted #00abc2; }

#gespraech td {
  padding: 10px 16px 0 0; }

#gespraech td:last-child {
  padding: 10px 0 0; }

#gespraech .textarea {
  margin-bottom: 0;
  padding: 10px;
  border-radius: 6px;
  font-size: .9em;
  width: 100%;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

#gespraech .textarea:focus {
  box-shadow: 0 0 5px #444444 inset; }

#gespraech .textfeld {
  margin-right: 2em;
  float: left;
  margin-bottom: 10px;
  padding: 0 10px !important;
  border-radius: 6px;
  font-size: 1em !important;
  width: 20% !important;
  height: 2.2em !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

#button-file, #gespraech #databox-nav li a {
  padding: .4em 1.2em !important;
  background: #ea7b3b;
  color: white; }

#gespraech #databox-nav {
  position: absolute;
  bottom: -4px;
  padding: 16px 0 8px;
  border-top: 1px dotted #00abc2;
  width: 100%;
  height: auto;
  background: #fff;
  border-radius: 0 0 12px 12px;
  text-align: center; }

#gespraech #databox-nav ul {
  margin: 0 auto;
  width: 100%; }

#gespraech #databox-nav li {
  float: none;
  display: inline-block;
  margin: 0 10px 10px; }

#gespraech #databox-nav li a {
  font-size: 1.1em !important;
  display: block;
  border-radius: 8px;
  border: 2px solid #ea7b3b; }

#button-file {
  height: 45px;
  margin-bottom: 2px;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  font-size: 1.1em;
  display: inline-block;
  border-radius: 8px;
  border: 2px solid #ea7b3b; }

#button-file:hover {
  cursor: pointer; }

@media only screen and (max-width: 1024px) {
  #introtext {
    width: 110px; }

  #introtext p {
    font-size: 0.95em; }

  .padding {
    left: 30px;
    right: 30px; }

  #datenfelder {
    left: 140px;
    right: 140px; }

  #fotoleiste {
    width: 120px; }

  .p50, li.p50 {
    float: none;
    width: 100%;
    margin-right: 0; }

  li.p33 {
    width: 48%; }

  li.p33:nth-child(3) {
    margin-right: 2%; }

  li.p50:nth-child(2n), li.p50:nth-child(3) {
    margin-right: 0; }

  #weiter a, #zurueck a {
    width: 56px;
    height: 56px; }

  .hauptfoto:after {
    background: url(../pix/icon_haken_weiss.png) 50% 50% no-repeat;
    background-size: 40px; } }
@media only screen and (max-width: 768px) {
  .padding {
    left: 30px;
    right: 30px; }

  #introtext {
    display: none; }

  #datenfelder {
    left: 0;
    right: 130px; }

  #fotoleiste {
    width: 110px; }

  #databox-nav li a, #databox-nav li.inaktiv {
    font-size: 1em; }

  .foto-liste li {
    width: 32%;
    margin-right: 2% !important;
    margin-bottom: 6px; }

  .kind-detail .p33, .kind-detail .p40 {
    float: none;
    width: 100%; }

  .foto-liste li:nth-child(3n) {
    margin-right: 0 !important; }

  .foto-liste li:nth-child(10), .foto-liste li:nth-child(20), .foto-liste li:nth-child(5) {
    margin-right: 2% !important; }

  .hauptfoto {
    border: 2px solid #ea7b3b !important; }

  .kind-detail .p33:last-child {
    margin-bottom: 0; }

  .kind-detail .p40 {
    margin-right: 0; }

  .kind-detail .p20 {
    width: 48%;
    margin-right: 3%; }

  .notizen {
    border-radius: 6px; } }
@media only screen and (max-width: 599px) {
  input[type=checkbox]:checked + label, input[type=radio]:checked + label {
    background-size: 20px; }

  #rand {
    margin: 30px; }

  .sidebar-toggle:checked + label {
    left: 15px; }

  .padding {
    top: 60px;
    left: 15px;
    right: 15px; }

  #weiter a, #zurueck a {
    width: 44px;
    height: 44px; }

  li.p33 {
    float: left; }

  #fotoleiste {
    display: none; }

  #datenfelder {
    top: 50px;
    left: 0;
    right: 0;
    margin-right: 0;
    padding-right: 1px; }

  .textarea, .textfeld {
    width: 96%; }

  .kind-detail .p20 {
    width: 100%;
    float: none;
    margin-right: 0; } }
#statistik_selektor {
  border: 1px solid #00abc2;
  border-radius: 6px;
  padding: 0.8em 1em !important; }

#statistik_selektor label {
  color: #00abc2 !important;
  display: inline-block !important;
  width: auto !important; }

#statistik_selektor select {
  display: inline-block !important;
  margin-right: 3em;
  width: auto;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  font-size: 1em;
  font-weight: 700;
  color: #00abc2;
  padding: 0 2em 0 .5em;
  background: url(../pix/more.png) right no-repeat white;
  background-size: contain; }

#statistik h2 {
  font-size: 1em !important;
  font-weight: 400 !important;
  text-align: center;
  color: #fff !important;
  border: none !important;
  background: #c0d47f;
  border-radius: 6px;
  margin: .8em 0 !important;
  padding: .5em !important;
  line-height: 1.3em !important; }

#statistik .padding {
  position: absolute;
  top: 75px;
  right: 10px;
  bottom: 80px;
  left: 10px;
  padding: 0;
  margin: 0; }

.statistik_container {
  position: absolute;
  left: 0;
  right: 0;
  overflow: scroll;
  bottom: 0;
  top: 130px; }

.statistik_tabelle {
  color: #00abc2 !important;
  position: relative;
  overflow: scroll; }

.statistik_tabelle ul {
  float: left;
  clear: left; }

.statistik_tabelle li {
  min-width: 5em;
  display: block;
  float: left;
  text-align: center;
  padding: .5em 1em !important;
  border-bottom: 1px dotted #00abc2;
  border-right: 1px dotted #00abc2; }

.statistik_tabelle .reached {
  background: #ea7b3b;
  color: #fff;
  border-bottom: 1px solid #fff !important;
  border-right: 1px solid white !important; }

.statistik_tabelle .goal {
  display: inline-block;
  width: .75em;
  height: .75em;
  background: url(../pix/bg_goal.png) 50% 50% no-repeat;
  background-size: contain; }

.statistik_tabelle .reached .goal {
  display: inline-block;
  width: .75em;
  height: .75em;
  background: url(../pix/bg_goal_reached.png) 50% 50% no-repeat;
  background-size: contain; }

.statistik_tabelle .goal_all {
  display: inline-block;
  width: .75em;
  height: .75em;
  background: url("../pix/bg_goal_all_reached.png") no-repeat 50% 50%;
  background-size: contain; }

.statistik_tabelle .reached .goal_all {
  display: inline-block;
  width: .75em;
  height: .75em;
  background: url("../pix/bg_goal_all.png") no-repeat 50% 50%;
  background-size: contain; }

.statistik_tabelle .tabelle_start li {
  display: block;
  float: none;
  text-align: left;
  padding-left: 1em !important;
  padding-right: 1em !important;
  border-right: 2px solid #00abc2; }

.tabelle_start {
  width: 199px; }

.tabelle_scroll_container {
  position: absolute;
  left: 200px;
  right: 0;
  top: 0;
  bottom: 0;
  overflow-y: scroll; }

.tabelle_scroll {
  width: 2500px; }

.tabelle_scroll_alpha {
  z-index: 20;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 60px;
  background-image: -webkit-linear-gradient(90deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.5) 50%, white 100%);
  background-image: -moz-linear-gradient(90deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.5) 50%, white 100%);
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 50%, #ffffff 100%); }

/* BACKGROUND */
.bg_kita {
  background: url("../pix/bg_header_kita.jpg") no-repeat 50% 50%;
  background-size: cover; }

.bg_kid {
  background: url("../pix/bg_header_kind.jpg") no-repeat 50% 50%;
  background-size: cover; }

.bg_group {
  background: url("../pix/bg_header_gruppe.jpg") no-repeat 50% 50%;
  background-size: cover; }