html,
body {
    background: #ffffff;
    margin: 0;
    padding: 0;
    font-family: 'Work Sans', sans-serif;
}

#oben {
    background-color: #ffffff;
    position: fixed;
    height: 80px;
    width: 100%;
    z-index: 99;
}

#unten {
    background-color: transparent;
    height: 80%;
    width: 100%;
    float: left;
    max-width: 80%;
    border-bottom: 0px solid #6E6E6E;
    padding: 0 0 25px 0;
    color: #6E6E6E;
    position: absolute;
    left: 15%;
    margin-top: 110px;
}

#menuToggle
{
  display: block;
  position: relative;
  top: 50px;
  left: 15%;
  
  z-index: 1;
  
  -webkit-user-select: none;
  user-select: none;
}
#menuToggle input
{
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  left: -5px;
  
  cursor: pointer;
  
  opacity: 0; /* hide this */
  z-index: 2; /* and place it over the hamburger */
  
  -webkit-touch-callout: none;
}

#menuToggle span
{
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;
  
  background: #1E1EFF;
  
  z-index: 1;
  
  transform-origin: 4px 0px;
  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
}

#menuToggle span:first-child
{
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2)
{
  transform-origin: 0% 100%;
}

/* 
 * Transform all the slices of hamburger
 * into a crossmark.
 */
#menuToggle input:checked ~ span
{
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px);
  background: #1E1EFF;
}

/*
 * But let's hide the middle one.
 */
#menuToggle input:checked ~ span:nth-last-child(3)
{
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

/*
 * Ohyeah and the last one should go the other direction
 */
#menuToggle input:checked ~ span:nth-last-child(2)
{
  transform: rotate(-45deg) translate(0, -1px);
}

#menu
{
  position: absolute;
  width: 260px;
  margin: 100px 0 0 -15%;
  padding: 30px;
  padding-top: 0px;

  background: transparent;
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  
  transform-origin: 0% 0%;
  transform: translate(-100%, 0);
  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
}

#menu li
{
  padding: 0px 0;
  font-size: 24px;
    color: #1E1EFF;
    text-align: left;
}
#menu li:link {
    text-decoration: none;
    color: #1E1EFF;
    list-style-type: none;
}

#menu li:visited {
    color: #ffffff;
    list-style-type: none;
}

#menu li:hover,
#menu li.active {
    color: #333333;
    list-style-type: none;
    transition: 0.25s;
}

#menuToggle input:checked ~ ul
{
  transform: none;
}

#menu a {
  width: 100%;
    font-size: 24px;
    font-weight: 500;
  padding: 10px;
  color: #1E1EFF;
  text-decoration: none;
}

a {
  width: 100%;
    font-size: 24px;
    font-weight: 500;
  padding: 0px;
    padding-bottom: 100px;
  color: #1E1EFF;
  text-decoration: none;
}

a:link {
    text-decoration: none;
    color: #333333;
    list-style-type: none;
}

a:visited {
    color: #333333;
    list-style-type: none;
}

a:hover,
a.active {
    color: #1E1EFF;
    list-style-type: none;
    transition: 0.25s;
}

#logo {
    height: 63px;
    width: 160px;
    margin-top: 23px;
    background-color: transparent;
    float: left;
    left: 75%;
    position: fixed;
}

#logo img {
    width: 100%
}

#square1 {
    background-color: transparent;
    height: 35%;
    width: 30%;
    float: left;
    max-width: 80%;
    color: #6E6E6E;
    position: absolute;
    left: 26%;
    top: 0%;
}

#portfolio_bilder img {
    width: 80%
}

#portfolio_hoch img {
    width: 60%
}

#me img {
    width: 40%;

}

#head2 img {
    max-width: 25%
}

#links {
    background: #ffffff;
    position: fixed;
    width: 40%;
}

#peter {
    position: absolute;
    width: 600px;
    background-color: transparent;
    float: right;
   margin: 130px 0px 0 45%;
    padding: 0 0 0 0;

}

#PK_Logo {
    position: fixed;
    width: 600px;
    background-color: transparent;
    float: right;
   margin: 140px 0px 0 35%;
    padding: 0 0 0 0;

}

#headline {
    position: fixed;
    height: 50px;
    width: 200px;
    margin: 45px 0px 0 300px;
    float: left;
}

h1 {
    font-size: 60px;
    letter-spacing: -1px;
    color: #1E1EFF;
    font-weight: 700;
    text-align: left;
    line-height: 1em;
}

