*, ::before, ::after { 
	box-sizing: border-box; 
}
html { 
	margin: 0 auto;
     padding: 0em 0em 0em 0em;
   background: #fcfcfc;
    background-image: url("../index/park.jpg");
   background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-color: #000;
} 
body {
    margin: 0 auto;
    max-width: 1440px;
    background: #fcfcfc;
    border: solid 2px #aaa;
    border-radius: 0px 0px 15px 15px;
}
.h1 {
   text-align:center;
    color:#183a1d;
    margin-bottom: 5px;
    font-family:cursive;
    font-style:italic;
    text-shadow: 3px 3px 3px #D2B48C;
    line-height:36px;
    font-size: 32px;
}
.h2 {
    color:teal;
    padding: .5em;
    text-shadow: 2px 2px 2px #D2B48C;
    font-family: Times, Georgia "Times New Roman", serif;
}
.h4 {
    text-align:center;
    color:black;
    margin-bottom: 0px;
    font-family:cursive;
    font-style:normal;
    text-shadow: 2px 2px 2px silver;
    line-height:22px;
    font-size: 20px;
}
.h5 {
    text-align:center;
    color:#666;
    margin-bottom: 0px;
    font-family:cursive;
    font-style:italic;
    text-shadow: 2px 2px 2px silver;
    line-height:22px;
    font-size: 20px;
}
a {
  color: teal;
  text-decoration: none;
}

a:hover,
a:focus {
	color:orange;
    font-style: italic;
}

/*style Grid Layout - Anfang*/
.wrapper {
    background: #fcfcfc;
    display: grid;
    margin: 0 auto;
    padding-bottom: 0em;
}
.wrapper {
    grid-gap: .4em;
    grid-template-areas:
    "header"
    "content"
    "sidebar"
    "footer"
}
    @media only screen and (min-width: 782px)   {
    .wrapper {
    grid-gap: .4em;
    grid-template-columns: auto auto 20%;
    grid-template-areas:
    "header  header  header"
    "content content sidebar"
    "footer  footer footer";
    max-width: 1920px;
 }
}

/* Ausblenden unter 754px Breite */
@media (max-width: 781px) { 
    div.grid, div.linie1 { 
    display: None; 
}
}

@media (min-width: 782px) { 
    div.disclaimer, hr.linie2 { 
    display: None; 
}
}


/* Anzeige Display ab 1010px Breite */

    /* @media only screen and (min-width: 980px)   {
    .wrapper {
    grid-gap: .4em;
    grid-template-columns: auto auto 50%;
    grid-template-areas:
    "header  header header"
    "content content sidebar"
    "footer  footer footer";
    max-width: 1440px;
 }
} /*

/*Style Header*/
.header {
    grid-area: header;
    background-color: #fcfcfc;
    padding: 0px;
}

/*Style Content*/
.content {
    grid-area: content;
    background-color: #f5f5f5;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 15px;
    border-radius: 10px;
    padding: 5px;
}
.content h1 {
     text-align:center;
    color:#183a1d;
    margin-bottom: 5px;
    font-family:cursive;
    font-style:italic;
    text-shadow: 3px 3px 3px #D2B48C;
    line-height:36px;
    font-size: 32px;
}
.content h3 {
   text-align:center;
    color:#183a1d;
    margin:10px;
    font-family: Times, Georgia "Times New Roman", serif;
    font-size: 22px;
    font-weight: normal;  
}
.content h4 {
    
}
.content img {
    border: solid 2px #aaa;box-shadow: 0 0 6px silver;
    padding: 1px; margin: 0.5em;
    border-radius: 8px;
    text-align: center;
}

/*Style Sidebar*/
.sidebar {
    grid-area: sidebar;
    background: #fcfcfc;
    text-align: center;
    width: 100%;
    height: auto;
     max-width: 300px;
    padding-right: 1em;
    position: sticky;
    top: -5em;
}
.sidebar h1 {
    text-align:center;
    color:teal;
    background-color: #f2f2f2;
    margin: 3px;
    font-family:cursive;
    font-style:italic;
    text-shadow: 4px 4px 4px #D2B48C;
    line-height:24px;
    font-size: 22px;
}
.sidebar h2 {
    text-align:center;
    color:teal;
    text-shadow: 4px 4px 4px #D2B48C;
    margin:3px;
    line-height:22px;
    font-size: 20px;  
}
.sidebar h3 {

}
.sidebar p {
    text-align: center;
}

