/*------------------------------------------------------------------------------------------------------------------------------Newsbeiträge länderspezifisch*/

/*Nessi, hier kannst du die url immer ändern, bisher hab ich da dein lilanes Gesuchsbild von den Castellanos drin*/

.newspost_castandor {
	padding: 20px;
    background: url(https://imgur.com/aEbmahT.png);
	background-position: 50% 30%;
	background-size: 100%;
    font-family: "Tangerine", cursive;
    font-size: 36px;
    text-align: center;
}

.newspost_walleydor {
	padding: 20px;
    background: url(https://i.imgur.com/3vPvhrb.png);
	background-position: 50% 30%;
	background-size: 100%;
    font-family: "Tangerine", cursive;
    font-size: 36px;
    text-align: center;
}

.newspost_matariyya {
	padding: 20px;
    background: url(https://i.imgur.com/HceKBZm.png);
	background-position: 50% 30%;
	background-size: 100%;
    font-family: "Tangerine", cursive;
    font-size: 36px;
    text-align: center;
}

.newspost_farynn {
	padding: 20px;
    background: url(https://i.imgur.com/u7YrIMQ.png);
	background-position: 50% 30%;
	background-size: 100%;
    font-family: "Tangerine", cursive;
    font-size: 36px;
    text-align: center;
}

.newspost_norsteading {
	padding: 20px;
    background: url(https://i.imgur.com/AZHlMz3.png);
	background-position: 50% 30%;
	background-size: 100%;
    font-family: "Tangerine", cursive;
    font-size: 36px;
    text-align: center;
}

.infopostcontent {
    padding: 15px 10px 20px 20px;
    text-align: justify;
    font-size: 13px;
}


/*------------------------------------------------------------------------------------------------------------------------------Farbauswahl für Texte*/

.mybbeditor .markItUpButton10 ul a:hover {
	background-color:none;
}
.mybbeditor .markItUpButton10 .col1-1 a {
	background: #eea2fd !important;
}
.mybbeditor .markItUpButton10 .col1-2 a {
	background:#9ed0ac !important;
}
.mybbeditor .markItUpButton10 .col1-3 a {
	background:#f4a997 !important;
}
.mybbeditor .markItUpButton10 .col2-1 a {
	background:#ef9666 !important;
}
.mybbeditor .markItUpButton10 .col2-2 a {
	background:#CAC9FD !important;
}
.mybbeditor .markItUpButton10 .col2-3 a {
	background:#65A797 !important;
}

.koenigslandcolor {
	color: #eea2fd;
	display: inline;
}
.fruehlingslandcolor {
	color: #9ed0ac;
	display: inline;
}
.sommerlandcolor {
	color: #f4a997;
	display:inline;
}
.herbstlandcolor {
	color: #ef9666;
	display: inline;
}
.winterlandcolor {
	color: #CAC9FD;
	display: inline;
}
.heimatloscolor {
	color: #65A797;
	display: inline;
}

.elfencolor {
	color: #C9D6E3;
	display: inline;
}