﻿* {
	margin: 0;
	padding: 0;
	color: #000000;
}






/*   mit dem Wrapper werden die Kopf- und Fusszeile fixiert   */

body,
.wrapper {
	margin: 0px;
	max-width: 100%;
	padding-top: 0px;
}


/*   bei header soll fix   position auf fixed  */
/*   bei header soll sich bewegen   position auf relative  */
header {
	position: relative;
	top: 0;
	left: 0;
	right: 0;
}



/*   Footer-bottom bei footer-fixed  auf 40px  */
/*   Footer-bottom bei footer-relativ auf 0px  */
footer {
	position: relative;
	padding: 0px;
	bottom: 0px;
	left: 0;
	right: 0;
}




/*   Der Wrapper benötigt gelegentlich eine "Unterlage" damit nichts durchblitzt */
/*   der headerbackground schiebt auch das Menu runter */

#headerbackground {
	width: 100%;
	height: 80px;
	background: #FFFFFF;
}


/*   Durch den Wrapper muss der Inhalt der Seite nach unten geschoben werden, wenn diese fix sind, um unter dem Header herauszuschauen - für unten das gleiche   */

/*   MainRaumfueller1,bei header-relativ 20px, bei header-fixed 120 px einstellen*/
#MainRaumfueller1 {
	height: 20px;
	background-color: #FFFFFF;
}

/*   MainRaumfueller2,bei footer-fixed 120px, bei footer-relative 20 px einstellen
#MainRaumfueller2 {
	height: 120px;
	background-color: lime;
}
*/







/* definitionen des Haeder    */


#header1 {
	width: 100%;
	background: #FFFFFF;
	margin-bottom: 0%;
	height: 30px;
	text-align: left;
	padding-left: 00px;
	padding-top: 40px
}


.headlogo1{
	font-family: Arial;
	font-size: 22px;
	font-weight: bold;
	color: #808080;	
	padding-left: 50px;
	padding-right: 0px;
	text-decoration:none;
}
.headlogo2{
	font-family: Arial;
	font-size: 22px;
	font-weight: normal;
	color: #6495ed;
	padding-left: 20px;
	padding-right: 10px;
	text-decoration:none
}





.dropdown {
    position: relative;
    display: inline-block;
    visibility: hidden;
}

.dropbtn {
    background-color: #FFFFFF;
    color: white;
    padding: 0px;
    margin-top: 5px;
    font-size: 0px;
    border: none;
}

.dropdown-content {
	display: none;
	position: absolute;
	background-color: #FFFFFF;
	min-width: 100px;
	z-index: 1;
}

.dropdown-content a {
	color: black;
	padding: 20px 60px 10px 10px;
	text-decoration: none;
	text-align: left;
	display: block;
}

.dropdown-content a:hover{background-color: white;}
.dropdown:hover .dropdown-content {display: block;}
.dropdown:hover .dropbtn {background-color: white;}







#navi1 {
	visibility: visible;
	float: left;
	width: 100%;
	background: #FFFFFF;
	margin-bottom: 0%;
	height: 30px;
	text-align: center;
	padding-top: 5px
}

a.navi1 {
	font-family: Arial;
	font-size: 20px;
	line-height: 14px;
	color: #808080;
	font-weight: normal;
	text-decoration: none;
	padding-right: 40px;
}
a.navi1:hover {
	color: #C0C0C0;
}
a.navi1linkchecked {
	font-family: Arial;
	font-size: 20px;
	line-height: 14px;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}



/*  Hamburgermenue  */
#navi2 {
	float: left;
	width:100%;
	background:#FFFFFF;
	margin-bottom: 0%;
	height:0px;
	text-align: center;
	float:left;
}

a.navi2 {
    font-family: Arial;
	font-size: 20px;
	line-height: 14px;
	color: #808080;
	font-weight: lighter;
	text-decoration: none;
	padding-left:20px;
	padding-right: 150px;
}
	
