
#indexbody
{
  background-image: url("images/Himmel1.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}

* {
    box-sizing: border-box;
    margin:0;
    padding:0;
  }

  header
  {
      width:100%;
      height:140px;
      color:seashell;
      font-size:4em;
      text-align: center;
      padding-top: 60px;
      font-family: 'IndieFlower';
      margin-top: 10px;
      padding-bottom: 110px;
      font-weight: bold;
  }

  nav
  {
    width:100%;
    height:40px;
    font-size: 2.2em;
    margin-top: 25px;
  }

nav a
  {
    text-decoration: none;
    font-size: 0.8em;
    font-family: 'Inconsolata';
  }
 
  
  article
  {
    font-size: 4em;
    font-family: IndieFlower;
    padding-top: 50px;
  }
  

  

/* Dropdown Menü */

  ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: rgba(255, 255, 255, 0.409);
  }
  
  li {
    float: left;
  }
  
  li a, .dropbtn {
    display: inline-block;
    color: rgb(255, 255, 255);
    text-align: center;
    padding: 4px 60px;
    text-decoration: none;
  }
  
  li a:hover, .dropdown:hover .dropbtn {
    background-color: rgb(255, 255, 255);
    color: rgb(156, 202, 243);
  }
  
  li.dropdown {
    display: inline-block;
    min-width: fit-content;
  }
  
  .dropdown-content {
    display: none;
    position: absolute;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgb(252, 252, 252);
    z-index: 1;
    font-family: 'Inconsolata';
    text-align: left;

  }
  
  .dropdown-content a {
    color: rgb(0, 0, 0) !important;
    padding: 2px 16px;
    text-decoration: none;
    display: block;
    text-align:left;
  }
  
  .dropdown-content a:hover {background-color: #ffffffa4;}
  
  .dropdown:hover .dropdown-content {
    display: block;
  
  }



 
.imagebruecke {
text-align: center;
}
.rahmen {
  background-color: rgba(255, 255, 255, 0.409);
  font-size: 25px;
  font-family: 'Inconsolata';
}
.header {
  color:black;
  padding-top: 30px;
  padding-bottom:30px;
  margin: -10px;
  background-image: url ("images/waldweg2.jpg");
  background-color: rgba(255, 245, 238, 0.571);
  font-family:IndieFlower;
  }


  #myhobbiesbody
  {
    background-color:rgba(156, 202, 243, 0.724);

  }

  #hobbietext1
  {
    float: left;
    width:30%;
    font-size: 28px;
    font-family: IndieFlower;
    padding-left: 30px;
    font-weight: bold;
  }
  #mylifetext1
  {
    float:left;
    width: 30%;
    font-size: 28px;
    font-family: IndieFlower;
    padding-left: 30px;
    font-weight: bold;
    margin-top: 100px;
  }

  #hobbiebild
  {
    float: center;
  width:70%;
  
  }
  #indexheader
  {
    font-size: 5em;
    font-weight: normal;
  }
  .container
  {
    position:right;
    margin-left: 700px;
  }
  #articleindex
  {
    font-size: 4em;
    font-family: IndieFlower;
    padding-top: 250px;
    font-weight: bold;
  }
  #articleaboutme
  {
   font-size: 3em;
   font-family: IndieFlower;
   font-weight: bold;
   margin-bottom: -380px;
   z-index: 4;
   
  }
  .links a
  {
   font-family: IndieFlower;
   font-weight: bold;
   color: seashell;
   z-index: +1;
  
  }

  .links a:hover
  {
  color:rgba(83, 162, 232, 0.936);
  }

  
#aboutmefooter
{
  background-color:rgb(179, 209, 235);
  width:5000px;
  height: 400px;
  margin-top: -400px;
  z-index: +3;
}

  .row {
    display: flex;
    flex-wrap: wrap;
    padding: 0 4px;
  }
  
  /* Create four equal columns that sits next to each other */
  .column {
    flex: 25%;
    max-width: 20%;
    padding: 0 4px;
    z-index: -1;

  }
  
  .column img {
    margin-top: 8px;
    vertical-align: middle;
    width: 100%;
    left: 0px;
    top: 0px;
    z-index: -1;
   
  }
  
  /* Responsive layout - makes a two column-layout instead of four columns */
  @media screen and (max-width: 800px) {
    .column {
      flex: 50%;
      max-width: 50%;
      z-index: -1;
    }
  }
  
  /* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
  @media screen and (max-width: 600px) {
    .column {
      flex: 100%;
      max-width: 100%;
      z-index: -1;
    }
  }

  body
  {
    background-color:rgb(179, 209, 235);
  }

  .row {
  display: flex;
  flex-wrap: wrap;
  padding: 0 4px;
  z-index: -1;
}

/* Create four equal columns that sits next to each other */
.column {
  flex: 25%;
  max-width: 25%;
  padding: 0 4px;
  z-index: -1;
}

.column img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
  z-index: -1;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
  .column {
    flex: 50%;
    max-width: 50%;
    z-index: -1;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column {
    flex: 100%;
    max-width: 100%;
       z-index: -1;
  }
}
.imagesillustrator
{
  margin-top:50px;
  margin-left:10px;
  text-align: center;
}
.imageaif 
{
  text-align: right;
  position: right;
  float: right;
  z-index: -4;
  margin-top: 20px;
}
#articleaif
{
  font-size: 2em;
  font-weight: bold;
  font-family: IndieFlower;
  color: black;
  text-align: left;
  margin-top: 200px;
}
#imagephotoshop
{
  margin-top: 100px;
  padding-top: 100px;
  text-align: right;
  position: right;
  float: right;
  z-index: -4;
  
}
#articlephotoshop
 {
  font-size: 2em;
  font-weight: bold;
  font-family: IndieFlower;
  color: black;
  text-align: left;
  margin-top:10px;
}
 .me{
text-align: center;
margin-top: 100px;
 }

 .contact
 {
  font-family: IndieFlower;
  font-weight: bold;
  font-size: 1.5em;
  color: seashell;
  text-align: right;
  margin-left: 1500px;
  z-index: -3;
  margin-top: -500px;
 }

 .contacttext
 {
  font-family: IndieFlower;
  font-weight: normal;
  font-size: 1em;
  color: seashell;
  margin-left:1300px;
  z-index: -2;

 }