/* Basiswerte */
html {
  height: 100%;
}

body {
  font-family: 'Fredoka', sans-serif;
  height: 100%;
}

.gesamt {
  min-height: 100%;
  height:auto !important;
  background-color: #979392;
  border-left: thin solid white;
  border-right: thin solid white;
}

.small-text-center {
  font-size: 1rem;
  margin: 0 auto;
}

.blau {
  background-color: #AE9AC2;
}

.weiss {
  background-color: rgba(255, 255, 255, 1);
}


h1,h2,h3,h4,h5 {
  /*
  background: #333;
  background: #ddd url("../bilder/wolken.jpg") repeat left top;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  */
}

body {
  /*
  background: #333;
  background: #ddd url("../bilder/wolken.jpg") repeat left top;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  */
  hyphens: auto;
}

.content {
  font-family: 'Fredoka', sans-serif;
  margin-top: 1rem;
  padding-bottom: 2em;
}

.ClearFloat {
  clear:both;
}

.links {
  text-align: left;
}

iframe {
  border-radius: 0.9em 0.9em 0.9em 0.9em;
}

#schalter {
  margin-right: 1rem;
}

#bild {
  border-radius: 0.9em 0.9em 0.9em 0.9em;
  object-fit: cover;
  width: 20rem;
  height: 15rem;
}

.bild_startseite {
  padding-top: 1rem;
  width: 20rem;
  height: 20rem;
  margin: 0 auto;
}

.karte_klein {
  display: block;
}

.karte_klein_center {
  width: 80%;
  margin: 0 auto;
}

.karte_gross {
  display: none;
}

.karte_gross_center {
  width: 60%;
  margin: 0 auto;
}

.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 {
  /*
  position:absolute;
  */
  width: 100%;
  font-weight: bold;
  color: white;
  border-top: solid thin silver;
  height: 3rem;
  background-color: #861a22;
  position: fixed;
  bottom: 0;
}

.fussleiste a {
    color: white;
}

.fussleiste .left {
  color: white;
  margin-left: 1rem;
}

#unsichtbar {
  display: none;
}

#sichtbar
{
	display:table;
}

.unsichtbar {
  display: none;
}

.sichtbar
{
	display:table;
}

.fehlt
{
  border-color: red;
  border-style: solid;
  border-width: thin;
  background-color: #F9D5D5;
}

.kopfzeile 
{
  top:0;
  position: sticky;
  height: 9rem;
  padding-top: 0.5rem;
  z-index: 100;
  width: 100%;
  background-color: #979392;
}

.head_links {
  width: 25rem;
  padding-left: 1rem;
}

.head_rechts {
  float: right;
  height: 1.2rem;
  padding-right: 0.5rem;
  color: #861a22;
}

.head_rechts, a{
  color: #861a22;
}

.logo_box {
/*
  padding: 0.1rem 0 0.1rem 0;
*/
  float: right;
  display: block;
}

.logo {
  display:block;
  width: 5rem;
  height: 5rem;
}

.logo_text_box_klein {
  float: left;
  width: 16rem;
  padding-top: 1.5rem;
  padding-left: 0.5rem;
}

.logo_text_box {
  display: none;
}

.logo_text_klein {
  font-size: 1.25rem;
  font-weight: bold;
  font-family: 'Fredoka', sans-serif;
}

.logo_text {
  font-size: 0.8rem;
  font-weight: bold;
  font-family: 'Fredoka', sans-serif;
}

img {
  max-width: 100%;
}

#Navigation a {
  font-size: 95%;
  /*
  font-weight: bold;
  */
  z-index:110;
}

.top-bar {
  background: #861a22;
}

.top-bar-section li:not(.has-form) a:not(.button) {
  background: #861a22;
  color: white;
  /*
  font-weight: bold;
  */
}

.top-bar-section li:not(.has-form) a:not(.button):hover {
  background: #EF4B4B;
  /*
  */
  transition: all 0.2s ease-in;
  color: white;
}

.top-bar-section li.active:not(.has-form) a:not(.button):hover {
  background: #EF4B4B;
  color: white;
}

.top-bar-section li.active:not(.has-form) a:not(.button) {
  /*
  */
  background: white;
  color: black;
}

.top-bar-section ul li:hover:not(.has-form) > a {
  /*
  */
  background: #EF4B4B;
  color: black;
}

.top-bar.expanded .toggle-topbar a {
  color: yellow;
}

.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;
    z-index: 200;
}

.top-bar.expanded .title-area {
  background: white;
  border-bottom: solid thin white;
}

