*{ margin:0;
		padding:0;
		
	}

	
	
	html, body {
  font: 100% 'Roboto-Regular',"Roboto", sans-serif, monaco;
  background-color: /*#CCAC8C*/ #FFFFFF;
  height: 100%;
	}
	
ul li a:visited { color: inherit; text-decoration: none}
ul li a:hover { color: #FFFFFF; text-decoration: none}



	#Head{
	background-color: white;
	margin-bottom: 14px;
	}

	#Start{
	width: 250px;
	height:75px;
	background-color:#091727;
	position:relative;
	float:left;
	text-align: center;
	padding-top: 18px;
	font-size:26px;
	color: white;
	}

	#Start a{
	text-decoration: none;
	color:white;
	}
	
	#colorNavm{
	background-color:#091727;
	height: 70px;
	display: block;
	}
	
	#colorNavm > ul{
	width:1200px;
	margin-left: auto;
	margin-right: auto;
	position: center;
	height: 70px;
	}

	#colorNavm >ul > li {	
	list-style: none;
	float: left;
	/*width: 14%;*/
	display: inline-block;
	text-align: center;
	padding-top: 20px;
	padding-left:10px;
	padding-right:10px;
	}
	
	ul li a:first-child{
	font-size:26px;
	}
	#colorNavm >ul >li > a{
	font-size:19px;
	text-decoration:none;
	color: white;
	}


	#button_untermenue {
	display: none;
	}


	
	
	#button {
	display: none;
	}

	#Untermenü {
	background-color: #e5e2dd;
	width: 275px;
	border-radius: 3px;
	float: left;
	margin-left: 40px;
	padding: 10px;
	}
	
	#Untermenü a >li {
	list-style: none;
	padding: 0.4em 0 0 0.4em;
	border-bottom: solid 1px #bbb;
	}
	
	#Untermenü a {
	color: #091727;
	text-decoration: none;
	font-size: 17px;
	}

/*********************************************************************************************************************************/
	
	#Seite {
    min-height: 100%;
    /*padding: 0 0 100px;*/
    position: relative;
	/*background-image: url(testbild2.png);*/
	background-position:-175px 30px;
	background-attachment: fixed;
	background-color: #210c01;
	padding-top: 70px;
	}
	
	#Vorschau{
	width: 100%;
	height: 250px;
	background-color: #210c01;
	border-radius:4px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 100px;
	}
	
	#Kasten{
	float:left;
	width: 18%;
	margin-left: 1%;
	margin-right: 1%;
	height: 250px;
	background-color:#210c01;
	border-radius:2px;
	list-style:none;
	border-bottom: 5px solid white;
	border-top: 5px solid white;
	}


	
	
	#Inhalt {
	width:800px;
	border-radius: 3px;
	background-color: /*#71819E*/ /*#CED1E3;*/ /*#e5e2dd*/ white;
	margin-left: 350px;
	/*margin-top: 20px;*/
	height: auto;
	padding-bottom: 2em;
	overflow: hidden;
	}
	
	#Text h2 {
	margin: 1em 0 10px 0;;
	color: #333;
	}
	
	#Text p {
	font-family: 'Roboto-Regular','Roboto', sans-serif;
	color: #222;
	font-size: 16px;
	line-height: 26px;
		}
	
	/*#Text pre {
		/* C-Code für Raspberry Pi */
   	/*margin: 8px 0px 8px 0px;
    	padding: 8px 8px 8px 8px;
   	border-width: 1px;
    	border-style: dotted;
   	border-color: #000000;
   	background-color: #CDCCC7;
   	font-style: italic;
	}*/
	
	
	#Text{
	margin-left: 45px;
	margin-right: 45px;
	background-color: white;
	}

	#List {
		padding:0.2em 0 0 1.2em;
	}

	#List >li{
	padding: 0.4em 0 0 0.7em;
	}

	#overlay{
	height:100%;
	width: 100%;
	}
	
	#overlay p{
	margin-top: 20px;
	margin-left: 10px;
	margin-right: 10px;
	line-height: 24px;
	font-size: 12px;
	}

	#three_pic{
		padding-top: 10px;
		height: 340px;
	}

	#three_1 {
	width: 31%;
	float: left;
	padding: 0 2px 0 0;
	}

	#equation p{
		margin-bottom: 10px;
	}
	
	#equation{
		padding: 10px;
		margin-top: 10px;
		margin-bottom: 10px;
		width: 270px;
		border: 1px solid;"
	}
	
	/************************************************************************************************************************************/
	
	footer {
	background: rgba(0, 0, 0, 0.2);
   	bottom: 0;
    	height: 22px;
    	left: 0;
    	position: absolute;
    	width: 100%;
	}

	footer a {
	position: relative;
	font-size: 13px;
	margin-top: 2em;
	padding-left: 1em;
	text-decoration: none;
	}
	
	/*img.center {
		
	display: block;
	margin-left: auto;
	margin-right: auto;
	}*/
	
	img {
	width: 700px;
		
	/*padding: 5px 20px 5px 20px*/;
	}

	.img150{
		width: 100%;
		float: left;
		padding: 0 3px 0 0;
	}
	
	iframe{
		width: 700px;	
		height: 350px;
	}
	

	figcaption {
	font-size: 80%;
	font-style: italic;
	display: block;
	margin-bottom: 10px;
	text-align: center;
	}
	
	/*figcaption.mobile {
	display: none;
	}*/


	
	.bildlinks {
	float: left;
	padding-right: 20px;
	padding-top: 12px;
	}
	
	.bildrechts {
	padding-top: 12px;
	float: left;
	}

	.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding-top: 14px;
	padding-bottom: 10px;
	}

	.vorschau {
	width: 100%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 0 0 0 0;
	}

	span.date {
	font-size: .9em;
	font-style: italic;
	}
	
	.imageBox {
        position: relative;
        overflow: hidden;
        width: 100%; height:100%;
        float: left;
        margin-right: 100px;   
    }
    .figure {
        position: absolute;
        bottom: 0; left: 0;
        padding: 5px;
        margin:5px;
        background: white;
    }
	
	.imageBox .tr-slideIn {
        left: -110%;
        width: 100%; height: 100%;
        margin: 0;
        padding-top: 50%;
        opacity: 0.95;  
        background:#091727;
        color: white;
        -webkit-transition: all 0.5s; /* hier könnte statt all auch left oder opacity stehen. dann muss aber auch bei ":hover" stehen wohin das hin transition soll also von left -220 zu 0 oder opacity 0.7 zu 1...*/
    }
    .imageBox:hover .tr-slideIn {
        left: 0;
    }
	
	a.title{
		color: red;
	}

	video.vid{
		height: 480px;
		width: 90%;
	}
	
	


