h1
{
	margin:0px;
	margin-bottom: 40px;
}

div.download
{
	max-width:300px;
	border:1px solid #c0c0c0;
	padding:3em !important;
}

div.download img
{
		margin-right:15px;
}

button
{
	cursor:pointer;
	cursor:hand;
	margin-top:0px;
	margin-bottom: 80px;
	font-size:2.5em;
	padding: 10px;
	padding-bottom:15px;
	padding-left:30px;
	padding-right:30px;
	font-weight: bold;
	background-color: #518147;
	color:white;
	border-width:0px;
	border-radius: 100px;
}

div.body a 
{
	color:#206080;
	font-size: 1.25em;
}
div.body a:hover
{
	color: black;
}
div.body a:visited
{
	color: #206080;
}

.avgrund-active body {
		-webkit-transform: scale( 0.9 );
		   -moz-transform: scale( 0.9 );
		    -ms-transform: scale( 0.9 );
		     -o-transform: scale( 0.9 );
		        transform: scale( 0.9 );
	}

.avgrund-cover {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
	visibility: hidden;
	opacity: 0;
	background: rgba( 0, 0, 0, 0.5 );
}
	.avgrund-active .avgrund-cover {
		visibility: visible;
		opacity: 1;
	}

.avgrund-contents {
	position: relative;
	padding: 20px;
	max-width: 400px;
	height: 100%;
	margin: auto;
}
	.avgrund-active .avgrund-contents {
		-webkit-filter: blur(2px);
		   -moz-filter: blur(2px);
		    -ms-filter: blur(2px);
		     -o-filter: blur(2px);
		        filter: blur(2px);
	}
	.no-blur.avgrund-active .avgrund-contents {
		-webkit-filter: none;
		   -moz-filter: none;
		    -ms-filter: none;
		     -o-filter: none;
		        filter: none;
	}
.avgrund-popup button {
		margin:0px;
		margin-top: -25px;
}

.avgrund-popup a {color:#3080f0;}
.avgrund-popup a:hover {color:#0050d0;}
.avgrund-popup {
	position: absolute;
	width: 340px;
	height: auto;
	left: 50%;
	top: 50%;
	margin: -230px 0 0 -190px;
	visibility: hidden;
	opacity: 0;
	z-index: 2;
	padding: 20px;
	color: #505050;

	background: white;
	box-shadow: 0px 0px 20px rgba( 0, 0, 0, 0.6 );
	border-radius: 30px;

	-webkit-transform: scale( 0.8 );
	   -moz-transform: scale( 0.8 );
	    -ms-transform: scale( 0.8 );
	     -o-transform: scale( 0.8 );
	        transform: scale( 0.8 );
}
	.avgrund-active .avgrund-popup {
		visibility: visible;
		opacity: 1;

		-webkit-transform: scale( 1.1 );
		   -moz-transform: scale( 1.1 );
		    -ms-transform: scale( 1.1 );
		     -o-transform: scale( 1.1 );
		        transform: scale( 1.1 );
	}
	.avgrund-popup.stack {
		-webkit-transform: scale( 1.5 );
		   -moz-transform: scale( 1.5 );
		    -ms-transform: scale( 1.5 );
		     -o-transform: scale( 1.5 );
		        transform: scale( 1.5 );
	}
	.avgrund-active .avgrund-popup.stack {
		-webkit-transform: scale( 1.1 );
		   -moz-transform: scale( 1.1 );
		    -ms-transform: scale( 1.1 );
		     -o-transform: scale( 1.1 );
		        transform: scale( 1.1 );
	}


.avgrund-ready body,
.avgrund-ready .avgrund-contents,
.avgrund-ready .avgrund-popup,
.avgrund-ready .avgrund-cover {
	-webkit-transform-origin: 50% 50%;
	   -moz-transform-origin: 50% 50%;
	    -ms-transform-origin: 50% 50%;
	     -o-transform-origin: 50% 50%;
	        transform-origin: 50% 50%;

	-webkit-transition: 0.3s all cubic-bezier(0.250, 0.460, 0.450, 0.940);
	   -moz-transition: 0.3s all cubic-bezier(0.250, 0.460, 0.450, 0.940);
	    -ms-transition: 0.3s all cubic-bezier(0.250, 0.460, 0.450, 0.940);
	     -o-transition: 0.3s all cubic-bezier(0.250, 0.460, 0.450, 0.940);
	        transition: 0.3s all cubic-bezier(0.250, 0.460, 0.450, 0.940);
}
.avgrund-ready .avgrund-popup.no-transition {
	-webkit-transition: none;
	   -moz-transition: none;
	    -ms-transition: none;
	     -o-transition: none;
	        transition: none;
}

#thanks { display: none; }
#thanks h1 {font-size:2.5em; margin:30px 15px; margin-top: 0px; color: #006600;}
#thanks h2 { font-size: 1.3em; margin: 15px; color: #606060;}

.avgrund-popup div.buttons {
margin-left:auto; margin-right: auto;  text-align: center; margin-top:60px;
}

.avgrund-popup button {
	display: inline-block;
	font-size: 1em;
	width: auto;
}
.avgrund-popup input {
	width:300px;
	text-align:center;
}

div.download
{
	margin:40px;
	padding:0px;
	width: 80%; 
	max-width: 900px;
	vertical-align: top;
	text-align:left;
	margin-left: auto; 
	margin-right: auto;
	margin-top: 80px;
	cursor: pointer;
	padding:20px 40px;
	border-radius: 40px;
}
div.download div
{
	vertical-align: top;
}
div.downloadimg
{
	vertical-align: top;
	display: inline-block;
	width: 192px;
}

div.downloadtxt
{
	display: inline-block;
	margin-left: 40px;
	width:650px;
}

div.downloadtxt p
{
	margin-bottom: 15px;
	font-size:1.15em;
}

div.downloadtxt h1
{
	margin: 0px;
	padding: 0px;
	margin-bottom: 20px;
	color: black;
}

div.download:hover
{
	background-color: #f0f0f0;
}

#formtrialbuttons
{
	margin:0px auto;
	padding:0px;
	margin-top:30px;
}
#formtrialbuttons button{
	margin:0px;
}
div.body { background-color:white;}
#call
{
	margin: 40px;
	margin-bottom: 60px;
}
#call p
{
	font-size:1.5em;
	color: #404040;
}


#subhead
{
	width:60%; min-width:400px;margin: 0px auto;
}

#subhead p
{
	color:#404040;
}

table { margin-top: 3em;}