@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@100;200;300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400&family=Open+Sans&display=swap');


html {
  scroll-behavior: smooth;
  }
  
@-moz-document url-prefix() {
  html {
    scroll-snap-type: y proximity;
  }
}

body {
  margin-bottom: 0px;
  font-family: Montserrat;
  font-size: 1vmax;
  line-height: 1.5;
  background-color: #faf8ee;
  color: #221204;
  scroll-snap-type: y proximity;
}

h1 {
  font-family: Josefin Sans;
  font-size: 5vmin;
  font-weight: 1000;
  line-height: 1.1;
  text-transform: uppercase;
  margin: 0 0 40px 0;
}


h2 {
  font-family: Josefin Sans;
  font-size: 3vmax;
  font-weight: 1000;
  line-height: 1.1;
  text-transform: uppercase;
  margin: 0 0 40px 0;
}


h3 {
  font-family: Josefin Sans;
  font-size: 1.8vmax;
  font-weight: 1000;
  line-height: 1.1;
  text-transform: uppercase;
  margin: 0 0 40px 0;
}

h4 {
  font-family: Josefin Sans;
  font-size: 1.4vmax;
  font-weight: 1000;
  line-height: 1.1;
  text-transform: uppercase;
  margin: 0 0 0 0;
}

h5 {
  font-family: Josefin Sans;
  font-size: 1.2vmax;
  font-weight: bolder;
  line-height: 1.1;
  text-transform: uppercase;
  margin: 5px 0 -30px 0;
  padding: 5px 0 0 0;
}

p {
  margin: 20px 0 20px 0;
}

hr {
	border-top: 1px solid #221204;
	margin: 0 0 0 0;
}

/*xxxxxxxxxxxxxxxxxxx The navigation bar xxxxxxxxxxxxxxxxxxxxxx*/

.navbar {
	color: #f2f2f2;
	z-index: 1000;
	overflow: hidden;
	background-color: #9e9b8f;
	border-bottom: 1px solid white;
	position: fixed; /* Set the navbar to fixed position */
	top: 0; /* Position the navbar at the top of the page */
	width: 100%; /* Full width */
}

/* Links inside the navbar */

.navbar a {
	font-size: 1.0vw;
	float: left;
	display: block;
  	color: #f2f2f2;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
}

/* Change background on mouse-over */

.navbar a:hover {
	color: #221204;
}


.text a {
	font-weight: bold;
	color: #221204;
	text-decoration: none;
}

.text a:hover {
	cursor: pointer;
	color: #b52c3c;
}

/*xxxxxxxxxxxxxxxxxxx The phone navigation xxxxxxxxxxxxxxxxxxxxxx*/

.nav {
	background-color: #9e9b8f;
	height: 7vh;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100vw;
	z-index: 10000;
}

.menuwrap { border: 0px solid black;
width: 100vw;
display: flex;
flex-direction: row;
}

#menuToggle { border: 0px solid red;
	width: 10vw;
	display: flex;
	flex-direction: column;
	position: relative;
	top: 1.5vh;
	left: 3vw;
	z-index: 1;
	-webkit-user-select: none;
	user-select: none;
}

#menuToggle input { 
	margin: -1.5vh 0 0 -1.5vw;
	display: flex;
	width: 12vw;
	height: 8vw;
	position: absolute;
	cursor: pointer;
	opacity: 0;
	z-index: 2;
}

#menuToggle span {
	display: flex;
	width: 8vw;
	height: 0.5vh;
	margin-bottom: 1vh;
	position: relative;
	background: #ffffff;
	border-radius: 3px;
	z-index: 1;
	transform-origin: 5px 0px;
	transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
	background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
	opacity 0.55s ease;
}

#menuToggle span:first-child {
	transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2) {
	transform-origin: 0% 100%;
}

#menuToggle input:checked ~ span {
	opacity: 1;
	transform: rotate(45deg) translate(-3px, -1px);
	background: #36383F;
}

#menuToggle input:checked ~ span:nth-last-child(3) {
	opacity: 0;
	transform: rotate(0deg) scale(0.2, 0.2);
}

#menuToggle input:checked ~ span:nth-last-child(2) {
	transform: rotate(-45deg) translate(0, -1px);
}

.headline {
border: 0px solid blue;
text-align:center;
width: 70vw;
margin: 1.5vh 0 0 3vw;
padding: 0 0 0 0;
}

