.body {
  height: auto;
  background-color: #3C4C63;
}

.back {
  width: 100%;
  height: 100vh;
  background-image: url('../images/back_ibtfriedrich.jpg');
  background-position: 50% 0%;
  background-size: cover;
}

.log {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 30px;
  padding-bottom: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

a {color: #fff;}

.name {
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: 35px;
}

.what {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  background-color: rgba(0, 0, 0, .43);
}



.txtleistre {
  padding: 20px 50px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.txtleisre {
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  text-align: left;
}

.txtleisle {
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  text-align: right;
}

.arr {
  color: hsla(354.93975903614455, 65.35%, 49.80%, 1.00);
  font-size: 25px;
  font-weight: 700;
}

.foot {
  position: relative;
  margin-top: 100px;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  border-top: 1px solid rgba(0, 0, 0, .34);
  background-color: hsla(0, 0%, 100%, .68);
}

.footle {
  padding: 20px 50px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.footre {
  padding: 20px 50px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: Oswald, sans-serif;
  color: #333;
  text-align: right;
}

.text-block {
  font-family: Oswald, sans-serif;
  font-size: 18px;
  line-height: 24px;
  color: #333;
  font-weight: 400;
}

.text-block-2 {
  padding-bottom: 10px;
  font-family: Oswald, sans-serif;
  font-size: 18px;
  line-height: 24px;
  color: #333;
  font-weight: 400;
  text-align: right;
}

.impda {
        color: #333;
        text-decoration: none;
}

.who {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.imgri {
  margin-left: 50px;
}

.whatcont {
  margin-top: 50px;
  padding: 20px 50px;
  background-color: rgba(0, 0, 0, .43);
}

@media (max-width: 991px) {
  .footle {
    padding-left: 20px;
  }
  .text-block {
    font-size: 15px;
    line-height: 19px;
  }
  .who {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .image {
    max-width: none;
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .foot {
    position: relative;
    margin-top: 50px;
  }
  .footre {
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .imgri {
    height: 60px;
    max-width: none;
  }
  .image {
    width: 200px;
  }
}

@media (max-width: 479px) {
  .what {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .foot {
    position: relative;
    margin-top: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .whatcont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}