@keyframes slidy {
0% { left: 0%; }
16.5% { left: 0%; }
16.50001% { left: -100%; }
33% { left: -100%; }
33.00001% { left: -200%; }
49.5% { left: -200%; }
49.50001% { left: -300%; }
66% { left: -300%; }
66.00001% { left: -400%; }
82.5% { left: -400%; }
82.500001% { left: -500%; }
100% { left: -500%; }
}

body, figure {
  margin: 0;
  font-family: Istok Web, sans-serif;
  font-weight: 100;
  color: black;
}
#captioned-gallery {
  width: 90%;
  overflow: hidden;
  margin: 0 5% 0% 5%;
}
figure.slider {
  position: relative;
  margin-top: 110px;
  width: 600%;
  font-size: 0;
  animation: 30s slidy infinite;
}

figure.slider figure {
  width: 16.666666%;
  height: auto;
  display: inline-block;
  position: inherit;
}
figure.slider img {
  width: 100%; height: auto;
}


figure.slider figure figcaption.otto {
  position: absolute;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  width: auto;
  font-size: 1.8rem;
  padding: .6rem;
  margin-bottom: 5%;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
}
figure.slider figure figcaption.anna {
  position: absolute;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  width: auto;
  font-size: 1.8rem;
  padding: .6rem;
  margin-bottom: 5%;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
}

.sitewrap {
  position: relative;
  width: 780px;
  margin: 20px auto 0 auto;
  padding: 20px;
  border: none;
}

.sitewrap_aktuelles {
  position: relative;
  width: 100%;
  margin: 20px auto 0 auto;
  padding-top: 20px;
  border: none;
}


.philosophie {
  position: relative;
  margin: 20px auto 0 auto;
  padding: 20px;
  border: none;

}

h1{
    font-size: x-large;
    color: #A11919;
}
h2{
    font-size: large;
    color: #A11919;
}
h3{
    font-size: small;
    color: black;
}

h4 {
  font-size: large;
  color: black;
  font-weight: normal;
}
#content p,  #content, ul, li {
   color: black;
}


#header{
  z-index: 1000;
  position: fixed;
  background: white;
  margin-top: -20px;
  width: 100%;
  border-bottom: 1px solid #A11919;
}


#topmenu {
  position: relative;
  right: 10%;
  margin: 0px;
  height: 20px;
  display: flex;
  justify-content: flex-end;
}

li.mainmenu {
  border-style: none;
  position: relative;
  list-style-image: none;
  list-style-type: none;
  float: left;
  z-index: 1000;
  text-align: left;
  color: white;
}
li.mainmenu a {
  display: block;
  padding: 10px;
  height: 22px;
  font-size-adjust: none;
  line-height: normal;
  color: black;
  font-stretch: normal;
  font-style: normal;
  text-decoration: none;
  font-variant: normal;
  font-size: large;
}

li.mainmenu :hover{
  color: #A11919;
}
ul.submenu {
  margin: 0;
  padding: 0px;
  position: absolute;
  top: 42px;
  display: none;
  width: 193px;
  list-style-type: none;
  background-color: white;
  left: 1px;
}
li ul.submenu {
  z-index: 1000;
}
li:hover ul.submenu {
  border:  none;
  display: block;
}
ul.submenu li {
  padding: 0px;
  font-style: normal;
  font-variant: normal;
  line-height: normal;
  font-size-adjust: none;
  font-stretch: normal;
  border-left: 1px solid #A11919;
}
ul.submenu li a {
  color: black;
  border-left: none;
  font-size: small;
  height: 14px;
  width: 175px;
}
ul.submenu li:hover {
  color: black;
  border-left: 3px solid #A11919;
  background: rgba(0, 0, 0, 0.05);
}
ul.submenu li:hover a {
  color: #A11919;
}

.toplogoi {
  left: 10%;
  margin-top: 10px ;
  position: absolute;
  width: auto;
  height: 75px !important;
  z-index: 1000;
}



.toplogo {
  left: 10%;
  margin-top: 10px;
  position: absolute;
  width: auto;
  height: 75px !important;
  z-index: 1000;
}


#contentIndex {
  position: relative;
  padding: 10px;
  color:#A11919;
}

#contentIndex  li{
  margin-top: 6px;
}

#content {
  position: relative;
  margin-top: 50px;
  color: black;
  /* background-color: #EFEFFF; */
  margin-bottom:40px;
}

#content  li{
  margin-top: 6px;
}

