/* MOBILE *********************************************************/
@media screen and (max-width:768px){
  header nav ul {
    position: absolute;
    right: 0px;
    height: 92vh;
    top: 8vh;
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    align-items: center;
  }






}

/* MOBILE *********************************************************/
/* TABLET *********************************************************/
@media screen and (max-width:1000px){







}

/* TABLET *********************************************************/
/* Burger Menu *******************/
.burger div{
  width: 25px;
  height: 3px;
  background-color: #7e7e7e;
  margin: 5px;
}
.burger {
  float: right;
  margin: 18px 250px 0 0;
  display: none;
}
/* /Burger Menu *******************/
/* Generell *******************/
h1, h2, h3, a {
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
  color: #333333;
}
textarea:focus, input:focus{
    outline: none;
}
p {
  font-family: 'Raleway', sans-serif;
  color: #7e7e7e;
}
a {
  text-decoration: none;
}

li {
  list-style-type: none;
}
li, #logo, img, .button, .fa-bars, button, .logo, #senden1 {
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
}
#green {
  color: #00bf80;
}
/* /Generell *******************/
/* Header menu *******************/
header {
  width: 100%;
  height: 65px;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  z-index: 1;
}
header nav {
  float: right;
  margin: 10px 250px 0 0;
}
header nav ul li{
  float: left;
  margin-left: 30px;
  color: #7e7e7e;
}
header nav ul li a {
  font-size: 16px;
}
.abgebenl {
  margin-top: 10px;
}
.abgebenl:hover {
  padding-top: 3px;
}
header nav ul li button:hover {
background-color: #00bf80;
color: #fff;
}
header nav ul a li button {
background-color: #fff;
border: 1px solid;
border-radius: 30px;
color: #00bf80;
margin-top: 3px;
padding: 5px 32px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
}
header .logo {
  height: auto;
  float: left;
  margin: 10px 0 0 250px;
}
header .logo:hover {
  padding-top: 3px;
}
header .logo a img {
  width: 45px;
  height: auto;
}
/* /Header menu *******************/
/* Eintragen *******************/
#eintragen {
  text-align: center;
  min-height: 100%;
  background-color: #fff;
}
#eintragen .section {
  margin: 150px 0 30px 0;
}
#eintragen h1 {
  font-weight: 600;
}
#eintragen .section .uberschrift p {
  margin: 20px 0 20px 0;
}
#eintragen .section .felder input {
  background-color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.19);
  border: 1px solid;
  border-color: #fff;
  border-radius: 5px;
  padding: 19px 80px 19px 80px;
  margin-bottom: 15px;
}
#eintragen .section .felder input[type=text] {
  text-align: center;
}
#eintragen .section .felder input[type=email] {
  text-align: center;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #afafaf;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #afafaf;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #afafaf;
}
#eintragen .section .felder #senden1 {
  background-color: #00bf80;
  border: 1px solid;
  border-color: #00bf80;
  border-radius: 5px;
  color: #fff;
  padding: 12px 210px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.19);
  margin-bottom: 15px;
}
#eintragen .section .felder #senden1:hover {
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.19);
  background-color: #00ab73;
}
#eintragen .section .felder p {
  font-size: 12px;
}
#eintragen .section .felder a, #eintragen .section .abgebenfrage a{
  color: #7e7e7e;
}
#eintragen .section .abgebenfrage {
  font-size: 16px;
  margin: 90px 0 0 0;
  line-height: 10px;
}
#eintragen .section .abgebenfrage i {
  font-size: 20px;
  margin-top: -10px;
}
/* /Eintrag *******************/
/* Abgeben *******************/
#abgeben {
  text-align: center;
  background-color: #2b2b2b;
  border: 1px solid;
}
#abgeben h2 {
  font-weight: 600;
  color: #fff;
}
#abgeben .section {
  margin: 100px 0 100px 0;
}
#abgeben .section p {
  color: #fff;
  margin-top: 25px;
  margin-bottom: -35px;
}
#abgeben .section .mailabgeben {
  background-image: url(../images/email-hg.png);
  background-position: center center;
  background-repeat: no-repeat;
}
#abgeben .section .mailabgeben p {
  font-weight: 600;
  font-size: 25px;
  padding: 70px 0 70px 0;
}
/* /Abgeben *******************/
/* So funktionierts *******************/
#funktion {
  margin: 0 auto 200px;
  display: flex;
  flex-wrap: wrap;
}
#funktion .artikel {
  width: 50%;
  padding-right: 32px;
  margin: 190px 0 0 0;
  padding-left: 200px;
}
#funktion .artikel h3 {
  font-size: 30px;
  font-weight: 600;
  margin: 0 0 20px 0;
}
#funktion .artikel .mehr a, #funktion .artikel .mehr i {
  color: #00bf80;
  text-decoration: none;
}
#funktion .picture {
  width: 50%;
  height: 300px;
}
#funktion .picture img {
  vertical-align: middle;
  width: 400px;
  margin: 60px 0 0 90px;
}
/* /So funktionierts *******************/
/* Footer *******************/
#footer {
  background-color: #2b2b2b;
}
#footer nav {
  text-align: center;
  float: left;
  width: 100%;
  margin: 40px 0 20px 0;
}
#footer .footnav {
  width: 100%;
}
#footer nav ul {
  position: relative;
  text-align: center;
  display: inline-block;
  padding-left: 0;
}
#footer nav ul li{
  float: left;
  margin-left: 20px;
  margin-right: 20px;
  color: #7e7e7e;
}
#footer nav ul li a {
  font-size: 16px;
}
#footer .copy {
  text-align: center;
}
#footer .copy p {
  margin-bottom: 0;
}
#footer .platz {
  padding-bottom: 40px;
}
/* /Footer *******************/
