@CHARSET "ISO-8859-1";
/* Reset CSS
 * --------------------------------------- */


/* Style for our header texts
	* --------------------------------------- */	


body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td {
	font-family:arial,helvetica;
    padding: 0;
    margin: 0;
}
a {
	text-decoration:none;
	color:#ADA8A8;
}

table {
    border-spacing: 0;
}
fieldset,img {
    border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
    font-weight: normal;
    font-style: normal;
}
strong{
	font-weight: bold;
}
ol,ul {
    list-style: none;
    margin:0;
    padding:0;
}
caption,th {
    text-align: left;

}
h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
    font-size: 100%;
    margin:0;
    padding:0;
}


q:before,q:after {
    content:'';
}
abbr,acronym { border: 0;
}


/* Custom CSS
 * --------------------------------------- */
body{
	font-family:arial,helvetica;
	color: #000;
	/*color: rgba(0,0,0,0.5);*/
	font-size:18px;
	width:100%;
}

.wrap{
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	position: relative;
}

p{
	font-family:arial,helvetica;
	font-size: 18px;
	text-align:left;
	color:#000;
}


/*Eigenes.....*/


/*--------------------*/



.intro p{
	width: 50%;
	margin: 0 auto;
}
.section{
	text-align:center;
}




#menu{
	text-align:right;
	position:fixed;
	top:0;
	left:0;
	height: 40px;
	z-index: 70;
	width: 100%;
	padding:0;
	margin:0;
}


#menu li {
	display:inline-block;
	margin: 10px 0px 0px 4px;
	color: #000;
	font-size:13px;
}
#menu li.active{
	color: #000;
}
#menu li a{
	text-decoration:none;
	color: #000;
	position: relative;
}
#menu li.active a:hover{
	color: #000;
}
#menu li:hover{
	color:#000;
}







#menuDatenschutz{
	text-align:right;
	right:3%;
	position:fixed;
	top:40px;
	left:0;
	height: 40px;
	z-index: 70;
	width: 97%;
	padding:0 0 0 0;
	margin:0 0 0 0;
}


#menuDatenschutz li {
	display:inline-block;
	margin: 10px 0px 0px 4px;
	color: #000;
	font-size:13px;
}
#menuDatenschutz li.active{
	color: #000;
}
#menuDatenschutz li a{
	text-decoration:none;
	color: #000;
	position: relative;
}
#menuDatenschutz li.active a:hover{
	color: #000;
}
#menuDatenschutz li:hover{
	color:#000;
}





/* ----- Menu unterstreichen------------------------------*/

#menu li a:after {
  content: ''; /* content ist leer... */
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  border-bottom: 2px solid #000;
  transition: 0.6s;
}

#menu li a:hover:after {
  width: 100%;
}


#menu li.active a:after {
  content: ''; /* content ist leer... */
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-bottom: 2px solid #000;
  transition: 0.6s;
}

#menu li.active a:hover:after {
  width: 100%;
}


#menu li a,
#menu li.active a{
	padding: 3px 10px 3px 10px;
	display:block;
}
#menu li.active a{
	color: #000;
}



#menuDatenschutz li a:after {
  content: ''; /* content ist leer... */
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  border-bottom: 2px solid #000;
  transition: 0.6s;
}

#menuDatenschutz li a:hover:after {
  width: 100%;
}


#menuDatenschutz li.active a:after {
  content: ''; /* content ist leer... */
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-bottom: 2px solid #000;
  transition: 0.6s;
}

#menuDatenschutz li.active a:hover:after {
  width: 100%;
}


#menuDatenschutz li a,
#menuDatenschutz li.active a{
	padding: 3px 10px 3px 10px;
	display:block;
}
#menuDatenschutz li.active a{
	color: #000;
}








/* --------------- Preis ---------------------

#preis li {
	display:inline-block;
	margin: 10px 5px 10px 5px;
	background:#e4545d;
	font-size:13px;
}

#preis li a{
	text-decoration:none;
	color: #fff;
}
#preis li a:hover{
	color: #000;
}
#preis li:hover{
	background:#e4545d;
	color:#000;
}
#preis li a,
#preis li.active a{
	padding: 3px 10px 3px 10px;
	display:block;
}
#preis li.active a{
	color: #fff;
}
#preis{
	position:fixed;
	top:5px;
	right:5px;
	height: 40px;
	z-index: 70;
	width: 210px;
	padding-right: 0px;
	margin-top:40px;
}*/

