body {
	text-align: center;
	font-size: 16px;
	background-color: #EEE8AA;
}
#seite {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
    }
#telo {
	display: flex;
	flex-direction: column;
	margin: 20px 5% 20px 5%;
	max-width: 900px;
}
#slogan {
    font-size: 46px;
	padding: 10px;
	justify-content:center;
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	background-color: #D8C9C4;
	text-decoration: none;
	color: #333333;
	box-shadow: 5px 2px 5px rgba(0,0,0,0.3), -5px -2px 5px rgba(0,0,0,0.3);
}
.buchstabe {
	text-shadow: 3px 3px 3px #aa77cc;
}
#mitte {
	margin: 15px 0px 15px 0px;
    background-color: #D8C9C4;
	text-decoration: none;
	color: #333333;
	box-shadow: 5px 2px 5px rgba(0,0,0,0.3), -5px -2px 5px rgba(0,0,0,0.3);
}
.reihe {
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	flex-wrap: nowrap;
}
.post {
    width: 33.333%;
	padding: 0px;
	margin-bottom: -6px;
	cursor: pointer;
	}
#a2:hover {
  -webkit-animation-name: cog;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: cog;
  -moz-animation-duration: 1s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
   -ms-animation-name: cog;
  -ms-animation-duration: 1s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
 
  animation-name: cog;
  animation-duration: 1s;
  animation-iteration-count: 1;
  animation-timing-function: linear;
}
@-ms-keyframes cog {
  from { -ms-transform: rotate3d(2, 0, 0, 0deg); }
  to { -ms-transform: rotate3d(2, 0, 0, 360deg); }
}
@-moz-keyframes cog {
  from { -moz-transform: rotate3d(2, 0, 0, 0deg); }
  to { -moz-transform: rotate3d(2, 0, 0, 360deg); }
}
@-webkit-keyframes cog {
  from { -webkit-transform: rotate3d(2, 0, 0, 0deg); }
  to { -webkit-transform: rotate3d(2, 0, 0, 360deg); }
}
@keyframes cog {
  from {
    transform: rotate3d(2, 0, 0, 0deg);
  }
  to {
    transform: rotate3d(2, 0, 0, 360deg);
  }
}
.gallerie {
    max-width: 100%;
}
#unten {
    background-color: #D8C9C4;
	color: #333333;
	box-shadow: 5px 2px 5px rgba(0,0,0,0.3), -5px -2px 5px rgba(0,0,0,0.3);
}
.noline {
	color: rgb(120, 120, 120);
	text-decoration: none;
	cursor: help;
}
.noline:hover {
	text-decoration: underline;
}
/*block modal ****************************************************************/
.dm-overlay {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(50, 0, 100, 0.5);
    display: none;
    overflow: auto;
    width: 100%;
    height: 100%;
    z-index: 1000;
}
.dm-overlay:target {
    display: block;
    animation: fade 1.6s;
}
.dm-table {
    display: table;
    width: 100%;
    height: 100%;
}
.dm-cell {
    display: table-cell;
    padding: 0 15px;
    vertical-align: middle;
    text-align: center;
}
#dm-modal {
    display: inline-block;
    padding: 10px;
    max-width: 85%;
    max-height: 95%;
    background-color: white; 
	box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.5), 0px 19px 60px rgba(0, 0, 0, 0.8);
    text-align: center;
}
.foto {
	width: 35%;
    padding: 5px;
	margin: 5px;
	border: .1px solid #333333;
	float: left;
}
#fenster {
	color: #333333;
	background-color: white; 
	height: 100%;
	min-width: 300px;
	min-height: 300px;
	text-align: left;
}
