.home {
    background-image: url(../img/Nr10_opening_website.jpg);
	background-size: cover;
	/*Positie achtergrond zodanig gekozen dat persoon op foto altijd in beeld blijft*/
    background-position: 75% 80%;
    
    width: 100%;
    height: 100%;
}

.home .home-overlay {
    color: var(--Font255);
    
    position: absolute;
	top: 50%;
    margin-top: -60px;
	width: 100%;
}

.home .home-overlay .logo {
    margin-left: 10px;
    font-size: 40px;
}

.home .home-overlay .logo-line {
    position: absolute;
	bottom: 0;
	right: 0;
	width: calc(100% - 295px);
}

.home .home-overlay .rotate {
	padding: 0px 5px;
	position: absolute;
    right: 0;
    bottom: 6px;
	margin-right: 10px;
	font-size: 22px;
}
@media all and (max-width: 550px) {
	.home .home-overlay .rotate {
        right: 0;
        bottom: -30px;
        margin-right: 10px;
        font-size: 25px;
    }
}

.home .scrolldown {
    color: var(--Font255);
    text-align: center;
	font-size: 12px;
    text-transform: uppercase;

    display: block;
	width: 100%;
	height: 50px;
	position: absolute;
	bottom: 0;
	cursor: pointer;
}

.home .scrolldown .icon {
    font-size: 20px;

    border: solid var(--Font255);
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}