*{
box-sizing: border-box;
}
html {
  height: 100%;
}

 body {
 background-color: #778899;
 height: 100%;
 width: 100%;
 margin:0;
 font-family: "Arial";
 font-size: 16px;
}


/* ---Navigation --- */

.header {
  width: 100%;
  height: auto;
  min-height:  50px;
  background-color: #778899;
  position: relative;

}
.all {
  position: absolute;
  right: 0;
  margin: 0;
  padding: 0;
}

.dropp {
    height: 100%;
    margin-bottom: 0;
    color: #000;
    margin-top: 0.55rem;
    font-size: 1.5rem;
    border: none;
    cursor: pointer;
    margin-right: 5rem;
    font-weight: bold;
}
#Allgemeines{
  text-decoration: underline;
}
.dropdown {
    position: relative;
    display: inline-block;
    height: 100%;
    width: auto;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;

}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {background-color: #8C0000}

 #Aktuell{
   background-color: #8C0000;
   width: 100%;
   height: 100%;
 }


.dropdown:active .dropdown-content {
    display: block;
}

.dropdown:hover .dropdown-content {
    display: block;
}
/* --- HEADER --- */

.logo > img {
  width: 100%;
  height: auto;
  max-height: 300px;
  }


/* --- INHALT --- Index --- */
.index {
  margin-right: 5%;
  margin-left: 5%
}
.neu{
  display: inline-block;
  margin-top: 3rem;
  margin-bottom: 2rem;
  width: 100%;
}
.neu > center > a > button{
  font-size: 2.5rem;
  margin: 0;
  padding: 0;
  color: #F00;
  border: 0;
  background: linear-gradient(to bottom, #778899, black);
  padding: 20px;
}
.neu > center > a > button:link{
  color: #C00;
  text-decoration: none;
}
.neu > center > a > button:visited{
  color: #C00;
  text-decoration: none;
}
.neu > center > a > button:hover{
  color: #0FF;
  text-decoration: none;
}
.neu > center > a > button:active{
  color: #00F;
  text-decoration: none;
}
.index > header > h1 {
  color: #FFF;
  font-size: 2.5rem;
  display: inline-block;
  margin: 0;
  margin-top: 2rem;
  text-decoration: underline;
}

.index > section > p {
  color: #000;
  font-size: 1.5rem;
  margin-right:  1.5rem;
  text-align: justify;
}
.index > section > img {
  float: right;
  width: 35%;
  height: auto;
  margin-left: 2rem;
}

/* --- INHALT --- Geschichte --- */
.geschichte{
  margin-right: 5%;
  margin-left: 5%
}
.geschichte > header > h1 {
  color:#FFF;
  font-size: 2.5rem;
  display: inline-block;
  margin: 0;
  margin-top: 2rem;
  margin-left: 2rem;
  text-decoration: underline;
}
.geschichte > section >  p {
  color: #000;
  font-size: 1.5rem;
  padding-left: 2rem;
  padding-right: 2rem;
  text-align: justify;
}

.name-bild {
  display: inline-block;
  color: #FFF;
  height: 30px;
}

.links {
  display: inline-block;
  position: absolute;
  left: 0;
  margin-left: 5%
}
.rechts {
  display: inline-block;
  position: absolute;
  right: 0;
  margin-right: 5%;
}
.links1 {
  display: inline-block;
  position: absolute;
  left: 0;

}
.rechts1 {
  display: inline-block;
  position: absolute;
  right: 0;

}
.geschichte > section >  .left {
  float: right;
  width: 35%;
  height: auto;
  margin-left: 2rem;
}
.geschichte > section >  .right {
  float: left;
  width: 35%;
  height: auto;
  margin-right: 2rem;
  }
.clear {
  background-color:#778899;
}
.clear:after{
  content: "";
  clear:both;
  display: block;
}
/* --- INHALT ---  Ausbildungsjahr --- */
.jahr {
  margin-left: 5%;
  margin-right: 5%;
}
.jahr > header > h1 {
  color: #FFF;
  font-size: 2.5rem;
  display: inline-block;
  margin: 0;
  margin-top: 2rem;
  text-decoration: underline;
}
.jahr > section > p {
  color: #000;
  font-size: 1.5rem;
  text-align: justify;
}
.jahr > section > div > p {
  color: #000;
  font-size: 1.5rem;
}
.jahr > section >  .left {
  float: right;
  width: 35%;
  height: auto;
  margin-left: 2rem;

}
.jahr > section >  .leftC {
  float: right;
  width: 35%;
  height: auto;
  margin-left: 2rem;

}
.jahr > section >  .right {
  float: left;
  width: 35%;
  height: auto;
  margin-right: 2rem;
}
.bild-jahr {
  float: right;
  width: 35%;
  height: auto;
}

.bild {
  display: inline-block;
  max-width: 700px;
  height: auto;
  width: 50%;
}
.name-bild3{
  color: #FFF;
  position: relative;
  display: inline-block;
  width: 100%;
  text-align: center;
}
.name-center{
  text-align: center;
}
.name-center2{
  display: inline-block;
  position: relative;
}
.name-center3{
  display: inline-block;
  position: relative;
  width: 100%;
  text-align: center;
  height: auto;
}
.bild-center{
  text-align: center;
  height: auto;
}
.name-org{
  display: inline-block;
  position: relative;
  left: 0.6rem;
  width: 100%;
  height: auto;
}

.container {
  width: 100%;
  height: auto;
  position: relative;
  min-height: 30px;
}
.vorbild1{
  display: inline-block;
  min-height: 30px;
  width: 100%;
  min-width: 30%;
  color: #FFF;
  position: absolute;
  left: 0;
  margin-right: 100rem;
}
.vorbild2{
  display: inline-block;
  min-height: 30px;
  width: 100%;
  color: #FFF;
  position: absolute;
  right: 0;
  margin-left: 50rem;
}

.container > .bilb1 {
  display: inline-block;
  margin-top: 2rem;
  max-width: 50%;
  height: auto;
}
.container > .bilb2 {
  display: inline-block;
  margin-top: 2rem;
  position: absolute;
  right: 0;
  max-width: 50%;
  height: auto;
}
 .container > .bilb1 > img {
  max-height: 427px;
  margin-right: 1rem;
  width: 100%;
  height: auto;
}
 .container > .bilb2 > img {
  max-height: 427px;
  margin-left: 1rem;
  width: 100%;
  height: auto;
}
.jahr > section > p > a:link {
  color: #F00;
  text-decoration: none;
}
.jahr > section > p > a:visited {
  color: #F00;
  text-decoration: none;
}
.jahr > section > p > a:hover {
  color: #FFF;
  text-decoration: none;
}
.jahr > section > p > a:active {
  color: #FD0;
  text-decoration: none;
}
/* --- INHALT --- berufsinhalte --- */
.berufsinhalte {
  margin-left: 5%;
  margin-right: 5%;
}
.berufsinhalte > section >  .left {
  float: right;
  width: 35%;
  height: auto;
  margin-left: 2rem;
}
.berufsinhalte > section >  .right {
  float: left;
  width: 35%;
  height: auto;
  margin-right: 2rem;
}
.berufsinhalte > section > p {
  color: #000;
  font-size: 1.5rem;
  text-align: justify;
}
.berufsinhalte > header > h1 {
  color: #FFF;
  font-size: 1.8rem;
  display: inline-block;
  margin: 0;
  margin-top: 2rem;
  text-decoration: underline;
  margin-bottom: 1rem;
}
.berufsinhalte > section > p > a:link {
  color: #D00;
  text-decoration: none;
}
.berufsinhalte > section > p > a:visited {
  color: #D00;
  text-decoration: none;
}
.berufsinhalte > section > p > a:hover {
  color: #FFF;
  text-decoration: none;
}
.berufsinhalte > section > p > a:active {
  color: #FD0;
  text-decoration: none;
}
.Galerie > center > a {
  display: inline-block;
  margin: 0;
  padding: 0;

}
/* --- INHALT --- Projekte --- */

.projektauswahl {
  margin-left: 5%;
  margin-right: 5%;
}
.projektauswahl > section > a >  .left {
  float: right;
  width: 35%;
  height: auto;
  margin-left: 2rem;
}
.projektauswahl > section > a > .right {
  float: left;
  width: 35%;
  height: auto;
  margin-right: 2rem;
}
.projektauswahl > section > p {
  color: #000;
  font-size: 1.5rem;
  text-align: justify;
}
.projektauswahl > header > h1 {
  color: #FFF;
  font-size: 1.8rem;
  display: inline-block;
  margin: 0;
  margin-top: 2rem;
  text-decoration: underline;
  margin-bottom: 1rem;
}
.projektauswahl > section > p > a:link {
  color: #D00;
  text-decoration: none;
}
.projektauswahl > section > p > a:visited {
  color: #D00;
  text-decoration: none;
}
.projektauswahl > section > p > a:hover {
  color: #FFF;
  text-decoration: none;
}
.projektauswahl > section > p > a:active {
  color: #FD0;
  text-decoration: none;
}
/* --- INHALT --- Impressum --- */
.impressum {
  width: 100%;
  height: auto;
}
.impressum > section > h2 {
  color: #000;
  font-size: 2rem;
  text-decoration: overline;
}
.impressum > section > h3 {
  color: #FFA;
  font-size: 1.5rem;
  text-decoration: underline;
}
.impressum > section > p {
  color: #000;
  font-size: 1.3rem;
}

.impressum > section > table {
  color: #000;
  font-size: 1.4rem;

}
.impressum > section {
  margin-left: 3rem;
}
.impressum > section > table > tbody > tr > td > a:link{
  text-decoration: none;
  color: #F00;
}
.impressum > section > table > tbody > tr > td > a:hover{
  text-decoration: none;
  color: #F00;
}
.impressum > section > table > tbody > tr > td > a:active{
  text-decoration: none;
  color: #F00;
}
.impressum > section > table > tbody > tr > td > a:visited{
  text-decoration: none;
  color: #F00;
}


/* --- FOOTER --- */

footer {
  margin-top: 3rem;

}
footer >  div {
  display: block;
  clear: both;
  border: 5px solid #000;
}
footer >  div > center > p{
  color: #FF19;
  font-size: .8rem;
}
footer >  div > center > p > a:link{
  text-decoration: none;
  color: #F00;
}
footer >  div > center > p > a:hover{
  text-decoration: none;
  color: #FFF;
}
footer >  div > center > p > a:visited{
  text-decoration: none;
  color: #F00;
}
footer >  div > center > p > a:active{
  text-decoration: none;
  color: #0FF;
}
