/* Basiswerte */

.blau {
  background-color: #AE9AC2;
}

.weiss {
  background-color: white;
}

.gruen {
  background-color: #97E35D;
}

h1,h2,h3,h4,h5 {
  font-family: Comic Sans, Comic Sans MS;
}

body {
  /*
  background: #333;
  */
  background: #ddd url("../bilder/hintergrund_doppelt_2_medium.jpg") repeat left top;
  font-family: Comic Sans, Comic Sans MS;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}

.content {
  padding: 2px;
  margin: 2px;
}

.links {
  text-align: left;
}

.termine th {
  align: center;
}

.termine td {
  vertical-align: top;
  font-size: 0.9rem;
}
.termine a:hover {
  text-decoration: underline;
}

textarea[readonly] {
  background-color: white;
}

.fussleiste {
  font-weight: bold;
  color: white;
  border-top: solid thin silver;
  height: 3rem;
  background: #479C32;
}

.fussleiste a {
  color: white;
}

.fussleiste .left {
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  color: white;
  margin-left: 2rem;
}

#unsichtbar {
  display: none;
}

#sichtbar
{
	display:table;
}

.unsichtbar {
  display: none;
}

.sichtbar
{
	display:table;
}

.ma_position {
  font-weight: bold;
  font-size: 2rem;
}

.fehlt
{
  border-color: red;
  border-style: solid;
  border-width: thin;
  background-color: #F9D5D5;
}

.logo {
  display:block;
  margin: 0 auto;
  width: 250px;
  height: 187.5px;
}

img {
  max-width: 100%;
}

.ma-schicht {
  /*
  background: silver;
  border-bottom: solid black thin;
  */
  display: block;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.ma-center {
  margin: 0 auto;
}

.top-bar {
  background: #479C32;
}

.top-bar-section li:not(.has-form) a:not(.button) {
  background: #479C32;
}

.top-bar-section li:not(.has-form) a:not(.button):hover {
  background: #2a8015;
  transition: all 0.2s ease-in;
}

.top-bar-section li.active:not(.has-form) a:not(.button):hover {
  background: #2a8015;
}

.top-bar-section li.active:not(.has-form) a:not(.button) {
  background: #479C32;
}

.top-bar-section ul li:hover:not(.has-form) > a {
  background: #479C32;
}

.top-bar.expanded .toggle-topbar a {
  background: #479C32;
  color: white;
}

.top-bar .toggle-topbar.menu-icon a {
  color: white;
}

.top-bar .toggle-topbar.menu-icon a span::after {
    box-shadow: 0 0 0 1px white, 0 7px 0 1px white, 0 14px 0 1px white;
}

.top-bar.expanded .title-area {
  background: #479C32;
  border-bottom: solid thin white;
}

.sidebar {
  border-top: thin solid grey;
  width: 100%;
}

.sidebar_termine,table {
  border: none;
}

.sidebar_termine,td{
  text-align: left;
  vertical-align: top;
}

.SeiteText {
	border-radius: 0.8em 0.8em 0.8em 0.8em;
  width: 100%;
}

.SeiteTextUeberschrift {
  font-weight: bold;
  font-size: 1.2rem;
}

.SeiteTextUeberschrift, table {
  max-width: 90%;
}

.SeiteTrenner {
  border-bottom: thin solid grey;
}

.index_bild {
  height: 23rem;
  background: #ddd url("../bilder/haende_l2.png") no-repeat ;
  background-size: cover;
  opacity: 0.9;
	border-radius: 0.8em 0.8em 0.8em 0.8em;
  padding-left: 0.5rem;
}

.index_bild_2 {
  height: 30rem;
  background: #ddd url("../bilder/Kinder_Daumen.png") no-repeat;
  background-size: cover;
	border-radius: 0.8em 0.8em 0.8em 0.8em;
}

.startseite-container {
    display: flex;
    gap: 10px;
	width: 100%;
}
.startseite-box {
    width: 100px;
    height: 100px;
}

.startseite-links {
}

.startseite-mitte {
	margin: 0 auto;
}

.startseite-mitte-text {
	margin-top: 1rem;
}


.startseite-img {
  width: 12rem;
  margin-left: 0rem;
}

.startseite-img-links {
  width: 13rem;
  margin-left: 0rem;
  margin-top: 1rem;
}

.startseite-img-rechts {
  width: 13rem;
  margin-left: 0rem;
}

.sidebar-auszeichnung-img {
  width: 16rem;
  margin-left: 0rem;
}

.eichel-lo {
  width: 6rem;
  margin-left: 0rem;
  margin-top: 2rem;
}

.eichel-mo {
  width: 6rem;
  margin-left: 0.5rem;
  margin-top: 2rem;
}

.eichel-ro {
  width: 6rem;
  margin-left: 0.5rem;
  margin-top: 2rem;
}

.eichel-lu {
  width: 6rem;
  margin-left: 0.5rem;
  margin-top: 3rem;
}

.eichel-mu {
  width: 6rem;
  margin-left: 0.5rem;
  margin-top: 3rem;
}

.eichel-ru {
  width: 6rem;
  margin-left: 0.5rem;
  margin-top: 3rem;
}

.eichel-1 {
  width: 25%;
  margin-left: 1rem;
  margin-top: 1rem;
}

.eichel-2 {
  width: 25%;
  margin-left: 1rem;
  margin-top: 1rem;
}

.eichel-3 {
  width: 25%;
  margin-left: 1rem;
  margin-top: 1rem;
}

.eichel-4 {
  width: 25%;
  margin-left: 1rem;
  margin-top: 1rem;
}

.bild_schule {
	border-radius: 1em;
  display: none;
  width: 50%;
  height: 50%;
  margin: 0 auto;
  margin-top: -100px;
  margin-bottom: -80px;
}

.bilder_ordner {
  float: left;
  border: thin solid grey;
	border-radius: 0.8em 0.8em 0.8em 0.8em;
  margin-left: 1rem;
  padding: 0.5rem;
  font-size: 90%;
}

.bildergalerie_uebersicht {
  font-size: 70%;
}

.bildergalerie_ueberschrift {
  font-size: 90%;
}

.bildergalerie {
  width: 100%;
  margin: 0 auto;
}

.bild_vorher {
  text-align: left;
}

.bild_nachher {
  text-align: right;
}

.bild_diaschau {
  text-align: center;
}

.bild_thumbs {
}

.button_diaschau {
	border-radius: 0.4em 0.4em 0.4em 0.4em;
  font-size: 70%;
}


.bild_aktuell {
  text-align: center;
}

.bild_thumbnail img {
  width: 25%;
}

.BeitragHead {
  font-size: 120%;
  font-weight: bold;
}

.klassen_admin {
  font-size: 10%;
}

#tab_klassen {
  margin:0 auto;
  border: thin solid grey;
}

