*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  max-width: 100vw;
  margin: 0;
  padding: 0; 
}

.zentriert {
  display: block;
align-content: center;
text-align: center;
	width: 100%;
}

.abstand {
	height: 2em;
	background-color: white;
}

.inner {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
padding: 3em 0em;
	z-index: 90;
	text-align: center;
	background-color: red;
}


.timelineebild {position:relative; object-fit:cover; width: 100%; height: auto; object-position: 10px 10; margin: 0; padding: 0; }


#karte{
	
	display: block;
}

	.webweglink {display: none;}
#phone{
display:none;
position: fixed;
right: 30px;
top:19px;
width: 24px;}



header {
position: fixed;
z-index: 10000;
top: 0;
left:0;
width: 90%;
margin: 0% 10%;
padding:  0;
}

.icon{ max-width: 12em;
	padding-top: 1em;
	
}

.iconsmall{height: 15px;

margin-right: 5px;}


div{margin: 0; padding: 0;}



.formalitaeten a {
font-family: mr-eaves-modern, sans-serif;
font-weight: 300;
text-transform: uppercase;
letter-spacing: 0.2em;
color:rgba(83,71,65,1.00);
font-size: 12px;
text-decoration: none;
padding: 0;
margin: 0;


}



nav {
	display: flex;
	justify-content: space-around;
	align-items: center;
	min-height: 8vh;
} 
.nav-links{
	display: flex;
	justify-content: space-around;
	width: 90%;	
	margin-right: 20%;
	
}

.whitebg
{width: 100%;
background-color: white;
z-index: 100;}

.burger{display: none}

.burger div{
	width: 25px;
	height: 3px;
	background-color:rgba(83,71,65,1.00);
	margin: 5px;
	transition: all 0.3s ease;
}

.mobile-break{display:none;}

nav ul li {
font-family: mr-eaves-modern, sans-serif;
font-weight: 300;
text-transform: uppercase;
letter-spacing: 0.15em;
list-style-type: none;
margin: 0;
padding:  0;
white-space: nowrap;
}

nav ul li a {
color:rgba(83,71,65,1.00);
font-size: 16px;
text-decoration: none;
padding-right: 0em;
padding-left: 1em;
margin: 0;
float: right;
}

nav ul li a:hover {
 color: black;
 text-decoration: none;
transform: scale(1.1);
}

/*SCHRIFTEN*/

h2{
font-family: mr-eaves-modern, sans-serif;
font-weight: 300;
font-size: 1.7em;
line-height: 1.3;
text-transform: uppercase;
letter-spacing: 0.1em;
color:rgba(198,183,161,1.00);

}

p, .weiter{
z-index: 999;
justify-content: space-between;
font-family: mr-eaves-modern, sans-serif;
font-weight: 200;
font-size: 30px;
line-height: 25px;
color:rgba(83,71,65,1.00);
hyphens: auto;
margin:0;	
}

p3 {font-family: mr-eaves-modern, sans-serif;
font-weight: 400;
font-size: 16px;
text-transform: uppercase;
letter-spacing: 0.1em;
display: block;
white-space: normal;
	hyphens: auto; white-space: nowrap;
	
}
#hier{font-size: 18px;}

li{justify-content: space-between;
font-family: mr-eaves-modern, sans-serif;
font-weight: 300;
font-size: 18px;
color:rgba(83,71,65,1.00);
line-height: 1.2em;
}


h1{
font-family: mr-eaves-modern, sans-serif;
font-weight: 300;
font-style: normal;
text-transform: uppercase;
font-size: 2.5em;
letter-spacing: 0.2em;
text-align: center;
top: 30%;
width:100%;
color: white;
z-index: 999;
display: block;
}




.uppercase{
	text-transform: uppercase;
	letter-spacing: 0.05em;
}

.fat{
	font-weight: 400;
}


.timeline {
  position: relative;
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 15px 0;
}

/*Hauptlinie*/
.timeline::after {
  content: '';
  position: absolute;
  width: 2px;
  background: rgba(83,71,65,1.00);
  top: 0;
  bottom: 10em;
  left: 50%;
  margin-left: -1px;
	
}

.container {
  padding: 15px 30px;
	margin-top: -50px;
  position: relative;
  background: inherit;
  width: 50%;
}

.container.left {
  left: 0;
}


.container.right {
  left: 50%;
}


.bottom{
	display: block;
	z-index: 100000;
	padding: 5% 10%;
	background-color: white;
	height: 10em;
}

