html, body { margin:0; padding: 0; height: 100%; text-align: center;}
section { min-height: 100%}
a {text-decoration: none;}
li {list-style-type: none;}

h1, h2, h3, a {font-family: 'Roboto', sans-serif; font-weight: 500; color: #494949; text-transform: uppercase;}
h2 {color: #5d7177;}
h3 {font-size: 40px; padding-top: 8%; margin-bottom: 5px;}
h4, p {font-family: 'Roboto Slab', serif; color: #494949;}

hr {width: 30px; height: 3px; background: #494949; border: 0; margin: 0 auto 40px auto;}
#LOGO, li, img, .button  {transition: all 300ms; -webkit-transition: all 300ms; -o-transition: all 300ms; -moz-transition: all 300ms}

/* HEADER *************************************************/

header {
width: 100%;
height: 65px;
position: fixed;
top: 0;
left: 0;
background: white;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
z-index: 1;
}


#LOGO {
  width: 140px;
  float: left;
  margin: 10px 0 0 50px
}

#LOGO:hover {
  opacity: 0.5;
}

#LOGO img {
  width: 100%;
}

header nav {
  float: right;
  margin: 10px 50px 0 0;
}

header nav ul li {
  float: left;
  margin-right: 25px;
}

header nav ul li a {
  font-size: 14px;
}

header nav ul li:hover {
  padding-top: 5px;
}

/* HOME *************************************************/

#Home {
  background: url(img/landing.jpg);
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;  }



#Home  h1 {
  margin: 240px auto 0 auto;
  font-size: 95px;
  color: #68b14e;
}

#Home h2 {
  margin: 0 auto 0 auto;
  font-size: 25px;
    color: #222f43;
}

#Home img {
  width: 32px;
  margin-top: 150px;
  opacity: 0.7;

}


#Home iframe {

  position: center

}

#Home img:hover {
  opacity: 1;
}

/* Kontakt *************************************************/

#Kontakt  img {
  width: 20px;}

/* Beitrittserklärung *************************************************/

#Beitrittserklärung p {
  width: 950px;
  margin: 0 auto 0 auto;
}
#Beitrittserklärung img {
  width: 150px;
  margin-top: 150px;
  opacity: center;

}

/* Datenschutzerklärung *************************************************/

#Datenschutzerklärung p {
  width: 950px;
  margin: 0 auto 0 auto;
}

/* Eisenbahnstrecke *************************************************/

#Eisenbahnstrecke  img {
  width: 450px;}

  #Eisenbahnstrecke p {
    width: 950px;  margin: 0 auto 0 auto;
     font-family: sans-serif;
  }

#Eisenbahnstrecke h4 {
  font-size: 25px;  margin: 0 auto 0 auto;
}


/* Über uns *************************************************/


#Über_uns img {
  width: 240px;

}

#Über_uns p {
  width: 950px;
  margin: 0 auto 0 auto;
}

#Über_uns h4 {
  font-size: 25px;
}

/* Fahrtage *************************************************/

#Fahrtage {
  background-color: #ffffff;
}
#Fahrtage img {
    width: 900px;
}

#Fahrtage p {
  width: 950px;
  margin: 0 auto 0 auto;
}


/* Kontakt *************************************************/

form input, textarea {
  font-family: 'Roboto Slab',serif;
  font-size: 15px;
  margin-bottom: 10px;
  border-radius: 2px;
  border: 2px solid;
  border-color: #494949;
}

form input:first-child {
  margin-top: 10px;
}

form input {
  width: 552px;
  height: 30px;
}

form textarea {
  width: 550px;
  height: 200px;
  resize: none;
}

.input_text {
  color: #494949;
  padding-left: 10px;
}

.button {
  background-color: #f0f0f0;
  color: #494949;
  width: 566px;
  height: 50px;
  }

.button:hover {
  background-color: #494949;
  color: #f0f0f0;
}

/* Spendenkasse *************************************************/

#Spendenkasse {
  background-color: #ffffff;
}

#Spendenkasse img {
  width: 240px;}

/* Impressum *************************************************/

#Impressum {
  background-color: #f0f0f0;
}

#Impressum img {
  width: 240px;
}


/* Bildergallerie *************************************************/

#Bildergallerie {
  background: url(img/Bahnhof_Gunzen.jpg);
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  }
#Bildergallerie h3 {color: #01DF74;}
#Bildergallerie h2 {color: #7df00b;}


/*KONTAKT NEU *************************************************************************************************************************************************/


/* FOOTER *************************************************/

footer {
  width: 100%;
  height: 70px;
  background-color: #3f3f3f;
}

footer p {
  font-size: 12px;
  color: #f0f0f0;
  padding-top: 30px;
}
