@charset "utf-8";
/* CSS Document */

/*--------------------------------*/
/*CSS for mobile campaign website - tilllate.com/
/*--------------------------------*/


/*----------------------------------------------- */
/* CSS RESET
/*----------------------------------------------- */

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,dfn,em,font,img,strong,li,ol,ul,thead,tr,th,td,p {
	margin:0;
	padding:0;
	border:0;
	font-weight:normal;
	font-style:normal;
	text-align:center;
	font-family:inherit;
}

table { 
 border-collapse:collapse;
 border-spacing:0; 
}

ul{ 
 list-style:none; 
}


/*------------ GENERAL --------------*/

body {
	background-color: #FFFFFF;
	color: #51636C;
	font: Titillium Web, Arial, sans-serif;
}

#page {
	width:100%;
	margin:0 auto;
	
}

.wrapper {
	width: 800px;
	float: center;	
	margin:0 auto;
}

.clear {
	clear: both;
}

#agenda14
{
	float: left;
}	

#agenda15
{
	float: left;
}

#linkToPreviousConferences
{
	color: #51636C;
	float: left;
	position: absolute;
	font-size: 14px;
 	font-family: 'Titillium Web', serif;
	text-transform: uppercase;
}

#linkToPreviousConferences a:active{
	color: #51636C;
}

#linkToPreviousConferences a:link{
	color: #51636C;
}

#linkToPreviousConferences a:visited{
	color: #51636C;
}

#linkToPreviousConferences a:hover{
	color: #51636C;
}

#agenda14_text
{
font-family: 'Titillium Web', serif;
margin-left: 50px;
margin-bottom: 30px;
display: none;
}

#agenda15_text
{
font-family: 'Titillium Web', serif;
//margin-left: 50px;
//margin-left: 0;
margin-bottom: 30px;
}

.agenda14_titel
{
	float: left;
}

.agenda15_titel
{
	float: left;
}

#agenda13
{
float: left;
text-decoration: underline;
margin-left: -210px;
}
#agenda13:hover
{
	cursor: pointer;
	text-decoration: none;
}
#transparent{
	background-color: rgba(255, 255, 255, 0.7);
	cursor: default;
}
#register_transparent{
	background-color: rgba(255, 255, 255, 0.7);
	cursor: pointer;
	position:relative;
	z-index:2;
	height:60px;
	margin-top:-60px;
	cursor: default;
}

#table_line{
	background-color: #B7C6CE;

}

/*------------ LINKDEFINITIONS --------------*/

a:link {
	outline: none;
/*	color:#51636C;*/
	color: #FFF; 
	text-decoration: none;
}

a:visited {
	outline: none;
	color:#FFF;
	text-decoration: none;
}

a:hover {
	outline: none;
	color:#51636C;
	text-decoration: none;
}

a:active {
	outline: none;
	color:#FFF;
}

a:hover.footer {
	outline: none;
	color:#C8B700;
	text-decoration: none;
}

/*------------ CONTENT --------------*/

.headerbar {
	float: center;
	width: 100%;
	height: 25px;
}

.undernavigationbar {
	float: center;
	width: 100%;
	height: 50px;
}

/*.breaker {
	float: center;
	width: 100%;
	height: 30px;
}*/

.content {
	float: center;
	width: 100%;
	text-align: left; !important
	
}

.navigation {
	float: center;
	width: 100%;
	height: 35px;
}

.navtxt {
	font-size: 20px;
	line-height: 28px;
	font-family: 'Titillium Web', serif;
	font-weight: 800; 
	color: #FFF;
	padding-top: 5px;
}

.navigationspunktaktiv {
	float: left;
	width: 159px;
	height: 35px;
	background-color: #51636C;
}

.navigationspunktinaktiv {
	float: left;
	width: 159px;
	height: 35px;
	background-color: #C8B700;
}

.navigationstrenner {
	float: left;
	width: 1px;
	height: 40px;
	background-color: #FFFFFF;
}

.footer {
	float: left;
	width: 100%;
	height: 30px;
	background-color: #51636C;
}

.footer a:hover {
	color: #C8B700;
}

.ftxt {
	font-size: 16px;
	font-family: 'Titillium Web', serif;
	color: #FFFFFF;
	font-weight: 400; 
	padding-top: 4px;
}

h1 {
 	font-size: 48px;
	line-height: 44px;
 	font-family: 'Titillium Web', serif;
	font-weight: 700; 
	text-transform: uppercase;
}

h2 {
 	font-size: 30px;
	line-height: 36px;
 	font-family: 'Titillium Web', serif;
	font-weight: 400; 
	text-transform: uppercase;
}
h3 {
 	font-size: 20px;
	line-height: 36px;
 	font-family: 'Titillium Web', serif;
	font-weight: 400; 
	text-transform: uppercase;
}

.txt {
	font-size: 22px;
	line-height: 28px;
	font-family: 'Titillium Web', serif;
	font-weight: 400; 
}

.maplink {
	text-align: center; !important
}

.txt a:link {
	color: #51636C;
	text-decoration: underline;
}

.txt a:visited {
	color:#51636C;
	text-decoration: none;
}

.txt a:hover {
	color: #51636C;
	text-decoration: none;
}

.txt a:active {
	color: #51636C;
	text-decoration: underline;
}

/*
.buttonregister {
	float: center;
	width: 100%;
	height: 70px;
}
*/
.buttonregister a {
    background-color: #c8b700;
    color: #fff !important;
    display: inline-block;
    font-size: 20px;
    font-weight: 800;
    height: 40px;
    line-height: 40px;
	margin-bottom: 40px;
	margin-top: 20px;
    padding: 0 20px;
    text-decoration: none !important;
    text-transform: uppercase;
}
.buttonregister a:hover {
    background-color: #51636c;
}