#tab_klassen label{
  font-size: 0.7rem;
}

#tab_unterricht {
  margin:0 auto;
  border: thin solid grey;
}


#tab_unterricht td,option,input {
  font-size: 0.7rem;
}

.unterricht_inhalt {
  padding-left: 1px;
  padding-right: 1px;
  text-align: center;
  font-size: 0.7rem;
  border-bottom: thin solid grey;
  border-right: thin solid grey;
}

.unterricht_head {
  font-weight: bold;
  text-align: center;
  border-bottom: medium solid grey;
  border-right: thin solid grey;
}

.unterricht_stunde {
  text-align: center;
  border-right: medium solid grey;
  border-bottom: thin solid grey;
}

.dick_rechts {
  border-right: medium solid grey;
}

.unterricht_name {
  text-align: center;
  border-right: thin solid grey;
  border-bottom: thin solid grey;
}

.download_inhalt {
  font-size: 0.7rem;
}

.download_link {
  text-align: center;
  margin: 10px;
  float: left;
}

.download_link img {
  border: thin solid grey;
}

.download_ img {
  width: 15%;
  height: 15%;
}

.download_verwalten {
  text-align: left;
  margin: 10px;
  float: left;
}

.download_verwalten img {
  border: thin solid grey;
}

.download_verwalten img {
  width: 15%;
  height: 15%;
}

/* -------------------------------  Mittlere Groesse       -----------------------------*/
@media only screen and (min-width: 28.063em) {
.bgimage {
  background-image: url("../bilder/haende_l.png");
  background-size: cover;
  background-position: top;
  opacity: 0.8;
  z-index: 1;
}

.eichel-lo {
  width: 7rem;
  margin-left: 2rem;
  margin-top: 2rem;
}

.eichel-mo {
  width: 7rem;
  margin-left: 2rem;
  margin-top: 2rem;
}

.eichel-ro {
  width: 7rem;
  margin-left: 2rem;
  margin-top: 2rem;
}

.eichel-lu {
  width: 7rem;
  left: 2rem;
  margin-top: 4rem;
}

.eichel-mu {
  width: 7rem;
  margin-left: 2rem;
  margin-top: 4rem;
}

.eichel-ru {
  width: 7rem;
  margin-left: 2rem;
  margin-top: 4rem;
}

}

