/*
=========================
FÖJ Rheinland-Pfalz
Konfiguration RichTextEditor
=========================
*/

@import url(basic.css);

.autocolumn {
	-webkit-columns: 320px 2;
	-moz-columns: 320px 2;
	columns: 320px 2;
}
.handwriting {
	font-family: 'Caveat', cursive;
	color:#303880;
	font-size: 2rem;
}

.btn-success {
	color: #fff;
	background-color: #A5BC36;
	border-color: #A5BC36;
}

.application {
	margin: 2rem auto;
	font-size:1rem;
	display:block;
	min-width:200px;
	text-align:center;
	font-weight:bold;
}

.arrowlink, .pre-arrowlink {
	text-decoration: none;
}

a:hover.arrowlink,a:hover.pre-arrowlink{
	color:#A22742;
	text-decoration:none;
}

.arrowlink::after {
	content: "\f138";
	font-weight: 900;
	font-family: "Font Awesome 5 Free";
	margin-left:3px;
}

.pre-arrowlink::before {
	content: "\f138";
	font-weight: 900;
	font-family: "Font Awesome 5 Free";
	margin-right:3px;
}

.ce-headline-center {
	text-align:center;
}

.align-left {
text-align:left;
}

.align-right {
text-align:right;
}

.align-center {
text-align:center;
	color:red;
}