/*-------------------------------------------------*/



#menu li ul{
	display:none; 
	float:left;
	position:fixed;
	width:150px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	border-bottom: 1px solid #ADA8A8;
	border-right: 1px solid #ADA8A8;
	border-left: 1px solid #ADA8A8;
	border-radius: 6px;
	/* box-shadow: inset;
	-moz-box-shadow: -1px -1px 2px -1px #ADA8A8;
			-webkit-box-shadow: -1px -1px 2px 1px#ADA8A8;
			-khtml-box-shadow: -1px -1px 2px 1px#ADA8A8;
			box-shadow: -1px -1px 2px 1px #ADA8A8;
			CSS3 */
	}

#menu li ul li{
	width:100%;
	-webkit-border-radius: 0px;
    -moz-border-radius: 0px;
	border-radius: 0px;
	}




/* Abgerundete Ecken nur für 1. und letzen Menupunkt */
#menu ul li:first-child {
	-webkit-border-top-left-radius: 6px;
	-moz-border-radius-topleft: 6px;
	border-radius-topleft: 6px;

	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topright: 6px;
	border-radius-topright: 6px;
}
#menu ul li:last-child {
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-radius-bottomleft: 6px;

	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	border-radius-bottomright: 6px;
}
 





	
#menu li:hover ul {
	display:block;
	}
	
#menu li:hover ul li {
	margin:0px 0px 0px 0px;
	/*width:230px;
	background-color:#d93e49;*/
	}			






#infoMenu{
	height: 20px;
	color: #f2f2f2;
	position:fixed;
	z-index:70;
	bottom:0;
	width:100%;
	text-align:right;
	font-size:0.9em;
	padding:8px 0 8px 0;
}
#infoMenu ul{
	padding: 0 40px;
}
#infoMenu li a{
	display: block;
	margin: 0 22px 0 0;
	color: #333;
}
#infoMenu li a:hover{
	text-decoration:underline;
}
#infoMenu li{
	display:inline-block;
	position:relative;
}
#examplesList{
	display:none;
	background: #282828;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	padding: 20px;
	float: left;
	position: absolute;
	bottom: 29px;
	right: 0;
	width:638px;
	text-align:left;
}
#examplesList ul{
	padding:0;
}
#examplesList ul li{
	display:block;
	margin: 5px 0;
}
#examplesList ul li a{
	color: #BDBDBD;
	margin:0;
}
#examplesList ul li a:hover{
	color: #f2f2f2;
}
#examplesList .column{
	float: left;
	margin: 0 20px 0 0;
}
#examplesList h3{
	color: #f2f2f2;
	font-size: 1.2em;
	margin: 0 0 15px 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
	-moz-box-shadow: 0 1px 0 rgba(255,255,255,0.1);
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
	padding: 0 0 5px 0;
}



/* Demos Menu
 * --------------------------------------- */
 #demosMenu{
	position:fixed;
	bottom: 10px;
	right:10px;
	z-index: 999;
 }