.startseite #NavStartseiteID a.NavStartseite,
.InfoWohnung #NavInfoWohnung a.NavInfoWohnung,
.InfoPreise #NavInfoPreise a.NavInfoPreise,
.belegungsplan #NavInfoBelegung a.NavInfoBelegung,
.InfoLage #NavInfoLage a.NavInfoLage,
.kontakt #NavKontaktID a.NavKontakt
{
  color: #CCCCB9;
  font-style: italic;
}

.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%;
  font-size: 110% !important;
}

.SeiteText p {
  font-size: 110% !important;
}

.subtitle {
  font-weight: bold;
  font-size: 1.5rem;
  font-family: 'Fredoka', sans-serif;
  text-decoration: underline;
  color: #861a22;
}

.SeiteTextUeberschrift {
  font-family: 'Fredoka', sans-serif;
  font-weight: bold;
  font-size: 1.5rem;
  text-decoration: underline;
}

.SeiteTrenner {
  border-style: dashed; 
  size: 1px;
  border-color: grey;
  /*
  border-color: #E23143;
  */
}

.KontaktDaten {
  padding-bottom: 2rem;
}

.KontaktDatenHead {
  font-family: 'Fredoka', sans-serif;
  font-weight: bold;
  font-size: 1.4rem;
  text-decoration: underline;
  text-align: left;
}

.KontaktDatenAdresse {
  font-size: 0.9rem;
  text-align: left;
}

.KontaktDatenBild {
  width: 8rem;
  height: 8rem;
  padding-top: 1rem;
  margin: 0 auto;
}

.bilder_gesamt {
  width: 100%;
  float: left;
}

.bilder_gesamt_center {
  width: 75%;
  margin: 0 auto;
}

.bild_thumbnail {
  object-fit: cover;
  width: 30rem;
  height: 20rem;
}

.belegung_gesamt {
  width: 100%;
  float: left;
}

.belegung_gesamt_center {
  width: 75%;
  margin: 0 auto;
}

.div_belegung_monat {
  height: 19.5rem;
  float: left;
}

.tab_belegung {
  margin-top: 1rem;
  float: left;
  margin-left: 1rem;
  padding-bottom: 2rem;
}

.tab_belegung_head {
  text-align: center;
  height: 2rem;
}

.tab_belegung_tage {
  height: 2rem;
  font-weight: bold;
}

.tab_belegung_woche {
  height: 2rem;
}
.tab_belegung_wtag {
  text-align: center;
}

.belegung_frei {
  background-image: url(../img/belegung_frei.png);
  background-size: 100%;
}

.belegung_belegt {
  background-image: url(../img/belegung_belegt.png);
  background-size: 100%;
}

.belegung_anfang {
  background-image: url(../img/belegung_anfang.png);
  background-size: 100%;
}

.belegung_ende {
  background-image: url(../img/belegung_ende.png);
  background-size: 100%;
}

.belegung_ende_anfang {
  background-image: url(../img/belegung_ende_anfang.png);
  background-size: 100%;
}

.belegung_admin_gesamt {
  float: left;
  width: 100%;
  margin-bottom: 2rem;
}

.belegung_admin_center {
  margin: 0 auto;
  width: 80%;
}

.belegung_admin_zeile {
  clear: both;
  float: left;
}

.belegung_admin_label {
  float: left;
  width: 100%;
  line-height: 2rem;
}

.belegung_admin_button {
  float: left;
  width: 100%;
  line-height: 2rem;
}

.belegung_gast_neu {
  line-height: 2rem;
  margin-right: 1rem;
  margin-bottom: 1rem;  
  border-radius: 0.9em 0.9em 0.9em 0.9em;
}

.belegung_tooltip
{
	position: absolute;
	display: none;
	background-color: #CCCCCC;
	font-size:90%;
	text-align:center;
	border:#666666 solid thin;	
}

.belegung_tooltip label:hover
{
  display: block;
}

.radio_gast {
  height: 2rem;
  float: left;
  margin-left: 1rem !important;
  margin-right: 0.5rem !important;
}

.sel_anrede {
  width: 4rem;
}

.belegung_plz {
  width: 3.5rem !important;
}

.belegung_normal {
  width: 15rem !important;
}

.belegung_gast_anlegen {
  float: left;
  line-height: 2rem;
}

.belegung_admin_gast select {
  width: 15rem;
}

.belegung_admin_inhalt {
  float: left;
}

.belegung_admin_ueberschrift {
  text-align: center;
  margin: 0 auto;
  font-size: 140%;
  font-weight: bold;
}


.belegung_admin_start {
  width: 7rem !important;
}

.belegung_admin_ende {
  width: 7rem !important;
}

/* Startseite Gesamt          */
.startseite_admin_bilder_ueberschrift {
  text-align: center;
  margin: 0 auto;
  font-size: 140%;
  font-weight: bold;
}

.startseite_admin_bilder_gesamt {
  float: left;
  width: 100%;
  margin-bottom: 2rem;
}

