@font-face {
    font-family: 'Bokor';
	font-style: normal;
    font-weight: normal;
    src: local('Bokor'), url(../../../images/Bokor-Regular.ttf) format('truetype');
}

#newspaper {
    margin: auto;
    width: 825px;
    min-height: 50px;
    box-sizing: border-box;
    padding: 25px 30px;
    background: url(../../../images/zeitung-bg.png);
    text-align: justify;
    font-family: 'Times New Roman';
    font-size: 14px;
    color: #333;
}

#newspaper .oben {
    margin: 5px 0px;
    width: 100%;
    box-sizing: border-box;
    padding: 0px 5px;
    font-family: 'Times New Roman';
    font-size: 11px;
    text-transform: uppercase;
    display: inline-block;
    border-bottom: 1px solid #808080;
}

#newspaper .oben span {
    float: right;
}

#newspaper .title {
    color: #000;
	font-family: 'Bokor', cursive;
    font-size: 50px;
	line-height: 70px;
    border-bottom: 1px solid #808080;
    text-align: center;
	padding-top: 10px;
}

#newspaper .falkenkurier {
	background: url(../../../images/zeitung-falkenkurier.png);
	background-size: cover;
	width: 50px;
	height: 50px;
	margin: auto;
	margin-bottom: -10px;
}

#newspaper .subtitle {
    font-family: 'Times New Roman';
    text-transform: uppercase;
    color: #444;
    font-size: 12px;
    letter-spacing: 5px;
    padding: 7px 0;
    border-bottom: 1px solid #808080;
    text-align: center;
    margin-bottom: 10px;
}

#newspaper .sidebar {
    width: 30%;
    margin: 0;
    border-left: 1px solid #808080;
    padding-left: 10px;
    margin: 0;
  }

#newspaper .sidebar .titel {
	font-family: Times New Roman, serif;
	font-size: 15px;
	text-transform: uppercase;
  text-align: center;
  font-weight: 700;
}

#newspaper .sidebar .text {
  font-family: 'Times New Roman';
  padding-bottom: 20px;
  text-align: justify;
}

#newspaper .sidebar .bild {
	width: 100%;
  height: 100%;
  margin-top: 10px;
  margin-bottom: -15px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

#newspaper .sidebar .bild img {
  width: 200px;
  height:120px;
}

#newspaper .main {
    width: 70%;
    margin: 0;
    padding-right: 10px;
    margin: 0;
  }

#newspaper .main .titel {
  font-family: 'Times New Roman', serif;
  text-align: center;
  font-weight: 700;
  font-size: 30px;
	text-transform: uppercase;
}

#newspaper .main .text {
  column-count: 2;
  column-gap: 20px;
  text-align: justify;
}

#newspaper .main .bild {
  width: 100%;
  height: 250px;
  margin: 10px 0px;
}

#newspaper .unten {
    display: flex;
    border-top: 1px solid;
    margin-top: 10px;
    padding-top: 10px;
}

#newspaper .unten .bild {
  width: 250px;
  height: 300px;
  display: block;
  margin: auto 0;
}

#newspaper .unten .text {
  column-count: 3;
  column-gap: 20px;
  padding-left: 20px;
  text-align: justify; 
}

#newspaper .unten .titel {
  column-span: all;
font-family: Times New Roman, serif;
	font-size: 15px;
	text-transform: uppercase;
  text-align: center;
  font-weight: 700;
}
		