html,
body,
div,
h1,
h2,
h3,
h4,
h5,
p,
a,
table,
tr,
th,
td,
ol,
ul,
li,
form,
input,
select,
textarea {
	font-family: 'Boehringer', Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif;
	font-weight: normal;
	color: rgb(0,49,42);
	margin: 0;
	padding: 0;
	font-size: 17px;
}

body {
	background: none;
	background-color: rgb(229,227,222);
}

header {
	background-color: rgb(0,228,124);
	border-bottom: solid 1px rgb(0,228,124);
	padding-top: 30px;
}

nav {
	width: 100%;
	height: 60px;
	background-color: rgb(0,228,124);
	padding-top: 25px;
}

main {
	width: 100%;
}

aside {
	display: none;
}

footer {
	background: none;
	background-color: rgb(0,228,124);
	height: auto;
	padding: 40px 0 40px 0;
}

header div.content {
	background: none;
	height: auto;
}

nav div.content,
header div.content,
main div.content,
footer div.content {
	width: 100%;
	max-width: 900px;
	margin: auto;
	padding-left: 10px;
}
/*
nav div.content {
	width: 100%;
	padding: 20px 20px 0 20px;
	text-align: left;
	background-color: rgb(0,49,42);
}
*/
main div.content {
	float: none;
	padding-top: 0;
	padding-bottom: 100px;
}

table.agenda {}

td.agenda0 {
	color: rgb(89, 84, 84);
	background-color: rgb(238, 231, 231);
	padding: 5px 2px 5px 2px;
}

td.agenda1 {
	color: rgb(89, 84, 84);
	padding-top: 7px;
}

td.agenda2 {
	color: rgb(89, 84, 84);
	padding-top: 7px;
}

h1 {
	font-size: 30px;
}

h2 {
	color: rgb(0,228,129);
	color: rgb(0,49,42);
	padding-bottom: 5px;
	margin-bottom: 10px;
	font-size: 30px;
	border-bottom: 0;
	font-weight: 500;
}

h2.speakerheadline {
	color: rgb(0,228,129);
	color: rgb(0,49,42);
	padding-bottom: 5px;
	margin-bottom: 10px;
	font-size: 30px;
	font-weight: 500;
	border-bottom: 0;
}

p {
	font-size: 17px;
	line-height: 22px;
	margin-bottom: 7px;
}
p.sp_name {
	color: rgb(0,49,42);
	font-weight: 500;
}
p.sp_employer {
	color: rgb(0,49,42);
	font-weight: normal;
}
p.sp_city {
	color: rgb(0,49,42);
	font-weight: normal;
}

p.small {
	font-size: 12px;
}

header h1,
header h2,
header h3 {
	padding: 0;
	font-weight: normal;
}

header h1 {
	margin-bottom: 30px;
	font-size: 40px;
	color: rgb(8,49,42);
	font-weight: 500;
}

header h2 {
	font-size: 17px;
	margin: 0 0 15px 0;
	border: 0;
	border-bottom: 0;
	padding: 7px 0 7px 0;
	color: rgb(8,49,42);
	font-weight: bold;
}

header h2.small {
	font-size: 14px;
}

header h3 {
	font-size: 17px;
	line-height: 1em;
	padding: 5px 0 0 0;
	font-weight: bold;
	color: rgb(8,49,42);
}
img.headerlogo {
	width: 100%;
	max-width: 370px;
	height: auto;
	margin-left: -22px;
}

form td {
	vertical-align: middle;
}

img.dotsbottom {
	width: 100%;
	max-width: 600px;
	height: auto;
	position: absolute;
	bottom: -16px;
	left: 0;
}
main div.content > * {
	margin-left: 0;
	margin-right: 0;
}

main div.content h1 {
	display: none;
	width: auto;
	height: auto;
	vertical-align: top;
	background: none;
	margin: 0 0 0 0;
	border-radius: 0;
	padding: 0 0 0 0;
	line-height: 25px;
}

main div.content a {
	color: rgb(0,49,42);
	text-decoration: none;
	font-weight: normal;
}

main div.content a:hover {
	text-decoration: none;
	color: rgb(0,228,129);
}

