/*

Theme Name: Pro &ndash; Child Theme
Theme URI: http://theme.co/pro/
Author: Themeco
Author URI: http://theme.co/
Description: Make all of your modifications to Pro in this child theme.
Version: 1.0.0
Template: pro

*/


/* =================================================================================================
	╦ ╦┌─┐┬─┐┌┬┐╔═╗┬─┐┌─┐┌─┐┌─┐  ┬ ┬┌─┐┌┬┐┌─┐┌─┐┌┬┐┌─┐┌─┐ ┌─┐┌┬┐
	║║║│ │├┬┘ ││╠═╝├┬┘├┤ └─┐└─┐  │││├─┘ │ ├┤ └─┐ │ │ ┬│ ┬ ├─┤ │ 
	╚╩╝└─┘┴└──┴┘╩  ┴└─└─┘└─┘└─┘  └┴┘┴   ┴ └─┘└─┘ ┴o└─┘└─┘o┴ ┴ ┴ 
	=================================================================================================
	Autor: Edgar Pfandler */
	
	
	
/* --- Font Size Berechnung ------
	Hinweis: font-size: calc([minimum size] + ([maximum size] - [minimum size]) * ((100vw - [minimum viewport width]) / ([maximum viewport width] - [minimum viewport width])));   */

/*
html {font-size: calc(14px + (16 - 14) * ((100vw - 300px) / (1400 - 300)));}

body {line-height: 1.7rem;}


h1, .h1 {font-size: 3.0rem; margin-top: 1.5rem;}
h2, .h2 {font-size: 2.3rem; margin-top: 1.2rem;}
h3, .h3 {font-size: 1.9rem; margin-top: 1rem;}
h4, .h4 {font-size: 1.5rem; margin-top: 0.8rem;}
h5, .h5 {font-size: 1.2rem; margin-top: 0.5rem;}
h6, .h6 {font-size: 1.0rem; margin-top: 0.3rem;}
*/





.wpul_role_admin,
.wpul_role_editor,
.wpul_role_author,
.wpul_role_contributor,
.wpul_role_um_mitglied
{
	font-family: 'FontAwesomePro';
	font-weight: 900;
	font-size: 1.2rem;
	margin: 0 0.2rem;
}

.wpul_role_admin:before 		{color: red; 		content: '\f21b';}
.wpul_role_editor:before 		{color: orange;	content: '\f508';}
.wpul_role_author:before 		{color: green;		content: '\f508';}
.wpul_role_contributor:before	{color: grey;		content: '\f508';}
.wpul_role_um_mitglied:before {color: black;		content: '\f630';}