.navigation3 li {
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE y8+ */
	background: none repeat scroll 0 0 #C8B700;
	border-left: 1px solid #FFFFFF;
	height: 40px;
	width: 16.6%;
	display: block;
	float: left;
}
	
.navigation3 li:first-child {
	border-left: 0 none transparent;
}
	
.navigation3 .active, .navigation3 a:hover {
	background: none repeat scroll 0 0 #51636C;
}
	
.navigation3 li a {
	color: #FFFFFF;
	display: block;
	font: 800 20px/40px 'Titillium Web',serif;
	height: 40px;
	text-align: center;
	text-transform: uppercase;
}

.logocolumn {
	float: center;
	width: 800px;
	padding: 0 0 40px 0;
}

.logocolumn a {
	display: inline-block;
	margin: 0 20px;
}

@media (max-width: 767px) {
	.logocolumn {
		float: none;
		padding: 0;
		text-align: center;
	}
	.logocolumn a {
		display: block;
		margin: 40px 0;
	}
}

.textcolumn {
	float: center;
	width: 600px;
	padding: 0 100px 60px 100px;
}

.txtpartner {
	font-size: 16px;
	line-height: 22px;
	font-family: 'Titillium Web', serif;
	font-weight: 400; 
	text-align: center; !important
}

.txtpartnerbold {
	font-size: 16px;
	line-height: 22px;
	font-family: 'Titillium Web', serif;
	font-weight: 800; 
	text-align: left; !important
}

.agenda li {
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE y8+ */
	background: none repeat scroll 0 0 #FFF;
	border-left: 1px solid #b7c6ce;
	border-top: 1px solid #b7c6ce;
	height: 30px;
	width: 20%;
	display: block;
	float: left;
}

.agenda li:first-child {
	border-left: 0 none transparent;
	border-right: 0 none transparent;
	font: 800 12px/27px 'Titillium Web',serif;
	background: none repeat scroll 0 0 #d2d9dd;
}

.agenda li {
	color: #51636C;
	display: block;
	font: 400 12px/27px 'Titillium Web',serif;
	height: 30px;
	text-align: center;
}

.agenda2 li {
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE y8+ */
	background: none repeat scroll 0 0 #FFF;
	border-left: 1px solid #b7c6ce;
	border-top: 1px solid #b7c6ce;
	height: 30px;
	width: 40%;
	display: block;
	float: left;
}

/*.agenda2 li:first-child {
	border-left: 0 none transparent;
	border-right: 0 none transparent;
}*/

.agenda2 li {
	color: #51636C;
	display: block;
	font: 400 12px/27px 'Titillium Web',serif;
	height: 30px;
	text-align: center;
}

.agendaTable a{

color: #51636C;

}
.agendaTable {
	table-layout: fixed;
	width: 100%;
}

.agendaTable tr td, .agendaTable tr th {
	color: #51636C;
	font: 400 13px/20px 'Titillium Web',serif;
	text-align: center;
	vertical-align: center;
	padding: 12px 12px;
	border-left: 1px solid #B7C6CE;
	border-top: 1px solid #B7C6CE;
}

/* Hintergrund für 1. Spalte und Header */
.agendaTable tr td:first-child, .agendaTable tr th {
	background: none repeat scroll 0 0 #D2D9DD;
	font: 800 12px/27px 'Titillium Web',serif;
}

.agendaTable tr td:first-child {
	border-left: 0 none transparent;
}
.agendaTable1 a{

color: #51636C;

}
.agendaTable1 {
	table-layout: fixed;
	width: 100%;
}

.agendaTable1 tr td, .agendaTable1 tr th {
	color: #51636C;
	font: 400 13px/20px 'Titillium Web',serif;
	text-align: center;
	vertical-align: center;
	padding: 0;
	border-left: 1px solid #B7C6CE;
	border-top: 1px solid #B7C6CE;
}

/* Hintergrund für 1. Spalte und Header */
.agendaTable1 tr td:first-child, .agendaTable1 tr th {
	background: none repeat scroll 0 0 #D2D9DD;
	font: 800 12px/27px 'Titillium Web',serif;
	font-size: 12px !important;
}

.agendaTable1 tr td:first-child {
	border-left: 0 none transparent;
}
.horizontalline {
	background-color: #B7C6CE;
	height: 1px;
	width: 100%;
	float: left;
}

.agendaTxt {
	color: #51636C;
	font: 800 12px/16px 'Titillium Web',serif;
	text-align: left; !important
	vertical-align: center;
}

.agendaTitle {
	font: 800 13px/20px 'Titillium Web',serif;
}
.agendaMainTitle {
	font: 800 16px/20px 'Titillium Web',serif;
}
.agendaTableLight {
	background: #eee;
	height:5 0px;
	width: 20%
}

.agendaTable tr th:first-child {
    border-left: 0 none transparent;
    border-top: 1px solid #B7C6CE;
}

.agendaTableLight {
    background: none repeat scroll 0 0 #EEEEEE !important;
    width: 20%;
}

/* HOME PAGE */
.home-content {
    padding: 150px 0;
}
.home-content-inner .navigation3 li {
    display: inline-block;
    float: none;
    width: auto;
}
.home-content-inner .navigation3 li a {
    padding-left: 20px;
    padding-right: 20px;
}
.home-footer .footer {
    float: none;
    width: 100%;
}