html {
  font-size: 62.5%; /* font-size 1em = 10px bei normaler Browser-Einstellung */
}

html, body {
  background-color: #364040;
}

/* Colors
Yellow:   #ffe684
Stone:    #364040
Charcoal: #fff
*/

body {
  font-family: 'WeissenhofGrotesk-Regular', sans-serif;
  font-weight: normal;
  color: #fff;
}

hr {
  border: 1px solid;
}

h2 {
  font-size: 3.8em;
  letter-spacing: 0.05em;
  margin-bottom: 0.09em;
  margin-top: 0;
}

p {
  font-size: 1.9em;
  line-height: 1.45;
}

.text {
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
  text-align: justify;
}

a {
  text-decoration: none;
}

img {
  width: 100%;
  height: auto;
}

.dbs-wrapper {
  padding: 44px;
}

.logo, .dbs-service {
  width: 9%;
}
.logo {
  position: absolute;
}
.dbs-service {
    position: absolute;
    bottom: 44px;
}

span.highlight {
  color: #ffe684;
}
span.subheading {
  font-size: 2.6em;
  letter-spacing: 0.05em;
}
.brand-tag {
  font-size: 0.8em;
  letter-spacing: 0.08em;
  font-family: 'WeissenhofGrotesk-Bold', sans-serif;
}
.unbold {
  font-family: 'WeissenhofGrotesk-Regular', sans-serif;
}

.dbs-content {
    width: 49%;
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-30%,-53%);
}

.dbs-main-text {
  padding: 2em 0 2em;
}

.dbs-link {
  background-color: #ffe684;
  color: #364040;
  font-size: 1.4em;
  font-family: 'WeissenhofGrotesk-Bold', sans-serif;
  padding: 8px 15px;
  margin: 0 1.7em 1em 0;
  display: inline-block;
  transition: all 0.2s ease-in;
}

.dbs-link:hover {
    background: none;
    color: #ffe684;
}
.dbs-link-mobile {
  display: none;
  /* only mobile */
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

@media screen and (max-width:768px) {
  .logo, .dbs-service {
    width: 13%;
  }
  .dbs-content {
    width: 60%;
    transform: translate(-28%,-53%);
  }
  .first-paragraph {
    display: none;
  }
}
@media screen and (max-width:425px) {
  html {
    font-size: 41%;
  }
  .logo, .dbs-service {
    width: 15em;
  }
  .dbs-wrapper {
    padding: 25px;
  }
  p {
    font-size: 2.5em;
  }
  .dbs-link {
    display: none;
  }
  .dbs-link-mobile {
    display: inline-block;
    color: #ffe684;
    font-size: 2.4em;
    letter-spacing: 0.05em;
    margin-right: 2em;
    font-family: 'WeissenhofGrotesk-Regular', sans-serif;
  }
  .dbs-call::before {
    content: "";
    background: url(dbs-callus.svg) no-repeat;
    background-size: contain;
    width: 1.8em;
    height: 1.8em;
    top: -2px;
    margin-right: 0.5em;
    position: relative;
    display: inline-block;
    vertical-align: middle;
  }
  .dbs-mail::before {
    content: "";
    background: url(dbs-mailus.svg) no-repeat;
    background-size: contain;
    width: 1.8em;
    height: 1.8em;
    top: -2px;
    margin-right: 0.5em;
    position: relative;
    display: inline-block;
    vertical-align: middle;
  }

  .dbs-service {
    position: absolute;
    bottom: 25px;
  }
}
@media screen and (max-width:375px) {
  html {
    font-size: 40%;
  }
  .dbs-link-mobile {
    margin-right: 1.5em;
  }
  .dbs-content {
    width: 70%;
    transform: translate(-35%,-53%);
  }
}
@media screen and (max-width: 320px)
html {
    font-size: 35%;
}
