@media (max-width: 600px){
	.bodytext {
		margin-top: 200px;
	}
	
	#header {
		top:0;
	}

	.nav {
	top:0;
	}

	.back {
		display: block;
		text-align: left;
		margin-top: 50px;
	}

	.project-image{
		height: 200px;
		display: inline;
		transition: none;
	}
	
	.project-image:hover{
		transform: none;
	}

	.gallery {
		column-count: 1;
		display:block;
		list-style: none;
		padding: 0;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		margin-top: 0;
	}

	.gallery-image {
		width: 100%;
		margin: 5px;
	}

	.side-text {
		display: block;
		position: relative;
		margin-bottom: 0;
		text-align: center;
	}

	.gallery-center {
		column-count: 1;
		gap: 10px;
		list-style: none;
		padding: 0;
		width: 90%;
		margin-left: auto;
		margin-right: auto;
		margin-top: 10px;
	}

	.citat {
		font-size: 12pt;
		width: 100%;
		display:block;
		margin-left: auto;
		margin-right: auto;
		margin-top: 0;
		text-align: justify;
	}
	
	.gallery-alt {
		column-count: 1;
		display:block;
		list-style: none;
		padding: 0;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		margin-top: 0;
		
	}
	
	#fp-image {
		transition: none;
	}
	
	#fp-image:hover {
		opacity: 1.0;
	}
}
