html {
	height: 100%;
}
body {
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    text-size-adjust: none;
    scroll-behavior: smooth;
	height: 100%;
}

.entry-screen {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-end;
    flex: 1 1 auto;
	background-color: #74C2F0;
	height: 100%;
}

.cloudimg {  
	width: 100%;
	margin-left: 25%;
}

.aside {
    display: flex;
    flex-flow: column nowrap;
    width: 100%;
    max-width: 25%;
    min-width: 400px;
    max-width: 400px;
    padding: 2em 4em;
    background: #fff;
    overflow-y: auto;
    box-shadow: 0 11px 15px -7px rgba(0,0,0,.2), 0 24px 38px 3px rgba(0,0,0,.14), 0 9px 46px 8px rgba(0,0,0,.12);
}

.logo {
    max-width: 250px;
    max-height: 100%;
    margin: 0 0 3em;
}

.no-service-de,
.no-service-fr {
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 30px;
}

.md-headline {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.1;
    color: #034EA2;
    margin-top: 30px;
	font-family: 'Asap';
}

.cloud-off {
    float: right;
    margin: 20px 25px 0 10%;
}

a {
    color: rgb(63,81,181);
    text-decoration: none;
}

p {
    line-height: 20px;
}