@charset "UTF-8";
/* Einfache fließende Medien
   Hinweis: Für fließende Medien müssen Sie die Attribute 'height' und 'width' des Medium aus dem HTML-Code entfernen
   http://www.alistapart.com/articles/fluid-images/ 
*/
img,
object,
embed,
video {
  max-width: 100%;
}
/* IE 6 unterstützt keine maximale Breite, verwenden Sie daher eine Standardbreite von 100% */
.ie6 img {
  width: 100%;
}

/*
	Dreamweaver-Eigenschaften für fließende Raster
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	10;
	dw-gutter-percentage:	25;
	
	Idee durch den Artikel "Responsive Web Design" von Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	und "Golden Grid System" von Joni Korpi
	http://goldengridsystem.com/
*/

/* Layout für Mobilgeräte: 480 px oder weniger. */

.gridContainer {
  background: #f4f4f4;
  width: 100%;
  max-width: 2500px;
  clear: both;
  float: left;
}
#LayoutMenu1 {
  clear: both;
  float: left;
  position: fixed;
  left: 29%;
  top: 2%;
  width: auto;
  display: block;
  z-index: 99;
}
#LayoutMenu2 {
  clear: both;
  float: left;
  position: fixed;
  right: 8%;
  top: 2%;
  width: auto;
  display: block;
  z-index: 98;
}
#LayoutLogo1 {
  clear: both;
  float: left;
  width: 22.5%;
  display: block;
  margin: 22vh 0 0 13vw;
  z-index: 1;
}
#LayoutBild1 {
  clear: none;
  float: left;
  width: 90%;
  display: block;
  margin: 11vh 5% 0 5%;
}
#LayoutBild4 {
  clear: none;
  float: left;
  width: 90%;
  display: block;
  margin: 11vh 5% 0 5%;
}
#LayoutBild5 {
  clear: none;
  float: left;
  width: 90%;
  display: block;
  margin: 11vh 5% 0 5%;
}
#LayoutLogo2 {
  text-align: center;
  clear: both;
  float: left;
  width: 34%;
  display: block;
  margin: 4% 0 0 35%;
}
#LayoutBild2 {
  font-size: 18px;
  line-height: 7px;
  clear: both;
  float: left;
  width: 80%;
  display: block;
  margin: 15vh 15% 0 5%;
  padding-top: 10%;
}
#LayoutBild3 {
  font-size: 18px;
  line-height: 7px;
  text-align: left;
  clear: both;
  float: left;
  width: 60%;
  display: block;
  margin: 5% 5% 0 35%;
}
#LayoutLogo3 {
  clear: both;
  float: left;
  width: 44%;
  display: block;
  margin: -88% 0 0 10%;
}
#LayoutLogo4 {
  clear: both;
  float: left;
  width: 44%;
  display: block;
  margin: 33% 0 0 1%;
}
#LayoutLogo5 {
  clear: both;
  float: left;
  width: 34%;
  display: block;
  margin: 22% 0 0 6%;
}
#LayoutLogo6 {
  clear: none;
  float: left;
  width: 52%;
  display: block;
  margin: 22% 0 0 0;
}
#LayoutText1 {
  font-size: 26px;
  line-height: 36px;
  letter-spacing: -0.01em;
  word-spacing: -3px;
  clear: both;
  float: left;
  width: 90%;
  display: block;
  margin: 45% 5% 0 5%;
}
#LayoutText2 {
  clear: both;
  float: left;
  width: 90%;
  display: block;
  margin: 15% 5% 0 5%;
}
#LayoutText3 {
  text-align: center;
  clear: both;
  float: left;
  width: 90%;
  display: block;
  margin: 30% 5% 16% 5%;
}

.gridContainerHintergrund {
  width: 100%;
  background-image: url(links/hg.mobil.jpg);
  background-size: cover;
  background-position: center bottom;
  height: 100vh;
  clear: both;
  float: left;
  display: block;
}

/* Layout für Tablet-PCs: 481 bis 768 px. Erbt Stile vom: Layout für Mobilgeräte. */

