.forside{
	background-color: #999;
}

.min-nav {
	height: 50px;
	font-weight:900 !important;
}
.personlig
{
	margin: 0 auto;
	top: 40px;
	height: 80%;
}
.col.blogside{
	top: 100px;
}
.billede{
	width: 60% !important;
	height: 100%;
}

.card-forside{
    position: absolute;
    right: 25%;
    height: 22%;
    top: 50px;
    width: auto;
}

.card-forside-tekst{
	position: absolute;
	right: 0;
    text-align: center;
}

.card-button{
	position: absolute;
	right: 0px;
		
}
.knap{
	position: absolute;
    right: 25%;
    bottom: 0;
    margin: 0 auto;
	width: auto;
}
.info-knap
{
	position: absolute;
	right: 21%;
	top: 60%;
}

.link-knap-projektside{
    bottom: 10px;
    right: 111px;
    position: absolute !important;
}

.view.overlay{
	min-height: 191px;
	max-height: 191px;
}

.projekt-card
{
	min-height: 510px;
	max-height: 510px;
	top: 50px;
	width: 18rem;
	float: left;
	margin-left: 30px;
}
.right{
	
	position: absolute;
    right: 0;
    height: 100%;
    width: 40%;
}

@media only screen and (max-width:600px) {
	.personlig{
		height: 200%;
		left: 6px;
	}
	.card-forside{
		top:0px;
		position: inherit;
		right: 0%;
		height: auto;
		width: 100%;
	}
	.info-knap{
		right:0px;
		width: 100%;
		
	}
	.fa.fa-envelope.pr-1{
		float: left;
		position: absolute;
		left: 15px;
		top: 20px;
	}
	.knap{
		width: 100%;
		right:0%;
	}
}


.aboutsite{
	background-color: black;
}