@charset "UTF-8";
/* #####  - basis.sass -    #### */
/*   1. Farbe:  */
/* - dunkel-türkies  */
/* - helleres türkies */
/* - weiss  */
/*#808080;    /*  - grau  */
/* - schwarz  */
/* - dunkleres grau  */
/* - helleres grau  */
/* - rot  */
/* - rot  zu schwarz */
/* - gelb -original */
/* - aus gelb - dunkler */
/*  #FFE276;	  - gelb  HG aus original */
/* - gelb zu rot */
/*  #FFE276;	  - gelb  HG aus original */
/*  header.sass - www.strasse der deutschen prache.de */
.headerContainerClass .HeaderPictureContainer {
  width: 100%;
  height: 100%; }
  .headerContainerClass .HeaderPictureContainer img {
    width: 100%; }

.headerContainerClass .divLogoPictureClass {
  position: absolute;
  top: 0px;
  left: 20px;
  bottom: 50%; }
  .headerContainerClass .divLogoPictureClass img {
    height: 100%; }

.headerContainerClass .Title {
  font-family: VollkornBold;
  font-size: 3vw;
  position: absolute;
  left: 10%;
  right: 30%;
  top: 30%;
  text-shadow: 0px 0px 10px white; }
