/* Start ----------------------------------------- [ Blockfarben ] */
  
body {
	width: 100%;
	/* background-image: url(images/layout_grid.gif); */
	background-attachment: fixed;
	/* background-color: yellow; */
  }
  
  header {
	  /* background-color: yellow;*/
	  /* background-color:rgba(200, 200, 1, 0.3);  */
	  
  }
  
  .header-logo {
	  /*  background-color: yellow;*/
	  /* background-color:rgba(150, 150, 80, 0.3);  */
	  
  }
  
  .header-picture {
	  /* background-color: yellow;*/
	  /* background-color:rgba(230, 20, 1, 0.231); */
	  
  }

  div.wor-cover-nav {
    background-color: white;
    background-color:rgba(255, 255, 255, 1);
  }


  main {
	  /* background-color: greenyellow;*/
	  /* background-color:rgba(100, 250, 100, 0.1);  */
  }
  
  nav {
	  /* background-color: skyblue;*/
	  /* background-color:rgba(10, 200, 250, 0.3);  */
  }
  
  aside {
	  background-color: white;
	  background-color:rgba(255, 255, 255, 1);
  }
  
  footer {
	  /* background-color: #ffffff;*/
	  /* background-color:rgba(65, 84, 70, 0.1); */
  }
  
  /* End ----------------------------------------- [ Blockfarben ] */

  /* Start -------------------------------- [ General Elements ] */

body {
	color: #01506e;
  }

.red, dt.red, h3.red {
	color: #cc061d !important;
}

.redside {
	color: #cc061d;
}



 /* End -------------------------------- [ General Elements ] */ 

 /* Start ------------------------------------------ [ header ] */

header .title,
header .chapter {
    color: #ffffff;  
}
    
header .picture.wor {
    border-color: #01506e;
}

header .picture.general {
    border-color:  #cc061d;
}

header .sub-title .slogan {
    color: #cc061d;
}

 /* End ------------------------------------------ [ header ] */


 /* Start ------------------------------------------ [ dl dt dd ] */

dl {
	
    /* background-color:rgba(215, 245, 22, 0.2); */
}

dt {
    /* background-color:rgba(250, 241, 115, 0.2); */
}

dd {
    /* background-color:rgba(22, 245, 78, 0.2); */

}






/* End ------------------------------------------ [ dl dt dd ] */