/* noto-sans-regular - latin */
@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/noto-sans-v9-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Noto Sans'), local('NotoSans'),
       url('fonts/noto-sans-v9-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/noto-sans-v9-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/noto-sans-v9-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/noto-sans-v9-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/noto-sans-v9-latin-regular.svg#NotoSans') format('svg'); /* Legacy iOS */
}

/* noto-sans-italic - latin */
@font-face {
  font-family: 'Noto Sans';
  font-style: italic;
  font-weight: 400;
  src: url('fonts/noto-sans-v9-latin-italic.eot'); /* IE9 Compat Modes */
  src: local('Noto Sans Italic'), local('NotoSans-Italic'),
       url('fonts/noto-sans-v9-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/noto-sans-v9-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/noto-sans-v9-latin-italic.woff') format('woff'), /* Modern Browsers */
       url('fonts/noto-sans-v9-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/noto-sans-v9-latin-italic.svg#NotoSans') format('svg'); /* Legacy iOS */
}



body, html {
		height: 100%;
		margin: 0;
		color: #777;
		font-family: 'Noto Sans', sans-serif;
		font-size: 12pt;
		font-weight: 400;
		font-style: normal;
}


.bgimg-1, .bgimg-2, .bgimg-3, .bgimg-4, .bgimg-5, .bgimg-6, .bgimg-7, .bgimg-8{
  position: relative;
  opacity: 0.85;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

}
.bgimg-1 {
  background-image: url("images_susanne/cranio_web.jpg");
  min-height: 100%;

}

.bgimg-2 {
  background-image: url("images_susanne/bluete_web.jpg");
  min-height: 300px;
}

.bgimg-3 {
  background-image: url("images_susanne/Klangschalen_web.jpg");
  min-height: 300px;
}

.bgimg-4 {
  background-image: url("images_susanne/Uebung_web.jpg");
  min-height: 300px;
}

.bgimg-5 {
  background-image: url("images_susanne/baum_web.jpg");
  min-height: 300px;
}

.bgimg-6 {
  background-image: url("images_susanne/Baelle_web.jpg");
  min-height: 300px;
}


.bgimg-7 {
  background-image: url("images_susanne/weg_web.jpg");
  min-height: 300px;
}

.bgimg-8 {
  background-image: url("images_susanne/cranio_web.jpg");
  min-height: 300px;
}

.caption {
  position: absolute;
  left: 0;
  top: 45%;
  width: 100%;
  text-align: center;
  color: #000;
}

.caption span.border {
  background-color: none ;  /*  #111  white #ededed*/
  color: white;  /* #fff*/
  padding: 20px;
  line-height: 100%; 
  font-size: 95px;
  letter-spacing: 10px;
}

.caption_1 {
  position: absolute;
  left: 0;
  top: 28%;
  width: 100%;
  text-align: center;
  color: #000;
}
.caption_1 span.border {
  background-color: none ;  /*  #111  white #ededed*/
  color: white;  /* #fff*/
  padding: 20px;
  line-height: 100%; 
  font-size: 95px;
  letter-spacing: 10px;
}



h3 {
  letter-spacing: 5px;
  text-transform: uppercase;
  font: 20px "Noto Sans", sans-serif;
  color: #777;
}

.e {
	font-stretch: expanded;
	text-align:center;
	line-height: 150%; 

		font-size: 15pt;
		font-weight: 400;
		font-style: normal;
}

blockquote {
	width: 110em;
}

blockquote p {
	font: 15pt Georgia, Times, sans-serif;
	
}
a
{
  text-decoration: none;
  color: #232323;
  
  transition: color 0.3s ease;
}

a:hover
{
  color: tomato;
}

#menuToggle
{
  display: block;
  position: fixed;
  top: 10px;
  left: 50px;
  z-index: 1;
  
  -webkit-user-select: none;
  user-select: none;
}

.menu_right
{
  display: block;
  width: 100%;
  height: 40px;
  position: fixed;
  text-align: right;
  padding: 5px 5px 5px 5px;
  background: #ededed; /* #cdcdcd */
  z-index: 1;
}


#menuToggle input
{
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  left: -5px;
  
  cursor: pointer;
  
  opacity: 0; /* hide this */
  z-index: 2; /* and place it over the hamburger */
  
  -webkit-touch-callout: none;
}

/*
 * Just a quick hamburger
 */
#menuToggle span
{
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;
  background: black; /* #cdcdcd */
  border-radius: 3px;
  
  z-index: 1;
  
  transform-origin: 4px 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%;
}

/* 
 * Transform all the slices of hamburger
 * into a crossmark.
 */
#menuToggle input:checked ~ span
{
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px);
  background: #232323;
}

/*
 * But let's hide the middle one.
 */
#menuToggle input:checked ~ span:nth-last-child(3)
{
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

/*
 * Ohyeah and the last one should go the other direction
 */
#menuToggle input:checked ~ span:nth-last-child(2)
{
  transform: rotate(-45deg) translate(0, -1px);
}

/*
 * Make this absolute positioned
 * at the top left of the screen
 */
#menu
{
  position: fixed;
  width: 500px;
  margin: -100px 0 0 -50px;
  padding: 50px;
  padding-top: 125px;
  line-height: 150%; 
  
  background: #ededed;   /* #ededed */
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  /* to stop flickering of text in safari */
  
  transform-origin: 0% 0%;
  transform: translate(-100%, 0);
  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
}

#menu li
{
  padding: 10px 0;
  font-size: 22px;
}

/*
 * And let's slide it in from the left
 */
#menuToggle input:checked ~ ul
{
  transform: none;
}

.container {
  display: inline-block;
  cursor: pointer;
}


/* Turn off parallax scrolling for tablets and phones */
@media only screen and (max-device-width: 1024px) {
  .bgimg-1, .bgimg-2, .bgimg-3, .bgimg-4, .bgimg-5, .bgimg-6, .bgimg-7, .bgimg-8 {
    background-attachment: scroll;
  }
}
.footer {
  padding: 20px;
  border-top: 10px red;
  text-align: center;
  background: #F2F2F2; /* #ddd */
}