@import url(http://fonts.googleapis.com/css?family=Lato:100,100italic,300,400,300italic,700,900);


/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
/***** Reset - Start **********************************************************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/***** Reset - End ************************************************************/


/***** Custom globals - Start *************************************************/

html {
	height: 100%;
}
body {
	height: 100%;
	overflow-y: scroll;
	font-family: Lato, Arial, Helvetica;
	font-size: 16px;
	line-height: 21px;
	color: #444;
	background-color: #e8e8e8;
}
div {
	position: relative;
}
input, textarea, select {
	padding: 0 10px;
	color: #444;
	font-family: Lato, Arial, Helvetica;
	font-size: 16px;
	border: 1px solid #d2d2d2;
}
input, select {
	height: 30px;
	border-radius: 3px;
}
input[type="checkbox"],
input[type="radio"] {
	height: auto;
	margin: 10px 8px 0 0;
	border-radius: 0;
}
select {
	padding: 4px 4px 5px 6px;
	color: #444;
}
select option {
	padding: 5px 10px;
	color: #444;
}
label {
	cursor: pointer;
}

a {
	color: #d44500;
	text-decoration: none;
	cursor: pointer;
}
a:hover {
	text-decoration: none;
}
a:focus {
	/*outline: none;*/
}
b, strong {
	font-weight: 700;
}
h1 {
	margin: 0 0 32px 0;
	font-size: 30px;
}
h1.no-marg-bot {
	margin: 0;
}
h2 {
	margin: 0 0 24px 0;
	font-size: 22px;
}
h2.no-marg-bot {
	margin: 0;
}
h3 {
	margin: 0 0 16px 0;
	font-size: 18px;
}
p {
	margin: 0 0 24px 0;
}
p.info-small {
	font-size: 12px;
	line-height: 14px;
}
i {
	font-style: italic;
}
dl dt {
	float: left;
	clear: left;
	margin: 0 2px 2px 0;
	padding: 4px;
}
dl dd {
	float: left;
	margin: 0 0 2px 0;
	padding: 4px;
}
ul {
	margin: 0 0 24px;
	list-style: disc;
}
ul li {
	margin: 0 0 0 20px;
}

div.wrapper {
	width: 1000px;
	margin: 0px auto;
	padding: 24px;
	background-color: #fff;
}
.clearfix:after {
	content:"";
	display:table;
	clear:both
}
.left {
	float: left;
}
.right {
	float: right;
}
.error {
	color: #960000;
}
input.error,
select.error,
textarea.error {
	border-color: #960000;
	background-color: #eacccc;
}
dd.error {
	margin: 4px;
	border: 1px solid #960000;
	background-color: #eacccc;
	border-radius: 3px;
}
span.light {
	font-weight: 300;
}
.text-right {
	text-align: right;
}
/***** Custom globals - End ***************************************************/


/***** Header - Start *********************************************************/

header {
	position: relative;
	height: 216px;
	margin: 0 0 24px;
	border: 1px solid #e9e9e9;
}
header a.logo {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 202px;
	height: 100px;
	background: url(../images/header-logo.png) no-repeat right 0;
	text-indent: -9999em;
}
header h1 {
	margin: 140px 20px 16px;
	line-height: 36px;
}
header h2 {
	margin: 0 20px 16px;
}

/***** Navi - Start *****/
nav {
	position: absolute;
	bottom: 0;
	width: 100%;
}
nav ul {
	margin: 0;
	background-color: #f3f3f3;
	border-bottom: 5px solid #1e579a;
	border-top: 1px solid #ededed;
	text-transform: uppercase;
}
nav ul li {
	margin: 0;
	display: inline-block;
	padding: 0 25px;
	font-size: 12px;
	transition: all 0.3s ease 0s;
	width: auto;
}
nav li:hover {
	color: #fff;
	background-color: #003064;
}
nav li.active {
	color: #fff;
	font-weight: 900;
	background-color: #1e579a;
}
nav ul li a {
	display: block;
	line-height: 44px;
	color: #444;
}
nav ul li.active a {
	color: #fff;
}
nav ul li:hover a {
	color: #fff;
}
/***** Navi - End *****/

/***** Header - End ***********************************************************/


/***** Content - Start ********************************************************/

div.content {
	min-height: 400px;
	padding: 30px 20px;
	border: 1px solid #e9e9e9;
}

/***** Programm *****/
dl.programm dt {
	width: 120px;
}
dl.programm dd {
	width: 820px;
}

/***** Referenten *****/
div.referenten img {
	display: block;
	float: left;
	margin: 0 20px 32px 0;
	padding: 16px;
	border: 2px solid #cfcfcf;
}
div.referenten p.right {
	float: left;
	width: 730px;
	margin-bottom: 32px;
}
div.referenten p.right.w-2 {
	width: 780px;
}


/***** Anmeldung - Start *****/
dl.daten dt {
	width: 200px;
}
dl.daten dd {
	width: 400px;
}
dl.anmeldung dt {
	width: 250px;
	padding-top: 10px;
	line-height: 20px;
}
input[type="submit"] {
	margin: 16px 0 0;
	cursor: pointer;
}
div.themenblock {
	margin: 0 0 30px;
}
div.error {
	width: 620px;
	min-width: 620px;
	margin: -10px -10px 30px;
	padding: 10px;
	border: 1px solid #960000;
	border-radius: 5px;
	background-color: #eacccc;
}
.col-a {
	width: 320px;
}
.col-b {
	width: 100px;
}
table.choice tr:hover {
	background-color: #f3f3f3;
}
table.choice tr.header:hover {
	background-color: transparent;
}
table.choice tr td {
	padding: 8px 4px;
}
table.choice tr td:nth-child(2),
table.choice tr td:nth-child(3),
table.choice tr td:nth-child(4) {
	text-align: center;
}
table.choice input[type="radio"],
table.choice input[type="checkbox"]{
	height: 13px;
}
/***** Anmeldung - End *****/

/***** Referenzschulen *****/
div.content.referenzschulen table {
	margin: 0 0 32px 0;
}
div.content.referenzschulen table tr:nth-child(1) {
	background-color: #f3f3f3;
}
div.content.referenzschulen table tr:hover {
	background-color: #f3f3f3;
}
div.content.referenzschulen table tr.header:hover {
	background-color: transparent;
}
div.content.referenzschulen table th {
	padding: 4px;
	text-align: left;
	font-weight: 700;
}
div.content.referenzschulen table tr td {
	padding: 4px;
}
div.content.referenzschulen table tr td:nth-child(1) {
	width: 20px;
}
div.content.referenzschulen table tr td:nth-child(2) {
	width: 420px;
}
div.content.referenzschulen table tr td:nth-child(3) {
	width: 490px;
}

/***** Rückblick - Start *****/
div.gallery {
	margin: 0 0 32px;
}
div.gallery img {
	margin: 24px;
	padding: 16px;
	border: 2px solid #cfcfcf;
}
div.gallery div.foto {
	float: left;
}
div.gallery div.foto a {
	display: block;
}
div.gallery div.foto a.download {
	margin: -24px 24px 24px;
	font-size: 12px;
}
div.gallery div.foto a.download:hover {
	text-decoration: underline;
}

div.videos {
	margin: 0 -30px 32px 0;
}
div.video {
	float: left;
	margin: 0 32px 32px 0;
}
div.video video {
	display: block;
	width: 460px;
}
div.video a.download {
	clear: right;
	float: right;
	display: inline-block;
	margin: 8px 0;
	font-size: 12px;
}
div.video p {
	display: inline-block;
	margin: 8px 0;
}

a.pdf {
	display: block;
	margin: 0 0 8px;
	padding: 0 0 0 26px;
	line-height: 32px;
	background: url(../images/pdficon_small.png) no-repeat left center;
}

dl.list-team dt {
	width: 200px;
	margin: 0;
	padding: 0;
}
dl.list-team dd {
	margin: 0;
	padding: 0;
}
/***** Rückblick - End *****/

/***** Content - End **********************************************************/


/***** Footer - Start *********************************************************/
footer {
	padding: 20px 0 0;
	color: #fff;
	font-size: 13px;
	text-align: center;
}
footer p {
	margin: 0;
	line-height: 48px;
}

/***** Footer - End ***********************************************************/