.startseite_admin_bilder_center {
  margin: 0 auto;
  width: 80%;
}

.startseite_admin_bilder_zeile {
  clear: both;
  float: left;
}

.startseite_admin_bilder_zeile_label {
  float: left;
  width: 100%;
  line-height: 2rem;
}

.startseite_admin_bilder_zeile_inhalt {
  float: left;
  width: 100%;
  line-height: 2rem;
}

.startseite_admin_bilder_button {
  float: left;
  width: 100%;
  line-height: 2rem;
}

.bilder_ueb_gesamt {
  padding-top: 1rem;
  float: left;
  width: 100%;
}

.bilder_ueb_bild {
  float: left;
  width: 12rem;
  height: auto;
  margin: 0.5rem;
}

.bilder_ueb_bild_loeschen {
  text-align: center;
  margin-bottom: 0.2rem;
}

.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%;
}

.bild_lightbox {
  float: left;
  margin: 1rem;
  padding: 0.5rem;
}

.bild_thumbnail {
  border: thin solid #861a22;
	border-radius: 0.8em 0.8em 0.8em 0.8em;
  width: 20rem;
}

.jahr_gesamt {
  width: 100%;
  float: left;
}

.jahr_gesamt_center {
  padding-top: 1.5rem;
  width: 50%;
  margin: 0 auto;
}

.jahr {
  font-size: 120%;
  float: left;
  padding: 0 1rem 0 1rem;
  line-height: 2.2rem;
}

.jahr_next {
  float: left;
}

.jahr_before {
  float: left;
}

.pfeil {
	border: 15px solid #444;
	font-size:0;
  line-height:0;
  height:0;
  padding:0;
  margin:0;
}

.pfeil.nach_rechts {
	border-top-color:    transparent;
	border-right-color:  transparent;
	border-bottom-color: transparent;
  background-color: #979392;
}

.pfeil.nach_links {
	border-top-color:    transparent;
	border-bottom-color: transparent;
	border-left-color:   transparent;
  background-color: #979392;
}

.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: 160%;
  font-weight: bold;
}

.klassen_admin {
  font-size: 10%;
}

.dick_rechts {
  border-right: medium 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%;
}

/* -------------------------------  Sehr kleine Groesse      ----------------------------*/
@media only screen and (max-width: 23.063em) {
.logo_text_klein {
  font-size: 1rem;
}

.logo {
  display:block;
  width: 4rem;
  height: 4rem;
  margin-right: 0rem;
}
.logo_text_box_klein {
  float: left;
  width: 13rem;
}
}

/* -------------------------------  Mittlere Groesse       -----------------------------*/
@media only screen and (min-width: 40.063em) and (max-width: 64.062em) {
  body {
  }

  #Navigation a {
    font-size: 110%;
    /*
    font-weight: bold;
    */
  }

  .kopfzeile {
    height: 8rem;
  }

  .medium-text-center {
    font-size: 1.2rem;
    margin: 0 auto;
  }
  
  .content {
    min-height: 60%;
  }

  .subtitle {  
    font-weight: bold;
    font-size: 1.6rem;
  }

  .logo {
    width: 6rem;
    height: 6rem;
  }

  .logo_box {
    padding-top: 0.5rem;
    padding-right: 2.5rem;
  }

  .logo_text_box {
    display: block;
    clear: both;
    float: right;
    width: 20rem;
    padding-top: 0rem;
    padding-left: 4rem;
  }

  .logo_text_box_klein {
    display: none;
  }

  .logo_text {
    font-size: 1.3rem;
  }

  #bild {
    width: 30rem;
    height: 20rem;
  }

  .bild_startseite {
    width: 30rem;
    height: 25rem;
  }

  .bilder_gesamt_center {
    width: 50%;
  }

  .belegung_gesamt_center {
    width: 85%;
  }
  
  .fussleiste {
    height: 2em;
  }
  
  .fussleiste .left {
    margin-left: 1rem;
  }
  .termine td {
    font-size: 1rem;
  }
  
  .sidebar {
    /*
    border-left: thin solid grey;
    */
    border-top: none;
    height: 100%;
    width: 25%;
  }
  
  .jahr {
    font-size: 120%;
    line-height: 2.5rem;
  }
  
  .jahr_gesamt_center {
    width: 30%;
    padding-top: 1rem;
  }

  .monat_clear_medium {
    clear: both;
  }

  .bilder_ordner {
    font-size: 95%;
  }
  
  .button_diaschau {
    font-size: 80%;
  }
  
  .bildergalerie {
    width: 80%;
  }
  
  .download_inhalt {
    font-size: 1rem;
  }
  .download_link img {
    width: 20%;
    height: 20%;
  }
  
  .download_verwalten img {
    width: 15%;
    height: 15%;
  }

  .top-bar-section .dropdown li:not(.has-form):not(.active) > a:not(.button) {
    background: white;
    color: white;
  }

  .top-bar-section li:not(.has-form) a:not(.button):hover {
    background: F89999;
    /*
    */
    transition: all 0.2s ease-in;
    color: white;
  }

  .top-bar-section li.active:not(.has-form) a:not(.button):hover {
    background: #EF4B4B;
    color: white;
  }

  .top-bar-section ul li:hover:not(.has-form) > a {
    /*
    */
    background: F89999;
    color: black;
  }
  
  .top-bar-section ul li {
    background: #EF4B4B;
    color: black;
  }

  .KontaktDatenHead {
    font-size: 1rem;
  }

  .KontaktDatenAdresse {
    font-size: 0.9rem;
    text-align: left;
  }

  .SeiteTextUeberschrift {
    font-size: 1.3rem;
  }

}

