/*html, body {
   margin: 0;
   padding: 0;
   width: 100%;
   height: 100%;
}

/* ------------------------------------------------------------------------------------------------------- */
/* EINSTELLUNGEN für HEADER				 																   */
/* ------------------------------------------------------------------------------------------------------- */

/* Einstellungen Global */
.cd-header {									/* */
  position: absolute;							/* */
  z-index: 99;									/* */
  top: 0;										/* */
  left: 0;										/* */
  width: 100%;									/* */
  -webkit-font-smoothing: antialiased;			/* */
  -moz-osx-font-smoothing: grayscale;			/* */
}												/* */
/* */

/* Einstellungen für Bildschirmgröße SMALL (Handy) */
.cd-header {									/* */
  height: 50px;									/* */
  background-color: rgba(255, 255, 255, 0);		/* rgba(255, 255, 255, 0.2) = Transparenz */
}												/* */
/* */

.cd-header1 {									/* */
  position: absolute;							/* */
  z-index: 90;									/* */
  top: 0;										/* */
  left: 0;										/* */
  width: 100%;									/* */
  -webkit-font-smoothing: antialiased;			/* */
  -moz-osx-font-smoothing: grayscale;			/* */
}												/* */
/* */

/* Einstellungen für Bildschirmgröße SMALL (Handy) */
.cd-header1 {									/* */
  height: 50px;									/* */
  background-color: rgba(255, 255, 255, 0);		/* rgba(255, 255, 255, 0.2) = Transparenz */
}												/* */
/* */

/* Einstellungen für Bildschirmgröße > 1170px (PC)*/
@media only screen and (min-width: 1170px) {	/* */
  .cd-header {									/* */
    height: 12%;								/* 70px; */		
    background-color: rgba(255, 255, 255, 0);	/* rgba(255, 255, 255, 0.2) = Transparenz     background-color: transparent;*/
  }												/* */	
}												/* */
/* */

/* ------------------------------------------------------------------------------------------------------- */
/* EINSTELLUNGEN für LOGO				 																   */
/* ------------------------------------------------------------------------------------------------------- */

/* Einstellungen für Bildschirmgröße SMALL */
#cd-logo {										/* */
	float: right;								/* */
	margin: 0px 23% 0 5%;	  					/* Oben rechts unten links 0 0 0 3%*/
	width: 46%;								/* */	
}												/* */
/* */

#cd-logo2 {										/* */
	float: center;								/* */	
	margin: 0px 5% 0 5%;	  					/* Oben rechts unten links 0 0 0 3%*/
	width: 150px;  								/* */
}												/* */
/* */

#cd-logo3 {										/* */
	float: right;								/* */
	margin: 90% 10% 0 0%;	  					/* Oben rechts unten links 0 0 0 3%*/
	width: 250px;  								/* */
}												/* */
/* */

#cd-logo img {									/* */
  display: block;								/* */
}												/* */
/* */

/* Einstellungen für Bildschirmgröße > 768px */
@media only screen and (min-width: 768px) {		/* */
  #cd-logo {									/* */
    margin: 0px 40% 0 5%;						/* Oben rechts unten links 0 0 0 5%*/
	width: 20%;								/* 350px*/				
  }												/* */
/* */

  #cd-logo2 {									/* */
    margin: 0 0 0 5%;							/* Oben rechts unten links 0 0 0 5%*/
	width: 150px;								/* */
  }  											/* */
}												/* */
/* */

  #cd-logo3 {									/* */
	margin: 2% 0% 0 0%;	  					/* Oben rechts unten links 0 0 0 3%*/
	width: 10%;  								/* */
  }  											/* */
}												/* */
/* */