@media only screen and (min-width: 481px) {
  .gridContainer {
    background: #f4f4f4;
    width: 100%;
    max-width: 2500px;
    clear: both;
    float: left;
  }
  #LayoutMenu1 {
    clear: both;
    float: left;
    position: fixed;
    left: 29%;
    top: 2%;
    width: auto;
    display: block;
    z-index: 99;
  }
  #LayoutMenu2 {
    clear: both;
    float: left;
    position: fixed;
    right: 8%;
    top: 2%;
    width: auto;
    display: block;
    z-index: 98;
  }
  #LayoutLogo1 {
    clear: both;
    float: left;
    width: auto;
    display: block;
    margin: 58vh 0 0 13vw;
    z-index: 1;
  }
  #LayoutBild1 {
    clear: none;
    float: left;
    width: 60%;
    display: block;
    margin: 22vh 0 0 -8vw;
  }
  #LayoutBild4 {
    clear: none;
    float: left;
    width: 60%;
    display: block;
    margin: 22vh 0 0 -8vw;
  }
  #LayoutBild5 {
    clear: none;
    float: left;
    width: 60%;
    display: block;
    margin: 22vh 0 0 -8vw;
  }
  #LayoutLogo2 {
    text-align: center;
    clear: both;
    float: left;
    width: 100%;
    display: block;
    margin: 10vh 0 0 0;
  }
  #LayoutBild2 {
    clear: both;
    float: left;
    width: 45%;
    display: block;
    margin: 15vh 0 0 5vw;
    padding-top: 10%;
  }
  #LayoutBild3 {
    text-align: left;
    clear: none;
    float: left;
    width: 35%;
    display: block;
    margin: 15vh 0 0 9vw;
  }
  #LayoutLogo3 {
    clear: both;
    float: left;
    width: auto;
    display: block;
    margin: -30% 0 0 32vw;
  }
  #LayoutLogo4 {
    clear: both;
    float: left;
    width: auto;
    display: block;
    margin: 17vh 0 0 5vw;
  }
  #LayoutLogo5 {
    clear: both;
    float: left;
    width: auto;
    display: block;
    margin: 10vh 0 0 30vw;
  }
  #LayoutLogo6 {
    clear: none;
    float: left;
    width: auto;
    display: block;
    margin: 10vh 0 0 0vw;
  }
  #LayoutText1 {
    font-size: 30px;
    line-height: 43px;
    letter-spacing: 0.01em;
    word-spacing: -3px;
    clear: both;
    float: left;
    width: 90%;
    display: block;
    margin: 25vh 5vw 0 5vw;
  }
  #LayoutText2 {
    clear: both;
    float: left;
    width: 90%;
    display: block;
    margin: 5vh 5vw 0 5vw;
  }
  #LayoutText3 {
    text-align: center;
    clear: both;
    float: left;
    width: 90%;
    display: block;
    margin: 10vh 5vw 7vh 5vw;
  }

  .gridContainerHintergrund {
    width: 100%;
    background-image: url(links/hg.mobil.jpg);
    background-size: cover;
    background-position: center bottom;
    height: 100vh;
    clear: both;
    float: left;
    display: block;
  }
}

/* Desktoplayout: 769 bis maximal 1232 px.  Erbt Stile von: den Layouts für Mobilgeräte und Tablet-PCs. */

@media only screen and (min-width: 769px) {
  .gridContainer {
    width: 100%;
    max-width: 2500px;
    clear: both;
    float: left;
    background: #f4f4f4;
  }

  #LayoutMenu1 {
    clear: both;
    float: left;
    position: fixed;
    left: 29%;
    top: 3%;
    width: auto;
    display: block;
    z-index: 99;
  }
  #LayoutMenu2 {
    clear: both;
    float: left;
    position: fixed;
    right: 4%;
    top: 3%;
    width: auto;
    display: block;
    z-index: 98;
  }
  #LayoutLogo1 {
    clear: both;
    float: left;
    width: auto;
    display: block;
    margin: 52vh 0 0 13vw;
  }
  #LayoutBild1 {
    clear: none;
    float: left;
    width: 55%;
    display: block;
    margin: 7vh 0 0 10.8vw;
  }
  #LayoutBild4 {
    clear: none;
    float: left;
    width: 55%;
    display: block;
    margin: 23vh 10.8vw 0 10.8vw;
  }
  #LayoutBild5 {
    clear: none;
    float: left;
    width: 55%;

    display: block;
    margin: 23vh 0 0 10.8vw;
  }
  #LayoutLogo2 {
    text-align: center;
    clear: both;
    float: left;
    width: 100%;
    display: block;
    margin: 20vh 0 0 0;
  }
  #LayoutBild2 {
    clear: both;
    float: left;
    width: 37%;
    display: block;
    margin: 15vh 0 0 13vw;
    padding-top: 10%;
  }
  #LayoutBild3 {
    text-align: left;
    clear: none;
    float: left;
    width: 25%;
    display: block;
    margin: 15vh 0 0 7vw;
  }
  #LayoutLogo3 {
    clear: both;
    float: left;
    width: auto;
    display: block;
    margin: -15% 0 0 43vw;
  }
  #LayoutLogo4 {
    clear: none;
    float: left;
    width: auto;
    display: block;
    margin: 17vh 9vw 0 9vw;
  }
  #LayoutLogo5 {
    clear: none;
    float: left;
    width: auto;
    display: block;
    margin: 45vh 0 0 9vw;
  }
  #LayoutLogo6 {
    clear: both;
    float: left;
    width: auto;
    display: block;
    margin: 10vh 0 0 9vw;
  }
  #LayoutText1 {
    clear: none;
    float: left;
    width: 43%;
    display: block;
    margin: 25vh 0 0 7vw;
  }
  #LayoutText2 {
    clear: both;
    float: left;
    width: 25%;
    display: block;
    margin: 10vh 12.5vw 0 32vw;
  }
  #LayoutText3 {
    text-align: center;
    clear: both;
    float: left;
    display: block;
    margin: 11vh 5vw 11vh 5vw;
  }

  .gridContainerHintergrund {
    width: 100%;
    max-width: 2500px;
    clear: both;
    float: left;
    background-image: url(links/hg.jpg);
    background-size: cover;
    background-position: center bottom;
    background-attachment: fixed;
    height: 100vh;
    display: block;
  }
}