.bottom p{ font-size: 12pt;
text-align: right;
padding-top: 3em;}

/*KREISE*/
.container::after {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  top: calc(50% - 4px);
  right: -4px;
  background: rgba(83,71,65,1.00);
  border: 1px solid rgba(83,71,65,1.00);
  border-radius: 8px;
  z-index: 1;
	
	
}

.container.right::after {
  left: -4px;
}

/*Linien seite*/
.container::before {
  content: '';
  position: absolute;
  width: 50px;
  height: 2px;
  top: calc(50% - 1px);
  right: 0px;
  background: rgba(83,71,65,1.00);
  z-index: 1;
}

.container.right::before {
  left: 0px;
}

.container .date {
  position: absolute;
  display: inline-block;
  top: calc(50% - 12px);
  text-align: center;
  font-family: mr-eaves-modern, sans-serif;
font-weight: 400;
font-size: 25px;
text-transform: uppercase;
letter-spacing: 0.1em;
  z-index: 1;
	color: rgba(83,71,65,1.00);
}

.container.left .date {
  right: -75px;
}

.container.right .date {
  left: -75px;
}

/*.container .icon {
  position: absolute;
  display: inline-block;
  width: 40px;
  height: 40px;
  padding: 9px 0;
  top: calc(50% - 20px);
  background: white;
  border: 2px solid rgba(83,71,65,1.00);
  border-radius: 40px;
  text-align: center;
  font-size: 18px;
  color: rgba(83,71,65,1.00);
  z-index: 1;
}*/

.container.left .icon {
  right: 56px;
}

.container.right .icon {
  left: 56px;
}


/*Hintergrundflächen*/
.container .content {
  padding: 30px 90px 30px 30px;
  background: rgba(198,183,161,0.00);;
  position: relative;
  border-radius: 0 500px 500px 0;
	
}

.container.right .content {
  padding: 30px 30px 30px 90px;
  border-radius: 500px 0 0 500px;
}

.container .content h2 {
  margin: 0 0 10px 0;
  font-size: 30px;
  font-weight: normal;
  color: rgba(83,71,65,1.00);
}

.container .content p {
  margin: 0;
  font-size: 20px;
  line-height: 22px;
  color: #000000;
}

.container.left .content p, .container.left .content h2{
  text-align: right;
}

@media (max-width: 767.98px) {
	
	
	.container.left .content p, .container.left .content h2{
		text-align: left;}
	
  .timeline::after {
    left: 90px;
  }
/*Abstand text*/
  .container {
    width: 100%;
	  margin-top: 20px;
    padding-left: 80px;
    padding-right: 30px;
  }

  .container.right {
    left: 0%;
  }

	/*Punkte auf linie*/
  .container.left::after, 
  .container.right::after {
    left: 86px;
  }

	/*linie seitlich*/
  .container.left::before,
  .container.right::before {
    left: 90px;
    border-color: transparent #006E51 transparent transparent;
  }

  .container.left .date,
  .container.right .date {
    right: auto;
    left: 35px;
  }
	
	.container .date{font-size: 18px;
	text-align: right;}

  .container.left .icon,
  .container.right .icon {
    right: auto;
    left: 146px;
  }

  .container.left .content,
  .container.right .content {
    padding: 30px 30px 30px 90px;
    border-radius: 500px 0 0 500px;
	 
  }
	
	body{overflow-x: hidden;}
	nav ul li {white-space:pre-wrap;}
	.nav-links{position: absolute;
	right: 0px;
	height: 50vh;
	top: 8vh;
	background-color: rgba(198,183,161,1.00);
	opacity: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	width: 70%;
	transform: translateX(100%);
	transition: transform 0.5s ease-in;
	margin:0;
	padding:2em;
	}
	
	.nav-links li{opacity: 0;}
	.burger{display: block;
	cursor: pointer;
	
		padding-right: 0%;
	}
	
	
	.nav-active{
		transform: translateX(0%);
	}
	
	
	@keyframes navLinkFade{
		from{
			opacity: 0;
			transform: translateX(50px);
		}
		to{
			opacity:1;
			transform: translateX(0px);
		}
	}
	
	.toggle .line1{
		transform:rotate(-45deg) translate(-5px,6px);
		
	}
	
	.toggle .line2{
		opacity: 0;
	}
	
	.toggle .line3{
		transform:rotate(+45deg) translate(-5px,-6px);
	}

	nav{text-align: left; padding-top: 0.8em;}
	
	
	
}