@font-face {
	font-family: 'Avenir-H';
    src: url('AVENIRLTSTD-HEAVY.OTF') format('opentype'); 
} 
@font-face { 
	font-family: 'Avenir-M';
    src: url('AVENIRLTSTD-MEDIUM.OTF') format('opentype'); 
}

html, body {
	font-family: Avenir-H;
	color: #007EC5;

}	

a{
	text-decoration: none;
	color: #007EC5;
}		 

.item-left {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 50%;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
}

.item-right {
	position: absolute;
	left: 50%;
	top: 0;
	width: 50%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	
}

.logo-links {
	padding-left: 5vw;
	padding-top: 5vh;
	height: 8vh;
	text-align: left;
	align-self: flex-start;
}

.karte-claim {
	padding-left: 5vw;
	padding-bottom: 3vh;
}

.karte {
	height: 70vh;
	padding-bottom: 5vh;
}

.claim {
	height: 10vh;
	font-family: Avenir-M;
	font-size: 3vh;
}

.header {
	margin-top: 5%;
	margin-left: 5%;
	align-self: flex-start;
}

.logo-rechts {
	display: none;
}

.login {
	width: 80%;
}

.headline {
	font-size: 3.5vh;
}

.info-text {
	font-size: 2vh;
}

.pwvergessen {
	text-decoration: underline;
	font-size: 2.5vh;	
}

.login-input {
	height: 5vh;
	width: 25vw;
	font-size: 2vh;
	margin-bottom: 4vh;
}


input[type="submit"] {
	background-color: #007EC5;
    border: none;
    color: white;
    padding: 1vh 1vh;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 2vh;
    margin: 2vh 0vh;
    cursor: pointer;
}

.footer {
	margin-bottom: 3vh;
	margin-right: 3vw;
	align-self: flex-end;
	font-size: 1.5vh;
}

@media screen and (max-aspect-ratio: 13/9) {
	.item-left {
		display:none;
	}
	
	.item-right {
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
	}
	
	.logo-rechts {
		display: inline;
		height: 16vw;
	}
	
	.headline {
		font-size: 7vh;
	}
	
	.login-input {
		height: 7vmax;
		width: 80vw;
		font-size: 4vmax;
	}
	
	.button {
		font-size:4vmax;
	}
	
}