@charset "UTF-8";
/* CSS Document */

html {
min-height: 100%;
}

body {
	margin: 0; 
	padding: 0px;
}

#header {
display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  background-color: white;
  color: white;
  }

#title {
	display: flex;
	justify-content: center;
	align-items: center;
}

#hbutton {
	background-image: url("images/header button.svg");
	min-height: 26px;
	width: 300px;
	
	}

#hbutton:hover {
	background-image: url("images/hover button.svg")}

#main {
	margin-left: 2px; 
	padding: 5px 4px 5px 4px;
	height: calc(100vh - 35px);
	width: auto;
	}

#xhib{ 
	float: right;
	background-color: aliceblue; 
	width: 80%;
  	text-align: left;
  	margin-top: 3px;
	padding-left: 40px;
	}


#menubutton {
display: flex;
justify-content: center;
align-items: center;
font-family: 'Avenir', sans-serif;
text-decoration: none;
  color: black;
    font-size: 14px;
    text-align: center;
    background-color: white;
  }
  
#menubutton:hover { text-decoration: underline }

.av {
	font-family: avenir, arial, sans-serif;
  	font-size: 10.5pt;
	line-height:135%;
	}


.fill {
	display:block;
	margin:auto; 
	min-height: 100%;
	max-width: auto;
	height: 100%;
	width: auto;
}


#Impressum {
	position:relative;
	background-color: darkblue;
	color: white;
	width: 100%;
	min-height: 804px;
	margin: 0; 
	padding: 10px;
	padding: 10px;
	border: none;
	text-align: center;


	}
 
.kontur {
		outline-color: black;
		outline-width: 0.1px;
		}


#lastimg 

@media only screen and (min-width:700px) {
 #lastimg {width: 70%;
}

.footer { 
position: fixed;
  bottom: 0;
  width: 100%;
  font-family: 'Avenir Light';
  font-size: 14px;
  padding-bottom: 20px;
  text-align: center;
  position: absolute; bottom: 0; left: 0; right: 0;
	}
	

#image-container {
	height: calc(100vh - 35px);
	width: auto;
	overflow:hidden;
	display:flex;
	position: relative;
	
}
