@font-face {
  font-family: "WremenaBold";
  src: url("../fonts/WremenaBold.woff2") format("woff2");
}
@font-face {
  font-family: "WremenaLight";
  src: url("../fonts/WremenaLight.woff2") format("woff2");
}
@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/fontawesome-webfont.woff2") format("woff2");
}
@font-face {
  font-family: "UntitledSansWeb";
  src: url("../fonts/UntitledSansWeb-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "UntitledSansWeb-Bold";
  src: url("../fonts/UntitledSansWeb-Bold.woff2") format("woff2");
}
/* BASIC SIZES */
html {
  font-size: 100%;
}

body {
  font-size: 1rem;
}

/* Headlines */
.header-title, .header-box-title {
  font-size: 4.2rem !important;
  line-height: 3.8rem !important;
}

.content-title {
  color: #58b1ff;
  font-family: "Wremena_Bold", Georgia, "Times New Roman", Times, serif;
  letter-spacing: 0.02em;
  font-size: 3rem;
  padding-bottom: 1.5rem;
}

.ceo-name {
  display: block;
  font-family: "WremenaLight";
  font-size: 1.8em;
  font-weight: 100;
}

.ceo-position {
  color: #58b1ff;
  display: block;
  font-size: 1em;
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  .header-title-box, .header-box-title {
    font-size: 6.5vw !important;
    line-height: 8vw !important;
  }
  .header-title {
    font-size: 6.5vw !important;
    line-height: 8vw !important;
  }
  .header-copy-box, .content-copy {
    font-size: 1rem !important;
  }
  .statement-text {
    font-size: 4.2vw;
  }
  .statement-text-2 {
    font-size: 4.2vw;
  }
  .content-title {
    font-size: 6vw;
    line-height: 2rem;
  }
  .ceo-name {
    font-size: 1.5rem;
  }
  .ceo-position {
    font-size: 0.8rem;
  }
  .header-copy, .copy-1, .copy-2, .copy-3, .copy-4, .copy-5,
  .content-copy, .text-quote p, .a_content p, .content-article p,
  .white-box-1 p, .white-box-2 p, .subtitle {
    font-size: 1rem;
    line-height: 1.5rem !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .header-title, .header-box-title {
    font-size: 5.5vw !important;
  }
  .header-copy, .header-copy-box, .content-copy {
    font-size: 1rem !important;
    line-height: 1.8rem;
  }
  .statement-text {
    font-size: 1.4rem;
  }
  .statement-text-2 {
    font-size: 1.4rem;
  }
  .content-title {
    font-size: 4.2vw;
    line-height: 3rem;
  }
  .line_left {
    font-size: 3vw !important;
    line-height: 2rem !important;
    margin-left: 30vw;
  }
  .ceo-name {
    font-size: 1.8em;
  }
  .ceo-position {
    font-size: 1em;
  }
  .header-copy, .copy-1, .copy-2, .copy-3, .copy-4, .copy-5,
  .content-copy, .text-quote p, .a_content p, .content-article p,
  .white-box-1 p, .white-box-2 p, .subtitle {
    font-size: 1rem;
    line-height: 1.5rem !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .header-title, .header-box-title {
    font-size: 5vw !important;
    line-height: 4.5rem !important;
  }
  .header-copy {
    font-size: 0.9rem;
  }
  .statement-text {
    font-size: 1.4rem;
  }
  .statement-text-2 {
    font-size: 1.4rem;
  }
  .content-title {
    font-size: 3.2vw;
    line-height: 3rem;
  }
  .header-copy, .copy-1, .copy-2, .copy-3, .copy-4, .copy-5,
  .content-copy, .text-quote p, .a_content p, .content-article p,
  .white-box-1 p, .white-box-2 p, .subtitle {
    font-size: 0.9rem;
    line-height: 1.6rem !important;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1600px) {
  .header-title, .header-box-title {
    font-size: 4.2rem !important;
    line-height: 4.8rem !important;
  }
  .statement-text {
    font-size: 1.6rem;
  }
  .statement-text-2 {
    font-size: 1.6rem;
  }
  .content-title {
    font-size: 3vw;
  }
  .header-copy, .copy-1, .copy-2, .copy-3, .copy-4, .copy-5,
  .content-copy, .text-quote p, .a_content p, .content-article p,
  .white-box-1 p, .white-box-2 p, .subtitle {
    font-size: 1rem;
    line-height: 1.8rem !important;
  }
}
@media screen and (min-width: 1600px) {
  .header-title, .header-box-title {
    font-size: 4.2rem !important;
    line-height: 4.8rem !important;
  }
  .statement-text {
    font-size: 2rem;
  }
  .statement-text-2 {
    font-size: 2rem;
  }
  .content-title {
    font-size: 3rem;
  }
  .header-copy, .copy-1, .copy-2, .copy-3, .copy-4, .copy-5,
  .content-copy, .text-quote p, .a_content p, .content-article p,
  .white-box-1 p, .white-box-2 p, .subtitle {
    font-size: 1rem;
    line-height: 1.8rem !important;
  }
}
body {
  background-image: none;
  background-color: #141f33;
}

.container {
  max-width: 2560px;
  height: auto;
  margin: 15rem 0rem 0rem 0rem;
}

.header {
  display: flex;
  width: auto;
  margin: 0 auto;
  justify-content: center;
}

.header-left img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
}

.header-img {
  min-width: 38rem;
  max-height: 90%;
  padding-left: 5rem;
  padding-bottom: 6rem;
}

.header-title, .header-title-box {
  letter-spacing: 5px;
  text-align: left;
  color: #cf4990;
  font-family: "Wremena_Bold", Georgia, "Times New Roman", Times, serif;
}

.header-title {
  display: block;
  margin-left: -10rem;
  margin-top: 5rem;
  text-transform: uppercase;
  width: 50rem;
}

.header-title-box {
  display: none;
}

.header-copy {
  margin-top: 6rem;
  margin-left: 8rem;
  width: 24rem;
}

.header-copy-box {
  display: none;
  padding: 2rem 8vw 0vw 25%;
}

.statement-div {
  display: flex;
  align-items: center;
  background-color: #fff;
  width: 100%;
  padding: 4rem 0rem;
  margin: 5rem 0;
}

.statement-line hr {
  width: 40vw;
  margin: 0;
}

.statement-text {
  font-family: "Wremena_Bold", Georgia, "Times New Roman", Times, serif;
  color: #c7478c;
  padding-left: 8rem;
}

.bracket-right-1 {
  display: block;
  position: absolute;
  right: 0;
  margin-top: -50rem;
  z-index: -1;
  width: auto;
}

.content-block-1 {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 14vw;
  margin-bottom: 10rem;
}

.block-1-left {
  min-width: 25rem;
  width: 25rem;
}

.img-1 {
  min-width: 25rem;
  max-height: 80%;
  padding-right: 5rem;
  padding-bottom: 6rem;
  z-index: 5;
}

.block-1-right {
  padding-right: 5vw;
  display: flex;
  overflow: hidden;
}

.blue-box-1 {
  content: "";
  display: block;
  position: absolute;
  background-color: #58b1ff;
  z-index: 1;
  width: 100%;
  height: 100%;
  max-width: 20vw;
  max-height: 35rem;
  margin-top: 9rem;
  margin-left: 15rem;
}

.content-block-2 {
  margin-top: 10rem;
  display: flex;
  justify-content: center;
  gap: 8vw;
}

.block-2-left {
  padding-top: 6rem;
}

.block-2-right {
  width: 34rem;
  padding-right: 1vw;
}

.bracket-left-1 {
  display: block;
  position: absolute;
  left: 0;
  margin-top: -100rem;
  z-index: -1;
  width: auto;
}

.content-block-3 {
  margin-top: 10rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4vw;
}

.block-3-left {
  margin-left: 54vw;
  margin-right: 10vw;
}

.block-3-right {
  width: 40rem;
}

.statement-div-2 {
  display: flex;
  align-items: center;
  background-color: #fff;
  width: 100%;
  padding: 4rem 0rem;
  margin: 8rem 0;
  justify-content: flex-end;
}

.statement-line-2 hr {
  width: 40vw;
  margin: 0;
  margin-left: auto;
}

.statement-text-2 {
  font-family: "Wremena_Bold", Georgia, "Times New Roman", Times, serif;
  color: #c7478c;
  padding-right: 8rem;
}

.content-block-4 {
  margin-top: 10rem;
  display: flex;
  justify-content: flex-start;
}

.block-4-left {
  width: 42rem;
  margin-right: 40vw;
  margin-left: 10vw;
}

.bracket-right-2 {
  display: block;
  position: absolute;
  right: 0;
  margin-top: -167rem;
  z-index: -1;
  width: auto;
}

.img-4 {
  margin-top: 10rem;
  width: 100%;
  height: 50rem;
  background-image: url("/assets/images/intersection_footer_image.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  -o-object-fit: contain;
     object-fit: contain;
  background-position: center;
}

.embedded-pdf {
  width: 100%;
}

.footnote-number {
  transform: translate(-8px, 4px);
  position: absolute;
  font-size: 9px;
  font-weight: 800;
}

.footnote-text {
  position: absolute;
  transform: translateY(8px);
}

#aktuelles a.aktuelles_preview span {
  color: #58b1ff;
}

#aktuelles a.aktuelles_preview span:hover {
  color: #cf4990;
}

#aktuelles a.aktuelles_preview {
  position: relative;
  float: left;
  border-top: 0px solid #58b1ff;
  padding: 0rem 0rem 1rem 1rem;
}

.content-list {
  display: flex;
  flex-direction: column;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 25vw;
}

.content-list h2 {
  font-size: 1.8rem;
  line-height: 3rem;
}

.content-list h2:hover {
  color: #cf4990;
}

.content-list p {
  width: -moz-fit-content;
  width: fit-content;
}

.content-article {
  padding-top: 2rem;
  border-top: 1px solid #58b1ff;
  margin-bottom: 1rem;
}

.accordion-lastone {
  border-bottom: 0px solid #58b1ff;
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  .container {
    margin: 8rem 0rem 0rem 0rem;
  }
  .header {
    align-items: flex-start;
    padding: 5vw;
  }
  .header-left {
    margin-left: 0rem;
  }
  .header-img {
    display: none;
  }
  .header-right {
    margin-right: 0vw;
    z-index: 1;
  }
  .header-title {
    display: none;
  }
  .header-title-box {
    display: block;
    text-transform: uppercase;
    padding-top: 1rem;
    width: -moz-fit-content;
    width: fit-content;
  }
  .header-title-box::before {
    content: "";
    position: absolute;
    display: block;
    width: 38vw;
    height: 48vw;
    background-image: url("/images/buchseiten.jpg");
    background-size: cover;
    z-index: -10;
    margin-left: -2rem;
    margin-top: -3rem;
  }
  .header-copy {
    display: none;
  }
  .header-copy-box {
    display: block;
    margin: 4rem 3rem;
    padding: 0;
  }
  .statement-div {
    padding: 2rem 0rem;
  }
  .statement-text {
    padding-left: 2rem;
    padding-right: 10vw;
  }
  .content-block-1 {
    flex-direction: column;
    margin-left: 0rem;
    margin-right: 0rem;
  }
  .block-1-left {
    margin-left: 15vw;
    width: auto;
    min-width: auto;
  }
  .copy-1 {
    width: 75vw;
  }
  .block-1-right {
    display: block;
    position: relative;
    padding-right: 0;
    overflow: hidden;
  }
  .img-1 {
    padding-right: 10vw;
    padding-left: 28vw;
    padding-bottom: 10vw;
    min-width: 15vw;
  }
  .blue-box-1 {
    z-index: -1;
    max-width: 56vw;
    max-height: 20rem;
    margin-top: -21rem;
    right: 0;
  }
  .content-block-2 {
    margin-top: 2rem;
    flex-direction: column;
  }
  .img-2 {
    width: 70vw;
  }
  .block-2-right {
    margin-left: 21vw;
    width: auto;
    padding-right: 10vw;
  }
  .content-block-3 {
    margin-top: 6rem;
    gap: 8vw;
  }
  .block-3-left {
    margin-left: 32vw;
    margin-right: 0vw;
    right: 0;
  }
  .block-3-right {
    width: 68vw;
  }
  .statement-div-2 {
    padding: 2rem 0rem;
    margin: 5rem 0;
  }
  .statement-text-2 {
    padding-right: 2rem;
    padding-left: 10vw;
  }
  .content-block-4 {
    margin-top: 2rem;
  }
  .block-4-left {
    width: auto;
    margin-right: 20vw;
    margin-left: 10vw;
  }
  .img-4 {
    margin-top: 5rem;
    height: 50vw;
  }
  .bracket-right-1 {
    display: none;
  }
  .bracket-left-1 {
    display: none;
  }
  .bracket-right-2 {
    display: none;
  }
  .content-list {
    margin: 0 3rem;
    margin-top: 1rem;
  }
  .content-list h2 {
    font-size: 1.25rem;
    line-height: 1.6rem;
  }
  #aktuelles a.aktuelles_preview span {
    font-size: 0.8rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .container {
    margin: 8rem 0rem 10rem 0rem;
  }
  .header-right {
    margin-right: 10vw;
  }
  .header-left {
    margin-left: 10vw;
  }
  .header-img {
    min-width: 18rem;
    max-height: 90%;
    padding-left: 2rem;
    padding-bottom: 1rem;
  }
  .header-title {
    margin-left: -9.7rem;
    width: 38rem;
  }
  .header-copy {
    margin-top: 3rem;
    margin-left: 3rem;
    width: 24rem;
  }
  .statement-text {
    padding-left: 4rem;
  }
  .content-block-1 {
    gap: 5vw;
    margin: 5rem 6rem;
  }
  .block-1-left {
    margin-left: 3vw;
    min-width: 20rem;
    width: 20rem;
  }
  .img-1 {
    width: 18rem;
    min-width: 20rem;
    max-height: 60%;
    padding-right: 0rem;
    padding-left: 5vw;
  }
  .blue-box-1 {
    display: block;
    max-width: 26vw;
    max-height: 28rem;
    margin-top: 2rem;
    margin-left: 6rem;
  }
  .block-1-right {
    padding-right: 3vw;
  }
  .content-block-2 {
    gap: 5vw;
  }
  .block-2-left {
    padding-top: 1rem;
  }
  .img-2 {
    width: 45vw;
    left: 0;
  }
  .block-2-right {
    padding-right: 4vw;
  }
  .content-block-3 {
    gap: 8vw;
  }
  .block-3-left {
    margin-left: 50vw;
    margin-right: 0vw;
    right: 0;
  }
  .statement-text-2 {
    padding-right: 4rem;
  }
  .block-4-left {
    margin-right: 10vw;
  }
  .bracket-right-1 {
    margin-top: -12rem;
    width: 28%;
  }
  .bracket-left-1 {
    margin-top: -26rem;
    width: 60%;
  }
  .bracket-right-2 {
    margin-top: -92rem;
    width: 80%;
  }
  #aktuelles a.aktuelles_preview h2 {
    font-size: 2rem;
    line-height: 3rem;
  }
  .content-list {
    margin: 0 2rem;
    margin-top: 1rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .container {
    margin: 15rem 0rem 0rem 0rem;
  }
  .header-left {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 20%;
  }
  .header-img {
    min-width: 28rem;
    max-height: 90%;
    padding-left: 5rem;
    padding-bottom: 3rem;
  }
  .header-title {
    margin-left: -10.6rem;
    width: 40rem;
  }
  .header-copy {
    margin-top: 4rem;
    margin-left: 4rem;
    width: 24rem;
  }
  .content-block-1 {
    gap: 10vw;
  }
  .img-1 {
    width: 22rem;
    min-width: 20rem;
    max-height: 60%;
    padding-left: 0;
    padding-right: 1rem;
    margin-left: 0vw;
  }
  .blue-box-1 {
    max-width: 27vw;
    max-height: 31rem;
    margin-top: 6rem;
    margin-left: 6rem;
    right: 0;
  }
  .content-block-2 {
    gap: 6vw;
  }
  .block-2-right {
    padding-right: 5vw;
  }
  .block-3-left {
    margin-left: 50vw;
    margin-right: 5vw;
  }
  .block-3-right {
    width: 40rem;
  }
  .block-4-left {
    margin-right: 20vw;
  }
  .bracket-right-1 {
    margin-top: -20rem;
    width: 32%;
  }
  .bracket-left-1 {
    margin-top: -58rem;
    width: 80%;
  }
  .bracket-right-2 {
    margin-top: -72rem;
    width: 60%;
  }
  div.content.content_list {
    margin-top: 3rem !important;
  }
  .content-list {
    margin: 0 15rem;
    margin-top: 3rem;
  }
}/*# sourceMappingURL=style.css.map */