.lang {
border: 0px solid green;
text-align: center;
width: 19vw;
margin: 1.5vh 0 0 0;
padding: 0 0 0 0;
}

.lang a {
	color: #f2f2f2;
	text-decoration: none;
	color: #221204;
}

#menu {
	position: absolute;
	width: 85vw;
	height: 70vh;
	box-shadow: 0 0 10px #85888C;
	margin: 100px 0 0 0px;
	padding: 50px 50px 50px 50px;
	background-color: #faf8ee;
	-webkit-font-smoothing: antialiased;
	transform-origin: 0% 0%;
	transform: translate(-90vw, 0);
	transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
}

#menu li {
	padding: 10px 0;
	transition-delay: 2s;
}

#menuToggle input:checked ~ ul {
	transform: none;
}

#menu a {
	font-size: 2.5vh;
	text-decoration: none;
	color: #221204;
}





/*xxxxxxxxxxxxxxxxxxx The imprint xxxxxxxxxxxxxxxxxxxxxx*/

#overlay_imprint {
  position: fixed;
  display: none;
  width: 90%;
  height: 90%;
  top: 10%;
  left: 5%;
  right: 0;
  bottom: 0;
  background-color: rgba(255,255,255,1);
  z-index: 2;
  cursor: pointer;
  padding: 2%;
}

#text_imprint {
  position: absolute;

}





/*xxxxxxxxxxxxxxxxxxx Main styles sectiosn xxxxxxxxxxxxxxxxxxxxxx*/

section {
  scroll-snap-align: start;
  display: flex;
}

section:nth-child(even) {
  flex-direction: row-reverse;
}

section div {
  width: 50%;
}

section div.text {

  background-color: #faf8ee;
  padding: 100px;
}

div.full-image {
  height: 100vh;
  background-size: cover;
  background-position: center;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
}

div.image-0 {
  background-image: url(https://michaelsuttner.de/assets/art/home.jpg);
}

div.image-1 {
  background-image: url(https://michaelsuttner.de/assets/art/photo-1.jpg);
}

div.image-2 {
  background-image: url(https://michaelsuttner.de/assets/art/photo-2.jpg);
}

div.image-3 {
  background-image: url(https://michaelsuttner.de/assets/art/photo-3.jpg);
}

div.image-4 {
  background-image: url(https://michaelsuttner.de/assets/art/photo-4.jpg);
}

div.image-5 {
  background-image: url(https://michaelsuttner.de/assets/art/photo-5.jpg);
}

div.image-6 {
  background-image: url(https://michaelsuttner.de/assets/art/photo-6d.jpg);
}

div.image-7 {
  background-image: url(https://michaelsuttner.de/assets/art/photo-7.jpg);
}

div.image-8 {
  background-image: url(https://michaelsuttner.de/assets/art/photo-8.jpg);
}

div.image-9 {
  background-image: url(https://michaelsuttner.de/assets/art/photo-9.jpg);
}

div.image-10 {
  background-image: url(https://michaelsuttner.de/assets/art/photo-10.jpg);
}

@media (max-width: 800px) {
  body {
    font-size: 16px;
  }
  
  h2 {
    font-size: 32px;
  }
  
  header {
    height: 75vw;
  }
  
  section {
    display: block;
  }
  
  section div {
    width:  100%;
  }
  
  section div.text {
    padding: 30px;
  }
  
  div.full-image {
    height: 100vw;
  }
}

/* xxxxxxxxxxxxxxxxxxxxxxxxxx content xxxxxxxxxxxxxxxxxxxxxxxxxx*/

.imageEntry {
  Margin: 5px 1vw 1vh 0;
  border:  0px solid blue;
}

.image-thumb {
  height: auto;
}




	
/* xxxxxxxxxxxxxxxxxxxxxxxxxx Styles for Audio xxxxxxxxxxxxxxxxxxxxxxxxxxxx */



/* xxxxxxxxxxxxxxxxxxxxxxxxxx Styles for pdf download xxxxxxxxxxxxxxxxxxxxxxxxxxxx */

.files {
	width: 100%;
	height: auto;
	background-color: none;
	z-index: 999;
	border: 0px solid red;	
}

.fileEntry {
	width: 100%;
	height: auto;
	margin: 0 0 0 0; 
	padding: 0 0 0 0; 
	border: 0px solid green;
}

/* xxxxxxxxxxxxxxxxxxxxxxxxxx Styles for wimpy xxxxxxxxxxxxxxxxxxxxxxxxxxxx */


