@media only screen and (max-width: 1350px){
	.view-features-phone-hand{
		width: 34%;
	}
	.view-features-phone-hand img{
		top: auto;
		bottom: -1px;
	}
	.view-features-text h1{
		font-size: 1.6vw;
	}
	.view-features-text p{
		font-size: 1.1vw;
	}
	.feature-table li{
		padding-left: 5vh;
		line-height: 3vh;
	    height: auto;
		background-repeat: no-repeat;
		background-size: 2vh 2vh;
		width: calc(50%);
		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;
	}
	.view-download-sidebar{
		position: absolute;
		bottom: 0px;
		left: 0px;
		height: 100vh;
		width: 300px;
		background-image: url(graphics/download-sidebar.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center top;
		display: block;
	}
	.view-download-text{
		width: calc(100% - 500px);
	}
}

@media only screen and (max-width: 800px){
	.menu-button{
		display: block;
	}
	.menu-items{
		display: none;
	}
	.view-features-phone-hand{
		position: absolute;
		bottom: -1px;
		left: 0px;
		width: 95%;
		height: calc(100% - 60px);
		display: block;
	}
	.view-features-phone-hand img{
		max-width: 100%;
		max-height: 100%;
		position: absolute;
		top: auto;
		left: 0px;
		bottom: 49px;
	}
	.full-arrow-right{
		display: none;
	}
	.full-arrow-bottom{
		background-color: white;
		width: 100%;
		height: 50px;
		position: absolute;
		bottom: 0px;
		right: 0px;
		
		background-image: url(graphics/page-arrow-down.svg);
		background-repeat: no-repeat;
		background-size: 40px 40px;
		background-position: center center;
		
		cursor: pointer;
		transition: 0.2s ease-in;
	}
	.full-arrow-bottom:hover{
		height: 65px;
		background-position: center bottom;
	}
	
	.view-features-text{
		display: block;
	}
	
	.menu-section .left-content{
		margin-left: 30px;
	}
	.menu-section.black .left-content{
		color: white !important;
	}
	.footer-get-it{
		display: none;
	}
	
	.mobile-box-features{
		width: calc(100% - 20px);
		height: 50vh;
		bottom: 60px;
		position: absolute;
		left: 10px;
		display: block;
	}
	.mobile-box-features .main-box{
		max-height: calc(100% - 60px);
		width: 100%;
		background-color: rgba(33, 87, 127, 0.98);
		border-radius: 3px;
		text-align: center;
		position: absolute;
		color: white;
		bottom: 55px;
		overflow: auto;
		padding-bottom: 15px;
	}
	.mobile-box-features .main-box p.title{
		font-weight: bold;
		padding-top: 15px;
		padding-left: 10px;
		padding-right: 10px;
	}
	.mobile-box-features .main-box p.text{
		height: (100% - 40px);
		overflow: auto;
	}
	.mobile-box-features button{
		border: none;
		background: none;
		width: calc(50% - 1px);
		height: 53px;
		margin-top: 1px;
		background-color: rgba(33, 87, 127, 0.98);
		color: white;
		font-weight: bold;
		position: absolute;
		bottom: 0px;
		float: left;
		border: 1px solid rgba(255, 255, 255, 0.5);
	}
	.mobile-box-features button.control-right{
		right: 0px;
	}
	.view-features-text{
		display: none;
	}
	
	.short-line{
		width: 100px;
	}
	.view-download-sidebar{
		background-image: url(graphics/download-sidebar-blue.jpg);
	}
	.imprint{
		width: auto;
		margin-top: 70px;
		color: white !important;
		margin-left: 10px;
		margin-right: 10px;
		height: calc(100% - 30px);
		overflow: auto;
		padding-bottom: 20px;;
	}
	.view-download-text{
		width: auto;
		height: calc(100% - 130px);
		margin-left: 10px;
		margin-right: 10px;
		margin-top: 70px;
		overflow: auto;
		position: relative;
		right: auto;
		top: auto;
		transform: none;
	}
	.view-pricing-text{
		width: auto;
		margin-left: 10px;
		margin-right: 10px;
		height: calc(100% - 130px);
		position: absolute;
		margin-top: 70px;
		top: auto;
		right: auto;
		transform: none;
		overflow: auto;
		color: white !important;
	}
	.pricing-box{
		background-color: #3c7ac0;
		margin-right: 10px;
		margin-left: 10px;
		width: calc(100% - 20px);
		margin-bottom: 15px;
		height: auto;
		padding-top: 30px;
		padding-bottom: 30px;
		float: auto;
		color: white !important
	}
	.view-download-text img{
		width: 100%;
		max-height: auto;
	}
	.background-pricing{
		background-image: url(graphics/background-pricing-blue.jpg);
		position: absolute;
	}
	.view-download-sidebar{
		position: absolute;
		bottom: 0px;
		left: 0px;
		height: 100vh;
		width: 100vw;
		background-image: url(graphics/download-sidebar.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center center;
		display: block;
	}
}