/* ----- ab hier eigenes CSS ------- */


		
		html {
	
		}
		
		body {
			color: #000;
		}
		
		
	.slicknav_menu {
	display:none;
}



		
		/*#spalten  {
			position:relative;
			float:left;
			width:auto;
			height: 100% !important;
			background-color: crimson;
		}

		#spalten iframe {
			position:absolute;
			float:left;
			width: calc(30% - 40px);
			height:500px;
			height: calc(100% - 72px) !important;
			border-width: 3px;
			border-style:solid;
			border-color: #000;
		}*/


	iframe {
			float:left;
			width:100%;
			/*height:295px;*/
			height: calc(100% - 70px);
			border-width: 3px;
			border-style:solid;
			border-color: #000;
		}


	


		#header {
			position: fixed;
			height: 60px;
			display: block;
			width: 100%;
			background-color: #fff;
			z-index: 9;
			text-align: center;
			padding: 20px 0 0 0;
			border-bottom: 1px solid #ADA8A8;
			-webkit-box-shadow: 30px 0px 12px 0px #000;  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow:    0px 0px 12px 0px #000;  /* Firefox 3.5 - 3.6 */
  box-shadow:         0px 0px 12px 0px #000;  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
			}

		

		#headerDatenschutz {
			position: fixed;
			height: 160px;
			display: block;
			width: 100%;
			background-color: #fff;
			z-index: 9;
			text-align: center;
			padding: 20px 0 0 0;
			border-bottom: 1px solid #ADA8A8;
			
			
		}
		
		h1 {
			font-size: 60px;
			text-align: center;
			font-family: arial, helvetica;
			color: #fff;
			margin: 0;
			padding: 0;
		}
		
		h2 {
			font-family: arial, helvetica;
			text-align: center;
			font-weight: bold;
			font-size: 20px;
			color: #000;
		}
		
		h3 {
			font-family: arial, helvetica;
			text-align: center;
			font-size: 25px;
			color: #000;
		}
		
		h4 {
			font-family: arial, helvetica;
			text-align: left;
			font-size: 20px;
			color: #000;
			
		}
		
		/*h5 {
			font-family: arial, helvetica;
			text-align: center;
			font-size: 25px;
			color: #000;
			
		}
		
		h6 {
			font-family: arial, helvetica;
			text-align: center;
			font-size: 20px;
			color: #fff;
			
		}
		
		
		h7 {
			font-family: arial, helvetica;
			text-align: center;
			font-size: 20px;
			color: #000;
			
		}*/
		
		
		hr {
			color: #ADA8A8;
			background-color: #ADA8A8;
			height: 1px;
		}
		
		.weiss {
			
			text-align:left;
			color:#fff;
		}
		
		
		
		.mittig {
			text-align: center;
		}
		/* Centered texts in each section
	* --------------------------------------- */
		
		.section {
			text-align: center;
			overflow: hidden;
		}
		
		
		.layer {
			position: absolute;
			z-index: 4;
			width: 100%;
			left: 0%;
			top: 2%;
			/* 
		* Preventing flicker on some browsers 
		* See http://stackoverflow.com/a/36671466/1081396  or issue #183
		*/
			-webkit-transform: translate3d(0, 0, 0);
			-ms-transform: translate3d(0, 0, 0);
			transform: translate3d(0, 0, 0);
		}
		
	
		#HeadSmartAllgemein,
		#HeadSmartRetro,
		#HeadSmartModeschau,
		#HeadSmartAbout,
		#HeadSmartKontakt{
		Display:none;
			
		}
		
/* ---------------------- Ab hier für Chinderhypnose -------------------------*/		
		

		
#inhalt {
			clear: both;
			float: left;
			width: 99%;
			/*background-color: #fff;*/
			color: #000;
			/*height:auto !important;
		min-height:70%;*/
			/*padding: 15px 0px 40px 30px;*/
			/**/
			/*margin-top: 25%;*/
			z-index: 2;
		}
		
#inhaltText {
			float: left;
			width: 99%;
			color: #fff;
			margin:12% 0% 13% 0%;
			z-index: 2;
			text-align:center;
			/*padding:16% 0% 10% 0%;*/
			font-size:60px;
			text-shadow: 0 0 1px black;
		}


#inhaltTextDatenschutz {
			float: left;
			width: 99%;
			color: #fff;
			margin:20% 0% 5% 0%;
			z-index: 2;
			text-align:center;
			/*padding:16% 0% 10% 0%;*/
			font-size:60px;
		}
		
		
#inhaltHome {
			text-align: left;
			width: 98%;
			height: 100%;
			/*background-color: #f6f1a4;*/
			color: #000;
			height: auto !important;
			padding: 15px 30px 15px 30px;
			/**/
			z-index: 2;
			
		}
		
		
#inhaltWeiss {
	
			float: left;
			width: 100%;
			background-color:#F9F9D0;
			color:#fff;
			/*height:auto !important;
		min-height:70%;*/
			padding: 30px 0px 40px 30px;
			/**/
			/*margin-top: 25%;*/
			z-index: 2;
		}


#inhaltWeissModeschau {
	
			float: left;
			width: 100%;
			background-image:url(bilder/filmstreifen3.png);
			background-attachment: scroll;
			/*background-repeat: repeat-x;
			background-size: contain;
			background-color: #000;*/
			color: #000;
			/*height:auto !important;
		min-height:70%;*/
			padding: 110px 0px 110px 15px;
			/**/
			/*margin-top: 25%;*/
			z-index: 2;
		}
		

#linkeSpalte {
			float: left;
			width: 45%;
			margin: 0px 30px 0px 0px;

			
		}
		
#rechteSpalte {
			float: left;
			width: 45%;
			margin: 0px 0px 0px 30px;

			
		}



