@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600,300);
@font-face {
   font-family: 'Liberation';
   src: url(fonts/liberationserif-regular-webfont.ttf);
   src: url('fonts/liberationserif-regular-webfont.eot?') format('embedded-opentype'),  /* IE6-IE8 */
      url('fonts/liberationserif-regular-webfont.woff') format('woff'),             /* Moderne Browser */
      url('fonts/LiberationSerif-Regular.ttf') format('truetype'),     /* Safari, Android, iOS */
      url('http://www.fguk.de/fonts/liberationserif-regular-webfont') format('svg'); /* Ältere iOS-Geräte */
}

html,
body {
  height: 100%;
  width: 100%;
}

* {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Liberation", Courier, serif;
  color: #333333;
  font-size: 1.1em;
}

img, video {
    max-width: 100%;
    height: auto !important;
    width: auto;
}

a {
	text-decoration: underline;
	color: inherit;
}

a:hover, #language a:hover {
  color: rgb(0,212,170);
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

a img {
	border: 0; /* IE */
}

a.download, input[type=submit] {
  padding: 1em 1.5em;
  margin: 0.5em;
  background:  rgb(0,212,170);
  white-space: nowrap;

  /*TYPE*/
  color: white;
  font: 17px/50px "Open Sans", Helvetica, sans-serif;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;

    -webkit-box-shadow: 2px 2px 8px rgba(0,0,0,0.5);
    -moz-box-shadow: 2px 2px 8px rgba(0,0,0,0.5);
    box-shadow: 2px 2px 8px rgba(0,0,0,0.5);
}

a:hover.download,  input[type=submit]:hover {
	background: #008268;
}

button:active {
	border: 0;
}

section {
    position: relative;
}

h1 {
  color: #002b22;
  font-size: 1.4em;
  font-weight: 400;
  text-align: center;
  padding: 0em 1em 2em 1em;
}

h2 {
  color: #002b22;
  font-size: 3em;
  font-weight: 700;
  text-align: center;
  padding: 1.5em 1em 1.5em 1em;
}

p {
  padding: 0em 0em 3em 0em;
  line-height: 1.9em;

}

article {
	max-width: 1000px;
	margin: 0 auto;
}

footer:after, nav:after, header:after, section:after, .clearfix { /* Fix für Umbrueche */
   content: ".";
   visibility: hidden;
   display: block;
   height: 0;
   clear: both;
}

/*------ Titelbild ------*/

#start {
    position: relative;
    height: 80%;
	z-index: 0;
}

header {
    position: relative;
    height: 100%;
}

header > div {
    position: absolute;
/*	top: 35%; */
	width: 100%;
}

#start header div {
  	background-image: url(bilder/mensch.png);
  	background-repeat: no-repeat;
  	background-position: center center;
  	background-size: contain;

  	height: 80%;
  	top: 5%;
}

#logo { position: absolute; right: 2px; top: 2px; display: none;}

/*------- NAVI --------*/

#menu {
    width: 100%;
    margin: 0;
    padding: 0;
    z-index: 1000;
    background-color: transparent;
    border-top: 1px solid #FFFFFF;

    position: relative;
    bottom: 70px;
    height: 70px;

    text-transform: uppercase;
    text-align: center;
}

#menu:hover {
	background: rgba(0,212,170, 0.5);
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

#menu ul {
    max-width: 1000px;
    width: 100%;

    margin: 0 auto;
    list-style: none;
    height: auto;
}

#menu ul li {
     display:inline-block;
     *display:inline; /*IE7*/
     margin: 0 0 0 20px;
     padding: 10px;
}

#menu ul ul {
     position: absolute;
     top: 30px;
     padding: 0;
     margin: 0;
     width: auto;

     background: rgba(255,255,255, 0.8);
    -webkit-box-shadow: 0px 5px 5px 5px rgba(0,0,0, 0.2);
    -moz-box-shadow:    0px 5px 5px 5px rgba(0,0,0, 0.2);
    -o-box-shadow:      0px 5px 5px 5px rgba(0,0,0, 0.2);
    box-shadow:         0px 5px 5px 5px rgba(0,0,0, 0.2);
}

