/* system.css V2.7 (c) Hans Georg Peters */

* 
{
    margin: 0;
    padding: 0;
}

html, body 
{
	height: 100%;
}

body 
{
	z-index: 1;
	background-color: silver;
	background-image: url("../../sources/background.jpg");
	background-attachment: fixed;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	width: 100%;
	margin: auto;
	line-height: 1.0;
	font-family: Arial, sans-serif;
	font-size: 175%;
}

#script 
{
	background: linear-gradient(rgba(181, 216, 255, 0.3), rgba(181, 216, 255, .3));
	min-height: 250px;
	margin-left: 250px;
	margin-bottom: 1.5em;
	padding-top: 15px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 6em;
}

#media
{
	max-width: 100%;
	max-height: 650px;
}

#max
{
	width: 100%;
}

#text
{
	line-height: 1.8;
}

#text a
{
	line-height: 1;
}

#wrapper 
{
	background: linear-gradient(rgba(255,255,255,.3), rgba(255,255,255,.3)), url("../sources/wrapper.jpg");
    text-align: left;    
}

ul
{
	list-style-type: circle;
	padding-left: 20px;
}

input[type="checkbox"] 
{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-top: 0em;
  width: 25px;
  height: 25px;
  background-color: white;
}

input[type="checkbox"]:checked 
{
  background-color: black;
}

#script input
{
	font-size: 25px;
}

#script button
{
	background: linear-gradient(rgba(181, 216, 255, 0.3), rgba(181, 216, 255, 0));
	text-decoration: none;
	color: black;
	font-size: 40px;
	font-weight: 900;
	border: 0px;
}

#script button:hover
{
	text-decoration: underline;
}

#script a
{
	text-decoration: none;
	color: black;
	font-size: 30px;
	font-weight: 900;
}

#script a:hover
{
	text-decoration: underline;
}

#script a.red
{
	text-decoration: none;
	color: red;
	font-size: 30px;
	font-weight: 900;
}

#script a.red:hover
{
	text-decoration: underline;
}

@media (min-width: 80em)
{
}

#media
{
	max-width: 100%;
	max-height: 650px;
}

#max
{
	width: 100%;
}

#refs
{
	margin-top: 0.3em;
}

#headlineL
{
	float: left;
	text-align: left; 
}

#headlineR
{
    text-align: right;
}

#dedication
{
	margin-left: 50%;
	font-size: 90%;
}

@media (min-width: 80em)
{
	body 
	{
		z-index: 1;
		background-color: silver;
		background-image: url("../../sources/background.jpg");
		background-attachment: fixed;
		background-size: 100% 100%;
		background-repeat: no-repeat;
		width: 80%;
		margin: auto;
		line-height: 1.0;
		font-family: Arial, sans-serif;
		font-size: 100%;
	}
	
	h1 
	{
		font-size: 30px;
	}

	h2
	{
		font-size: 25px;
	}

	h3
	{
		font-size: 20px;
	}
	
	#script 
	{
		background: linear-gradient(rgba(181, 216, 255, 0.3), rgba(181, 216, 255, .3));
		min-height: 250px;
		margin-left: 250px;
		margin-bottom: 1.5em;
		padding-top: 15px;
		padding-left: 20px;
		padding-right: 20px;
		padding-bottom: 1.5em;
	}

	input[type="checkbox"] 
	{
	  -webkit-appearance: none;
	  -moz-appearance: none;
	  appearance: none;
	  padding-top: 0em;
	  width: 15px;
	  height: 15px;
	  background-color: white;
	}

	#script input
	{
		font-size: 15px;
	}
	
	#script button
	{
		background: linear-gradient(rgba(181, 216, 255, 0.3), rgba(181, 216, 255, 0));
		text-decoration: none;
		color: black;
		font-size: 19px;
		font-weight: 900;
		border: 0px;
	}

	#script button:hover
	{
		text-decoration: underline;
	}

	#script a
	{
		text-decoration: none;
		color: black;
		font-size: 19px;
		font-weight: 900;
	}

	#script a:hover
	{
		text-decoration: underline;
	}

	#script a.red
	{
		text-decoration: none;
		color: red;
		font-size: 19px;
		font-weight: 900;
	}

	#script a.red:hover
	{
		text-decoration: underline;
	}
}