@font-face {
	font-family: "Ubuntu";
	src: url(../fonts/ubuntu-regular.ttf) format("truetype");
}

#content-box {
	background-color: #FFF;
	border: none;
	box-shadow: 0px 12px 16px -8px rgb(0 0 0 / 32%);
	border-radius: 8px;
	margin: 10px;
	width: 344px;
}

#envelope {
	display: table;
	height: 100%;
	width: 100%;
}

.d-table {
	display: table;
	height: 100%;
	width: 100%;
}

.d-table-row {
	display: table-row;
}

.d-table-cell {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

#login-box-column {
	display: inline-block;
	max-width: 364px;
	text-align: left;
}

#login-box-header {
	background: #222;
	border-bottom: 1px solid #006DCC;
	border-radius: 8px 8px 0 0;
	height: 85px;
	width: 344px;
}

#login-box {
	border: 1px solid #D5D5D5;
	border-top: none;
	border-radius: 0 0 8px 8px;
	padding: 25px;
	width: 292px;
}

#login-box-header img {
	height: 55px;
	margin: 17px 24px 5px;
}

#presentation {
	height: 400px;
	padding-top: 15px;
}

#presentation-wrapper {
	background-color: #BFDFEF;
	border-top: 1px solid #eee;
	color: #505050;
	overflow: hidden;
}

#presentation-wrapper div {
	box-sizing: border-box;
	border: none;
}

#presentation-contents {
	margin: 0 auto;
	max-width: 1200px;
	text-align: left;
}

#presentation h1 {
	font-size: 28px;
	letter-spacing: 2px;
	padding: 12px 0 24px;
	text-align: center;
	text-transform: uppercase !important;
}

#presentation-columns {
	float: left;
	margin-right: -310px;
	overflow: hidden;
	padding-right: 310px;
	width: 100%;
	padding-bottom: 26px;
}

.presentation-column {
	width: 50%;
	float: left;
	overflow: hidden;
	padding: 0 15px;
}

#app-screenshot {
	clear: both;
	float: right;
	height: 100%;
	width: 310px;
	padding: 0 10px;
	position: relative;
	text-align: center;
}

#app-screenshot img {
	width: 250px;
	position: absolute;
	bottom: 0;
	right: 0;
}

.emne {
	margin-top: 20px;
	min-height: 60px;
	vertical-align: baseline;
	box-sizing: border-box;
	position: relative;
}

.ikon {
	float: left; width: 52px; overflow: hidden
}

.ikon img {
	width: 42px;
}

.news-ikon {
	position: absolute;
	top: -25px;
	right: -17px;
}

.news-ikon img {
	width: 85px;
}

.tekst {
	font-family: 'Ubuntu';
	color: #111111;
 	overflow: hidden;
}

.tekst H3 {
	font-size: 18px;
	line-height: 20px;
	margin: 0 0 5px;
}

#presentation-more {
	position: relative;
	margin-bottom: 18px;
	bottom: 0;
}

#presentation-header {
	font-size: 35px;
	line-height: 45px;
	margin-left: 10px;
	margin-top: 27px;
	color: white;
	font-family: Ubuntu;
}
#presentation-sub-header {
	font-size: 18px;
	margin-top: 7px;
	margin-left: 12px;
	margin-bottom: 14px;
	color: white;
	font-family: Ubuntu;
}

a.show_more {
	font-family: Ubuntu;
	border-radius: 25px;
	background: #F9B22D;
	color: #1c1a1b;
	text-shadow: 0 0 BLACK;
	margin-right: auto;
	margin-left: auto;
}

a.show_more:hover {
	background: #e1a128;
	color: #1c1a1b;
}

#more-button-container {
	text-align: center;
	padding: 15px 10px;
}

@media (max-width: 767px) {
	.presentation-column {
		float: none;
		width: auto;
	}
}

@media (max-width: 477px) {
	#presentation {
		height: auto;
	}

	#app-screenshot {
		display: none;
	}

	#presentation-columns {
		float: none;
		margin-right: 0;
		padding-right: 0;
	}
}
