body {
  font-family: 'Montserrat local', sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

a {
  text-decoration: underline;
}

.body {
  overflow: auto;
  height: 100%;
  max-height: 100%;
  min-height: 750px;
  min-width: 1250px;
  background-color: #181818;
  color: #1d1b1c;
  -o-object-fit: none;
  object-fit: none;
}

.column-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: #fff;
}

.columns {
  display: block;
  height: 100%;
}

.titel {
  position: relative;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  z-index: 1;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #000;
  font-size: 21px;
  font-weight: 700;
  text-decoration: none;
}

.titel:hover {
  color: #000;
}

.column-right {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  height: 100%;
  margin-top: 0%;
  padding-top: 0%;
  padding-right: 6%;
  padding-left: 0px;
  -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-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.link {
  position: relative;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  z-index: 1;
  display: block;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 13px;
  text-decoration: none;
}

.link:hover {
  color: #fc0;
}

.link.w--current {
  position: static;
  margin-right: 5px;
  margin-left: 5px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Montserrat, sans-serif;
}

.link.w--current:hover {
  color: #fc0;
}

.heading-3 {
  position: static;
  left: 25%;
  top: 30%;
  right: auto;
  bottom: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 42px;
  line-height: 42px;
  font-weight: 700;
}

.div-block-2 {
  position: relative;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  display: block;
  width: 50%;
  min-width: 350px;
  margin-top: -2%;
  margin-right: 0px;
  margin-left: -7%;
  padding-left: 0%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.paragraph {
  margin-top: 25px;
  margin-bottom: 0px;
  margin-left: 30px;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: normal;
}

.button {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 10%;
  z-index: 1;
  padding-right: 45px;
  padding-left: 30px;
  background-color: #181818;
  background-image: url('../images/b1.png');
  background-position: 91% 50%;
  background-size: 14px;
  background-repeat: no-repeat;
  background-attachment: scroll;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 12px;
  text-transform: uppercase;
}

.button:hover {
  background-image: url('../images/b2.png');
  background-position: 91% 50%;
  background-size: 14px;
  background-attachment: scroll;
  color: #fc0;
}

.image-web {
  width: 24%;
  height: 100%;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -o-object-fit: cover;
  object-fit: cover;
}

.image-grafik {
  width: 24%;
  height: 100%;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -o-object-fit: cover;
  object-fit: cover;
}

.image-foto {
  width: 24%;
  height: 100%;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -o-object-fit: cover;
  object-fit: cover;
}

.image-video {
  width: 24%;
  height: 100%;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -o-object-fit: cover;
  object-fit: cover;
}

.videoh {
  position: relative;
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
}

.video {
  position: relative;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  display: block;
  width: auto;
  margin-bottom: 0px;
  margin-left: 23px;
  padding-top: 7px;
  padding-left: 0px;
  color: #fff;
  font-size: 13px;
  text-align: justify;
}

.div-block-7 {
  position: relative;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 70%;
  height: 180px;
  margin-top: 9%;
  margin-bottom: 0%;
  margin-left: 5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.titellogo {
  position: absolute;
  left: 12%;
  top: 9%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.logo {
  position: relative;
  z-index: 1;
  height: 23px;
  margin-top: 10px;
  margin-right: 5px;
}

.strich {
  position: relative;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0px;
  width: 11%;
  height: 2px;
  margin-top: 12%;
  margin-bottom: -11%;
  background-color: #fff;
}

.div-links {
  position: absolute;
  left: auto;
  top: 10%;
  right: 12%;
  bottom: auto;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.text-block {
  position: relative;
  margin-right: 5px;
  margin-left: 5px;
  color: #fff;
  font-size: 13px;
}

.div-block-11 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 43%;
  margin-top: 13%;
  margin-left: -8%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.foto {
  position: relative;
  left: auto;
  bottom: auto;
  display: block;
  width: auto;
  margin-bottom: 0px;
  padding-top: 7px;
  padding-left: 23px;
  color: #fff;
  font-size: 13px;
  text-align: justify;
}

.grafikh {
  position: relative;
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  color: #fff;
  font-size: 17px;
}

.fotoh {
  position: relative;
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  color: #fff;
  font-size: 17px;
}

.webh {
  position: relative;
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  color: #fff;
  font-size: 17px;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -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;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.paragraph-copy {
  display: block;
  overflow: auto;
  width: auto;
  height: auto;
  max-height: 70%;
  margin-top: 0%;
  margin-bottom: 0%;
  margin-left: 0px;
  padding: 0px 10% 0% 12%;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  -o-object-fit: fill;
  object-fit: fill;
}

.column-right-copy {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  height: 100%;
  margin-top: 0%;
  padding-top: 0%;
  padding-right: 0%;
  padding-left: 0px;
  -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-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.section {
  display: none;
}

.heading-3-copy {
  position: static;
  left: 25%;
  top: 30%;
  right: auto;
  bottom: auto;
  display: none;
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 42px;
  line-height: 42px;
  font-weight: 700;
}

.paragraph-mobile {
  display: none;
  overflow: auto;
  width: auto;
  height: auto;
  max-height: 80%;
  margin-top: 15%;
  margin-bottom: 0%;
  margin-left: 0px;
  padding: 0px 10% 0% 12%;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  -o-object-fit: fill;
  object-fit: fill;
}

.grafik {
  position: relative;
  left: auto;
  bottom: auto;
  display: block;
  width: auto;
  margin-bottom: 0px;
  padding-top: 7px;
  padding-left: 23px;
  color: #fff;
  font-size: 13px;
  text-align: justify;
}

.web {
  position: relative;
  left: auto;
  bottom: auto;
  display: block;
  width: auto;
  margin-bottom: 0px;
  padding-top: 7px;
  padding-left: 23px;
  color: #fff;
  font-size: 13px;
  text-align: justify;
}

.link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #000;
  text-decoration: none;
}

@media screen and (max-width: 991px) {
  .body {
    max-height: none;
    min-height: auto;
    min-width: auto;
  }

  .column-left {
    height: 100%;
    min-height: 700px;
  }

  .column-right {
    height: 105%;
    max-height: none;
    min-height: 900px;
    margin-top: 0%;
    padding-right: 0%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .div-block-2 {
    width: 430px;
    min-width: auto;
    margin-left: 0%;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .image-web {
    height: 360px;
  }

  .image-grafik {
    height: 360px;
  }

  .image-foto {
    height: 360px;
  }

  .image-video {
    height: 360px;
  }

  .videoh {
    margin-left: 0px;
  }

  .video {
    margin-left: 23px;
  }

  .div-block-7 {
    position: relative;
    overflow: hidden;
    width: 65%;
    height: 200px;
    margin-top: -2%;
    margin-bottom: 0%;
    margin-left: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .strich {
    width: 22%;
    margin-bottom: 0px;
  }

  .div-links {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .div-block-11 {
    position: static;
    width: 100%;
    height: auto;
    margin-top: 70px;
    margin-left: 0px;
    padding-top: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .foto {
    margin-left: 23px;
    padding-left: 0px;
  }

  .grafikh {
    margin-left: 0px;
  }

  .fotoh {
    margin-left: 0px;
  }

  .webh {
    margin-left: 0px;
  }

  .paragraph-copy {
    max-height: none;
    margin-top: 12%;
    margin-bottom: 15%;
  }

  .column-right-copy {
    height: auto;
  }

  .heading-3-copy {
    position: static;
    display: block;
    width: 430px;
    margin-top: 70px;
    margin-bottom: 15px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    color: #fff;
  }

  .paragraph-mobile {
    position: static;
    z-index: 4;
    display: block;
    width: 430px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-right: 0%;
    padding-bottom: 0%;
    padding-left: 0%;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .grafik {
    margin-left: 23px;
    padding-left: 0px;
  }

  .web {
    margin-left: 23px;
    padding-left: 0px;
  }

  .link-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    color: #000;
    text-decoration: none;
  }
}

@media screen and (max-width: 767px) {
  .column-left {
    height: auto;
    min-height: auto;
  }

  .column-right {
    height: auto;
    min-height: auto;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .link {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }

  .div-block-2 {
    width: 80%;
    margin-top: 7%;
    margin-bottom: 130px;
    margin-left: 0%;
  }

  .paragraph {
    margin-left: 0px;
  }

  .image-web {
    height: 250px;
  }

  .image-grafik {
    height: 250px;
  }

  .image-foto {
    height: 250px;
  }

  .image-video {
    height: 250px;
  }

  .videoh {
    margin-left: 0px;
  }

  .video {
    margin-left: 0px;
  }

  .div-block-7 {
    position: static;
    display: block;
    overflow: hidden;
    width: 80%;
    height: 180px;
    margin-top: 60px;
    margin-bottom: 40px;
    margin-left: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .titellogo {
    display: none;
  }

  .logo {
    height: 25px;
    margin-top: 0px;
  }

  .strich {
    display: none;
  }

  .div-links {
    position: static;
    top: auto;
    margin-top: 0px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .div-block-11 {
    width: 100%;
    margin-top: 90px;
    margin-left: 0%;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .foto {
    margin-left: 0px;
    padding-left: 0px;
  }

  .grafikh {
    margin-left: 0px;
  }

  .fotoh {
    margin-left: 0px;
  }

  .webh {
    margin-left: 0px;
  }

  .paragraph-copy {
    overflow: visible;
    margin-top: 10%;
    margin-bottom: 10%;
  }

  .column-right-copy {
    height: auto;
  }

  .section {
    position: static;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 60px;
    -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;
  }

  .heading-3-copy {
    display: block;
    width: 80%;
    margin-top: 60px;
    margin-left: 0px;
    color: #fff;
  }

  .paragraph-mobile {
    position: static;
    z-index: 2;
    display: block;
    width: 80%;
    margin-top: 10px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-right: 0%;
    padding-bottom: 0px;
    padding-left: 0%;
  }

  .grafik {
    margin-left: 0px;
    padding-left: 0px;
  }

  .web {
    margin-left: 0px;
    padding-left: 0px;
  }
}

@media screen and (max-width: 479px) {
  .body {
    display: block;
    min-height: auto;
    min-width: auto;
  }

  .column-left {
    height: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .titel {
    display: none;
    color: #fff;
    font-size: 17px;
  }

  .titel:hover {
    color: #fff;
  }

  .column-right {
    height: auto;
    padding-right: 0%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .link {
    position: relative;
    display: block;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .heading-3 {
    margin-top: 0px;
    margin-left: 0px;
  }

  .div-block-2 {
    width: 83%;
    margin-top: 60px;
    margin-bottom: 100px;
    margin-left: 0px;
  }

  .paragraph {
    margin-bottom: 60px;
    margin-left: 0px;
  }

  .button {
    position: absolute;
    display: block;
    margin-top: auto;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .image-web {
    height: 250px;
  }

  .image-grafik {
    height: 250px;
  }

  .image-foto {
    height: 250px;
  }

  .image-video {
    height: 250px;
  }

  .videoh {
    margin-left: 0px;
  }

  .video {
    text-align: left;
  }

  .div-block-7 {
    overflow: hidden;
    width: 83%;
    height: 240px;
    margin-top: 60px;
    margin-bottom: 50px;
    margin-left: 0px;
    padding-bottom: 0px;
  }

  .titellogo {
    left: 8%;
    top: 3%;
    display: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .logo {
    height: 25px;
    margin-top: 0px;
    padding-top: 0px;
  }

  .strich {
    display: none;
    width: 13%;
    margin-bottom: 84%;
    margin-left: -20px;
  }

  .div-links {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    align-self: center;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .div-block-11 {
    position: relative;
    left: 0px;
    bottom: 0px;
    width: 100%;
    margin-top: 70px;
    margin-left: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .foto {
    text-align: left;
  }

  .grafikh {
    margin-left: 0px;
  }

  .fotoh {
    margin-left: 0px;
  }

  .webh {
    margin-left: 0px;
  }

  .paragraph-copy {
    overflow: visible;
    margin-top: 15%;
    margin-bottom: 25%;
    padding-top: 0px;
  }

  .column-right-copy {
    height: auto;
    margin-top: 0%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .section {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 60px;
    -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;
  }

  .heading-3-copy {
    display: block;
    width: 83%;
    margin-top: 80px;
    margin-bottom: 10px;
    margin-left: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    color: #fff;
  }

  .paragraph-mobile {
    position: static;
    display: block;
    overflow: visible;
    width: 83%;
    margin-top: 5px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0%;
    padding-left: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .grafik {
    text-align: left;
  }

  .web {
    text-align: left;
  }
}

@font-face {
  font-family: 'Montserrat local';
  src: url('../fonts/Montserrat-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat local';
  src: url('../fonts/Montserrat-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}