<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.markenwelt-castell-colindres {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  font-family: BlackerPro;
  font-weight: 300;
}

.markenwelt-castell-colindres__row1--image {
  width: 90%;
  padding: 16px 10px;
}

.markenwelt-castell-colindres__row1,
.markenwelt-castell-colindres__row2,
.markenwelt-castell-colindres__row3 {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.markenwelt-castell-colindres__row1--dark,
.markenwelt-castell-colindres__row2--dark,
.markenwelt-castell-colindres__row3--dark {
  color: #eee9dc;
  max-width: 750px;
}

.markenwelt-castell-colindres__row1--bright,
.markenwelt-castell-colindres__row2--bright,
.markenwelt-castell-colindres__row3--bright {
  color: #242d40;
  max-width: 750px;
}

.markenwelt-castell-colindres__dark-container {
  width: 100%;
  background-color: #242d40;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.markenwelt-castell-colindres__dark-container--end {
  justify-content: flex-end;
  order: 2;
}

.markenwelt-castell-colindres__dark-container--start-end {
  justify-content: flex-start;
}

.markenwelt-castell-colindres__bright-container {
  width: 100%;
  background-color: #eee9dc;
}

.markenwelt-castell-colindres__row1--bright,
.markenwelt-castell-colindres__row1--dark,
.markenwelt-castell-colindres__row3--dark-headline,
.markenwelt-castell-colindres__row3--bright-headline,
.markenwelt-castell-colindres__row3--dark p,
.markenwelt-castell-colindres__row3--bright p {
  padding: 0 10px;
}

.markenwelt-castell-colindres__row1--dark {
  order: 2;
}

.markenwelt-castell-colindres__row1--dark p {
  font-size: 13px;
  line-height: 1.3;
  padding: 32px 0;
  margin: 0;
}

.markenwelt-castell-colindres__row1--bright {
  display: flex;
  flex-direction: column;
  order: 1;
}

.markenwelt-castell-colindres__row1--bright-icontexts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.markenwelt-castell-colindres__row1--bright-icontext {
  display: flex;
  flex-direction: row;
  margin-bottom: 16px;
}

.markenwelt-castell-colindres__row1--bright-icontext--icon {
  width: 24px
}

.markenwelt-castell-colindres__row1--bright-icontext--text {
  font-weight: 600;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 8px;
}

.markenwelt-castell-colindres__row2--dark-image {
  width: 100%;
}

.markenwelt-castell-colindres__row2--bright {
  position: relative;
  min-height: 150px;
}

.markenwelt-castell-colindres__row2--bright-map {
  padding: 0 16px;
}

.markenwelt-castell-colindres__row3--dark,
.markenwelt-castell-colindres__row3--bright {
  padding: 32px 0;
}

.markenwelt-castell-colindres__row3--dark-headline,
.markenwelt-castell-colindres__row3--bright-headline {
  font-weight: 600;
  font-size: 13px;
}

.markenwelt-castell-colindres__row3--dark p,
.markenwelt-castell-colindres__row3--bright p {
  font-size: 13px;
  line-height: 1.3;
  margin-bottom: 0;
}

@media screen and (min-width: 360px) {

  .markenwelt-castell-colindres__row1--image {
    width: 90%;
    padding: 16px 20px;
  }

  .markenwelt-castell-colindres__row2--bright {
    min-height: 175px;
  }

  .markenwelt-castell-colindres__row1--bright,
  .markenwelt-castell-colindres__row1--dark,
  .markenwelt-castell-colindres__row3--dark-headline,
  .markenwelt-castell-colindres__row3--bright-headline,
  .markenwelt-castell-colindres__row3--dark p,
  .markenwelt-castell-colindres__row3--bright p {
    padding: 0 20px;
  }
}

@media screen and (min-width: 425px) {
  .markenwelt-castell-colindres__row2--bright {
    min-height: 200px;
  }
}

@media screen and (min-width: 480px) {
  .markenwelt-castell-colindres__row2--bright {
    min-height: 225px;
  }
}

@media screen and (min-width: 540px) {
  .markenwelt-castell-colindres__row2--bright {
    min-height: 250px;
  }
}

@media screen and (min-width: 600px) {
  .markenwelt-castell-colindres__row2--bright {
    min-height: 275px;
  }
}

@media screen and (min-width: 768px) {

  .markenwelt-castell-colindres__row1--image {
    width: 90%;
    padding: 16px 40px;
  }

  .markenwelt-castell-colindres__row1--bright-icontext--icon {
    width: 32px
  }

  .markenwelt-castell-colindres__row1,
  .markenwelt-castell-colindres__row2,
  .markenwelt-castell-colindres__row3 {
    flex-direction: row;
  }

  .markenwelt-castell-colindres__row2 {
    position: relative;
  }

  .markenwelt-castell-colindres__row1--dark {
    order: 1;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
  }

  .markenwelt-castell-colindres__dark-container--end {
    order: 1;
  }

  .markenwelt-castell-colindres__bright-container {
    order: 2;
  }

  .markenwelt-castell-colindres__row1--dark,
  .markenwelt-castell-colindres__row1--bright {
    padding: 16px 40px;
  }

  .markenwelt-castell-colindres__row1--dark p,
  .markenwelt-castell-colindres__row3--dark-headline,
  .markenwelt-castell-colindres__row3--bright-headline,
  .markenwelt-castell-colindres__row3--dark p,
  .markenwelt-castell-colindres__row3--bright p {
    width: 75%;
    font-size: 15px;
  }

  .markenwelt-castell-colindres__row3--dark-headline,
  .markenwelt-castell-colindres__row3--bright-headline,
  .markenwelt-castell-colindres__row3--dark p,
  .markenwelt-castell-colindres__row3--bright p {
    padding: 0;
  }

  .markenwelt-castell-colindres__row1--bright {
    order: 2;
  }

  .markenwelt-castell-colindres__row2--dark-image {
    width: 50%;
    position: absolute;
    left: 35%;
    max-width: 750px;
  }

  .markenwelt-castell-colindres__row2--bright {
    min-height: unset;
    position: static;
  }

  .markenwelt-castell-colindres__row2--bright-map {
    position: relative;
    left: -80%;
    width: 85%;
    top: -5%;
  }

  .markenwelt-castell-colindres__row3--dark,
  .markenwelt-castell-colindres__row3--bright {
    display: flex;
    flex-direction: column;
    padding: 16px 40px;
  }

  .markenwelt-castell-colindres__row3--dark {
    align-items: flex-end;
  }
}

@media screen and (min-width: 1024px) {

  .markenwelt-castell-colindres__row1--image {
    width: 75%;
  }

  .markenwelt-castell-colindres__row1--dark p,
  .markenwelt-castell-colindres__row3--dark-headline,
  .markenwelt-castell-colindres__row3--bright-headline,
  .markenwelt-castell-colindres__row3--dark p,
  .markenwelt-castell-colindres__row3--bright p {
    width: 50%;
  }
}

@media screen and (min-width: 1200px) {
  .markenwelt-castell-colindres__row1--dark p,
  .markenwelt-castell-colindres__row3--dark-headline,
  .markenwelt-castell-colindres__row3--bright-headline,
  .markenwelt-castell-colindres__row3--dark p,
  .markenwelt-castell-colindres__row3--bright p {
    font-size: 17px;
  }
}

@media screen and (min-width: 1920px) {
  .markenwelt-castell-colindres__row2--dark-image {
    left: 40%;
  }
}

@media screen and (max-width: 767px) {
  .markenwelt-castell-colindres__row2--bright-map {
    position: absolute;
    bottom: 16px;
  }
}
</pre></body></html>