@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Sour+Gummy:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

/* Posts von Ria */

.riabox {
	width: auto; 
	margin: 5px; 
	font-family: Montserrat; 
	font-size: 1em; 
	line-height: 2em; 
	text-align: justify; 
}
.riabox ria { 
	font-weight: 500; 
	border-bottom: 2px solid; 
} 
.riabox i { 
	text-transform: lowercase; 
	letter-spacing: 0.1em; 
	font-weight: 200; 
	font-style: cursive;
} 
.riabox b { 
	text-transform: lowercase; 
	letter-spacing: 0.1em; 
	font-weight: 700;
}

.riabox a {
	text-transform: uppercase; 
	color: #2e2e2e; 
	text-decoration: none; 
	letter-spacing: 0.1em;
	font-weight: 200;
	font-size: 0.75em
}

.riabox h {
	font-size: 2em; 
	font-family: Sour Gummy; 
	font-weight: 700; 
	line-height: 0.7em; 
	letter-spacing: 0.05em
}
.riabox hh {
	font-size: 0.75em; 
	font-family: Montserrat; 
	font-weight: 200; 
	line-height: 1.15em; 
	letter-spacing: 0.2em; 
	text-transform: uppercase; 
	padding: 3px 5px; 
	margin: 5px;
}
.riabox title {
	font-size: 2em;
	font-family: Sour Gummy;
	border-top: 1px solid #2e2e2e;
	border-bottom: 1px solid #2e2e2e;
	padding: 5px 25px;
}