h2 {
    font-size: 40px;
    font-weight: 700;
    color: #333333;
}

h3 {
    font-size: 20px;
    letter-spacing: 0px;
    font-weight: 400;
    color: #333333;
    line-height: 0px;
}

h4 {
    font-size: 20px;
    letter-spacing: 0px;
    font-weight: 500;
    color: #333333;
}

#head2 {
    font-size: 25px;
    color: #ff8000;
    letter-spacing: 4px;
    float: left;
    margin: 0 0 0 0;
}

#unten ul {
    margin: 0;
    padding: 0 0 0 0px;
}

#unten ul li {
    list-style-type: none;
    float: left;
    width: 100%;
    margin: 3px 10px 10px 0px;
    padding: 0;
    font-size: 19px;
    letter-spacing: 4px;
    border-color: #9E9E9E;
    border-width: 1px;
    border-style: solid;
    padding: 15px;
    width: 150px;
    height: 150px;
}

#unten ul li:hover {
    border-color: #ff8000;
}

#footer {
    float: left;
    height: 20px;
    width: 60%;
    margin: 0 0 0 40%;
    padding: 0 0 25px 0;
    color: #6E6E6E;   
}

p {
    color: #333333;
    font-size: 22px;
    line-height: 27px;
    width: 70%;
    font-weight: 400;
    letter-spacing: 0px;
}

p2 {
    
    font-size: 16px;
    line-height: 21px;
    width: 55%;
    font-weight: 200;
    letter-spacing: 0px;
}

hr{
    border-style: solid; 
    border: 0; 
    height: 1px; 
    background: #6E6E6E; 
}

#profil {
    border-bottom: 1px solid #6E6E6E;
    width: 60%;
    float: left;
    margin: 0 0 0 40%;
    padding: 0 0 25px 0;
    color: #6E6E6E;
}

#beschreibung img {
    float: left;
    margin: 0 20px 0 0;
}

#me p {
    line-height: 30px;
    width: 100%
}

#me p2 {
    line-height: 20px;
}

#weblog {
    border-bottom: 1px solid #6E6E6E;
    width: 60%;
    float: left;
    margin: 0 0 0 40%;
    padding: 0 0 25px 0;
    color: #6E6E6E;
}

/* Anpassungen auf IPad Pro */

@media (max-width: 1024px) {
    
    p {
    color: #333333;
    font-size: 20px;
    line-height: 27px;
    width: 70%;
    font-weight: 400;
    letter-spacing: 0px;
}

p2 {
    
    font-size: 16px;
    line-height: 21px;
    width: 55%;
    font-weight: 200;
    letter-spacing: 0px;
}
    
    h1 {
    font-size: 50px;
    letter-spacing: -1px;
    color: #1E1EFF;
    font-weight: 700;
    text-align: left;
    line-height: 1em;
}
    
    h3 {
    font-size: 20px;
    letter-spacing: 0px;
    font-weight: 400;
    color: #333333;
    line-height: 0px;
}
    
    #peter {
    position: absolute;
    width: 500px;
    background-color: transparent;
    float: right;
   margin: 100px 0px 0 45%;
    padding: 0 0 0 0;

}
    
#menuToggle
{
  display: block;
  position: relative;
  top: 50px;
  left: 15%;
  
  z-index: 1;
  
  -webkit-user-select: none;
  user-select: none;
}
#menuToggle input
{
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  left: -5px;
  
  cursor: pointer;
  
  opacity: 0; /* hide this */
  z-index: 2; /* and place it over the hamburger */
  
  -webkit-touch-callout: none;
}

#menuToggle span
{
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;
  
  background: #1E1EFF;
  
  z-index: 1;
  
  transform-origin: 4px 0px;
  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
}

#menuToggle span:first-child
{
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2)
{
  transform-origin: 0% 100%;
}

/* 
 * Transform all the slices of hamburger
 * into a crossmark.
 */
#menuToggle input:checked ~ span
{
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px);
  background: #1E1EFF;
}

/*
 * But let's hide the middle one.
 */
#menuToggle input:checked ~ span:nth-last-child(3)
{
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

/*
 * Ohyeah and the last one should go the other direction
 */
#menuToggle input:checked ~ span:nth-last-child(2)
{
  transform: rotate(-45deg) translate(0, -1px);
}

#menu
{
  position: absolute;
  width: 260px;
  margin: 100px 0 0 -15%;
  padding: 30px;
  padding-top: 0px;

  background: transparent;
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  
  transform-origin: 0% 0%;
  transform: translate(-100%, 0);
  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
}

#menu li
{
  padding: 0px 0;
  font-size: 24px;
    color: #1E1EFF;
    text-align: left;
}
#menu li:link {
    text-decoration: none;
    color: #1E1EFF;
    list-style-type: none;
}