a.navi2:hover {
	color: #C0C0C0;
}
a.navi2linkchecked {	
	font-family: Arial;
	font-size: 20px;
	line-height: 14px;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
    }



#navi3 {
	visibility: visible;
	float: left;
	width: 100%;
	background: #FFFFFF;
	margin-bottom: 0%;
	height: 30px;
	text-align: center;
	padding-top: 30px
}

a.navi3 {
	font-family: Arial;
	font-size: 16px;
	line-height: 14px;
	color: #808080;
	font-weight: normal;
	text-decoration: none;
	padding-right: 40px;
	padding-left: 20px;
}
a.navi3:hover {
	color: #C0C0C0;
}
a.navi3linkchecked {
	font-family: Arial;
	font-size: 16px;
	line-height: 14px;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}




/*   Hamburgermenue über dem Footer   */

.dropdown5 {
	position: fixed;
	display: inline-block;
	visibility: hidden;
	bottom: 20px;
	right: 30px;
}
.dropbtn5 {
    background-color: transparent;
    color: white;
    padding: 0px;
    margin-top: 0px;
    font-size: 0px;
    border: none;
    padding-right: 40px;
}


/*   Hamburgermenue nach oben: bottom 100% und position = absolute   */
.dropdown5-content {
	display: none;
	position: absolute ;
	background-color: #FFFFFF;
	min-width: 100px;
	z-index: 1;
	bottom: 100%;
}

.dropdown5-content a {
	color: black;
	padding: 10px 80px 10px 10px;
	text-decoration: none;
	text-align: left;
	display: block;
}

.dropdown5-content a:hover{background-color: white;}
.dropdown5:hover .dropdown5-content {display: block;}
.dropdown5:hover .dropbtn5 {background-color: white;}

#navi5 {
	
	float: left;
	width: 100%;
	background: #FFFFFF;
	margin-bottom: 0%;
	height: 0px;
	text-align: center;
	float: left;
	background-color: transparent;
}




a.navi5 {
    font-family: Arial;
	font-size: 20px;
	line-height: 14px;
	color: #808080;
	font-weight: lighter;
	text-decoration: none;
	padding-left:10px;
	padding-right: 10px;
	/* float:right      schiebt den Menutext nach rechts)   */
}
	
a.navi5:hover {
	color: #C0C0C0;
}
a.navi5;linkchecked {	
	font-family: Arial;
	font-size: 20px;
	line-height: 14px;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
    }







/*   Definitionen des Footer   */



/*   Footer-background bei footer-fixed  auf 100px  */
/*   Footer-background bei footer-relativ auf 40px  */
#footerbackground {
	height: 40px;
	background-color: #FFFFFF;
}


#footer0 {
	width: 100%;
	background: #FFFFFF;
	margin-bottom: 0px;
	height: 20px;
	float: left;
	text-align: left;
	padding-top: 10px;
	padding-left: 0px;
}


 


#footer1 {
	width: 100%;   
	background: #FFFFFF;
	margin-bottom: 0px;
	height: 20px;
	float: left;
	text-align: left;
	padding-top: 10px;
	padding-left: 0px;
}

#footer2 {
	width: 100%;
	background: #FFFFFF;
	margin-bottom: 0px;
	font-size: 14px;
	height: 30px;
	text-align: left;
	padding-top: 20px;
	padding-left: 0px;
	padding-bottom:10px;
	float: left;
}

a.bottomlogo0 {
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	margin-bottom: 10px;
	padding-left: 20px;
	color: #000000;
	line-height: 14px;
}

a.bottomlogo1 {
	font-family: Arial;
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 10px;
	padding-left: 10px;
	color: #000000;
	line-height: 14px;
}

a.bottomlogo2 {
	font-family: Arial;
	font-size: 16px;
	margin-bottom: 0px;
	padding-left: 10px;
	font-weight: small;
	color: #000000;
	line-height: 14px;

}







