@media only screen and (max-width: 1953px) {
	
	.footer li.mail{
		display: none;
	}
	
}

@media only screen and (max-width: 1600px) {
	
	.footer li.adresse span{
		display: inline;
	}
	
}

@media only screen and (max-width: 1040px) {
	
	.wrap{
		display: block;
		overflow: visible;
		height: auto;
	}
	
	.image{
		width: 100%;
		height: 100vh;
		min-height: 90%;
		min-height: -moz-available;
		min-height: -webkit-fill-available;
		min-height: fill-available;
	}
	
	.text{
		width: 100%;
	}
}


@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
	
	:root {
		--fontsize-fliesstext: 19px;
		--fontsize-fussnoten: 12px;
	}
	
	.image{
		height: 72vh;
		min-height: 72vh!important;
	}
	
	
	.text{
		padding: 60px 20px 20px 20px;
	}
	
	
	.image .credits{
		left: 20px;
	}
	
	.languageswitcher{
		right: 20px;
		z-index: 900;
	}
	
	.footer{
		position: relative;
	}
	
	.footer ul{
		display: block;
		padding-bottom: 40px;
	}

}