/*Alle automatischen Formatierungen ausgeschalten*/
body ,
body * {
  margin: unset;
  box-sizing: unset;
  padding: unset;
  font-size: unset;
  color: unset;
  font-family: 'Roboto Slab', serif;
  font-size: 13px;

}

iframe {
  margin: 0% 15%;
}
/*---------------------------------------------------*/
/*Bilder*/

.img1{
  margin: 0%;
  min-width: 10%;
  height: auto;
}

.img2{
  position:static;
  margin: 0% 15%;
  height: auto;
}

/*-----------------------------------------------------*/

/*h1*/
h1{
  text-align: center;
  font-size: 30px;
  color: #545454;
  /*  background-color: rgb(50, 50, 50, 0.1);*/
}

h2 {
  font-size: 20px;
}

/*Text linksbündig*/

.philosophieItalic{
  font-style: italic;
  font-size: 15px;
  text-align: left;
  margin: 20px 20%;
}

.zitat{
  font-size: 13px;
  text-align: left;
  margin: 20px 20%;
}

/*Text Termin*/

.termin{
  font-size: 15px;
  text-align: center;
}

.nummer{
  font-size: 18px;
  text-align: center;
  margin: 10px 10px;
}

/*Footer*/

footer{
  background-color: rgb(255, 250, 224, 0.50);
  font-size: 15px;
  text-align: center;
  margin: 10px 30px;
}

footer li{
  display: inline-block;
  list-style-type: none;
  text-decoration: none;
  padding: 15px 10px 15px 15px;
  margin: 0;
}

/*Tabelle*/

table{
  margin: auto 30% auto 15%;
	border-style:none;
}
table td{
  padding: 20px ;
}

.tabelleLinks{
  text-align: right;
}

.impressum{
  margin: 0% 20%;
}
/*---------------------------------------------------*/
/*Navigationsleiste*/
nav{
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

nav li{
  display: inline-block;
  list-style-type: none;
}

nav ul{
  text-align: right;
  background-color: rgb(255, 250, 224, 0.75);
  padding: 15px 10px 15px 15px;
  margin: 0;

}

nav li a{
  margin: 20px;
  text-decoration: none;
  font-size: 1.0em;
  color: #817A73;
}

.active{
  font-size: 1.5em;
}

/*Wenn der Bildschirm kleiner wird - responsive*/
@media only screen and (min-width: 0px) and (max-width: 650px) {
nav{
  color:black;
}

nav li{
  display:block;
  text-align: center;
  border-bottom: 1.5px solid lightgrey;
  margin: auto 10px;
}
}

/*---------------------------------------------------*/
.grey{
background-image:linear-gradient( white, #FFEFCE, white)
}

.gallery{
  margin: 0% 10% 0% 20%;
}

@media screen and (min-width:28em) {
  .gallery img {
    width:50%;
    margin: 0% 10% 0% 20%;
  }
}

@media screen and (min-width:50em) {
  .gallery  img {
    width:30%;
}

.thumbnails img {
 width: 25%;
 height: auto;
 margin: 10px 20px;
}

.thumbnails img{
  filter: grayscale(100%);
  -webkit-filter: grayscale(80%);
  opacity: 0.5;
    /* SCALE */
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
    /* VERZÖGERUNG */
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.thumbnails img:hover {
  filter: none;
  -webkit-filter: grayscale(0);
  opacity: 1.0;

	-webkit-transform: scale(1.3);
	-moz-transform: scale(1.3);
	-ms-transform: scale(1.3);
	-o-transform: scale(1.3);
	transform: scale(1.3);

/*---------------------------------------------------*/