/*  ein Standard unformieter Kontainer mit der weite 100% zum zusammenfassen von Gruppen    */

#container {
	width: 100%;
}





/*    Allgemeine Kontainer für das Responsiv-Verhalten     */


#BoxVisible1 {
	visibility:visible;
	height:100%
}

#BoxVisible2 {
	visibility: hidden;
	
}

.ImpressumBildResponsiv2 {
	height:0px;
}


/*    Standardschriften     */

.ProjektUeberschrift1 {
	color: #808080;
	font-family: Arial;
	font-size: 22px;
	font-weight: bold;


}

.ProjektKurztext {
	color: #808080;
	font-family: Arial;
	font-size: 16px;
	font-weight: normal;

}







 @media only screen and (max-width: 1100px) {
 
 /*   mit dem Wrapper werden die Kopf- und Fusszeile fixiert   */



/*   Durch den Wrapper muss die Seite nach unten geschoben werden um unter dem Header herauszuschauen - für unten das gleiche   */

#MainRaumfueller1 {
	height: 20px;
}

/*
#MainRaumfueller2 {
	height: 0px;
}
*/


/*    Allgemeine Kontainer für das Responsiv-Verhalten     */

#BoxVisible1 {
	visibility:hidden;
	height:0px;
}

#BoxVisible2 {
	visibility:visible;
	height:100%;
}

.ImpressumBildResponsiv2 {
	height:auto;
}



/*    Definition des Haeder     */



.dropdown {
    position: relative;
    display: inline-block;
    visibility: visible;
    top: 0px;
    text-align:right;
    float:right;
}

#navi1 {
	visibility: hidden;
	width: 100%;
	background: #FFFFFF;
	margin-bottom: 0%;
	height: 0px;
	text-align: center;
}


#header1 {
	width: 100%;
	background: #FFFFFF;
	margin-bottom: 0%;
	height: 30px;
	text-align: left;
	padding-left: 0px;
	padding-top: 40px
}

.dropdown5 {
	visibility: hidden;
}




#footer0 {
	width: 100%;
	background: #FFFFFF;
	margin-bottom: 0%;
	height: 20px;
	float: left;
	text-align: left;
	padding-top: 10px;
	padding-left: 00px;
}





}

/*    Definition des Footer    */
 
 @media only screen and (max-width: 700px) {

/*   mit dem Wrapper werden die Kopf- und Fusszeile fixiert   */



/*   Durch den Wrapper muss die Seite nach unten geschoben werden um unter dem Header herauszuschauen - für unten das gleiche   */

#MainRaumfueller1 {
	height: 20px;
}
#MainRaumfueller2 {
	height: 0px;
}



/*    Allgemeine Kontainer für das Responsiv-Verhalten     */

#BoxVisible1 {
	visibility:hidden;
	height:0px;
}

#BoxVisible2 {
	visibility:visible;
	height:100%;
}


.ImpressumBildResponsiv2 {
	height:auto;
}



/*    Definition des Haeder     */

.headlogo1{
	padding-left: 20px;
}

.dropdown {
	position: relative;
	display: inline-block;
	visibility: hidden;
	top: 0px;
	float: right;
}


#navi1 {
	visibility: hidden;
	width: 100%;
	background: #FFFFFF;
	margin-bottom: 0%;
	height: 0px;
	text-align: center;
}


#header1 {
	width: 100%;
	background: #FFFFFF;
	margin-bottom: 0%;
	height: 30px;
	text-align: left;
	padding-left: 0px;
	padding-top: 20px
}


.dropdown5 {
	position: fixed;
	display: inline-block;
	visibility: visible;
	xbottom: 25px;
	xright: 30px;
}





#
#footer0 {
	width: 100%;
	background: #FFFFFF;
	margin-bottom: 0%;
	height: 20px;
	float: left;
	text-align: left;
	padding-top: 10px;
	padding-left: 00px;
}

}

/*    Definition des Footer    */