#menu li:visited {
    color: #1E1EFF;
    list-style-type: none;
}

#menu li:hover,
#menu li.active {
    color: #333333;
    list-style-type: none;
    transition: 0.25s;
}

#menuToggle input:checked ~ ul
{
  transform: none;
}

#menu a {
  width: 100%;
    font-size: 20px;
    font-weight: 500;
  padding: 10px;
  color: #1E1EFF;
  text-decoration: none;
}

a {
  width: 100%;
    font-size: 22px;
    font-weight: 500;
  padding: 0px;
    padding-bottom: 100px;
  color: #003858;
  text-decoration: none;
}

a:link {
    text-decoration: none;
    color: #333333;
    list-style-type: none;
}

a:visited {
    color: #333333;
    list-style-type: none;
}

a:hover,
a.active {
    color: #1E1EFF;
    list-style-type: none;
    transition: 0.25s;
}
    
/* Anpassungen auf kleines Fenster */

@media (max-width: 800px) {

        p {
    color: #333333;
    font-size: 18px;
    line-height: 25px;
    width: 70%;
    font-weight: 400;
    letter-spacing: 0px;
}
    
    h2 {
    font-size: 30px;
    font-weight: 700;
    color: #333333;
}

p2 {
    
    font-size: 16px;
    line-height: 21px;
    width: 55%;
    font-weight: 200;
    letter-spacing: 0px;
}
    
    h1 {
    font-size: 40px;
    letter-spacing: -1px;
    color: #1E1EFF;
    font-weight: 700;
    text-align: left;
    line-height: 1em;
}
    h3 {
    font-size: 16px;
    letter-spacing: 0px;
    font-weight: 400;
    color: #333333;
    line-height: 0px;
}
    
    #peter {
    position: absolute;
    width: 400px;
    background-color: transparent;
    float: right;
   margin: 80px 0px 0 45%;
    padding: 0 0 0 0;

}
    
#menuToggle
{
  display: block;
  position: relative;
  top: 50px;
  left: 15%;
  
  z-index: 1;
  
  -webkit-user-select: none;
  user-select: none;
}
#menuToggle input
{
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  left: -5px;
  
  cursor: pointer;
  
  opacity: 0; /* hide this */
  z-index: 2; /* and place it over the hamburger */
  
  -webkit-touch-callout: none;
}

#menuToggle span
{
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;
  
  background: #1E1EFF;
  
  z-index: 1;
  
  transform-origin: 4px 0px;
  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
}

#menuToggle span:first-child
{
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2)
{
  transform-origin: 0% 100%;
}

/* 
 * Transform all the slices of hamburger
 * into a crossmark.
 */
#menuToggle input:checked ~ span
{
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px);
  background: #1E1EFF;
}

/*
 * But let's hide the middle one.
 */
#menuToggle input:checked ~ span:nth-last-child(3)
{
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

/*
 * Ohyeah and the last one should go the other direction
 */
#menuToggle input:checked ~ span:nth-last-child(2)
{
  transform: rotate(-45deg) translate(0, -1px);
}

#menu
{
  position: absolute;
  width: 250px;
  margin: 100px 0 0 -15%;
  padding: 30px;
  padding-top: 0px;

  background: transparent;
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  
  transform-origin: 0% 0%;
  transform: translate(-100%, 0);
  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
}

#menu li
{
  padding: 0px 0;
  font-size: 24px;
    color: #1E1EFF;
    text-align: left;
}
#menu li:link {
    text-decoration: none;
    color: #1E1EFF;
    list-style-type: none;
}

#menu li:visited {
    color: #1E1EFF;
    list-style-type: none;
}

#menu li:hover,
#menu li.active {
    color: #1E1EFF;
    list-style-type: none;
    transition: 0.25s;
}

#menuToggle input:checked ~ ul
{
  transform: none;
}

#menu a {
  width: 100%;
    font-size: 16px;
    font-weight: 500;
  padding: 10px;
  color: #FF3366;
  text-decoration: none;
}

a {
  width: 100%;
    font-size: 20px;
    font-weight: 500;
  padding: 0px;
    padding-bottom: 100px;
  color: #333333;
  text-decoration: none;
}