#contentprofil {
  position: relative;
  top: 0px;
  padding: 10px;
  padding-right: 6px;
  color:#A11919;
  /* background-color: #EFEFFF; */
  min-height: 1475px;
}





#bottommenu{
  margin:0px;
  padding:0px;
  list-style-type: none;
  position: relative;
  top: 20px;
  height:120px;
  left: 0px;
  width:790px;
}

#bottommenu li  {
  position: relative;
  top: 0px;
  left:0px;
  margin-left: 8px;
  margin-right: 8px;
  float: left;
  z-index: 1;
  width: 23%;
  overflow: hidden;
  }


#bottommenu li a {
  text-decoration: none;
}

#bottommenu  li:first-child {
  margin-left: 1px;
  text-align: center;
  vertical-align: middle;

}


#bottommenu li div {
  position: relative;
  top: 0px;
  height: 180px;
  width: 180px;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  background:  white;
  font-weight: bold;
  text-decoration: none;
  color: #A11919;
  border: 1px solid grey;
  margin-top: -40px;
}



#footer {
	left: 0;
  padding: 0px;
  position: relative;
  margin-bottom: 0px;
  font-size: medium;
  border-top: 2px solid #A11919;
  text-align: center;
  vertical-align: middle;
  color: black;
}

.gallerydesctext{
  text-align: left;
  padding: 5px 5px;
  font-size: small;
  font-weight: bold;
}

.centerimage img{
  max-width: 600px;
  display: block;
  width: 100%;
  margin: 50px auto 0px auto;
  border: 2px  solid grey;
}

.centerimage_home img{
  display: block;
  width: 65%;
  margin: 30px auto 0px auto;
  border: none;
}

.column {
  float: left;
  width: 32%;
  padding: 5px;
  margin-top: 5%;
}


.row::after {
  content: "";
  clear: both;
  display: table;
}

.floatstopper{
  clear: both;
}
table, p{
  color: black;
}
#textareaprofil {
  width: 420px;
}
#picturearea {
  position: absolute;
  top: 80px;
  top: 10%;
  left: 450px;
  width: 120px;
}


#gallery {
  margin: 40px auto -10px auto;
  width:420px;
  height:422px;
  display:block;
  /* background-color: #6d7171; */
}
#gallery .centerimage{
  position: relative;
  left: -10px;

}
#gallery .galleryicons{
  position: relative;
  left: 10px;
}
#gallery .iconimage img{
  border: none;
  margin-right: 6.5px;
  width: 92px;
  height: 92px;
}
#gallery .hiddenimage img{
  display: none;
}

.nav_steuerblick {
  z-index: 100;
  border-bottom: 1px solid black;
  text-align: center;
  font-size: 17px;
  position: fixed;
  width: 100%;
  top: 85px;
  color: black;
  background: white;
}

.nav_steuerblick a {
  text-decoration: none;
  color: black;
  text-align: center;
}

.nav_steuerblick li {
  display: inline-block;
  text-align: center;
}

.nav_steuerblick ul {
  display: inline-block;
  text-align: center;
}

.steuerblick_img {
    display: inline-block;
    text-align: center;
}

#adresse{
  text-align: center;
  font-size: x-small;
  vertical-align: top;
  line-height: 30px;
}

#footer figure {
  margin-left: -70%;
  margin-top: -80px;
}
#footer figure img {
  width: 140px;
}

@media (orientation : portrait){
  #bottommenu li div{
    font-size: 19px;
  }

  #footer figure img {
    display: none;
  }
}

.kalender_aussen {
  display: grid;
  margin-top: 100px;
  grid-template-columns: repeat(3, auto);
  grid-template-rows: repeat(1, auto);
  grid-gap: 30px;
}

.kalender_monat {
  display: grid;
  grid-template-columns: repeat(7, 40px);
  grid-template-rows: repeat(7, auto);
  text-align: center;
  line-height: 30px;
  font-size: 1.3rem;
}

.kalender_monat span {
  border: 1px solid grey;
  height: 40px;
}

.monat {
  grid-column: 1 / -1;
  border-style: solid;
  border-width: 0px 1px 1px 1px;
  border-color: grey;
}

.monat b {
  color: #B90E0A;
}

.Rand80 {
  width: 76%;
  overflow: hidden;
  margin: 0 12% 0% 12%;
}

.banner {
  width: 100%;
  display: flex;
  justify-content: center;
  background: orange;
  padding:  10px;
}