#spalten {
	
	display:flex;
}
		
		
#linkeSpalte3 {
			float: left;
			text-align:left;
			width: calc(30% - 40px);
			margin: 0px 30px 0px 0px;
			padding:0px 30px 0px 0px;
			
		}


#mittlereSpalte3 {
			float: left;
			text-align:center;
			width: calc(30% - 40px);
			margin: 0px 0px 0px 0px;
			padding:0px 30px 0px 30px;
			
			
		}


		
#rechteSpalte3 {
			float: left;
			text-align:left;
			width: calc(30% - 40px);
			margin: 0px 0px 0px 30px;
			padding:0px 0px 0px 30px;
			
		}


#textDatenschutzRechts {
			float: left;
			width: 60%;
			color: #fff;
			height: auto !important;
			/*min-height:70%;*/
			margin-right: 3%;
			margin-bottom: 20px;
			z-index: 3;
		}

#textDatenschutzLinks {
			float: left;
			width: 25%;
			color: #fff;
			height: auto !important;
			/*min-height:70%;*/
			margin-right: 3%;
			margin-bottom: 20px;
			z-index: 3;
		}



	
		
.bilderSpalten	{
			width: 100%;
				border-width: 3px;
	border-style:solid;
	border-color: #000;
			
		}
		
.bilderSpalten3	{
			width:100%;
		}	
		
		
		
#zwischenraumLinie {
			float: left;
			width:calc(90% + 60px);
			padding: 30px 0px 30px 0px;
			clear:both;
	}
		
		
#zwischenraumLinieSmart {
			display:none;
	}	
		
		
#fussblock {
			float: left;
		width:calc(100% + 30px);
	background-color:#000000;
	margin:60px 0px -40px -30px;
	padding:40px 0px 20px 30px;
	color:#fff;
		}
		
		
#fusszeile {
			text-align: left;
			width: 100%;
			float: left;
			margin-bottom: 3px;
		}
		
		.kleingeschrieben {
			font-size: 13px;
			color:#000;
		}		
	
	
		
		
/* Versuch Bildfader2 ------------------------*/		

		
		


/*div#slider2 { overflow: hidden; }
div#slider2 figure img { width: 20%; float: left; }
div#slider2 figure { 
  position: relative;
  width: 500%;
  margin: 0;
  left: 0;
  text-align: left;
  font-size: 0;
  animation: 25s slidy infinite; 
}
		
div#slider3 { overflow: hidden; }
div#slider3 figure img { width: 20%; float: left; }
div#slider3 figure { 
  position: relative;
  width: 500%;
  margin: 0;
  left: 0;
  text-align: left;
  font-size: 0;
  animation: 25s slidy infinite; 
}
		
div#slider4 { overflow: hidden; }
div#slider4 figure img { width: 20%; float: left; }
div#slider4 figure { 
  position: relative;
  width: 500%;
  margin: 0;
  left: 0;
  text-align: left;
  font-size: 0;
  animation: 23s slidy infinite; 
}
		





/*original mit 2 Bildern*/

/*


@keyframes slidy {
0% { left: 0%; }
20% { left: 0%; }
25% { left: -100%; }
45% { left: -100%; }
50% { left: -200%; }
70% { left: -200%; }
75% { left: -300%; }
95% { left: -300%; }
100% { left: -400%; }
}


div#slider5 { 
overflow: hidden; 
border-width: 3px;
			border-style:solid;
			border-color: #000;

}
div#slider5 figure img { width: 20%; float: left; }
div#slider5 figure { 
  position: relative;
  width: 500%;
  margin: 0;
  left: 0;
  text-align: left;
  font-size: 0;
  animation: 23s slidy infinite; 
}*/





/* ausprobieren........ :-) .....*/



/* funktioniert mit 3 Bildern schon fast ..... 
@keyframes slidy {
0% { left: 0%; }
20% { left: 0%; }
25% { left: -100%; }
45% { left: -100%; }
50% { left: -200%; }
70% { left: -200%; }
75% { left: -300%; }
95% { left: -300%; }
100% { left: -400%; }
}
		


div#slider5 { 
overflow: hidden; 
border-width: 3px;
			border-style:solid;
			border-color: #000;

}
div#slider5 figure img { width: 10%; float: left; }
div#slider5 figure { 
  position: relative;
  width: 1000%;
  margin: 0;
  left: 0;
  text-align: left;
  font-size: 0;
  animation: 23s slidy infinite; 
}
*/





