.bgimg-curric {background-position:center;background-repeat:no-repeat;background-size:cover;overflow:hidden;}
.bgimg-curric{background-image:url("../_img/lebenslauf-head.jpg");height:70vh;background-attachment:fixed;background-position:center;background-repeat:no-repeat;background-size:cover;background-blend-mode: multiply;background-color: rgba(0,0,0,0.4);}
.bgimg-curric:after{clear:both;}

/* ================ The Timeline ================ */

.timeline {
  position: relative;
  width: 100%;
  margin: 0 auto;
  margin-top: 20px;
  padding: 1em 0;
  list-style-type: none;
}

.timeline:before {
  position: absolute;
  left: 50%;
  top: 0;
  content: ' ';
  display: block;
  width: 6px;
  height: 92%;
  margin-left: -3px;
  background: #ddaf00;
  /*background: #ddaf00;
  background: #ddaf00;
  background: #ddaf00;
  background: #ddaf00;
  background: #ddaf00;
  background: #ddaf00;*/
  z-index: 5;
}

.timeline li {
  padding: 1em 0;
}

.timeline li:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.direction-l {
  position: relative;
  width: 426px;
  float: left;
  text-align: right;
}

.direction-r {
  position: relative;
  width: 425px;
  float: right;
}

.flag-wrapper {
  position: relative;
  display: inline-block;
  
  /*text-align: center;*/
}

.flag {
  position: relative;
  display: inline;
  /*background: rgb(248,248,248);*/
  /*padding: 6px 10px;*/
  border-radius: 5px;
  text-align: left;
  font-size: 20px;
  font-family:"poppins", sans-serif;color:#ddaf00;font-weight:500;text-transform:uppercase;z-index:5 !important;margin-bottom:50px;/*line-height:45px;*/
}
/*
.direction-l .flag {
  -webkit-box-shadow: -1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
  -moz-box-shadow: -1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
  box-shadow: -1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
}

.direction-r .flag {
  -webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
  -moz-box-shadow: 1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
  box-shadow: 1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
}*/

.direction-l .flag:before,
.direction-r .flag:before {
  position: absolute;
  top: 50%;
  right: -40px;
  content: ' ';
  display: block;
  width: 12px;
  height: 12px;
  margin-top: -10px;
  background: #ddaf00;
  border-radius: 10px;
  border: 4px solid #ddaf00;
  z-index: 10;
}

.direction-r .flag:before {
  left: -40px;
}

/*
.direction-l .flag:after {
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  height: 0;
  width: 0;
  margin-top: -8px;
  border: solid transparent;
  border-left-color: rgb(248,248,248);
  border-width: 8px;
  pointer-events: none;
}*/
/*
.direction-r .flag:after {
  content: "";
  position: absolute;
  right: 100%;
  top: 50%;
  height: 0;
  width: 0;
  margin-top: -8px;
  border: solid transparent;
  border-right-color: #ddaf00;
  border-width: 8px;
  pointer-events: none;
}*/

.time-wrapper {
  display: inline;
  line-height: 1em;
  font-size: 12px;
  color: #ddaf00;
  vertical-align: middle;
}
/*
.direction-l .time-wrapper {
  float: left;
}*/
/*
.direction-r .time-wrapper {
  float: right;
}*/

.time {
  display: inline-block;
  /*padding: 0px 10px;*/
  /*background: rgb(248,248,248);*/
}

.stellenbezeichnung { font-size: 16px; text-align: left; color: #333; line-height: 32px; font-weight: 600;  text-transform: uppercase; }
.stelleninfo {color: #333; font-family: "Raleway",sans-serif; font-size: 14px; font-weight: 200; line-height: 28px; text-align: left; }

.desc {
  /*margin: 1em 0.75em 0 0;*/  
  font-size: 12px;
  /*font-style: italic;*/
  line-height: 1.5em;
}

.direction-r .desc {
  /*margin: 1em 0 0 1.2em;*/
}

/* ================ Timeline Media Queries ================ */

@media screen and (max-width: 1024px) {

.timeline {
 	width: 100%;
	padding: 4em 0 1em 0;
}

.timeline li {
	padding: 2em 0;
}

.direction-l,
.direction-r {
	float: none;
	width: 100%;

	text-align: center;
}

.flag-wrapper {
	text-align: center;
}

.flag {
	background: rgb(255,255,255);
	z-index: 15;
}

.direction-l .flag:before,
.direction-r .flag:before {
  position: absolute;
  top: -30px;
	left: 50%;
	content: ' ';
	display: block;
	width: 12px;
	height: 12px;
	margin-left: -9px;
	background: #ddaf00;
	border-radius: 10px;
	border: 4px solid #ddaf00;
	z-index: 10;
}

.direction-l .flag:after,
.direction-r .flag:after {
	content: "";
	position: absolute;
	left: 50%;
	top: -8px;
	height: 0;
	width: 0;
	margin-left: -8px;
	border: solid transparent;
	border-bottom-color: rgb(255,255,255);
	border-width: 8px;
	pointer-events: none;
}

.time-wrapper {
	display: block;
	position: relative;
	margin: 4px 0 0 0;
	z-index: 14;
}

.direction-l .time-wrapper {
	float: none;
}

.direction-r .time-wrapper {
	float: none;
}

.desc {
	position: relative;
	margin: 1em 0 0 0;
	padding: 1em;
	background: rgb(245,245,245);
	-webkit-box-shadow: 0 0 1px rgba(0,0,0,0.20);
	-moz-box-shadow: 0 0 1px rgba(0,0,0,0.20);
	box-shadow: 0 0 1px rgba(0,0,0,0.20);
	
  z-index: 15;
}

.direction-l .desc,
.direction-r .desc {
	position: relative;
	margin: 1em 1em 0 1em;
	padding: 1em;
	
  z-index: 15;
}

}

@media screen and (min-width: 400px ?? max-width: 660px) {

.direction-l .desc,
.direction-r .desc {
	margin: 1em 4em 0 4em;
}

}