#menu ul ul li {
     float: none;
     margin: 0;
}

#menu ul ul {
     top: -9999px;
}

#menu ul li:hover ul {
     top: 70px;
}

#menu ul li {
     line-height: 50px;
}

#menu ul li a {
     color: #FFF;
     text-decoration: none;
}

#menu ul li a:hover {
     text-decoration: underline;
}

#menu ul ul {
     margin: 0;
     z-index: 1001;
}

#menu ul ul li {
     float: none;
     font-size: 16px;
     padding: 10px 20px;
     text-align: left;
     margin: 0;
     border-bottom: 1px solid #ddd;
     line-height: 20px;

     -webkit-transition: all .5s ease-in-out;
     -moz-transition: all .5s ease-in-out;
     -o-transition: all .5s ease-in-out;
     -ms-transition: all .5s ease-in-out;
     transition: all .5s ease-in-out;
}

#menu ul ul li:hover {
     background: #00ABE3;
     background: rgba(0,171,227,0.8);
     color: #fff;
}

#menu ul ul a {
     color: #333;
     text-decoration: none;
}

/* ------ Profil ------ */
#language {
	width: 100%;
  text-align: right;
  margin-bottom: -1.5em;
}

#language a img {
	margin: 1em 0 0 1em;
	width: 75px;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
}

#language a:hover img {
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=80);
}

#language a {
	color: #aaaaaa;
	font-family: "Open Sans", Helvetica, sans-serif;
	font-size: 0.8em;
	text-transform: uppercase;
	text-decoration: none;
}

#profil {
	background-attachment: fixed;
	background-color: #FFF;
/*	background-image: url(bilder/bilder/bg-.jpg); */
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: cover;
}

#profil p {text-align: justify;}

#leistung {
    color: #fff;

	background-attachment: scroll,fixed;
	background-color: transparent,transparent;
	background-image: url(bilder/bg-leistung-oben.png),url(bilder/bg-leistungen.jpg);
	background-position: 0 top,0 0;
	background-repeat: no-repeat,no-repeat;
	background-size: 100% auto,cover;
}

#leistung h2 {color: #FFF;}


.flex-control-nav {
    border-bottom: 1px solid #666;
    padding: 0 0 30px 0;
    width: 90%;
}
.flex-control-nav li {
	cursor: pointer;
    width: 20%;
}

.flex-active { padding-bottom: 10px !important;}
.flex-active .arrow {
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    content: '';
    display: block;
    height: 0;
    border-bottom: 20px solid rgb(0,212,170);
    bottom: -10px;
    position: relative;
    left: 50%;
    margin-left: -20px;
    width: 0;
}

#leistung .slides {
	padding-top: 2em;
}

#leistung h3 {
	font-family: "Open Sans", Helvetica, sans-serif;
	font-weight: 600;
	font-size: 1.5em;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 1em;
}

#leistung .slides li p {
	font-size: 1.3em;
	padding-bottom: 1em;
}

#provisionsfrei {
	position: absolute;
	right: 10%;
	top: 0;
}

/* ------ VIP-Pflege ------ */

#vip {
	display: none;
	color: rgb(255,255,255);
	padding-bottom: 2em;

	background-attachment: scroll;
	background-color: transparent;
	background-image: url(bilder/bg-vip-unten.png);
	background-position: 0 bottom;
	background-repeat: no-repeat;
	background-size: 100% auto;
}

.bg_vip {
	position: absolute;
	min-width: 100%;
	min-height: 100%;
	height: inherited;
    z-index:-1;

    background-attachment: scroll;
    background-color: transparent;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    -webkit-transform: translate3d(0,0,0); /* iOS z-order fix */
    
    display: none; /* init for js*/
}

#vip article {padding-top: 5em;}

