	
	
html,
body {
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	margin-right: -100%;
	}
	
html {
	overflow-y: scroll;
	}

body {
	background: #fbfbfb;
	}
	
	
	
p, h1, h2, h3, h4, h5, .link {
   /*font-family: 'Josefin Sans', sans-serif;*/
   font-family: 'Raleway', sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	line-height: 140%;
	}
	
	
p {
	color: #000000;
}

h1 {
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.03em;
	color: #000000;
}


h2 {
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.03em;
	color: #000000;
	padding: 2em 0 4px 0;
}

h3 {
	color: #00000;
	width: 100%;
	padding: 2em 0 4px 0;
}


.link,
.link:visited {
	color: #555555;
	text-decoration: none;
	}

.link:hover,
.link:active {
	color: #000000;
}



.main {
	margin: 0 auto;
	padding: 30px;
	width: 90%;
	max-width: 990px;
	overflow: auto;
	}

.header {
	height: 120px;
	}

	
	
.logo {
  position: absolute;
	top: 40px;
 /*font-family: 'Josefin Sans', sans-serif;*/
   font-family: 'Raleway', sans-serif;
   font-size:24px;
   font-weight: 200;
   float: left;
   text-decoration: none;
   color: #000000;
}

.navigation {
	display: inline;
position: absolute;
top: 32px;
margin-left: 35%;
	}




.content {
	background: #fbfbfb;
	width: 100%;
	margin: 10px 0 0 0;
	}
	
.content p {
	max-width: 700px
	}
	

	
.preview {
	margin: 0 2% 2% 0;
	float: left;
	padding: 0 0 15px 0;
	}
	
	
	
	
.preview_bild {
	height: 180px;
	width:auto;
	opacity: 1.0;
	filter: alpha(opacity=100); /* For IE8 and earlier */
	}
	
	
.preview_bild:hover {
    opacity: 0.6;
    filter: alpha(opacity=60); /* For IE8 and earlier */
} 




	
.start-preview {
	width: 45%;
	max-width: 350px;
	margin: 0 0 20px 0;
	float: left;
	padding: 0 3% 10px 0;
	}
	
.start-preview a {
clear: both;
padding: 3% 3% 0 0;
font-size:16px;
font-weight: 200;
}

.start-preview .preview_bild {
	height: auto;
	width:100%;
}
	
	




.fancybox-overlay {
	background-color: #ffffff !important;
	}


	


/* -------- RESPONSIVE PULLDOWN MENU --------*/


nav a:link, a:visited {
	   /*font-family: 'Josefin Sans', sans-serif;*/
   font-family: 'Raleway', sans-serif;
	font-size: 16px;
	letter-spacing: 0.05em;
	font-style: normal;
	font-weight: 200;
	color: #000000;
	text-decoration: none;
	line-height: 125%;
}

nav a:hover, a:active {
	color: #666666;
}





#nav
{
	z-index: 9999;
    /* container */
}

#nav > a
    {
        display: none;
    }
#nav li
    {
        position: relative;
    }
 
    /* first level */
 
#nav > ul
    {
	list-style: none;
	 height: 1.5em;
	 padding: 0;
    }
#nav > ul > li
        {
           text-align: right;
		   padding: 0 0 0 25px;
		   height: 100%;
           float: left;
        }
 
    /* second level */
 
#nav li ul
    {
        display: none;
        position: absolute;
        top: 100%;
		list-style: none;
		padding-left: 0px;
		z-index: 9999;
		opacity: 0.9;
	filter: alpha(opacity=90); /* For IE8 and earlier */
    }
	
#nav li:hover ul
        {
            display: block;
	
        }
		
 #nav li ul li
    {

		background: #ffffff;
		padding: 5px 0px 10px 0px;
		border-bottom: dashed 1px #000000;
    }
		
		
		
	/* eine Box ist 50px plus 25px breit*/

#nav li:nth-of-type(1)  ul li {
	left: 4px; 
	padding-right: 150px;
	min-width: 46px; /* 195px - 140px */
	}


