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

header {
	position: absolute;
	display: none;
}

main {
	padding: 20px 20px 20px 20px;
}

/* -------------------------------------------------------------------------------------------------------------------- */
/* FONTS																												*/

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

#konferencedk {
	color: #6b8299;
	font-family: Helvetica, Arial, sans-serif;
}

#konferencedk h1 {
	letter-spacing: 1px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
}

#konferencedk h2 {
	letter-spacing: 1px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
}

#konferencedk h3 {
	letter-spacing: 1px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
}

#konferencedk .headline-h3 {
	height: 20px;
	border-top: 1px solid #e6e6e6;
	margin: 0 0 10px 0;
}

#konferencedk .headline-h3 h3 {
	background: #ffffff;
	margin: -10px 0 0 0;
	padding: 0 0 0 5px;
	float: right;
	color: #cccccc;
	line-height: 20px;
}

/* -------------------------------------------------------------------------------------------------------------------- */
/* HERO																												*/

#konferencedk #hero {
	background: #1f8599;
	background: -moz-linear-gradient(45deg, #1f8599 0%, #52b8cc 100%);
	background: -webkit-linear-gradient(45deg, #1f8599 0%,#52b8cc 100%);
	background: linear-gradient(45deg, #1f8599 0%,#52b8cc 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f8599', endColorstr='#52b8cc',GradientType=1 );
	padding-bottom: 0;
	position: relative;
	overflow: hidden;
	color: #ffffff;
}

#konferencedk .project-title {
	text-transform: uppercase;
}

/* ---------------------------------------------------------------------------- */
/* HERO - FIELDS																*/

#konferencedk .hero-info-fields {
	opacity: 0.2;
	color: #000000;
}

/* ---------------------------------------------------------------------------- */
/* HERO - YEAR																	*/

#konferencedk .hero-info-year {
	opacity: 0.2;
	color: #000000;
}

/* ---------------------------------------------------------------------------- */
/* HERO - LOGO																	*/

#konferencedk .hero-info-logo {
	opacity: 0.2;
}

/* -------------------------------------------------------------------------------------------------------------------- */
/* INTRO																												*/

#konferencedk #intro {
	xpadding: 5.8823% 0 5.8823% 0;
}

/* -------------------------------------------------------------------------------------------------------------------- */
/* SEARCHRESULT																										*/

#konferencedk #searchresult {
	background: #295266;
	background: -moz-linear-gradient(top, #295266 0%, #0f424c 100%);
	background: -webkit-linear-gradient(top, #295266 0%,#0f424c 100%);
	background: linear-gradient(to bottom, #295266 0%,#0f424c 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#295266', endColorstr='#0f424c',GradientType=0 );
}

/* -------------------------------------------------------------------------------------------------------------------- */
/* FILTER																										*/

#konferencedk #filter {
	xpadding: 7.14% 0 7.14% 0;
}

#konferencedk #filter img {
	width: 193.5483%;
	height: auto;
	border-radius: 4px;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
	float: left;
}

/* -------------------------------------------------------------------------------------------------------------------- */
/* VENUEDETAILS																											*/

#konferencedk #venuedetails {
	background: #0d3740;
	background: -moz-linear-gradient(top, #0d3740 0%, #244759 100%);
	background: -webkit-linear-gradient(top, #0d3740 0%,#244759 100%);
	background: linear-gradient(to bottom, #0d3740 0%,#244759 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d3740', endColorstr='#244759',GradientType=0 );
}

/* -------------------------------------------------------------------------------------------------------------------- */
/* RESPONSIVE																											*/

#konferencedk #responsive {
	
}

#konferencedk .img-mobile-index {
	max-width: 100%;
	border-radius: 4px;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
	margin: 0 auto;
}

#konferencedk .img-mobile-venues {
	max-width: 100%;
	border-radius: 4px;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
	margin: 80px auto 0 auto;
}

#konferencedk .img-mobile-venuedetails {
	max-width: 100%;
	border-radius: 4px;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
	margin: 0 auto;
}

/* ------------------------------------------------------------------------ */
/* THANKS																	*/

#konferencedk .thanks h3 {
	margin: 0;
	font-size: 1.4em;
	font-family: Helvetica, Arial, sans-serif;
}

@media only screen and (min-width: 1441px) {

}

@media only screen and (max-width: 1024px) {	
	
}

@media only screen and (max-width: 768px) {
	/* ---------------------------------------------------------------------------------------------------------------- */
	/* HERO																												*/

	/* ------------------------------------------------------------------------ */
	/* HERO - FIELDS															*/

	#konferencedk #hero .fields {
		display: none;
	}

	/* ------------------------------------------------------------------------ */
	/* HERO - YEAR																*/

	#konferencedk #hero .year {
		display: none;
	}

	/* ------------------------------------------------------------------------ */
	/* HERO - LOGO																*/

	#konferencedk #hero .logo {
		display: none;
	}

	/* -------------------------------------------------------------------------------------------------------- */
	/* RESPONSIVE																								*/

	#konferencedk .img-mobile-index {
		margin: 0 auto;
	}
	
	#konferencedk .img-mobile-venues {
		margin-top: -100%;
		margin-bottom: -100%;
	}
	
	#konferencedk .img-mobile-venuedetails {
		margin: 0 auto;
	}
}

@media only screen and (max-width: 480px) {
	
}