#vip p.pflegeerlebnis {
	font-family: 'Open Sans', Helvetica, sans-serif;
    text-shadow: 0 0 0.5em rgba(0,0,0, 0.5), 0 0 0.5em rgba(0,0,0, 0.5);
	padding: 0;
	font-size:1.3em;
	text-transform:uppercase;
	letter-spacing:0.5em;
	font-weight:100;
}

p.pflegeerlebnis span {
	font-weight:900;
}

#vip h2 {
  color: rgb(255,255,255);
  font-size: 2.8em;
  padding: 0;
  text-align: left;
  letter-spacing: 0.03em;
  font-weight: 300;
  text-transform: uppercase;
  font-family: "Open Sans", Helvetica, sans-serif;
}

.vip-text p {
	background-color: rgba(0,0,0, 0.7);
    margin: 0 0 2em 0;
    padding: 1em;
    letter-spacing: 1px;
}

#vip-flyer {
	background-color: transparent;
    margin: 10em 0 2em 0;
    padding: 0;
    letter-spacing: 0;
}

#vip-flyer img { width: 100%; max-width:452px; }

button.showVIP, button.hideVIP {
	background: transparent;
	border: 1px solid #FFFFFF;
	padding: 0.5em;
	color: inherit;
	font-family: "Open Sans", Helvetica, sans-serif;
    font-weight: 300;
	font-size: 2em;
	cursor:pointer;
}

button.hideVIP {
	border: none;
	font-size: 3em;
	padding: 0;
}

/* ------ TEAM/Vita ------ */

#team-titel {
	width: 100%;
	background: rgb(0,212,170);
}

#team-titel h2 {
  color: #FFF;
  padding: 1em 1em 0.75em 1em;
}

#team {
	height: 100%;
    width: 100%;
}

.bg-oben {
    width: 100%;
    z-index: 200;
    position: absolute;
    left: 0; /* IE */
    margin-top: -1px;
}

#team article {
	height: 100%;
    width: 50%;
    max-width: auto;
    text-align: center;
    float: left;
}

.vita-info {
	position: absolute;
	z-index: 150;
	display:none;
	background-color: #FFFFFF;
	width:inherit;
	height:100%;
}
.vita-info p {
	margin: auto 10%;
	width:80%;
	text-align: justify;
}

p.team-adjektiv { text-align: center; }

.vita-foto {
	position: relative;
	z-index: 100;
	height: 100%;
}

.vita-button {
	position: absolute; bottom: 5em; width: 100%; text-align: center;
}

button.showVita {
	text-shadow: 1px 1px 3px rgba(0,0,0, 1), 0 0 0.5em rgba(255,255,255, 1);
}

#team button {
	border: 0;
	color: #008268;
	background: transparent;
	font-size: 1.4em;
	line-height: 2em;
	padding: 0.5em 1.5em;
}

#team button:hover {
	cursor: pointer;
}

#team button span {
	font-size: 2em;
}

#team h3 {
	font-family: "Open Sans", Helvetica, sans-serif;
	font-weight: 400;
	font-size: 2em;
	padding: 1em auto;
	margin-top: 10%;
    text-transform: uppercase;
}

#team article.dominic {
	background: transparent url(bilder/einik.jpg) no-repeat center 20%;
	background-size: cover;
}

#team article.robert {
	background: transparent url(bilder/beller.jpg) no-repeat center 20%;
	background-size: cover;
}

#team article.dominic .vita-foto {
	color: #CCC;
}


/* ------ Referenzen ------ */

.row-fluid {
    width: 100%;
    display: block;
    -moz-box-sizing: border-box;
    clear: both;
}

.spalte-wrap {
  float: left;
  width: 50%;
  margin: 0px auto;
  height: 100%; /* for IE6 */
  display: block;
}


/* ------ Kontakt ------ */

#kontakt {
	color: rgb(100,100,100);

	background-attachment: scroll,fixed;
	background-color: transparent,#FFF;
	background-image: url(bilder/bg-kontakt-unten.png),url(bilder/reanimierung.jpg);
	background-position: 0 bottom,0 0;
	background-repeat: no-repeat,no-repeat;
	background-size: 100% auto,cover;
}

#kontakt article {padding-top: 5em;}

