html{
  height: 100%;
}

body {
  min-height: 100%;
  background-color: #df3;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  margin: 0;
}

h2 {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  margin-top: 0;
}

.image {
  float: left;
  width: 200px;
  height: 300px;
}

img {
  width: 71%
  /*height: 100%;*/
}



.wrapper {  

  position: absolute;
  width: 600px;
  height: 500px;

  left: 50%;
  top: 50%;
  margin-left: -300px;

  /* 1/2 height + footer height */
  margin-top: -310px;
}

.content {
  margin-top: 275px;
  float: left;
  width: 400px;
}

.logo-wrap {
  position: absolute;

    left: 0%;
    top: auto;
    right: 0%;
    bottom: 10%;
    display: flex;
    justify-content: center;

  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.hamag {
  width: 218px;
}

.div-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.logo-1 {
  margin-top: -6px;
  margin-right: 30px;
}

.logo-2 {
  margin-right: 30px;
}

.logo-3 {
  margin-top: 9px;
}

.eu {
  width: 218px;
}

.logo-txt {
  width: 218px;
}

.footer {
  height: 60px;
  margin: 0 20px 20px 20px;
  text-align: center;
  font-size: 11px;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}

p > span {
  font-weight: bold;
}

a {
  color: black;
}







@media (max-width: 875px) {

  .footer {
    height: 80px;
  }

  .div-block-5 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .logo-1 {
    margin-bottom: 30px;
  }

  .logo-2 {
    margin-bottom: 0px;
  }
  .logo-3 {
    margin-bottom: 20px;
  }
}

@media (max-width: 600px) {

  .wrapper {
    width: 500px;
    margin-left: -250px;
  }

  .content {
    width: 300px;
  }
}

@media (max-width: 500px) {

  .wrapper {
    top: 0;
    margin-top: 40px;
    height: 607px;
  }

  .image {
    margin: 0 auto;
    float: none;
  }

  .content {
    margin: 40px auto;
    float: none;
  }
}