/*Style Footer*/
.footer {
    grid-area: footer;
}
/*style Grid Layout - Ende*/

/*style Grid Layout - Ende*/

/*style Grid oben*/
.grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
    grid-gap: 0em;
    position: sticky;
    top: -5em;
    margin: 0 auto;
    max-width: 220px;
    padding: 0px;
    background: #fcfcfc;
    text-align: center;
    
}
.grid div {
    background: #fcfcfc;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    padding: 0px;
}
.grid h3 {
    text-align: center;
    color:#800000;
    margin:0px;
    font-family:cursive;
    font-style:normal;
    text-shadow: 3px 3px 3px #D2B48C;
    text-decoration: none;
    font-size: 20px; 
}
.grid img {
    border: solid 1px #aaa;
    margin: 0 auto;
    border-radius: 4px;
    text-align: center;
}
/*style Grid oben Ende*/



#zeitleiste {
   position: relative;
  margin-left: 5.6em;
  list-style-type: none;
    color: darkblue;
}	
#zeitleiste::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  top: 0;
  background:teal;
  width: 0.4em;
}

#zeitleiste::after {
  position: absolute;
  content: "";
  bottom: -2em;
  left: -0.8em;
  width: 0;
  height: 0;
  border-width: 1em;
  border-style: solid;
  border-color: teal transparent transparent transparent;
}

#zeitleiste >li::before{
  position: absolute;
  content: "";
  width: 1em;
  height: 1em;
  left: -5px;  
  border-radius: 50%;
  border: 0.2em solid darkorange;
  background: #fff;
} 

#zeitleiste >li {
  margin-bottom: .5em;
    margin-left: .5em;
}

#zeitleiste >li h3 {
  text-align: center;
  margin: -1.1em 0em 0em 0em;
  color: sienna;
  font-family: TrajanPro-Regular, 'Lucida Grande', sans-serif;
  font-size: 20px;
}

#zeitleiste >li h4 {
    margin: .4em 0em 2em 0em;
     text-align:center;
    color:#183a1d;
    font-family: Times, Georgia "Times New Roman", serif;
    font-size: 20px;
    font-weight: normal;
}

time {
    display: block;
	font-weight: bold;
	margin-left: -10.7em;
	width: 7em;
	text-align:right;
}

 .back-to-top {
    font: 1.5em/180% Courier,monospace;
    color: darkorange;
     opacity: 1;
    border: 1px solid;
    background: teal;
	position: fixed;
	bottom:8.3em;
    left: 5.1em;
	padding:.1em;
    border-radius: .2em;
}    

.sticky {
  background: rgba(252,252,252,0.80);
  color: #666;
  font-size: 20px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: auto;
  flex-grow: 1;
  flex-basis: 300px;
  position: sticky;
  top: 105px;
  /* Text zentrieren */
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

.sticky1 {
  background: rgba(252,252,252,0.80);
  color: #666;
  font-size: 20px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
    height: auto;
  flex-grow: 1;
  flex-basis: 300px;
  position: sticky;
  top: 128px;
  /* Text zentrieren */
  display: flex;
  align-items: center;
  justify-content: center;
z-index: 1;
}

.sticky2 {
  background: rgba(252,252,252,0.80);
  color: #666;
  font-size: 18px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: auto;
  flex-grow: 1;
  flex-basis: 300px;
  position: sticky;
  top: 83px;
  /* Text zentrieren */
  display: flex;
  align-items: center;
  justify-content: center;
z-index: 1;
}

.sprung {
    visibility: hidden;
    height: 0px !important;
    position: relative;
    top: -175px;
}

.flex-container {
    display:flex;
    padding: .2em;
}
.flex-container h1 {
    text-align:center;
    color:#183a1d;
    margin-bottom: 5px;
    font-family:cursive;
    font-style:italic;
    text-shadow: 3px 3px 3px #D2B48C;
    line-height:36px;
    font-size: 32px;
}
.flex-container no {
    display:flex;
    background-color: #fcfcfc;
    padding: 0em;

}

.back-to-top {
    position: fixed;
    bottom: 5.3em;
    right: 0px;
    width: 150px;
    height: 40px;
    text-decoration: none;
    text-align: center;
    color: #000000;
    background-color: rgba(0,139,69, 0.60);
    font-size: 22px;
    padding: 0em;
    display: none;
}
.back-to-top:link {
  color: white !important;
 }
 
.back-to-top:hover {    
  background-color: rgba(0,139,69, 1);
  color: white !important;
}