 a {
    color: #000;
    text-decoration: underline;
    }
    a:hover {
    color: #cca000;
    }

    .contact-link:link {
        color: #000;
        text-decoration: none;
      }

      .contact-link:hover, .contact-link:focus {
        color:  #cca000;
      }

      .contact-link:visited {
        color:  #ffc800;
      }

    #bottom {
        position:relative;
        padding-top: 24rem;
    }
    .mr-1 {
    margin-right: 1rem !important;
    }

    .imgsize {
    max-width: 50%;
    max-height: 50%;
    }

    .portfolio-item {
    max-width: 26rem;
    margin-left: auto;
    margin-right: auto;
    }

    .header-agenturzeile {
     display: flex;
     height: 3.5rem;
     width: 20.5rem;
     }

     .header {
       font-family: Arial;
       font-size: 4rem;
       color: #fff;
       line-height: 4rem;
      }

      .headerpic {
      /* max-width: 100vh;
       border: 2px solid blue;*/
       padding-top: 6rem;
       padding-bottom: 16rem;
       height: auto;
       text-align: center;
       color: #fff;
       background-image: url("../assets/img/Startbild_Moewe.jpg");
       background-repeat: no-repeat;
       background-attachment: scroll;
        background-position: top center;
       background-size: cover;
      }

     /* body {
        padding-top: 3.5rem;
      }  */

      /* footer styles-------------------------------------------------- */

      .footer {
        height: 60px; /* Set the fixed height of the footer here */
        line-height: 60px; /* Vertically center the text there */
        background-color: #f5f5f5;
      }