/* -Algemeine Einstellungen- */
*{
  margin: 0;
  padding: 0;
  font-family: arial;
}
-webkit-::selection{
  color: #fff;
  background-color: #9db12b;
}
-moz-::selection{
  color: #fff;
  background-color: #9db12b;
}
::selection{
  color: #fff;
  background-color: #9db12b;
}
iframe{
  border: none;
}


/* -NEW */
span#new{
  color: red;
  font-weight: bold;
  position: absolute;
  top: -1em;
  right: -1em;
  transform: rotate(10deg);
  animation: wackeln 1s ease-in-out infinite;
  font-size: 0.8em;
}
div.nav_area nav ul li:last-child{
  position: relative;
}
@keyframes wackeln {
  0%{transform: rotate(10deg);}
  50%{transform: rotate(20deg);}
  100%{transform: rotate(10deg);}
}

body{
  background: -webkit-radial-gradient(50% 50%, ellipse, #f9f9f9 50%, #eee 70%);
  border-bottom: 0.5em #9db12b solid;
  font-size: 100%;
  min-height: 100vh;
  overflow-x: hidden;
}
h1, h2, h3, h4{
  font-size: 3.3em;
  font-family: arial, helvetica, sans-serif;
  color: #686868;
  font-weight: normal;
  line-height: 2;
}
h2{
  color: #008000;
}
h4{
  font-size: 1.3em;
  color: #f9f9f9;
}
p, li, td{
  color: #000;
  line-height: 1.5;
  font-size: 1.25em;
  margin: 0.5em 0;
}
ul ul{
  margin-left: 2.5em;
}
i.material-icons{
  font-size: 1.5em;
}
li{
  margin-left: 2em;
}
a{
  text-decoration: none;
  color: #686868;
}
a:hover{
  text-decoration: underline;
}
span.info_headline{
  color: #008000;
  font-weight: 600;
}
p.info_lebenslauf{
  color: #008000;
}
h3{
  font-size: 1.8em;
  line-height: 1.8;
  color: #008000;
  font-weight: bold;
}
div.links, div.rechts{
  width: 50%;
  float: left;
}
div.rechts{
  float: right;
}
div.clear{
  clear: both;
}
img{
  width: 90%;
  height: auto;
  max-width: 100%;
}
div.vertical_align{
  vertical-align: middle;
  display: table-cell;
  height: 8em;
  width: 1%;
}

/* -Wrapper- */
div.wrapper{
  width: 75%;
  margin: 0 auto;
}

/* -header- */
header{
  width: 100vw;
  padding-bottom: 0.8em;
  position: fixed;
  z-index: 25;
  border-top: 0.5em #9db12b solid;
  border-bottom: 0.1em #ddd solid;
  transition: all 0.2s ease-in-out;
  background-color: #f1f1f1;
}
div.placeholder{
  height: 8em;
}
header.after_scroll{
  box-shadow: 0 0.5em 2em #aaa;
}
header div.vertical_align{
  transition: all 0.2s ease-in-out;
}

/* -Skype- */
div.skype{
  background-color: #9db12b;
  color: #fff;
  text-align: center;
  margin-bottom: 0.8em;
  padding-bottom: 0.5em;
  font-size: 1.2em;
}

/* -Logo- */
div.logo_area{
  width: 20%;
  float: left;
  text-align: right;
}
div.logo_area img{
  height: 80%;
}
/* -Nav- */
div.nav_area{
  width: 80%;
  float: right;
}
nav ul li{
  list-style: none;
  display: inline-block;
  /*border-radius: 0.2em;*/
  margin: 0.5em 1em;
  font-size: 1.2em;
}
nav ul li a{
  padding: 0.5em;
  /*border-radius: 0.5em;*/
  transition: all 0.3s ease-in-out;
}
nav ul li a:hover, nav ul li a.select{
  background-color: #9db12b;
  color: #fff;
  text-decoration: none;
}
div.moblie_nav{
  display: none;
  text-align: right;
  padding-right: 3em;
}
div.moblie_nav span#menue_open, div.moblie_nav span#menue_open i, div.moblie_nav span#menue_close, div.moblie_nav span#menue_close i, div.mobile_nav_ul_area ul{
  transition: none;
}
div.moblie_nav i{
  cursor: pointer;
  font-size: 30pt;
}
div.moblie_nav span#menue_close{
  display: none;
}
div.mobile_nav_ul_area, ul.mobile_nav_ul{
  display: none;
  width: 100vw;
  text-align: center;
}
div.mobile_nav_ul_area li{
  list-style: none;
  line-height: 2;
}

/* -main- */
main{
  margin-top: 5em;
}
div.headline{
  text-align: center;
}
h2.headline_details{
  font-size: 1.5em;
}
div.information, div.information_2, div#mail{
  margin: 5em 0;
}
div.information_2 h3, div.information h3{
  margin-bottom: 0.5em;
}


/* -footer- */
footer{
  background-color: #9db12b;
  height: 18em;
  /*border-radius: 1em;*/
  position: relative;
  overflow: hidden;
}
footer img{
  background-color: #fff;
  padding: 0.5em;
  border-radius: 0.25em;
}
footer p, footer a{
  font-size: 1em;
  color: #f9f9f9;
  line-height: 1.3;
}
footer p.bold, span.bold{
  font-weight: bold;
}
div.vertical_line{
  height: 18em;
  background-color: #8da11b;
  width: 0.1em;
  position: absolute;
  left: 33.33%;
}
div.zwei{
  left: 66%;
}
footer div.vertical_align{
  height: 18em;
  text-align: center;
  width: 10%;
}
footer div.links, footer div.mitte, footer div.rechts{
  width: 33.33%;
  float: left;
}
div.mitte img{
  width: 50%;
}
div.rechts p{
  text-align: justify;
}
footer div.content{
  padding: 0 1em;
}

/* -copyright- */
div.copyright{
  margin: 1em 0;
  padding: 0 0.5em;
}
div.copyright a:hover{
  color: #9db12b;
  text-decoration: underline;
}
div.copyright div.links{
  float: left;
  width: 50%;
}
div.copyright div.rechts{
  width: 50%;
  text-align: right;
}
div.copyright i{
  position: relative;
  top: 0.15em;
}

/* -mobile- */
@media screen and (min-width: 800px) {
  header.after_scroll div.vertical_align{
    height: 5em;
  }
  main{
    font-size: 85%;
  }
}
@media screen and (max-width: 800px){

  /*-algemeiein*/
  body{
    font-size: 85%;
  }
  div.wrapper{
    width: 95%;
  }

  /*-nav*/
  nav{
    display: none;
  }
  header{
    background-color: #f2f2f2;
  }
  div.moblie_nav, div.mobile_nav_ul_area{
    display: block;
  }
  div.logo_area{
    width: 35%;
  }
  div.nav_area{
    width: 65%;
  }
}
@media screen and (max-width: 650px){
  footer div.mitte, footer div.zwei{
    display: none;
  }
  footer div.links, footer div.rechts{
    width: 50%;
  }
  footer div.vertical_line{
    left: 50%;
  }
}
@media screen and (max-width: 500px){
  body{
    font-size: 70%;
  }
  h1, h2{
    font-size: 2.6em;
  }
}
@media screen and (max-width: 300px){
  body{
    font-size: 50%;
  }
}
@media screen and (min-width: 3000px){
  body{
    font-size: 150%;
  }
}
