/* --------------------------------------------------------------------------------------------------------------------- */
/* TYPOGRAPHY */
/* --------------------------------------------------------------------------------------------------------------------- */

h1
{
	font-size: 1.5rem;
	line-height: 2.25rem;
}

div.section_title
{
	background-image: url(../img/background/section.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	padding: 10px 0 10px 0;
	margin-top: 1rem;
}

div.section_title h1
{
	text-align: center;
	font-style: italic;
	font-weight: 900;
}

h2
{
	font-size: 1.4rem;
	line-height: 2.1rem;
}

h3
{
	font-size: 1.2rem;
	line-height: 1.8rem;
}

ol li
{
	list-style: decimal;
	list-style-position: inside;
}

ul.bullets,
ul.bullets li
{
	list-style-type: disc;
	padding: 5px;
	margin-left: 10px;
}

strong
{
	font-weight: 900;
}

.padded
{
	border: 1px solid #ccc;
	padding: 5px;
	box-sizing: border-box;
	background: #fff;
	border-bottom-color: #888;
}

a:link
{
	color: #000;
}

a:visited
{
	color: #000;
}

a:focus
{
	color: #333;
}

a:hover
{
	color: #333;
}

a:active
{
	color: #444;
}


/* --------------------------------------------------------------------------------------------------------------------- */
/* MESSAGES */
/* --------------------------------------------------------------------------------------------------------------------- */

.message,
.error,
.warning,
.info
{
	border: 1px solid;
	font-weight: 900;
	padding: 5px 5px 5px 30px;
	margin-top: 10px;
	border-radius: 3px;
	box-shadow: #000000 0px 1px 2px;
}

.message
{
	border-color: #080;
	background: url(../img/message.gif) no-repeat 5px 9px,
		linear-gradient(70deg,
			rgba(238, 255, 238, 1) 0%,
			rgba(185, 236, 185, 0.7) 50%,
			rgba(121, 212, 121, 0.7) 100%);
}

.error
{
	border-color: #800;
	background: url(../img/error.gif) no-repeat 5px 9px,
		linear-gradient(70deg,
			rgba(255, 238, 238, 1) 0%,
			rgba(250, 180, 180, 0.7) 50%,
			rgba(255, 130, 130, 0.7) 100%);
}

.warning
{
	border-color: #d9d600;
	background: url(../img/warning.gif) no-repeat 5px 9px,
		linear-gradient(70deg,
			rgba(253, 243, 211, 1) 0%,
			rgba(243, 245, 117, 0.7) 50%,
			rgba(247, 238, 84, 0.7) 100%);
}

.info
{
	border-color: #8ad;
	background: url(../img/info.gif) no-repeat 5px 9px,
		linear-gradient(70deg,
			rgba(199, 234, 253, 1) 0%,
			rgba(85, 174, 243, 0.7) 50%,
			rgba(102, 174, 241, 0.7) 100%);
}

div.gdpr_fail
{
	border: 1px solid;
	border-color: #800;
	font-weight: 400;
	padding: 5px 5px 5px 30px;
	border-radius: 3px;
	box-shadow: #000000 0px 1px 2px;
	background: url(../img/error.gif) no-repeat 5px 9px,
		linear-gradient(70deg,
			rgba(255, 238, 238, 1) 0%,
			rgba(250, 180, 180, 0.7) 50%,
			rgba(255, 130, 130, 0.7) 100%);
}

div.gdpr_ok
{
	border: 1px solid;
	font-weight: 400;
	padding: 5px 5px 5px 30px;
	border-radius: 3px;
	box-shadow: #000000 0px 1px 2px;
	border-color: #8ad;
	background: url(../img/info.gif) no-repeat 5px 9px,
		linear-gradient(70deg,
			rgba(199, 234, 253, 1) 0%,
			rgba(85, 174, 243, 0.7) 50%,
			rgba(102, 174, 241, 0.7) 100%);
}

.textless
{
	font-size: 0px;
}