a:link {
    text-decoration: none;
    color: #333333;
    list-style-type: none;
}

a:visited {
    color: #333333;
    list-style-type: none;
}

a:hover,
a.active {
    color: #1E1EFF;
    list-style-type: none;
    transition: 0.25s;
}
    
/* Anpassungen auf smartphone */

@media (max-width: 550px) {
        p {
    color: #333333;
    font-size: 18px;
    line-height: 25px;
    width: 70%;
    font-weight: 400;
    letter-spacing: 0px;
}
	
	#logo {
    height: 63px;
    width: 160px;
    margin-top: 25px;
    background-color: transparent;
    float: left;
    left: 37%;
    position: fixed;
}
    
    h2 {
    font-size: 25px;
    font-weight: 700;
    color: #333333;
}
    
    h3 {
    font-size: 16px;
    letter-spacing: 0px;
    font-weight: 400;
    color: #333333;
    line-height: 0px;
}

p2 {
    
    font-size: 16px;
    line-height: 21px;
    width: 55%;
    font-weight: 200;
    letter-spacing: 0px;
}
    
    h1 {
    font-size: 40px;
    letter-spacing: -1px;
    color: #1E1EFF;
    font-weight: 700;
    text-align: left;
    line-height: 1em;
}
	
    h4 {
    font-size: 20px;
    letter-spacing: -1px;
    color: #333333;
    font-weight: 500;
    text-align: left;
    line-height: 1em;
}
	
    h3 {
    font-size: 16px;
    letter-spacing: -1px;
    color: #333333;
    font-weight: 400;
    text-align: left;
    line-height: 1.5em;
}
    
    #peter {
    position: absolute;
    width: 400px;
    background-color: transparent;
    float: right;
   margin: 300px 0px 0 0;
    padding: 0 0 0 0;

}
	
	#PK_Logo {
    position: absolute;
    width: 100px;
    background-color: transparent;
    float: left;
   margin: 120px 0px 0 0;
    padding: 0 0 0 0;

}
    
#menuToggle
{
  display: block;
  position: relative;
  top: 50px;
  left: 15%;
  
  z-index: 1;
  
  -webkit-user-select: none;
  user-select: none;
}
#menuToggle input
{
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  left: -5px;
  
  cursor: pointer;
  
  opacity: 0; /* hide this */
  z-index: 2; /* and place it over the hamburger */
  
  -webkit-touch-callout: none;
}

#menuToggle span
{
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;
  
  background: #1E1EFF;
  
  z-index: 1;
  
  transform-origin: 4px 0px;
  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
}

#menuToggle span:first-child
{
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2)
{
  transform-origin: 0% 100%;
}

/* 
 * Transform all the slices of hamburger
 * into a crossmark.
 */
#menuToggle input:checked ~ span
{
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px);
  background: #1E1EFF;
}

/*
 * But let's hide the middle one.
 */
#menuToggle input:checked ~ span:nth-last-child(3)
{
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

/*
 * Ohyeah and the last one should go the other direction
 */
#menuToggle input:checked ~ span:nth-last-child(2)
{
  transform: rotate(-45deg) translate(0, -1px);
}

#menu
{
  position: absolute;
  width: 250px;
  margin: 100px 0 0 -15%;
  padding: 30px;
  padding-top: 0px;

  background: #ffffff;
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  
  transform-origin: 0% 0%;
  transform: translate(-100%, 0);
  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
}

#menu li
{
  padding: 0px 0;
  font-size: 24px;
    color: #1E1EFF;
    text-align: left;
}
#menu li:link {
    text-decoration: none;
    color: #1E1EFF;
    list-style-type: none;
}

#menu li:visited {
    color: #333333;
    list-style-type: none;
}

#menu li:hover,
#menu li.active {
    color: #1E1EFF;
    list-style-type: none;
    transition: 0.25s;
}

#menuToggle input:checked ~ ul
{
  transform: none;
}

#menu a {
  width: 100%;
    font-size: 16px;
    font-weight: 500;
  padding: 10px;
  color: #1E1EFF;
  text-decoration: none;
}

a {
  width: 100%;
    font-size: 16px;
    font-weight: 500;
  padding: 0px;
    padding-bottom: 100px;
  color: #333333;
  text-decoration: none;
}

a:link {
    text-decoration: none;
    color: #333333;
    list-style-type: none;
}

a:visited {
    color: #333333;
    list-style-type: none;
}

a:hover,
a.active {
    color: #1E1EFF;
    list-style-type: none;
    transition: 0.25s;
}   