﻿body {
	background: #ffffff;
	font-family: "Open Sans", sans-serif; 
    font-weight: 400;
	color:#616161;
	background-size: 100% auto;
    margin-left: auto;
    margin-right:auto;
}
#container {
	width: 100%;
	}
#logo {
    display: inline;
    z-index: 2
}
#navigation {
    z-index: 1;
    font-size: 1.0em;
    display: inline;
}
#content {
	width: 100%;
    height: auto;
	position: absolute;
	margin-top: 25px;
	background: rgba(255, 255, 255, .75);
	text-align: left;
}
#footer {
	width: 100%;
	position:fixed;
    text-align: center;
    padding: 10px;
	background: rgba(0,0, 0, .6);
	bottom: 0px;
}
/* Mastertitel-Formatvorlagen  */


/* Navigationsformatvorlagen*/
#navigation ul {
    margin-left: 15%;
    margin-right: 15%;
    list-style-type: none;
    border-top: 1px #ffffff solid;    /* Rahmenlinie oben */
    border-bottom: 1px #B6B6B6 solid; /* Rahmenlinie unten */
	text-align: center;
}
#navigation a {
    color: #000000;
    text-decoration: none;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 20px;
}
#navigation a:hover {
    color: #ff0000;
    text-decoration: none;
}


/* Inhaltsformatvorlagen */
#content h1 { 
    font-weight: 400;
	font-size: 2.5em;
	margin-left: 50px;
    margin-right: auto;
	}
#content h2 {
	font-size:1.2em;
	font-weight: 400;
	}
#content h2 a {
	color: #404040;
	text-decoration: none;
}
#content h3 {
	font-size:1.0em;
	font-weight: 500;
}
#content h4 {
    font-weight: 200;
	font-size: 1.5em;
	text-align: left;
}
#content h5 {
	color: #FFFFFF;
	font-size:small;
	text-decoration: none;
	text-align: left;
}
#content h6 {
	font-weight: 100;
	font-size: 1.0em;
	text-align: center;
	color:#555555;
	font-family: arial;
	margin-top: 0px;
	margin-bottom: 0px;
}
#content h6 a {
	color: #555555;
	text-decoration: none;
}
#content a {
	color: #ff0000;
	text-decoration: none;
}
#content h6 a:hover {
	color: #ff0000;
	text-decoration: none;
}
#content a:hover {
	color: #ff0000;
	text-decoration: none;
}
#content ul {
	list-style-type:square;
	color: #616161;
}

#content li {
	color: #616161;
	text-decoration: none;
}
#content table {
	width: 70%;
    table-layout: fixed;
    margin-left: auto;
    margin-right: auto;
	border: 0px solid #6D6D6D;
    background-color: #f4f4f4;
	border-spacing: 10px;
    opacity: 1.0;
	padding: 10px;
}
#content table.projekt {
	width: 70%;
    margin-left: auto;
    margin-right: auto;
	border: none;
    background-color: #ffffff;
	margin-top: 15px;
}

#content table.projekt a {
	margin-top: 15px;
	height: 100%;
	width: 100%;
	text-align: center;
}

#content table.projekt a:hover {
	opacity: 0.7;
	scale: 1.2;
}


/* Tabelle Icons Startseite*/
#content table.index {
	width: 60%;
    margin-left: auto;
    margin-right: auto;
    background-color: #FFFFFF;
	border: 0px;
    padding: 10px;
    margin-top: auto;
}
#content table.index2 {
	width: 60%;
    margin-left: auto;
    margin-right: auto;
    background-color: #ffffff;
	border: 0px;
    padding: 10px;
    margin-top: auto;
}
/* Tabelle Beschreibung*/
#content table.intro {
	width: 60%;
    table-layout: fixed;
    border: 0px solid #6D6D6D;
	background-color: #FFFFFF;
	opacity: 1.0;
	margin-left: auto;
    margin-right: auto;
    padding: 30px;
    border-radius: 50px;
    box-shadow: -10px -10px 5px silver;
}

#content hr.trenn {
	width: 150px;
	border: none;
	height: 1px;
	background: grey;
	margin: auto;
}

/* Fußzeilen-Formatvorlagen */

#footer p {
	color: #ffffff;
	text-decoration: none;
    margin: auto;
}
#footer a {
	color: #ffffff;
	text-decoration: none;
    padding: 10px;
}
#footer a:hover {
	color: #ff0000;
	text-decoration: none;
}


@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}


/* Smartphone Hochformat (Portrait) */
@media only screen
  and (min-width: 300px)
  and (max-width: 479px) {
#body {
		  font-size: 1.0em;
	  }
#logo img {
    max-width: 75px;
    margin-top: 0px;
    margin-bottom: 0px;
}
#navigation {
	display: grid;
	font-size: 0.9em;
	width: 100%;
}
#navigation ul {
	margin-left: auto;
    margin-right: auto;
	text-align: center;
}
#navigation a {
	color: #000000;
	text-decoration: none;
    padding: 5px 5px;
}
#content {
      width: 100%;
	font-size: 0.8em;
	  }

#content table.intro {
      margin-left: 0px;
	  width: 100%;
	padding: 5px 5px 5px 5px;
}
#content table {
      margin-left: 0px;
	  width: 100%;
}
	  
#content table td {
	  width: 100%;
	 display: block ;
}
#content table.index {
      margin-left: 0px;
	  width: 100%;
}
#content table.projekt {
      margin-left: 0px;
	  width: 100%;
}
#footer {
	font-size: 0.7em;
	  }
}
	  
 
/* Smartphone Querformat (Landscape) */
@media only screen
  and (min-width: 480px)
  and (max-width: 800px) {
	  
#content {
    width: 100%;
	font-size: 0.7em;
      }
#navigation {
	display: grid;
	font-size: 0.9em;
	width: 100%;
}
#navigation ul {
	margin-left: auto;
    margin-right: auto;
	text-align: center;
}
#navigation a {
	color: #000000;
	text-decoration: none;
    padding: 5px 5px;
}

#logo img {
    max-width: 75px;
} 

#content table.intro {
	  width: 100%;
}
#content table {
	  width: 100%;
}
#content table td {
	  width: 100%;
	 display: block ;
}	  
	 
#content table.index {
      margin-left: auto;
     margin-right: auto;
	  width: 50%;
}
#content table.projekt {
	  width: 100%;
}
#footer {
	font-size: 0.6em;
	  }
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
      }
