* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: 'Titillium Web', sans-serif;
  }
  
  header {
    position: relative;
    width: 100%;
    min-height: 150px;
    height: auto;
  }
  
  header * {
    color: #DA5599;
  }
  
  header .logo {
    float: left;
    height: auto;
    width: 500px;
  }
  
  header .logo img {
    height: 150px;
    width: 100%;
  }
  
  header ul {
    float: right;
    list-style: none;
  }
  
  header ul li {
    float: left;
    text-align: center;
    margin: 20px;
    padding: 8px;
  }
  
  header ul li a {
    display: block;
    font-size: 1rem;
    font-weight: bold;
    text-decoration: none;
  }
  
  header ul li a:hover {
    color: #f05993;
  }
  
  header .menu-toggle {
    display: none;
  }

  
footer {
    background-color: #DA5599;
    color: #fffcfc;
    margin-top: 150px;
    height: auto;
    position: relative;
  }
  
  footer .footer-content {
    height: 650px;
    display: flex;
  }
  
  footer .footer-content .footer-section {
    flex: 1;
    padding: 25px;
  }
  
  footer .footer-content .contact {
    padding: 50px;
  }
  
  footer .footer-content .contact h3 {
    font-size: 1.8rem;
    font-weight: bold;
    margin: 0;
  }
  
  footer .footer-content .contact p {
    display: block;
    font-size: 1.2rem;
    margin: 10px 5px 10px 0px;
  }
  
  footer .contact div {
    background-color: #fdfdfd;
    width: 450px;
    margin-top: 20px;
    padding: 30px;
  }
  
  footer .footer-content .contact div p {
    color: black;
    font-size: 1.5rem;
    margin: 0px 0px 20px 0px;
  }
  
  footer .footer-content .contact div input {
    background-color: #e1e1e1;
    color: #404040;
    padding: 0.7rem 1rem;
    border: solid 1px #adacac;
    width: 100%;
    margin-bottom: 15px;
    display: block;
    line-height: 1.5rem;
    font-size: 1rem;
    outline: none;
  }
  
  footer .footer-content .contact div input:focus {
    border: solid 1px #404040;
  }
  
  footer .footer-content .contact div textarea {
    background-color: #e1e1e1;
    color: #404040;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    padding: 20px 10px;
    margin-bottom: 15px;
    font-family: sans-serif;
    font-size: 1rem;
    outline: none;
    border: solid 1px #adacac;
  }
  
  footer .footer-content .contact div textarea:focus {
    border: solid 1px #404040;
  }
  
  footer .footer-content .contact div button {
    display: block;
    margin: auto;
    font-size: 1.2rem;
    padding: 11px 40px;
    color: #DA5599;
    background-color: #fed495;
    border: none;
    cursor: pointer;
  }

  .ddkf{
    height: auto;
    margin-top: 20px;
    margin-left: 50px;
  }

  
  footer .footer-content .contact div button:hover {
    background-color: #f8c579;
  }
  
  footer .footer-content .adress {
    padding: 50px;
  }
  
  footer .footer-content .adress h3 {
    font-size: 1.8rem;
    font-weight: bold;
    margin: 0;
  }
  
  footer .footer-content .adress p {
    font-size: 1.2rem;
    margin: 10px 5px 10px 0px;
  }
  
  footer .footer-content .adress .mapouter {
    position: relative;
    text-align: right;
    height: 400px;
    width: 100%;
  }
  
  footer .footer-content .adress .mapouter .gmap_canvas {
    background: none !important;
    height: 400px;
    width: 100%;
  }
  
  footer .footer-content .adress .mapouter .gmap_canvas iframe {
    width: 100%;
  }
  
  footer .footer-bottom {
    background-color: #bb3f7f;
    color: #e0e0e0;
    height: 50px;
    width: 100%;
    text-align: center;
    font-size: 0.8rem;
    line-height: 50px;
    margin-top: 40px;
  }
  
@media only screen and (max-width: 1080px) {
    header .logo{
        height: auto;
        width: 220px;
    }
    header .logo img{width: 100%;height: auto;}
}

@media only screen and (max-width: 1250px){
    header .logo {
        float: left;
        height: auto;
        width: 280px;
      }

      header .logo img{height: auto;}
}

@media only screen and (max-width: 1000px) {
    header {
      position: relative;
      z-index: 3;
    }
  
    header ul {
      width: 100%;
      max-height: 100em;
      background-color: #DA5599;
      display: none;
    }
  
    
    header .logo{
      width: 200px;
      height: auto;
    }

    header .logo img{
        height: 100px;
        width: auto;
    }
  
    .showing {
      top: 150px;
      position: absolute;
      max-height: 100em;
      display: block;
    }
  
    header ul li {
      width: 100%;
      margin-right: 0;
      margin-left: 0;
    }
  
    header ul li a {
      color: #fffcfc;
      user-select: none;
    }
  
    header .menu-toggle {
      display: block;
      position: absolute;
      right: 20px;
      top: 20px;
      font-size: 2rem;
      cursor: pointer;
    }

    footer {
      height: auto;
    }

    
    .ddkf{
      width: 100px;
      height: auto;
      margin: 0 auto 0;
    }
  
    footer .footer-content {
      padding-bottom: 10px;
      height: auto;
      flex-direction: column;
    }
  
    footer .footer-content .contact, footer .footer-content .adress{
      padding: 20px;
    }
  
    footer .footer-content .contact .ff {
      height: auto;
      width: 100%;
      margin: 0;
    }

    footer .footer-content .adress .mapouter {
      height: auto;
      width: 100%;
    }
  
    footer .footer-content .adress .mapouter .gmap_canvas {
      height: auto;
      width: 100%;
      background: none !important;
    }
  
    footer .footer-content .adress .mapouter iframe {
      height: 300px;
      width: 100%;
      padding-bottom: 30px;
    }
  }

  @media only screen and (max-width: 400px) {
    header .logo{
        height: auto;
        width: 250px;
    }
    header .logo img{width: 100%;height: auto;}
}
  