@font-face {
  font-family: 'Conduit ITC Pro';
  src: url('../../fonts/ConduitITCPro-Light.otf')
}

* {
  box-sizing: border-box;
}

html {
  height: 100%;
}

body {
  margin: 0px;
  height: 100%;
  width: 100%;
  background: #000000;
  font-family: 'Titillium Web';
  color: #ffffff;
}

.link-button {
  display: block;
  padding: 68px 125px;
  text-decoration: none;
  white-space: nowrap;
  color: #ffffff;
  font-size: 19px;
  font-weight: 500;
}

.link-button.red {
  background: transparent linear-gradient(246deg, #E03C64 0%, #A51538 100%) 0% 0% no-repeat padding-box;
}

.link-button.grey {
  background-color: #262626;
}

section.body {
  padding: 110px;
}

.body-content {
  color: #ffffff;
}

.body-content h1 {
  font-size: 65px;
  font-weight: 500;
  line-height: 71px;
}

.body-content h4 {
  font-size: 22px;
  font-weight: 400;
}

footer {
  height: 165px;
  width: 100%;
  bottom: 0px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

section.body {
  height: calc( 100% - 165px );
  display: flex;
  flex-wrap: nowrap;
}

section.body > div {
  width: 50%;
}

footer .button-container {
  display: flex;
  flex-wrap: nowrap;
}

.img-container {
  width: 100%;
  height: 100%;
}

.img-container img {
  width: 100%;
  background-image: url('../img/mockup_shadow.svg');
  background-position: bottom center;
  background-size: contain;
  background-repeat: no-repeat;
}

.center-container {
  display: flex;
  align-items: center;
}

.body-content{
  height: 100%;
}

.title-container h1 {
  margin-top: 0px;
}

.title-container h4 {
  margin-bottom: 0px;
}

.link-container {
  display: flex;
  /*align-items: flex-end;*/
  justify-content: space-between;
  flex-direction: column;
  padding-bottom: 36px;
  padding-right: 46px;
  padding-left: 46px;
  font-size: 13px;
}

.link-container .brandnamic-icon {
  margin-left: 30px;
}
.link-container a {
  color: #ffffff;
  text-decoration: none;
}

.link-container-logo {
  display: flex;
  justify-content: flex-end;
}

.powered {
  vertical-align: sub;
}

#SVG_BrandnamicNeu {
  fill: #ffffff;
}


@media( max-width: 1280px ) {
  footer .button-container {
    width: 100%;
  }
  .link-button {
    width: 50%;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
  }
  footer {
    height: 342px;
    display: block;
  }
  section.body {
    height: calc( 100% - 342px );
    padding: 65px 50px;
    flex-wrap: none;
    flex-direction: column;
  }
  section.body > div {
    width: 100%;
  }
  .body-content {
    margin-top: 70px;
    height: auto;
  }
  .body-content h1 {
    font-size: 46px;
    line-height: 51px;
  }
  .body-content h4 {
    font-size: 18px;
  }
  .link-container {
    padding: 25px 50px;
    display: block;
  }
  .link-container-logo {
    display: block;
    margin-bottom: 20px;
  }
  .link-container span {
    display: block;
  }
  .link-container .brandnamic-icon {
    margin-left: 0px;
    margin-top: 8px;
  }
  .body-links {
    flex: 0 1 auto;
    /*height: min-content;*/
  }
  .body-rechts {
    flex: 1 1 auto;
  }
  .img-container img {
    width: auto;
    position: absolute;
    top: 0px;
    height: 100%;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .img-container {
    height: 100%;
    position: relative;
    /*background-image: url('../img/mockup.png');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;*/

  }

}

@media( max-width: 640px ) {
  section.body {
    padding: 65px 25px;
  }
  .body-content h1 {
    font-size: 29px;
    line-height: 32px;
  }
  .body-content h4 {
    font-size: 15px;
  }
  .link-container {
    padding: 25px 25px;
  }

  .img-container img {
    width: 100%;
    position: initial;
    //top: 0px;
    height: auto;
    //left: 50%;
    //transform: translate(-50%, 0);
    transform: translate(0%, 0);
  }

  /*
  .img-container img {

  } */
}


