@import url(https://fonts.bunny.net/css?family=advent-pro:300|bad-script:400);

	:root{
	--background-color:rgba(168,168,168,0.5);
	--font-color:#000;
	--heading-font:'Georgia',serif;
	--body-font:'Times New Roman',Times,serif;
	--line-height:1.6;
}
.single-article-newspaper-container2 {
	background-color:var(--background-color);
	padding:20px;
	font-family:var(--body-font);
	color:var(--font-color);
	line-height:var(--line-height);
	max-width:800px;
	max-height:614.45px;
	border:1px solid #ccc;
	box-shadow:0 0 10px rgba(0,0,0,0.1);
	overflow-y:scroll;
	background-image:url(https://img.freepik.com/fotos-kostenlos/design-raum-papier-strukturierter-hintergrund_53876-147801.jpg);
	background-size:cover;
	background-attachment:fixed;scrollbar-width:thin;scrollbar-color:#aaa #f4f4f4;
}

.single-article-newspaper-container2::-webkit-scrollbar {
	width:8px;
}

.single-article-newspaper-container2::-webkit-scrollbar-track {
	background:#f4f4f4;
}

.single-article-newspaper-container2::-webkit-scrollbar-thumb {
	background-color:#aaa;
	border-radius:10px;
	border:3px solid #f4f4f4;
}

.single-article-newspaper-header2 {
	display:flex;
	align-items:center;
	justify-content:center;
	font-family:var(--body-font);
	font-size:50px;
	padding:10px;
	position:relative;
}

.single-article-header-line2 {
	flex-grow:1;
	height:2px;
	background-color:black;
	margin:0 10px;
	align-self:center;
}

.single-article-header-underline2 {
	width:100%;
	height:2px;
	background-color:black;
	position:absolute;
	bottom:0;
}

.single-article-newspaper-date2 {
	text-align:right;
	font-style:italic;
	margin-bottom:20px;
	padding:10px;
}

.single-article-newspaper-content2 { 
	text-align:justify;
}

.single-article-newspaper-subtitle2 {
	font-family:var(--body-font);
	margin-bottom:10px;
	font-size:16px;
	color:gray;
	font-style:italic;
}

.single-article-newspaper-article2 { 
	margin-bottom:30px;
	font-size:14px;
}

.single-article-newspaper-title2 {
	font-family:var(--heading-font);
	font-size:24px;
	font-weight:bold;
	display:block;
}

.single-article-newspaper-footer2 {
	text-align:center;
	font-style:italic;
	margin-top:30px;
	border-top:1px solid #ccc;
	padding-top:10px;
}

.lexileft { 
	float: left; 
	width: 125px;
	height: 125px;
	margin: 8px 10px 0 0;
}

.lexiright { 
	float: right;
	width: 125px;
	height: 125px; 
	margin: 8px 0 0 10px;
}

.listcontent {
	margin-left: 20px;
	padding:5px;
	box-sizing: border-box;
	background: var(--col6);
	border: 1px solid #ccc;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;    
	height: 670px;
	overflow: hidden;
}

.listentry {
			background: var(--col6);
			padding: 20px 40px;
			text-align: justify;
			line-height: 180%;   
			-moz-border-radius-bottomright: 6px;
			-webkit-border-bottom-right-radius: 6px;
			border-bottom-right-radius: 6px;
			-moz-border-radius-bottomleft: 6px;
			-webkit-border-bottom-left-radius: 6px;
			border-bottom-left-radius: 6px; 
			font-size: 14px;
	overflow: hidden;
		}


/* -------- Zeitstrahl ----------- */

.timelinelexi-wrapper {
  position: relative;
  width: 650px;
  margin: 40px auto;
}

.timelinelexi-line {
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 4px;
  background: var(--col7);
  transform: translateX(-50%);
  z-index: 1;
}

.timelinelexi-entry {
  position: relative;
  display: flex;
  align-items: center;
  margin: 40px 0;
}

.timelinelexi-entry.left {
  justify-content: flex-start;
}

.timelinelexi-entry.right {
  justify-content: flex-end;
}

.timelinelexi-box {
  width: 40%;
  background: var(--col6);
  border-radius: 15px;
	border: 1px solid var(--highlight);
  padding: 15px;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.24);
  position: relative;
  z-index: 2;
}

.timelinelexi-tag {
  background: var(--col2);
  color: white;
  border-radius: 50px;
  padding: 5px 15px;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
}

.timelinelexi-text {
  text-align: justify;
}

.timelinelexi-point {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #F0F0EF;
  border: 4px solid var(--col7);
  position: absolute;
  left: 50%;
  top: 25px;
  transform: translateX(-50%);
  z-index: 3;
}

/* -------- Zeitstrahl ZEITUNG ----------- */

:root {
    --bgtimeline: #c9c9c9;
    --tagtimeline: #636363; 
}

.timeline-wrapper2 {
  position: relative;
  width: 650px;
  margin: 40px auto;
}

.timeline-line2 {
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 6px;
  background: var(--bgtimeline); 
  border: 1px solid var(--tagtimeline);
  transform: translateX(-50%);
  z-index: 1;
}

.timeline-entry2 {
  position: relative;
  display: flex;
  align-items: center;
  margin: 40px 0;
}

.timeline-entry2.left {
  justify-content: flex-start;
}

.timeline-entry2.right {
  justify-content: flex-end;
}

.timeline-box2 {
  width: 40%;
  background: var(--bgtimeline);
  border-radius: 15px;
  border: 1px solid var(--tagtimeline);
  padding: 15px;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.24);
  position: relative;
  z-index: 2;
}

.timeline-tag2 {
  background: var(--tagtimeline);
	color: white;
  border-radius: 50px;
  padding: 5px 15px;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
}

.timeline-text2 {
  text-align: justify;
}

.timeline-point2 {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--bgtimeline);
  border: 4px solid var(--tagtimeline);
  position: absolute;
  left: 50%;
  top: 25px;
  transform: translateX(-50%);
  z-index: 3;
}