/* -------------------------------  Grosse Groesse       -----------------------------*/
@media only screen and (min-width: 64.063em) {
  body {
    width: 90%;
    /*
    background-color: #861a22;
    */
    background-image: url(../img/Hintergrund.png);
    margin: 0 auto;
  }
    
  .large-text-center {
    font-size: 1.5rem;
    margin: 0 auto;
  }

  .gesamt {
    border-right: thin solid grey;
    border-left: thin solid grey;
  }

  .content {
    min-height: 75%;
  }
  
  .subtitle {  
    font-weight: bold;
    font-size: 2rem;
  }

  .SeiteText {
    font-size: 100% !important;
  }

  .SeiteText p {
    font-size: 100% !important;
  }

  .SeiteTextUeberschrift {
    font-weight: bold;
    font-size: 1.8rem;
    text-decoration: underline;
  }
  
  .logo_box {
    display:block;
    float: right;
    width: 15rem;
    margin-right: 5rem;
  }

  .logo {
    margin-left: 5rem;
    width: 10rem;
    height: 10rem;
  }

  .logo_text_box {
    /*
    font-family: "Cataneo BT";
    font-weight: bold;      
    */
    display: block;
    clear: both;
    float: right;
    width: 20rem;
    padding-top: 0rem;
    padding-left: 0rem;
  }

  .logo_text {
    font-size: 1.6rem;
  }

  .logo_text_box_klein {
    display: none;
  }

  .logo_text_klein {
    display: none;
  }

  .karte_klein {
    display: none;
  }
  
  .karte_gross {
    display: block;
  }

  .belegung_gesamt_center {
    width: 85%;
  }

  .bilder_gesamt_center {
    width: 90%;
  }


  .top-bar-section ul li > a {
    background: F89999;
    font-size: 1.1rem;
  }
  
  .kopfzeile {
    height: 6.1rem;
  }
    
  .head_links {
    width: 25rem;
  }
  
  .fussleiste {
    width: 89.9%;
    height: 2em;
  }
  
  #bild {
    width: 40rem;
    height: 30rem;
  }
  
  .bild_startseite {
    width: 40rem;
    height: 33rem;
  }
  
  .termine td {
    font-size: 1rem;
  }
  
  .sidebar {
    /*
    border-left: thin solid grey;
    */
    border-top: none;
    height: 100%;
    width: 25%;
  }

  .startseite_admin_bilder_zeile_label {
    width: 7rem;
  }

  .startseite_admin_bilder_zeile_inhalt {
    width: 30rem;
  }
  
  .startseite_admin_bilder_label {
    width: 7rem;
    border: thin solid green;
  }

  .jahr {
    line-height: 3.25rem;
  }

  .jahr_gesamt_center {
    width: 20%;
    padding-top: 1rem;
  }

  .monat_clear_big {
    clear: both;
  }

  .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;
  }
  
  .download_inhalt {
    font-size: 1.5rem;
  }
  .download_link img {
    width: 15%;
    height: 15%;
  }
  
  .download_verwalten img {
    width: 15%;
    height: 15%;
  }

.top-bar-section li:not(.has-form) a:not(.button):hover {
  background: #EF4B4B;
  /*
  */
  transition: all 0.2s ease-in;
  color: white;
}

.top-bar-section li.active:not(.has-form) a:not(.button):hover {
  background: #EF4B4B;
  color: white;
}

.top-bar-section li.active:not(.has-form) a:not(.button) {
  /*
  */
  background: white;
  color: white;
}

.top-bar-section ul li:hover:not(.has-form) > a {
  /*
  */
  background: #EF4B4B;
  color: black;
}

.top-bar.expanded .toggle-topbar a {
  color: yellow;
}

.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: white;
  border-bottom: solid thin white;
}
}