@keyframes slidy {
0% { left: 0%; }
5.5% { left: 0%; }	
11.1% { left: -100%; }
16.6% { left: -100%; }
22.2% { left: -200%; }	
27.7% { left: -200%; }
33.3% { left: -300%; }
38.8% { left: -300%; }	
44.4% { left: -400%; }
49.9% { left: -400%; }
55.5% { left: -500%; }	
61% { left: -500%; }
66.6% { left: -600%; }
72.2% { left: -600%; }
77.7% { left: -700%; }
83.3% { left: -700%; }
88.8% { left: -800%; }
94.4% { left: -800%; }
100% { left: -900%; }
	
}

/*
@keyframes slidy {
0% { left: 0%; }
25% { left: 0%; }	
50% { left: -100%; }
60% { left: -100%; }
100% { left: -200%; }	
	
}*/
		


div#slider5 { 
overflow: hidden; 
border-width: 3px;
			border-style:solid;
			border-color: #000;

}
div#slider5 figure img { width: 10%; float: left; }
div#slider5 figure { 
  position: relative;
  width: 1000%;
  margin: 0;
  left: 0;
  text-align: left;
  font-size: 0;
  animation: 46s slidy infinite; 
	/*animation: 15s slidy infinite; */
}
		
		
		
	
		
		
/* ---------------------------------------------------------------------------------*/		
		
		
		
		
		
	#text {
			float: right;
			width: 80%;
			color: #000;
			height: auto !important;
			/*min-height:70%;*/
			margin-right: 3%;
			margin-bottom: 20px;
			z-index: 3;
		}
		

		
	#textOhne {
			float: right;
			width: 90%;
			color: #000;
			height: auto !important;
			/*min-height:70%;*/
			margin-right: 3%;
			margin-bottom: 20px;
			z-index: 3;
		}

		.zeichnung {
			width: 100%;
		}
		
		#logoHome {
			text-align: center;
			width: 100%;
			height: 100%;
			margin-top: 60px;
			
		}
		
		.logoHome {
			text-align: center;
			top: 0;
			left: 0;
			z-index: 70;
			width: 23%;
			margin-left: 26%;
			margin-top: 2%;
			border-width: 3px;
			border-style:solid;
			border-color: #000;
			/* -moz-box-shadow:1px 1px 6px #a0a0a0; Firefox */
			 /* -webkit-box-shadow:1px 1px 6px #a0a0a0;Chrome, Safari */
			/* -khtml-box-shadow:1px 1px 6px #a0a0a0; Konqueror */
			/* box-shadow:1px 1px 6px #a0a0a0; CSS3 */
			
		}


	.logoDatenschutz {
	height:calc(100% - 5px);;
    width: auto;
	}

	#logoDatenschutz {
		top:5px;
		left:20px;
		position:fixed;
		height: 174px;
    	width: auto;
		text-align:left;
	}
		


		#logoHomeSmart {
			display:none;	
			
		}		

		.logoHomeSmart {
			display:none;
		}
		
		
		
		/* -----------Bilder bei Texten--------------------*/
		
		
		
		

			
		.cordula {
			float: left;
			width: 14%;
			height: auto;
			z-index: 70;
			margin: 0% 2% 0% 0%;
			padding: 0;	
			border-width: 3px;
			border-style:solid;
			border-color: #000;
			
		}


#weisserBalken {
	
	float: left;
	width:calc(100% + 30px);
	background-color:#ffffff;
	margin:60px 0px -40px -30px;
	padding:10px 0px 20px 30px;
	
}
		
		

		
		

		
		/* Bottom menu
	* --------------------------------------- */
		
		#infoMenu li a {
			color: #fff;

		}
	
		/* Backgrounds will cover all the section
	* --------------------------------------- */
		
		#sectionhome,
		#sectionallgemein,
		#sectionretro,
		#sectionmodeschau,
		#sectionabout,
		#sectionkontakt
		 {
			background-size: cover;
			padding: 0px;
			margin: 0px;
			 z-index:1;
		}
		/* --------------------------------------- */
		
		#sectionhome {
			/*background-image: url(imgs/bild3.jpg);*/
			background-image: url(imgs/bildHome_1.jpg);
			background-attachment: fixed;
		}
		#sectionallgemein {
			background-image: url(imgs/bild1_1.jpg);
			background-attachment: fixed;
		}
		#sectionretro {
			background-image: url(imgs/bild2_1.jpg);
			background-attachment: fixed;
		}
		
		#sectionmodeschau {
			background-image: url(imgs/bild3_1.jpg);
			background-attachment: fixed;
		}
		
		#sectionabout {
			background-image: url(imgs/bild4_1.jpg);
			background-attachment: fixed;
		}
		
		#sectionkontakt {
			background-image: url(imgs/bild5_1.jpg);
			background-attachment: fixed;
		}
		

		
		
		
		ul {
			list-style:disc;
			text-align: left;
			padding-left: 25px;
			color:#000;
		}
		

		
	
	

		
		
		
		
		
		