#nav li:nth-of-type(2)  ul li {
	left: -70px; 
	padding-right: 75px;
	min-width: 120px; /* 195px - 75px */
	}

#nav li:nth-of-type(3)  ul li {
left: -145px;
	}
	
		
		
		
		



	
@media only screen 
and (max-width : 800px)
 {
	

.main {
	width: 100%;
	padding: 30px 0;
	margin-top: 55px;
	}
	
.content {
	width: 90%;
	margin: 0 auto;
	}

	
	
.content-left,
.content-right
 {
	float: none;
	width: 100%;	
	padding: 0;
	}
	
.header {
	height: 55px;
position: fixed;
top: 0;
background-color: #ffffff;
opacity: 0.9;
	filter: alpha(opacity=90); /* For IE8 and earlier */
left: 0;
width: 100%;
}
	
	
.logo {
	position: fixed;
	top: 15px;
	margin-left: 5%;	
	}
	
.navigation {
	z-index: 99999;
display: inline;
position: fixed;
width: auto;
top: 16px;
right: 5%;
	}



	
	
  
nav a:link, a:visited {
	  /*font-family: 'Josefin Sans', sans-serif;*/
   font-family: 'Raleway', sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	line-height: 150%;
}

nav a:hover, a:active {
	color: #666666;
}






#nav
    {

    }
	
	
#nav > a
        {
        }
#nav:not( :target ) > a:first-of-type,
#nav:target > a:last-of-type
        {
            display: block;
        }
 
    /* first level */
 
#nav > ul
    {
        margin-top: -5px;
		height: auto;
		display: none;
        position: fixed;
        left: 0;
        min-width: 100%;
    }
	
	
#nav li:nth-child(1)  {
		margin-top: 15px;
	}
	
	
#nav > ul > li
    {
	    text-align: left;
		background-color: #ffffff;
		border-bottom: dashed 1px #666666;
		padding: 8px 5%;
    }
	
	
#nav:target > ul
        {
            display: block;
        }
		
		
		
		
		
#nav > ul > li
        {
            width: 92%;
			left: 0px;
        }
 
    /* second level */
 
#nav li ul
    {
        position: static;
		opacity: 0.9;
		filter: alpha(opacity=90); /* For IE8 and earlier */
    }
		
	
#nav ul li ul
    {
		margin: 15px 0 0 -10px;
    }

#nav ul li li
    {
		text-align: left;
		padding: 6px 15px;
    }
	
	
#nav li ul li
    { 
    }
	
#nav li:nth-child(1)  ul li,
#nav li:nth-child(2)  ul li,
#nav li:nth-child(3)  ul li {
		left: -3px;
		width: 100%;
		background-color: #ffffff;
		border-bottom: dashed 1px #666666;
		padding-right: 0;
	}


	
	
	    /* TOUCHMENU ENDE */    /* TOUCHMENU ENDE */    /* TOUCHMENU ENDE */    /* TOUCHMENU ENDE */
	
	
	
	
	
.fancybox-close {
    top: 91%;
	right: 5%;
}
	
	


	
	
.start-preview {
	width: 44%;
	margin: 0 3% 30px 0;
	float: left;
	}
	


.start-preview a {
clear: both;
padding: 3% 0 0 3%;
font-size:14px;
font-weight: 200;
}
	
	
.preview {
	margin: 0 2% 2% 0;
	float: left;
	padding: 0 0 15px 0;
	}
	
	
	
	
.preview_bild {
	width: 100%;
	height: auto;
	opacity: 1.0;
	filter: alpha(opacity=100); /* For IE8 and earlier */
	}
	
	
.preview_bild:hover {
    opacity: 0.6;
    filter: alpha(opacity=60); /* For IE8 and earlier */
} 





	
	
}






	
	
	
/*VVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVV*/


@media all and (max-width: 799px) {
	
}




/*VVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVV*/


@media all and (max-width: 768px) and (orientation:landscape) {

}









/*VVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVV*/


@media all and (max-width: 768px) and (orientation:portrait),
(max-width: 600px)  {
	
	
		

}
	
	

@media all and (max-width: 600px) and (orientation:landscape) {

}
