html,body{
	margin: 0;
	padding: 0;
	background: #fff;
	font-family: "Roboto", sans-serif;
	color: #444;
	line-height: 1.5em;
	font-size: 10px;
	font-weight: 500;
}
body{
	width: 100vw;
	overflow-x: hidden;
}
a{
	color: #999;
	text-decoration: none;
	transition:all .1s;
}
a:hover{
	color: #444;
	text-decoration: none;
}
img{
	max-width: 100%;
	max-height: 100%;
	height: auto;
	width: auto;
}
input{
	border: 1px solid #ddd;
	border-radius: 2px;
	font-size: 15px;
	padding: 0.8em 1em;
	font-weight: 300;
}
input:focus{
	outline: none;
}
nav{
	height: 80px;
	line-height: 80px;
	background-color: #fff;
}
.showMobile{
	display: none;
}
.hideMobile{
	display: block;
}
div#logo img{
	height: 60px;
	width: auto;
}
h1, h2, h3{
	font-weight: 600;
	line-height: 1.5em;
}
h1{
	position: relative;
	float: none;
	display: block;
	margin-bottom: 30px;
}
h2{
	font-weight: 500;
	font-size: 2.5rem;
}
h3{
	font-weight: 300;
    color: #127766;
}
p{
	line-height: 1.5em;
	font-size: 18px;
	color: #999;
	font-weight: 300;
}
.line1{
	height: 4px;
	background-color: #149483;
	display: block;
}
.line2{
	height: 4px;
	background-color: #35c3b0;
	display: block;
}


.wrapper{
	width: 70%;
	margin: auto;
}
.whitebg{
	background-color: #fff;
}
.greybg,
.greybg{
	background-color: #f3f3f3;
}
.btn{
	border:1px solid #d17e00;
	border-radius: 6px;
	border-bottom: 3px solid transparent;
	padding: .8em 2em;
	color: #444;
}
.btn:active,
.btn:focus{
	outline: none !important;
}
.btn.orange{
	background: -webkit-linear-gradient(#EE6E0E 0%, #de6306 100%);
	background: -moz-linear-gradient(#EE6E0E 0%, #de6306 100%);
	background: linear-gradient(#EE6E0E 0%, #de6306 100%);
	color: #fff;
	border-bottom-color: #cb5900;
}
.btn.orange:hover{
	background: -webkit-linear-gradient(#e36a0e 0%, #d36007 100%);
	background: -moz-linear-gradient(#e36a0e 0%, #d36007 100%);
	background: linear-gradient(#e36a0e 0%, #d36007 100%);
	border-bottom-color: #c25500;
}
.btn.white{
	background: -webkit-linear-gradient(#fff 0%, #fafafa 100%);
	background: -moz-linear-gradient(#fff 0%, #fafafa 100%);
	background: linear-gradient(#fff 0%, #fafafa 100%);
	border-color: rgba(0,0,0,0.3);
	border-bottom-color: #e5e5e5;
}
.btn.fat{
	font-weight: 700;
}
.btn.lg{
	font-size:1.5em;
}
section:first-of-type{
	box-shadow: none;
}
section{
	padding: 80px 0;
	box-shadow: inset 0 3px 10px -3px rgba(0,0,0,0.3);
}
.macbook{
	margin-right: -15vw;
	width: 115%;
	float: right;
	max-width: none;
}
section.animate{
	transform: scale(1.1);
	transition:all .2s;
	transition-delay: .1s;
}
section.visible{
	transform: none;
}
section.teaser{
	position:relative;
	font-size: 16px;
	background-position: center center;
	background-size: cover;
}
section.teaser .overlay{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.7);
}
section.teaser.signup{
	padding-top: 140px;
	background-image: url(http://ullrichequine.de/equine-manager-werden/img/teaser-gradient.jpg);
	background-size: cover;
	background-position: center center;
}
section.teaser.signup{
	min-height: calc(100vh - 90px);
}
section.teaser h2{
	color: #eee;
	font-size: 30px;
}
section.teaser p{
	color: #ddd;
	font-size: 18px;
}
section.teaser aside p{
	color: #999;
}
ul.benefits{
	font-size: 18px;
	color: #F76F27;	
	padding: 1rem 0px;
	line-height: 1.3em;
}
ul.benefits li{
	margin-top: .8em;
}
section.landing.teaser{
	padding-top: 12s0px;
	min-height: 85vh;
}
section.landing.teaser h1{
	color: #eee;
}
section.landing.teaser div.featured{
	margin-top: 1em;
	font-weight: 600;
	font-size: 24px;
	color: #eee;
	line-height: 1.5em;
}
section.landing.teaser a.scrolldown{
    color: #fff;
    position: absolute;
    left: 50%;
    width: 300px;
    text-align: center;
    line-height: 1.5em;
    margin-left: -150px;
    bottom: 20px;
}
section.cta{
	background:-webkit-linear-gradient(#4BB3A6 0%, #289381 100%);
	color: #fff;
}
section h3{
	font-size: 32px;
}
section .ueilogo{
	width: 180px;
	display: inline-block;
}
.mainSignup {
	margin-top: 1em;
}
.mainSignup input{
	display: block;
	margin-bottom: 10px;
	width: 100%;
	border: none;
	background: #f5f5f5;
}
.mainSignup .block{
	background: #f5f5f5;
	padding: 20px;
	border-radius: 10px;	
}
.mainSignup input[type=checkbox],
.mainSignup label{
	width: auto;
	margin-right: .7em;
	display: inline-block;
	vertical-align: middle;
	color: #fff;
	margin-top: 1em;
}
.mainSignup input[type=submit]{
	margin-top: 1em;
}

aside{
	background: #f5f5f5;
	padding: 20px;
	color: #fff !important;
	border-radius: 20px;
	min-height: 340px;
	margin-left: 40px;
	border:10px solid #149483;
}
aside h3{
	margin-top: 0;
	color: #149483;
	font-weight: 500;
	font-size: 24px;
	max-width: 80%;
}
aside ul.benefits{
	color:#149483;
}
footer{
	padding: 80px 0;
	background: #444;
	color: #777;
	font-size: 12px;
}
footer div.icon{
	display: inline-block;
	width: 40px;
	height: 60px;
	background-image: url('img/UEI_Logo_grey.png');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	opacity: 0.2;
}
footer a{
	color: #777;
}
footer a:hover{
	color: #999;
}
.mobileCta{
	position: fixed;
    bottom: 0;
    /* right: 0; */
    background: #F7701C;
    z-index: 9999;
    padding: 10px;
    color: #fff;
    font-size: 24px;
    margin-bottom: 10px;
    margin-right: 10px;
    width: 70vw;
    text-align: center;
    margin-left: 15vw;
    border-radius: 10px;
}
#login-login{
	display: block;
}

@media screen and (max-width: 700px){
	.showMobile{
		display: block;
	}
	.hideMobile{
		display: none;
	}
	
	.mobileCta{
		margin-bottom: -100px;
		transition:all .3s;
	}
	body.scrolled .mobileCta{
		margin-bottom: 10px;
	}
	.wrapper{
		width: 80%;
	}
	div#logo img{
		height: auto
	}
	section.landing.teaser div.featured{
		margin-bottom: 2rem;
	}
	section{
		text-align: center;
	}
	section p{
		font-size: 20px;
		line-height: 1.5em;
	}
	aside{
		margin-left: 0;
		margin-top: 2rem;
	}
	aside h3{
		max-width: 90%;
		margin: auto;
		margin-bottom: 1rem;

	}
}