#kontakt h2 {
  color: rgb(128,128,128);
  font-size: 2em;
  font-family: "Open Sans", Helvetica, sans-serif;
  font-weight: 300;
  text-align: left;
  padding: 0 0 1em 0;
  text-transform: uppercase;
  letter-spacing: 2px;
}

#kontakt p {
	padding: 1em 0;
}

hr {
	height: 1px;
	border-width: 1px 0 0 0;
	border-style: solid;
	border-color: rgb(128,128,128);
}

#kontaktdaten {
	width: 90%;
}

#kontakt button {
	border: 0;
	color: #008268;
	background: transparent;
	cursor: pointer;
}

.impressum {
	display: none;
	font-size: 0.6em;
}

.impressum br {
	margin-bottom: 1em;
}

td { vertical-align:top; padding:0.25em 0;}

.td-0 {
	font-weight: 700;
	padding-right: 1em;
}

/* ------ Fusszeile ------ */

footer {
  font-family: "Open Sans", Helvetica, sans-serif;
  background-color: #333333;
  color: #999999;
  padding: 4em 2em;

  font-size: 0.7em;
  z-index: 80;
}

footer > div {
	float: left;
}

#footer-left {
  width: 30%;
  text-align: left;
}

#footer-center {
  text-align: center;
  font-weight: 300;
  font-size: 5em;
  color: #444444;
  width: 40%;
}

#footer-center a { color: #444444; text-decoration: none;}
#footer-center a:hover { color: rgb(0,212,170); }

#footer-right {
  width: 30%;
  text-align: right;
}

/* -------- RESPONSIVE STYLES ------------ */

@media screen and (max-width: 1000px),
only screen and (-webkit-min-device-pixel-ratio : 1.5),
only screen and (min-device-pixel-ratio : 1.5) {

	body { font-size: 18pt;	}

	h2 {font-size: 2em;}

	#menu { font-size: 18px;}

	#profil, #leistung, #kontakt { padding: 0 5%;}

    #profil h1 {
        font-size: 1.1em;
        line-height: 1.5em;
    }

    #profil h1 img {
        margin: 0 0.6em 0 7%;
    }

    #provisionsfrei {
        position: static;
        text-align: center;
    }

    .spalte-wrap {
		float: none;
		width: 100%;
	}

    .galerie .spalte-wrap {
    	width: 33.3%;
    	float: left;
    }

	#vip-flyer { margin-top: 3em; }

	#vip-flyer img { width: 100%; max-width:600px;  }

    .vita-button { bottom: 3em;}

    .vita-info h2 {font-size: 1.5em;}

    .vita-info p {
        margin: auto 3%;
        width:94%;
        font-size: 80%;
    }

    .vita-foto p { padding-bottom: 0;}


    #kontaktdaten { width: 100%;}
	#showImpressum { font-size: 1em; }

	#footer { font-size: inherit;}
	#footer-left, #footer-right {
  		float: none;
  		clear: both;
  		width: 100%;
  		text-align: center;

		margin: 0 auto;
	}
	#footer-center {
		text-align: center;
		width: 100%;
	}


}

@media screen and (max-width: 640px),
only screen and (-webkit-min-device-pixel-ratio : 1.5),
only screen and (min-device-pixel-ratio : 1.5) {

	body { font-size: 20pt;	}

	#start {height: 100%;}
	#start header div {height: 60%;}

/*	#menu {
	    bottom: 140px;
    	height: 140px;
	} */

    #profil h1 img {
        margin: 0 0.6em 0 0;
    }


    #team article, .vita-info {
        width: 100%;
        height: 50%; /* 100 : Anzahl d. 'article' */
        float: both;
        display: block;
    }

    .vita-info {display: none;}

    #team { height:200%;} /* Summe der 'article' */

}

@media screen and (max-width: 530px),
only screen and (-webkit-min-device-pixel-ratio : 1.5),
only screen and (min-device-pixel-ratio : 1.5) {

	#menu {
	    bottom: 140px;
    	height: 140px;
	}

}