@media screen and (max-device-width: 1024px) { /* 1024 für iPad, 1280 für Samsung Android??? */  
	
	
	
	#inhaltTextDatenschutz {
			display:none;
		}
		
	
	
	#textDatenschutzRechts {
			
			width: 100%;
			color: #000;
			}

#textDatenschutzLinks {

			width: 100%;
			color: #000;
			padding-bottom:20px;
		}	

	
	#weisserBalken {
	
	float: left;
	width:calc(100% + 30px);
	background-color:#ffffff;
	margin:60px 0px -40px -30px;
	padding:10px 0px 20px 5px;
	
}
	
	
	#logoHomeSmart {
			display:block;
			text-align: center;
			width: 100%;
			height: 100%;
			margin-top: 0px;
			
		}
	
	
	.logoHomeSmart {
			display:block;
			z-index: 70;
			float:right;
			width: 22%;
			padding-top: 165px;
			padding-right:10%;
			margin: 0;
		}
		
		.logoHome {
			display:none;
		}
	

	
#inhaltWeissModeschau {
	
			
			background-image:url(bilder/filmstreifen3.png);
			background-color:#F9F9D0;
			
		}	
	
	
	/*#HeadSmartHome {
		display:block;
		float:left;
		background-image: url(imgs/bildHome_2.jpg);
		background-size:cover;
		height:110px;
		width:110%;
		margin-left:-40px;
		margin-bottom:0px;
		margin-top:0px;
		clear:both;
		z-index:2;
		text-align:center;
		font-size:50px;
		padding-top:190px;
		color:#fff;	}*/
	
	

	#HeadSmartAllgemein {
		display:block;
		float:left;
		background-image: url(imgs/bild1_2.jpg);
		background-size:cover;
		height:210px;
		width:110%;
		margin-left:-40px;
		margin-bottom:0px;
		margin-top:-10px;
		clear:both;
		z-index:2;
		text-align:center;
		font-size:50px;
		padding-top:190px;
		color:#fff;	
		text-shadow: 0 0 1px black;
	}
	

	
	#HeadSmartRetro {
			display:block;
		float:left;
		background-image: url(imgs/bild2_2.jpg);
		background-size:cover;
		height:210px;
		width:110%;
		margin-left:-40px;
		margin-bottom:0px;
		margin-top:-10px;
		clear:both;
		z-index:2;
		text-align:center;
		font-size:50px;
		padding-top:190px;
		color:#fff;
		text-shadow: 0 0 1px black;
			}
	
	
	#HeadSmartModeschau {
			display:block;
		float:left;
		background-image: url(imgs/bild3_2.jpg);
		background-size:cover;
		height:210px;
		width:110%;
		margin-left:-40px;
		margin-bottom:0px;
		margin-top:-10px;
		clear:both;
		z-index:2;
		text-align:center;
		font-size:50px;
		padding-top:190px;
		color:#fff;
		text-shadow: 0 0 1px black;
			}
	
	#HeadSmartAbout {
		display:block;
		float:left;
		background-image: url(imgs/bild4_2.jpg);
		background-size:cover;
		height:210px;
		width:110%;
		margin-left:-40px;
		margin-bottom:0px;
		margin-top:-10px;
		clear:both;
		z-index:2;
		text-align:center;
		font-size:50px;
		padding-top:190px;
		color:#fff;
		text-shadow: 0 0 1px black;
			}
	
	#HeadSmartKontakt {
		display:block;
		float:left;
		background-image: url(imgs/bild5_2.jpg);
		background-size:cover;
		height:210px;
		width:110%;
		margin-left:-40px;
		margin-bottom:0px;
		margin-top:-10px;
		clear:both;
		z-index:2;
		text-align:center;
		font-size:50px;
		padding-top:190px;
		color:#fff;
		text-shadow: 0 0 1px black;
			}

	
	#inhaltText {
		display:none;
		}
	
	
	#inhalt {
			margin-top: 0px;
			padding-top:0px;
		}
	
	
			#sectionhome {
				background-attachment: scroll;
				background-image: url(imgs/bildHome_1.jpg);
				background-color:#F9F9D0;
			}
			#sectionallgemein {
				background-attachment: scroll;
				background-image:none;
				background-color:#F9F9D0;
			}
			#sectionretro {
				background-attachment: scroll;
				background-image:none;
				background-color:#F9F9D0;
			}
			#sectiomodeschau {
				background-attachment: scroll;
				background-image:none;
				background-color:#F9F9D0;
			}
			#sectionabout {
				background-attachment: scroll;
				background-image:none;
				background-color:#F9F9D0;
			}
			#sectionkontakt {
				background-attachment: scroll;
				background-image:none;
				background-color:#F9F9D0;
			}
	
		}
		

		
		
		
	@media screen and (max-device-width:800px) {
		
		
		
		
		
#preis{
	display:none;
	position:fixed;
	bottom:5px;
	right:5px;
	height: 40px;
	z-index: 70;
	width: 210px;
	padding-right: 0px;
	margin-top:40px;
}
	
		
		
		
		
		
		.js #menu {
		display:none;
	}
		
		

	
	.js .slicknav_menu {
		display:block;
		position:fixed;
       top: 0;
       width: 100%;
       z-index: 10000;
	}
		

		
	h2 {
		text-align:left;
			font-size: 21px;
		}
		
		
	h4 {
			font-size: 18px;
		}
		
		
		#adresse {
		width: 100%	
		}	
		
		
		#facebook {	
		width:100%;
			margin-left:0px;
			margin-top:30px;
		}	
		
		
		.facebook {
		width:70px;
		}	
		
	
	#text {
			float: left;
			width: 90%;
			margin-right: 0%;
			margin-top:20px;
		}	
		

		
	#textOhne {
			float: left;
			width: 90%;
			margin-right: 0%;
		}	
		
		
		
		.logoHomeSmart {
			display:block;
			z-index: 70;
			float:right;
			width: 55%;
			padding-top: 140px;
			padding-right:10%;
			margin: 0;
		}
		
		
		
		.reiki {
			display:none;
		}
			
		.cordula {
			float: left;
			width: 50%;
			margin: 0% 0% 20px 0%;
			
		}
		
		
	
		
		
