@font-face {
  font-family: "Roboto";
  src: url("../../../fonts/Roboto-Regular.woff")
    format("woff");
}
@font-face {
  font-family: "Roboto Light";
  src: url("../../../fonts/Roboto-Light.woff")
    format("woff");
}
@font-face {
  font-family: "Roboto Bold";
  src: url("../../../fonts/Roboto-Bold.woff")
    format("woff");
}

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
}

p {
  font-family: "Roboto Light", sans-serif;
  margin: 0;
  padding-bottom: 1rem;
  font-size: 1.7rem;
  line-height: 140%;
}

body {
  font-size: 1rem;
  color: #333;
  background: #fff;
  line-height: 140%;
  font-family: "Roboto", sans-serif;
  overflow-x: hidden;
  letter-spacing: 0.3px;
}

.bodyWrapper {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 2rem;
  font-size: 1.4rem;
  z-index: -2;
}

.outsideWrapper {
  width: 100%;
  max-width: 76rem;
  padding: 0;
  margin: 0;
}

.contentWrapper {
  width: 100%;
  padding: 0;
  max-width: 72rem;
  border: 2px solid #4b7a90;
  position: relative;
  display: block;
  float: right;
}

.box {
  padding: 0;
  margin: 0 0 1rem;
}

/* .content .box:nth-child(3) {
  margin-top: 1rem !important;
} */

.box:last-child {
  margin-bottom: 0;
}

.noMg {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

strong,
.strong {
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  line-height: 140%;
  color: #333;
}

.noMg {
  padding: 0 !important;
  margin: 0 !important;
}

h1,
h2,
h3,
h4 {
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  line-height: 127%;
}

h1 {
  font-family: "Roboto Light", sans-serif;
  font-size: 3.4rem;
  font-weight: 700;
  color: #009fe3;
  margin: 0;
  text-transform: uppercase;
  margin-top: 1.2rem;
}

h1 span {
  display: block;
  font-size: 2.4rem;
  font-family: "Roboto Light", sans-serif;
  line-height: 136%;
  margin-top: 3px;
}

h2 {
  font-size: 2.2rem;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  margin-bottom: 2.25rem;
  margin-top: 0;
  padding-top: 0;
  color: #000;
}
h2 span {
  font-family: "Roboto", sans-serif;
}

.notBold {
  font-family: "Roboto Light", sans-serif;
}

h3 {
  font-size: 1.8rem;
  font-weight: normal;
  margin-bottom: 1rem;
  padding-bottom: 0;
  margin-top: 0 !important;
}

h4 {
  font-size: 1.6rem;
  margin-bottom: 0;
  margin-top: 0;
  padding-bottom: 0;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
}

.content {
  padding: 2.5rem 7.1rem 4rem;
}

footer {
  display: block;
  background-image: url(../../../img/Layer.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 100% 100%;
}

footer img {
  display: block;
  width: 100%;
}

footer p {
  padding: 3rem 0 3rem 7.1rem;
  font-family: "Roboto Light", sans-serif;
}

.box > *:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}

.intro {
  color: #000;
  padding-bottom: 1rem;
}

.regular {
  font-family: "Roboto", sans-serif;
}

.kennziffer {
  font-size: 1.8rem;
  padding-bottom: 0;
  padding-top: 1rem;
}
