@charset "utf-8";
/* open-sans-regular - latin */

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/open-sans-v15-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Regular'), local('OpenSans-Regular'),
       url('fonts/open-sans-v15-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/open-sans-v15-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/open-sans-v15-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/open-sans-v15-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/open-sans-v15-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}

body {
	font-family: 'Open Sans', sans-serif;
	background: #ffffff;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #2f2f31;
	overflow: scroll;
	font-size: 14px;
	line-height: 1.5;
}

h1 {
	font-family: sans-serif;
	font-size: 36px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #2f2f31;
}

h2 {
	font-family: sans-serif;
	font-size: 22px;
	font-style: normal;
	font-weight: bolder;
	font-variant: normal;
	color: #2f2f31;
	line-height: 1.1;
}

h3 {
	font-family: sans-serif;
	font-size: 22px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #2f2f31;
	line-height: 1.1;
}

.oneColElsCtr #container {
	background: #ffffff;
	padding: 0px;
	margin: 0;
	text-align: center;
}

.oneColElsCtr #mainContent {
	background-color: #ffffff;
	padding: 0;
}

a:link {
    color: #2f2f31;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #2f2f31;
}

a:hover {
	text-decoration: none;
}

a:active {
	text-decoration: none;
	color: #d1d2d2;
}

.myElement:before {
  content: url(img/head/01_welcome_a.jpg)
           url(img/head/01_welcome_b.jpg)
	   url(img/head/01_welcome_c.jpg)
           url(img/head/01_welcome_d.jpg)
	   url(img/head/02_hotel_a.jpg)
	   url(img/head/02_hotel_b.jpg)
	   url(img/head/02_hotel_c.jpg)
	   url(img/head/02_hotel_d.jpg)
	   url(img/head/03_rooms_a.jpg)
	   url(img/head/03_rooms_b.jpg)
	   url(img/head/03_rooms_c.jpg)
	   url(img/head/03_rooms_d.jpg)
	   url(img/head/04_cures_a.jpg)
	   url(img/head/04_cures_b.jpg)
	   url(img/head/04_cures_c.jpg)
	   url(img/head/04_cures_d.jpg)
	   url(img/head/05_contact_a.jpg)
	   url(img/head/05_contact_b.jpg)
	   url(img/head/05_contact_c.jpg)
	   url(img/head/05_contact_d.jpg)
	   url(img/head/06_news.jpg)
	   url(img/head/10_impress.jpg);
  display: none;
}

#gallery {
	position: relative;
}

#gallery figure {
	width: 100%;
	height: 100%;
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 1;
}

@keyframes wechseln {
    0% {opacity: 1;}
   25% {opacity: 1;}
   40% {opacity: 0;}
   92% {opacity: 0;}
  100% {opacity: 1;}
}

#gallery figure {
  -webkit-animation: wechseln 25s infinite;
}

#gallery figure:nth-of-type(3) {
  animation-delay: 6s;
}

#gallery figure:nth-of-type(2) {
  animation-delay: 12s;
}

#gallery figure:nth-of-type(1) {
  animation-delay: 18s;
}