
  
     
        
      body {
        margin: 0;
        padding: 0;
        background-image: url('images/hintergrund\ blätter.jpeg');
        background-size: cover;
        background-position: center;
        background-attachment: fixed;
         
       
        
        
       
      }
  
   header{
   font-size: 40px;
    background-image: url(images/hintergrund\ header\ \(2\).jpeg);
    text-align: center;
    background-color: rgb(255, 255, 255);
    font-family: Georgia, 'Times New Roman', Times, serif;
   }
  h1{
    display: inline-block;
   
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    background-color: rgba(255, 255, 255, 0.7);
    text-align: center;
    

  }
  h2{
    
    font-size: 30px;
    
    
  }
      nav {
        display: flex;
        float: right;
        font-size: 20px;
        font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;

      }
  
      ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
        display: flex;
      }
  
      li {
        margin-right: 20px;
      }
  
      a {
        text-decoration: none;
        color: rgb(0, 0, 0);
        transition: color 0.3s;
      }
  
      a:hover {
        color: rgb(155, 155, 255);
      }
  
      .dropdown {
        position: relative;
      }
  
      .dropdown-content {
        display: none;
        position: absolute;
       
        
      }
  
      .dropdown:hover .dropdown-content {
        display: block;
      }
  
      .dropdown-content a {
        display: block;
        padding: 10px;
      }
  
      .dropdown-content a:hover {
        background-color: rgb(255, 255, 255);
      }
      .social-icons {
        text-align: center;
    }
    footer{
      
      background-image: url(images/hintergrund\ header\ \(2\).jpeg);
      position: fixed;
      bottom: 0;
      width: 100%;
      
    }
    .social-icons a {
        display: inline-block;
        width: 40px;
        height: 40px;
        margin: 0 10px;
        background-size: cover;
    }
    
    .instagram-icon {
        background-image: url('images/instaicon.webp');
    }
    
    .snapchat-icon {
        background-image: url('images/snapicon.png');
    }
    .Impressum-icon{
      background-image:url('images/impressum-icon.webp') ;
    }
    main{
      padding-top: 200px;
      padding-bottom: 100px;
      text-align: center;
    }
    
    @media only screen and (max-width: 600px) {
      header {
          font-size: 30px;
      }
    
      h1 {
          font-size: 24px;
      }
    
      main {
          margin-top: 100px;
          font-size: 30px;
      }
    
      nav {
          display: block;
          float: none;
          text-align: center;
          font-size: 30px;
          background-color: rgb(187, 220, 255);
      }
    
      ul {
          display: block;
      }
    
      li {
          margin-right: 0;
          margin-bottom: 10px;
      }
    
      a {
          font-size: 20px;
      }
    
      .dropdown-content {
          position: static;
          background-color: rgb(214, 232, 255);
      }
    
      .container {
          display: block;
          text-align: center;
      }
    
      .image {
          margin: 0 auto 30px;
      }
    }