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

.body {
  color: #000;
}

.section {
  height: 1200px;
  padding-top: 200px;
  background-image: linear-gradient(203deg, #003466 59%, #005eb8 84%, #003466);
}

.section._01 {
  height: 1000px;
  background-image: linear-gradient(203deg, #003466 59%, #005eb8 84%, #003466);
}

.section._02 {
  height: 2000px;
}

.section._02.impressum {
  height: 6000px;
}

.section._03 {
  height: 2600px;
}

.section._404 {
  height: 1000px;
}

.section._04 {
  height: 1800px;
}

.section._05 {
  height: 2000px;
}

.section.disclaimer {
  height: 1400px;
}

.headline-futreg {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: '302c51 0 0', sans-serif;
  color: gold;
  font-size: 100px;
  line-height: 115px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.headline-futreg.xs {
  margin-top: 100px;
  margin-bottom: 40px;
  padding-right: 20px;
  font-size: 40px;
  line-height: 48px;
}

.headline-futreg.impressum {
  font-size: 30px;
  line-height: 60px;
}

.headline-futreg._404 {
  color: gold;
}

.container {
  padding-left: 20px;
}

.container.head {
  position: relative;
  margin-bottom: 40px;
}

.container.head.impressum {
  margin-bottom: 40px;
}

.logo-im-text {
  margin-top: 10px;
  margin-bottom: 15px;
  margin-left: 5px;
}

.subhead-futreg {
  margin-top: 0px;
  padding-top: 20px;
  padding-right: 20px;
  padding-left: 0px;
  font-family: '302c51 0 0', sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  text-decoration: none;
}

.bodytext {
  color: #fff;
  line-height: 34px;
  font-style: normal;
  text-decoration: none;
}

.bodytext:hover {
  font-style: normal;
  text-decoration: none;
}

.bold-text {
  color: #fff;
}

.column {
  padding-left: 10px;
}

.columns {
  margin-left: 0px;
}

.footer {
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: linear-gradient(150deg, #003466, #005eb8 64%);
  font-family: 'Open Sans', sans-serif;
  font-style: italic;
  text-align: center;
}

.footer-flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-family: '302c51 0 0', sans-serif;
  font-style: normal;
  text-align: left;
}

.footer-logo-link {
  max-height: 60px;
  min-width: 60px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.footer-image {
  width: 80px;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.footer-heading {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #fff;
  font-size: 14px;
  line-height: 1.5;
  text-transform: uppercase;
}

.footer-link {
  display: block;
  margin-bottom: 10px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
}

.footer-link:hover {
  text-decoration: underline;
}

.div-block-3 {
  font-family: '302c51 0 0', sans-serif;
  color: #fff;
  font-style: normal;
}

.container-2 {
  padding-right: 20px;
  padding-left: 20px;
}

.image {
  width: 120px;
}

.container-3 {
  padding-left: 20px;
  font-family: 'Open Sans', sans-serif;
  color: #7c878e;
  font-style: italic;
}

.brand {
  margin-top: 30px;
  margin-bottom: 20px;
}

.nav-menu {
  margin-top: 20px;
}

.navbar {
  background-color: #005eb8;
  background-image: linear-gradient(101deg, #005eb8, #003466 100%, #003466);
}

.nav-link-2 {
  margin-top: 10px;
  color: #7c878e;
}

.nav-link-2.w--current {
  margin-top: 10px;
  color: gold;
  font-style: normal;
}

.nav-link-2.w--current:hover {
  text-decoration: underline;
}

.nav-link-3 {
  margin-top: 10px;
  color: #fff;
  font-style: normal;
}

.nav-link-3:hover {
  color: gold;
  text-decoration: underline;
}

.nav-link-4 {
  margin-top: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: gold;
  border-radius: 60px;
  color: #fff;
  font-style: normal;
}

.nav-link-4:hover {
  border-color: #fff;
  background-color: gold;
  color: #005eb8;
}

.link {
  color: #0077c8;
  font-style: italic;
  text-decoration: underline;
}

.link-2 {
  color: #0077c8;
}

.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;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.link-3 {
  text-decoration: none;
}

.list {
  padding-right: 40px;
  padding-left: 20px;
  font-family: '302c51 0 0', sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 34px;
  list-style-type: disc;
}

.div-block-6 {
  border-radius: 0px;
  background-image: linear-gradient(28deg, #003466 35%, #005eb8);
}

.div-block-6.artikel {
  width: 450px;
  height: 600px;
  margin-bottom: 20px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.31);
}

.columns-2 {
  margin-top: 140px;
}

.columns-2.ii {
  margin-top: 0px;
}

.image-6 {
  margin-left: 0px;
}

.text-block-2 {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  max-width: 450px;
  margin-right: 10px;
  margin-bottom: 40px;
  margin-left: 30px;
  padding-top: 0px;
  padding-right: 20px;
  font-family: '302c51 0 0', sans-serif;
  color: #fff;
}

.text-span {
  color: gold;
  font-size: 20px;
}

.link-6 {
  color: #fff;
  text-decoration: underline;
}

.link-6:hover {
  color: gold;
}

.navbar-3 {
  padding-top: 10px;
  background-image: linear-gradient(183deg, #003466, #005eb8);
  font-family: '302c51 0 0', sans-serif;
}

.navlink01 {
  color: #fff;
  text-transform: uppercase;
}

.navlink01:hover {
  color: gold;
  text-decoration: underline;
}

.navlink01.w--current {
  color: gold;
}

.image-7 {
  margin-top: 7px;
}

.container-4 {
  padding-left: 10px;
}

.button {
  margin-top: 40px;
  padding: 15px 20px;
  border-radius: 60px;
  background-color: gold;
  font-family: '302c51 1 0', sans-serif;
  color: #005eb8;
}

.button:hover {
  box-shadow: 1px 1px 20px 0 #fff;
}

.image-8 {
  display: block;
  padding: 10px 10px 0px;
}

.image-8.polo {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding: 20px 0px 0px;
  text-align: left;
}

.image-8.armband {
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
}

.image-8.anstecker {
  margin-right: auto;
  margin-left: auto;
}

.div-block-7 {
  margin-top: 100px;
}

.link-extern {
  color: #fff;
}

.link-extern:hover {
  color: gold;
}

@media screen and (max-width: 991px) {
  .section {
    height: 1400px;
    background-image: linear-gradient(203deg, #003466 59%, #005eb8 84%, #003466);
  }

  .section._02 {
    height: 2400px;
  }

  .section._02.impressum {
    height: 7000px;
  }

  .section._03 {
    height: 2600px;
  }

  .section._04 {
    height: 2000px;
  }

  .section._05 {
    height: 2200px;
  }

  .section.disclaimer {
    height: 1400px;
  }

  .container.head {
    padding-right: 20px;
  }

  .subhead-futreg {
    font-size: 18px;
    line-height: 34px;
  }

  .footer {
    padding-right: 20px;
    padding-left: 20px;
    background-image: linear-gradient(150deg, #003466, #005eb8);
  }

  .footer-image {
    width: 80px;
  }

  .container-2 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .container-3 {
    font-family: 'Open Sans', sans-serif;
  }

  .nav-menu {
    margin-top: 0px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#003e51), to(#004f71));
    background-image: linear-gradient(180deg, #003e51, #004f71);
  }

  .nav-menu.w--open {
    background-color: rgba(0, 94, 184, 0.75);
    background-image: none;
    font-family: '302c51 0 0', sans-serif;
    color: #fff;
    font-style: normal;
  }

  .menu-button {
    margin-top: 20px;
    margin-right: 20px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .menu-button.w--open {
    background-color: transparent;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  .nav-link-2 {
    margin-top: 0px;
    padding-top: 0px;
    font-family: '302c51 0 0', sans-serif;
    color: #fff;
    font-style: normal;
    font-weight: 400;
  }

  .nav-link-2:focus {
    text-decoration: none;
  }

  .nav-link-2.w--current {
    padding-top: 100px;
    padding-bottom: 40px;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-style: italic;
    text-align: center;
    text-decoration: none;
  }

  .nav-link-3 {
    padding-top: 20px;
    padding-bottom: 20px;
    font-family: '302c51 0 0', sans-serif;
    font-size: 18px;
    font-style: normal;
    text-align: center;
    text-decoration: none;
  }

  .nav-link-4 {
    margin-right: 100px;
    margin-bottom: 140px;
    margin-left: 100px;
    padding-top: 40px;
    padding-bottom: 40px;
    border-style: solid;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-style: normal;
    text-align: center;
    text-decoration: none;
  }

  .nav-link-4:hover {
    margin-right: 100px;
    margin-left: 100px;
    padding-bottom: 40px;
  }

  .icon {
    font-family: '302c51 0 0', sans-serif;
    color: gold;
  }

  .list {
    padding-left: 20px;
  }

  .div-block-6.artikel {
    width: 340px;
    height: 500px;
  }

  .text-block-2 {
    max-width: 320px;
  }

  .navlink01 {
    padding-top: 40px;
    padding-bottom: 20px;
    text-align: center;
  }

  .navlink01.w--current {
    color: gold;
  }

  .navlink01.end {
    margin-bottom: 220px;
  }

  .navlink01.top {
    margin-top: 40px;
  }

  .icon-2 {
    color: gold;
  }

  .nav-menu-2 {
    background-color: #005eb8;
  }

  .menu-button-2 {
    margin-bottom: 6px;
    background-color: transparent;
  }

  .menu-button-2.w--open {
    background-color: transparent;
  }

  .image-8.polo {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding: 20px 5px 60px;
  }

  .image-8.anstecker {
    display: block;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    padding-right: 0px;
    padding-bottom: 40px;
    padding-left: 0px;
  }
}

@media screen and (max-width: 767px) {
  .section {
    height: 1400px;
  }

  .section._01 {
    height: 1200px;
  }

  .section._02 {
    height: 2500px;
  }

  .section._02.impressum {
    height: 8000px;
  }

  .section._03 {
    height: 3700px;
  }

  .section._04 {
    height: 2300px;
  }

  .section._05 {
    height: 2200px;
  }

  .section.disclaimer {
    height: 1700px;
  }

  .headline-futreg {
    font-size: 70px;
    line-height: 85px;
  }

  .headline-futreg.xs {
    padding-right: 40px;
  }

  .headline-futreg.impressum {
    font-size: 30px;
    line-height: 30px;
  }

  .container {
    padding-left: 20px;
  }

  .subhead-futreg {
    margin-right: 20px;
    font-size: 18px;
    line-height: 34px;
  }

  .column {
    padding-left: 0px;
  }

  .column-2 {
    left: -140px;
    padding-left: 0px;
  }

  .footer {
    padding: 40px 20px 60px;
  }

  .footer-image {
    width: 80px;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .brand {
    padding-left: 0px;
  }

  .menu-button {
    margin-right: 20px;
  }

  .nav-link-2 {
    color: #fff;
    font-style: normal;
    text-decoration: none;
  }

  .nav-link-2:hover {
    font-style: normal;
  }

  .nav-link-2.w--current {
    padding-top: 100px;
  }

  .nav-link-4 {
    margin-bottom: 140px;
    padding-bottom: 40px;
  }

  .nav-link-4:hover {
    margin-right: 100px;
    margin-left: 100px;
  }

  .icon {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .list {
    padding-right: 40px;
    padding-left: 20px;
  }

  .div-block-6.artikel {
    display: block;
    margin-bottom: 20px;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .column-3 {
    padding-left: 0px;
  }

  .column-4 {
    padding-left: 0px;
  }

  .text-block-2 {
    margin-right: 190px;
    margin-left: 10px;
  }

  .image-8.polo {
    position: static;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-right: 5px;
    padding-bottom: 60px;
    padding-left: 5px;
    clear: both;
  }
}

@media screen and (max-width: 479px) {
  .section {
    height: 1200px;
    padding-top: 140px;
  }

  .section._01 {
    height: 700px;
  }

  .section._02 {
    height: 2000px;
  }

  .section._03 {
    height: 3200px;
  }

  .section._404 {
    height: 800px;
  }

  .section._04 {
    height: 2000px;
  }

  .section._05 {
    height: 2200px;
  }

  .section.disclaimer {
    height: 1400px;
  }

  .headline-futreg {
    font-size: 40px;
    line-height: 50px;
    text-transform: uppercase;
  }

  .headline-futreg.xs {
    margin-top: 60px;
    margin-bottom: 20px;
    padding-right: 20px;
    font-size: 20px;
    line-height: 24px;
  }

  .headline-futreg.impressum {
    font-size: 30px;
    line-height: 30px;
  }

  .container.head {
    position: relative;
  }

  .logo-im-text.ani {
    max-width: 60%;
  }

  .subhead-futreg {
    margin-right: 10px;
    padding-right: 0px;
    font-size: 14px;
    line-height: 22px;
  }

  .subhead-futreg.bullet {
    margin-right: 0px;
  }

  .bodytext {
    line-height: 22px;
  }

  .column {
    padding-right: 10px;
  }

  .column-2 {
    left: -60px;
    padding-right: 10px;
  }

  .footer {
    padding-right: 20px;
    padding-bottom: 60px;
    padding-left: 20px;
    text-align: left;
  }

  .footer-flex-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-logo-link {
    height: 60px;
  }

  .footer-heading {
    margin-top: 20px;
  }

  .image {
    width: 80px;
  }

  .brand {
    padding-left: 0px;
  }

  .nav-menu.w--open {
    background-color: rgba(0, 94, 184, 0.75);
  }

  .menu-button {
    margin-right: 20px;
  }

  .nav-link-2 {
    font-family: '302c51 0 0', sans-serif;
    font-style: normal;
  }

  .nav-link-2.w--current {
    padding-top: 100px;
    font-style: italic;
  }

  .nav-link-3 {
    font-size: 18px;
  }

  .nav-link-4 {
    margin-right: 40px;
    margin-bottom: 140px;
    margin-left: 40px;
    padding-bottom: 40px;
    font-size: 18px;
  }

  .nav-link-4:hover {
    margin-right: 40px;
    margin-left: 40px;
  }

  .icon {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .list {
    padding-right: 20px;
    font-size: 14px;
    line-height: 24px;
  }

  .div-block-6.artikel {
    width: 280px;
    height: 450px;
  }

  .column-3 {
    padding-left: 0px;
  }

  .column-4 {
    padding-left: 0px;
  }

  .text-block-2 {
    max-width: 280px;
    margin-right: 10px;
  }

  .menu-button-2 {
    margin-bottom: 4px;
  }

  .image-8.polo {
    margin-right: auto;
    margin-left: auto;
    padding-right: 10px;
    padding-bottom: 140px;
    padding-left: 10px;
  }

  .image-8.armband {
    padding-top: 10px;
  }

  .image-8.anstecker {
    padding-bottom: 120px;
  }
}

@font-face {
  font-family: 'Tt0959m';
  src: url('../fonts/tt0959m_.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: '302c51 0 0';
  src: url('../fonts/302C51_0_0.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: '302c51 1 0';
  src: url('../fonts/302C51_1_0.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}