input[type="text"],
input[type="email"],
input[type="password"] {
	width: 300px;
}

input[type="text"],
input[type="email"],
input[type="password"],
select {
	background-color: rgb(245, 245, 245);
	border: solid 1px rgb(239, 239, 239);
	padding: 4px 3px 4px 3px;
}

input[type="submit"].design {
	padding: 10px 25px 10px 25px;
	line-height: 21px;
	transition: all linear 0.2s;
	font-weight: bold;
	background: rgb(0,228,129);
	color: rgb(0,49,42);
	border: solid 1px rgb(0,228,129);
	cursor: pointer;
	text-transform: none;
	letter-spacing: 0;
	border-radius: 4px;
}
input[type="submit"].design:hover {
	background: rgb(102,239,176);
	border: solid 1px rgb(102,239,176);
}
button.design {
	padding: 13px 25px 13px 25px;
	line-height: 21px;
	transition: all linear 0.2s;
	font-weight: bold;
	background: rgb(0,228,129);
	color: rgb(0,49,42);
	border: solid 1px rgb(0,228,129);
	cursor: pointer;
	text-transform: none;
	letter-spacing: 0;
	border-radius: 4px;
	font-size: 16px;
}
button.design:hover {
	background: rgb(102,239,176);
	border: solid 1px rgb(102,239,176);
}
img.buttonimage {
	border: 0;
	width: 20px;
	height: auto;
	margin: 0 0 -5px 0px;
}

select {
	width: 308px;
}

td.optintop {
	border-top: solid 1px rgb(237, 237, 237);
	padding-top: 5px;
}

td.optinbottom {
	padding-bottom: 5px;
	border-bottom: solid 1px rgb(237, 237, 237);
}

table.datafields {
	width: 100%;
}
table.datafields td:nth-child(1) {
	width: 150px;
}
table.datafields td:nth-child(2) {
	width: auto;
}
table.optins {
	margin-top: 15px;
	width: 100%;
}
table.optins td {
	vertical-align: top;
}
table.optins td:nth-child(1) {
	width: 50px;
}
table.optins td:nth-child(2) {
	width: auto;
}
div.speaker {
	padding-left: 0;
}
div.speakerimage {
	width: 120px;
	height: 120px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: -20px 0;
	float: right;
	border-radius: 75px;
	margin-bottom: 15px;
}
.speakers {
	display: inline-block;
	margin-bottom: 50px;
}

footer div.content {
	text-align: left;
}

footer p {
	color: rgb(8,49,42);
	margin-bottom: 5px;
}

footer a {
	color: rgb(8,49,42);
	font-weight: normal;
	padding-right: 10px;
	padding-left: 10px;
}

footer a:first-of-type {
	padding-left: 0;
}
img.footer {
	margin-top: -35px;
	margin-right: 0px;
	width: 180px;
	height: auto;
}
input[type="text"],
input[type="email"],
input[type="password"], select {
	width: 300px;
}
div.securitycontainer {
	position: absolute;
	top: 20px;
}
button.lobby {
	width: 249px;
	height: 78px;
	border-radius: 39px;
	background: #00312A;
	color: #fff;
	display: flex;
	align-items: center;
	padding-left: 88px;
	padding-right: 30px;
	border: none;
	box-shadow: none;
	font-size: 20px;
	font-weight: 400;
	line-height: 24.2px;
	text-align: left;
	position: relative;
	margin-top: 30px;
	overflow: hidden;
	cursor: pointer;
}
button.lobby::before {
	content: url('../img/button_main.svg');
	position: absolute;
	transition: .6s;
	top: 0;
	left: -173px;
	width: 249px;
	height: 78px;
}
button.lobby:hover:before {
	left: 2px;
}

@media only screen and (max-width: 720px) {
	footer a {
		display: block;
		padding-left: 0;
		padding-right: 0;
		padding-bottom: 10px;
	}
	span.hide {
		display: none;
	}
}
@media only screen and (max-width: 570px) {
	input[type="text"],
	input[type="email"],
	input[type="password"], select {
		width: 100%;
	}
}
@media only screen and (max-width: 530px) {
	input[type="submit"].design {
		width: 100%;
		Padding: 15px 25px 15px 25px;
	}
}