html, body, #main {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.view {
  width: 100%;
  height: 100%;
  overflow: scroll;
}

.main-section-features{
	width: 100%;
	height: 100%;
	overflow: hidden;
	display: block;
	background-image: url(graphics/blue-bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}

.menu-expand{
	display: none;
	background-color: rgb(255, 255, 255, 0.95);
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 13;
}
.menu-expand .menu-content{
	margin-top: 100px;
	margin-left: 30px;
	margin-right: 30px;
}
.menu-expand .menu-content li{
	list-style: none;
	margin-bottom: 20px;
	padding-bottom: 5px;
	width: auto;
}
.menu-expand .menu-content li.current-item{
	border-bottom: 1px solid #3c7ac0;
}

.short-line{
	width: 300px;
	height: 1.5px;
	background-color: white;
	display: block;
	clear: both;
	margin-top: 25px;
	margin-bottom: 15px;
}
.menu-expand .menu-close{
	border: none;
	background: none;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 50px;
	background-color: #3c7ac0;
	color: white;
	font-weight: bold;
}

.menu-button{
	width: 40px;
	height: 40px;
	background: none;
	border: none;
	background-image: url(graphics/menu-white.svg);
	background-size: 25px 20px;
	background-repeat: no-repeat;
	background-position: center center;
	margin-top: 10px;
	display: none;
	float: right;
	margin-right: 30px;
}
.menu-section.black menu-button, .menu-section.overlay .menu-button{
	background-image: url(graphics/menu.svg);
}


.feature-table li{
	line-height: 50px;
    height: auto;
	background-repeat: no-repeat;
	background-size: 35px 35px;
	width: calc(50% - 105px);
	list-style: none;
	background-position: 10px center;
	margin-right: 10px;
	float: left;
	border-radius: 10px;
	border: 1px solid rgba(255, 255, 255, 0);
	transition: 0.15s ease-in-out;
	cursor: pointer;
	display: block;
	position: relative;
	padding-left: 60px;
}
.feature-table li:hover{
	border-color: white;
}
.feature-table li.smartphone{
	background-image: url(graphics/icon-smartphone.svg);
}
.feature-table li.database{
	background-image: url(graphics/icon-database.svg);
}
.feature-table li.search{
	background-image: url(graphics/icon-magnifying.svg);
}
.feature-table li.virus{
	background-image: url(graphics/icon-virus.svg);
}
.feature-table li.note{
	background-image: url(graphics/icon-note.svg);
}
.feature-table li.favorite{
	background-image: url(graphics/icon-favorite.svg);
}
.feature-table li.laboratory{
	background-image: url(graphics/icon-laboratory.svg);
}
.feature-table li.connection{
	background-image: url(graphics/icon-connection.svg);
}

.background-pricing{
	width: 100vw;
	height: 100vh;
	overflow: hidden;
	display: block;
	background-image: url(graphics/background-pricing.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}

.menu-section{
	width: 100vw;
	height: 50px;
	top: 0px;
	display: block;
	left: 0px;
	position: fixed;
	z-index: 15;
}
.menu-section .menu-items{
	float: right;
	margin-top: 20px;
	margin-right: 80px;
	padding-bottom: 3px;
	position: relative;
}
.menu-section .left-content{
	float: left;
	margin-left: 80px;
	font-weight: bold;
	margin-top: 20px;
	color: white;
}
.menu-section.black .left-content, .menu-section.overlay .left-content{
	color: #215880;
}

.menu-section .menu-items li{
	clear: none;
	list-style: none;
	color: #454545;
	padding-Left: 15px;
	padding-right: 15px;
	color: white;
	float: left;
	vertical-align: center;
	position: relative;
}
.menu-section.black .menu-items li{
	color: #215880;
}
.menu-section .menu-items li.language{
	padding-right: 15px;
}
.menu-section .menu-items li.language img{
	width: 20px;
}

.menu-section .menu-items a{
	color: white;
	text-decoration: none;
}
.menu-section.black .menu-items a{
	color: #215880;
}
.menu-section .menu-items span.slide-line{
	width: 50px;
	height: 2px;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+30,ffffff+70,ffffff+99&0+0,1+30,1+70,0+100 */
	background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 30%, rgba(255,255,255,1) 70%, rgba(255,255,255,0.03) 99%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 30%,rgba(255,255,255,1) 70%,rgba(255,255,255,0.03) 99%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 30%,rgba(255,255,255,1) 70%,rgba(255,255,255,0.03) 99%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */

	position: absolute;
	bottom: 0px;
	left: 15px;
}
.menu-section.black .menu-items span.slide-line{
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,215880+30,215880+70,ffffff+99&0+0,1+30,1+70,0+100 */
	background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(33,88,128,1) 30%, rgba(33,88,128,1) 70%, rgba(255,255,255,0.03) 99%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(33,88,128,1) 30%,rgba(33,88,128,1) 70%,rgba(255,255,255,0.03) 99%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(33,88,128,1) 30%,rgba(33,88,128,1) 70%,rgba(255,255,255,0.03) 99%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
}

.full-arrow-right{
	background-color: white;
	width: 50px;
	height: 100vh;
	position: absolute;
	top: 0px;
	right: 0px;
	
	background-image: url(graphics/page-arrow-right.svg);
	background-repeat: no-repeat;
	background-size: 40px 40px;
	background-position: center center;
	
	cursor: pointer;
	transition: 0.2s ease-in;
}
.full-arrow-right.filled{
	background-color: #215880;
	background-image: url(graphics/page-arrow-right-white.svg);
}
.full-arrow-right:hover{
	width: 65px;
	background-position: right center;
}
.view-features-text{
	width: calc(60vw - 80px);
	height: calc(100vh - 200px);
	margin-top: 120px;
	position: absolute;
	right: 80px;
	color: white;
	top: 50%;
	transform: translateY(-50%);
	color: white !important;
}
.imprint{
	width: auto;
	margin-top: 100px;
	color: white !important;
	margin-left: 120px;
	margin-right: 120px;
	height: calc(100vh - 100px);
	overflow: scroll;
	overflow-y: scroll;
	padding-bottom: 100px;
}
.imprint h1{
	font-weight: bold;
	margin-top: 40px;
	margin-bottom: 20px;
}
.imprint h2{
	font-weight: bold;
	margin-top: 30px;
	margin-bottom: 15px;
}
.imprint h3{
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 15px;
}

.pricing-box{
	background-color: #3c7ac0;
	width: 11.5vw;
	margin-right: 1vw;
	height: 15vw;
	float: right;
	color: white !important
}
.pricing-box p.title{
	margin-left: 20px;
	margin-top: 20px;
	font-size: 20px;
	font-weight: bold;
}
.pricing-box p.price{
	margin-left: 20px;
}

.view-pricing-text{
	width: calc(60vw - 80px);
	height: calc(100vh - 200px);
	margin-top: 120px;
	position: absolute;
	right: 80px;
	top: 50%;
	transform: translateY(-50%);
	color: #215880 !important;
}

.view-download-sidebar{
	position: absolute;
	bottom: 0px;
	left: 0px;
	height: 100vh;
	width: 65vh;
	background-image: url(graphics/download-sidebar.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
}
.view-download-text{
	width: calc(60vw - 80px);
	height: calc(100vh - 200px);
	margin-top: 120px;
	position: absolute;
	right: 80px;
	top: 50%;
	transform: translateY(-50%);
	color: white !important;
}
.view-download-text img{
	width: 50%;
	max-height: 20%;
	max-width: 400px;
	clear: both;
	margin-top: 15px;
}
.view-features-phone-hand{
	position: absolute;
	bottom: -1px;
	left: 0px;
	display: block;
	width: 50vw;
	height: calc(100vh - 150px);
}
.view-features-phone-hand img{
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
}
.view-features-phone-hand img#phone-hand{
	display: none;
}
.view-features-phone-hand img#phone-hand-display{
	display: none;
}

.footer-get-it{
	background-color: #19569b;
	position: fixed;
	bottom: 0px;
	right: 85px;
	width: 350px;
	padding-right: 20px;
	border-radius: 5px;
	height 50px; 
	z-index: 5;
	color: white !important;
}
.footer-get-it p{
	width: calc(350px - 160px);
	float: left;
	height: 50px;
	line-height: 50px;
	padding-top: 10px;
	padding-left: 20px;
	font-size: 18px;
}
.footer-get-it img{
	float: right;
	margin-left: 20px;
	width: 40px;
	height: 40px;
	margin-top: 15px;
}

.starter-template {
	text-align: center;
}

.mobile-box-features{
	display: none;
}