.ipl {
  width: 550px;
  margin: auto;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  line-height: initial;
  justify-content: center;
}

#ipl .bildhead {
  height: 170px;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
}

#ipl .bildhead i {
 font-size: 10px;
 color: var(--headings-side);
}

#ipl .bildhead_pic {
  -ms-transform: rotate(-45deg); 
  -webkit-transform: rotate(-45deg); 
  transform: rotate(-45deg);
  background: #000;
  width: 100px;
  height: 100px;
  overflow: hidden;
  margin: 0px 50px;
}

.bildhead_pic img {
    -ms-transform: rotate(45deg); 
  -webkit-transform: rotate(45deg); 
  transform: rotate(45deg);
  margin: -20px;
  width: 140px;
  height: 140px;
}

#ipl .header {
  margin: 10px 0px;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  text-transform: uppercase;
  font-family: var(--font-head);
  color: var(--headings-body);
  gap: 0;
  width: 100%;
  height: auto;
}

#end .header {
justify-content: flex-end;margin: 0px 0px 10px 0px;
}

#ipl .heading {
  font-size: 20px;
  letter-spacing: 1.5px;
}

#ipl .sub {
  font-size: 18px;
  letter-spacing: 3.5px;
}

#ipl .part {
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 20px;
  width: 83%;
  justify-self: center;
}

#ipl .part_num {
    text-transform: uppercase;
    font-family: Playfair Display;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    width: 50px;
    align-self: center;
    height: 28px;
    font-size: 20px;
    margin-bottom: 10px;
}

#part_num i {
  margin-top: 6px;
  font-size: 6px;
  color: var(--headings-side);
}

#ipl .part_sc {
  display: flex;
  flex-flow: row nowrap;
  align-items: stretch;
  justify-content: stretch;
  margin-bottom: 10px;
}

#ipl .part_sc img {
  width: 60px;
  height: 100px;
  margin-right: 5px;
}

#part_sc .sfs {
  flex: 1;
  display: flex;
  flex-flow: column nowrap;
  text-align: left;
  font-family: var(--font-sub);
  font-size: 15px;
  padding: 0px 4px;
  margin-right: 5px;
}

#part_sc .sfs_s {
    font-size: 13px;
}

#part_sc .desc {
  width: 62%;
  padding: 4px;
  border: 1px solid var(--headings-header-hover);
  display: flex;
  align-items: stretch;
  height: 90px;
}

#desc .text {
	flex: 1;
	padding: 5px 10px;
	border: 1px solid var(--headings-side);
	text-align: justify;
	overflow: auto;
	font-family: var(--font-main);
	font-size: 13px;
}

#ipl .zitat {
  width: 90%;
  align-self: center;
  font-family: 'Playfair Display';
  font-size: 13px;
  font-style: italic;
  font-weight: 400;
  text-align: center;
  color: var(--headings-body);
}