/* -------------------------------  Mittlere Groesse       -----------------------------*/
@media only screen and (min-width: 45.063em) {
  body {
    /*
    background: #333;
    */
    background: #ddd url("../bilder/hintergrund_doppelt_2.jpg") repeat left top;
  }

  .bgimage {
    background-image: url("../bilder/haende_l.png");
    background-size: cover;
    background-position: top;
    opacity: 0.8;
    z-index: 1;
  }

  .logo {
    width: 333.333px;
    height: 250px;
  }
.fussleiste {
  height: 2em;
}

.termine td {
  font-size: 1rem;
}

.sidebar {
  border-top: none;
  border-left: thin solid grey;
  height: 100%;
  width: 25%;
}

.index_bild {
  padding-left: 0.5rem;
}

.startseite-mitte-text {
	margin-top: 4rem;
}

.eichel-1 {
  margin-left: 0.1rem;
  margin-top: 12rem;
  width: 7rem;
}

.eichel-2 {
  margin-left: 0.1rem;
  margin-top: 5rem;
  width: 7rem;
}

.eichel-3 {
  margin-left: 0.1rem;
  margin-top: 3rem;
  width: 7rem;
}

.eichel-4 {
  margin-left: 0.1rem;
  margin-top: 3rem;
  width: 7rem;
}

.bild_schule {
  /*
  margin-top: -40px;
  margin-left: 160px;
  margin-bottom: 50px;
  */
  margin-top: -4rem;
  margin-left: 6rem;
  margin-bottom: 4rem;
  display: block;
}

.bild_schule_mobile {
  display: none;
}

.bilder_ordner {
  font-size: 95%;
}

.button_diaschau {
  font-size: 80%;
}

.bildergalerie {
  width: 80%;
}

#tab_unterricht td,option {
  font-size: 0.85rem;
}

#tab_klassen label{
  font-size: 0.85rem;
}

.unterricht_inhalt {
  font-size: 0.85rem;
}
.download_inhalt {
  font-size: 1rem;
}
.download_link img {
  width: 20%;
  height: 20%;
}

.download_verwalten img {
  width: 15%;
  height: 15%;
}

}

@media only screen and (min-width: 50.063em) {
.eichel-lo {
  width: 10rem;
  left: 1rem;
  margin-top: 2rem;
}

.eichel-mo {
  width: 10rem;
  margin-left: 4rem;
  margin-top: 2rem;
}

.eichel-ro {
  width: 10rem;
  margin-left: 4rem;
  margin-top: 2rem;
}

.eichel-lu {
  width: 10rem;
  margin-left: 1rem;
  margin-top: 4rem;
}

.eichel-mu {
  width: 10rem;
  margin-left: 4rem;
  margin-top: 4rem;
}

.eichel-ru {
  width: 10rem;
  margin-left: 4rem;
  margin-top: 4rem;
}

}
/* -------------------------------  Grosse Groesse       -----------------------------*/
@media only screen and (min-width: 64.063em) {

.bgimage {
  background-image: url("../bilder/haende_l.png");
  background-size: cover;
  background-position: top;
  opacity: 0.8;
  z-index: 1;
}
  .logo {
    width: 400px;
    height: 275px;
    z-index: 10;
    opacity: 1.3;
    }
  .top-bar-section ul li > a {
    font-size: 1.1rem;
  }

.fussleiste {
  height: 2em;
}

.termine td {
  font-size: 1rem;
}

.sidebar {
  border-top: none;
  border-left: thin solid grey;
  height: 100%;
  width: 25%;
}

.index_bild {
  height: 33rem;
}

.startseite-mitte-text {
	margin-top: 4rem;
}

.eichel-lo {
  width: 11rem;
  margin-left: 5rem;
  margin-top: 2rem;
}

.eichel-mo {
  width: 11rem;
  margin-left: 4rem;
  margin-top: 2rem;
}

.eichel-ro {
  width: 11rem;
  margin-left: 4rem;
  margin-top: 2rem;
}

.eichel-lu {
  width: 11rem;
  margin-left: 5rem;
  margin-top: 4rem;
}

.eichel-mu {
  width: 11rem;
  margin-left: 4rem;
  margin-top: 4rem;
}

.eichel-ru {
  width: 11rem;
  margin-left: 4rem;
  margin-top: 4rem;
}

.eichel-1 {
  margin-left: 0.5rem;
  margin-top: 12rem;
  width: 9rem;
}

.eichel-2 {
  margin-left: 0.5rem;
  margin-top: 5rem;
  width: 9rem;
}

.eichel-3 {
  margin-left: 0.5rem;
  margin-top: 3rem;
  width: 9rem;
}

.eichel-4 {
  margin-left: 0.5rem;
  margin-bottom: 200px;
  width: 9rem;
}

.bild_schule {
  margin-top: -5rem;
  margin-left: 10rem;
  margin-bottom: 4rem;
  display: block;
}
.bild_schule_mobile {
  display: none;
}

.bilder_ordner {
  font-size: 100%;
}

.button_diaschau {
  font-size: 100%;
}

.bildergalerie {
  width: 80%;
}

.bild_thumbnail img {
  width: 20%;
}

.klassen_admin {
  font-size: 100%;
}

#tab_unterricht td,option {
  font-size: 1rem;
}


#tab_klassen label{
  font-size: 1rem;
}

.unterricht_inhalt {
  font-size: 1rem;
}

.download_inhalt {
  font-size: 1.5rem;
}
.download_link img {
  width: 15%;
  height: 15%;
}

.download_verwalten img {
  width: 15%;
  height: 15%;
}

}