#linkeSpalte {
			width: 100%;
			margin: 0px 0px 0px 0px;

			
		}
		
#rechteSpalte {
			width: 100%;
			margin: 0px 0px 0px 0px;

			
		}

		
iframe {
	
	height:300px;
		}		

#spalten {
	
	display:block;
}
				
		
		
#linkeSpalte3 {
			width:90%;
			margin: 0px 0px 60px 0px;
			padding:0px 0px 0px 0px;
		}
		
#mittlereSpalte3 {
			width:90%;
			margin: 0px 0px 60px 0px;
			padding:0px 0px 0px 0px;
		}
		
#rechteSpalte3 {
			width:90%;
			margin: 0px 0px 0px 0px;
			padding:0px 0px 0px 0px;
		}
		
				
.bilderSpalten3	{
			display:none;
		}	
		
		
#zwischenraumLinieSmart {
			display:block;
			float: left;
			width:100%;
			padding: 30px 0px 30px 0px;
			clear:both;
	}	
		

		

	
		
	#HeadSmartAllgemein {
		background-image: url(imgs/bild1_1Smart.jpg);
			}
	#HeadSmartRetro {
		background-image: url(imgs/bild2_1Smart.jpg);
			}
	#HeadSmartModeschau {
		background-image: url(imgs/bild3_1Smart.jpg);
			}
	#HeadSmartAbout {
background-image: url(imgs/bild4_1Smart.jpg);
			}
		#HeadSmartKontakt {
background-image: url(imgs/bild5_1Smart.jpg);
			}
		
		
		
		
		
		
		#header {
			display:none;
			}
		
		

		
@media screen and (max-device-width:500px) {
	
		#HeadSmartAllgemein,
		#HeadSmartRetro,
		#HeadSmartModeschau,
		#HeadSmartAbout,
		#HeadSmartTKontakt{
		height:300px;
		}
	
	
	
}
		

