@media only screen and (max-width: 520px) {
	#textinner br {
		display:none; 
	}
	#textinner {
		margin-top: 10%;
		width: 85%;
		display: inline-block;
		font-size:6vw;
	}
	#hejknob {
		font-size: 5vw;
		padding:3px 15px;
	}
	#maincont {
		/* height:100vh; */
	}
	
	#piccont {
		position: relative;
		width: 100vw;
		aspect-ratio: 1920 / 1205;
	}	

	#navi {
		/* height: 70px; */
	}
	
	.imprintblock {
		margin: 100px 40px 40px 20px;
	}
	#datenschutz .imprintblock {
			margin: 100px 40px 40px 20px;
	}
	#aboutme .imprintblock {
			margin: 100px 40px 40px 20px;
	}
	
	.namediv {
		left: 20px; 
	}	
	
	#contact {
		height:90vh
	}
	
	#contactlinkdiv {
		right: 20px;
	}

	.contactblockinfo {
		margin-top: 122px;
		margin-left: 40px;
		line-height: normal;
		font-size: 22px;
	}

	.imprinttext.credits {
		margin-top: 40px;
		margin-left: 40px;
		max-width: 80%;
		position: relative;
		font-family: "agrareg";
		margin-bottom:30px;
		font-size: 15px;
		line-height: 22px;
	}
	#aboutmelinkdiv {
		right: 115px;
	}
	.aboutmebig {
		font-size: 17px;
		width: calc(100% - 0px);
	}	
	.aboutmesmall {
		font-size: 17px;
		width: calc(100% - 0px);
	}	
	
	.contactblocklinks {
		margin-top: 20px;
		margin-left: 40px;
		line-height: 32px;
		font-size: 22px;
	}

	.contactpage.imprintlinkdiv {
		position:absolute;
		bottom:20px;
		left: 0px;
	}

  .close {
    height: 23px;
    width: 23px;
    background-position: center;
  }
.auszeichnungen {
	display:none;
	width: 550px;
	margin-top: 60px;
}
.auszeichnungenmobil {
	display:inline;
	margin-top: 60px;
	width: 100%;
}
	#navibottom {	
	
	}
	
}

@media only screen and (max-height: 520px) {

}