/*Schriftarten*/
@import url(https://fonts.googleapis.com/css2?family=Abel&family=Anaheim&display=swap);

/*Background*/

#postinghbg{
    width:970px;
    height:auto;
    background-color:#cbbab6;
    margin:auto;
    margin-top: 45px;
    padding:5px;
    color:#e5ebf1;
    font-family: 'Anaheim', sans-serif;
}

/*Textboxen*/

.postingtextbox{
    background-color:#7e6171;
    text-align:justify;
    overflow:auto;
    font-family: 'Anaheim', sans-serif;
    width:250px;
    height:230px;
    margin:5px 0px;
    padding:10px 10px 10px 10px;
    font-size:18px;}

.postingtextbox2{
    background-color:#7e6171;
    text-align:justify;
    overflow:auto;
    font-family: 'Anaheim', sans-serif;
    width:300px;
    height:230px;
    margin:5px 0px;
    padding:10px 10px 10px 10px;
    font-size:18px;}

.postingtextbox3{
    background-color:#7e6171;
    text-align:justify;
    overflow:auto;
    font-family: 'Anaheim', sans-serif;
    width:950px;
    height:230px;
    margin:5px 0px;
    padding:10px 10px 10px 10px;
    font-size:18px;}

.postingfacts{
    background-color:#7e6171;
    text-align:justify;
    overflow:auto;
    font-family: 'Anaheim', sans-serif;
    width:310px;
    height:230px;
    margin:5px 0px;
    padding:10px 10px 10px 10px;
    font-size:16px;}

.post_message {
float:middle;
font-size:13px;
    width:800px;
    margin:auto;
    padding:0px 10px 50px 10px;}

.post_subject {
font-family: 'Courier New', bold;
  font-size: 20px;
  text-align: center;
  text-transform: uppercase;
        width: auto;
  padding: 10px 15px;
  background: #b99c95;
  border-left: 4px solid #977c7657;
border-right: 4px solid #977c7657;
    }

/*Titel*/

.postingtitle{
    text-align:center;
    font-size:30px;
    font-family: 'Abel', sans-serif;
    width: 970px;
    background:#41323a;
    margin: auto;}

.postingsubtitle{
    text-align:center;
    font-size:20px;
    font-family: 'Anaheim', sans-serif;
    width:970px;
    margin: auto;}

.postingsubtitle2{
    text-align:center;
    font-size:14px;
    font-family: 'Anaheim', sans-serif;
    width:230px;
    margin: auto;}

.postingsubtitle3{
    text-align:center;
    font-size:15px;
    font-family: 'Anaheim', sans-serif;
    width:970px;
    background:#41323a;
    margin: auto;}

/*Infoshortfacts*/

.postinginfoboxpicture{
    width:290px;
    height:220px;
    border:1px solid #e5ebf1;
    float:left;
    margin-left: 10px;}

.postingicon{
    width:290px;
    height:150px;
    }

.postingicon img {
    width: 290px;
    height: 150px; 
	border:1px solid #e5ebf1;
}

.postingshortfact{
    width:290px;
    background:#41323a;
    margin:1px;
    font-size:13px;
    line-height:20px;
    text-align:center;
    color:#e5ebf1;
    text-transform:uppercase;display:inline-block;
    font-family: 'Anaheim', sans-serif;}


.postingshortfact2{
    width:290px;
    background:#41323a;
    margin:1px;
    font-size:13px;
    line-height:20px;
    text-align:center;
    color:#e5ebf1;
    text-transform:uppercase;display:inline-block;
    font-family: 'Anaheim', sans-serif;}

.postingshortfactseccharas{
    width:280px;
    height:60px;
    background:#41323a;
    margin:5px;
    font-size:12px;
    line-height:20px;
    text-align:center;
    color:#e5ebf1;
    text-transform:uppercase;
    display:inline-block;
    font-family: 'Anaheim', sans-serif;
    overflow: auto;}

.postingshortbox{
    text-align:justify;
    font-size:13px;
    height:320px;
    overflow:auto;
    padding:0 10px;
    font-family: 'Anaheim', sans-serif;}
		