.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

a {
  color: #696969;
  text-decoration: none;
}

a:focus {
  color: #006ab3;
}

.navgrid {
  grid-column-gap: 10px;
  grid-row-gap: 16px;
  flex: 1;
  order: 0;
  grid-template: "Area . . . . . . . Area-2"
  / minmax(0, auto) minmax(0, auto) minmax(0, auto) minmax(0, auto) minmax(0, auto) minmax(0, auto) minmax(0, auto) minmax(0, auto) minmax(50px, 200px);
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: center stretch;
  align-self: auto;
  align-items: center;
  height: 7.7vh;
  min-height: 60px;
  max-height: 60px;
  display: grid;
  position: static;
}

.navgrid.mainnav {
  grid-template-columns: minmax(0, 100px) minmax(0, 155px) minmax(0, 120px) minmax(0, 100px) minmax(0, auto) minmax(0, auto) minmax(0, auto) minmax(0, auto) minmax(50px, 200px);
  margin-left: 15px;
}

.div-block-126 {
  align-items: center;
  height: 50px;
  display: flex;
}

.div-block-126.navigationmenu {
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  align-items: center;
  display: none;
}

.text-block-11 {
  opacity: 1;
  color: #fff;
  text-transform: none;
  flex-wrap: wrap;
  justify-content: center;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Open Sans, sans-serif;
  font-size: .8em;
}

.image-92 {
  width: auto;
  height: 35px;
}

.container-48 {
  flex-direction: row;
  flex: 0 auto;
  order: 0;
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  max-width: 1200px;
  height: 7.7vh;
  min-height: 60px;
  max-height: 60px;
}

.image-93 {
  width: auto;
  height: 30px;
  min-height: 30px;
  padding-right: 0;
  display: block;
}

.menulinknavigation {
  opacity: .4;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 0;
  text-decoration: none;
  display: block;
  transform: scale(.9);
}

.menulinknavigation:hover, .menulinknavigation:focus {
  opacity: 1;
}

.menulinknavigation.w--current {
  opacity: 1;
  transform: scale(.9);
}

.menulinknavigation.w--current:hover, .menulinknavigation.w--current:focus {
  opacity: 1;
}

.navigationmain-2 {
  flex-direction: column;
  align-items: center;
  height: 7.7vh;
  min-height: 60px;
  max-height: 60px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.brand {
  justify-content: flex-end;
  padding-right: 10px;
  display: flex;
}

.navbar-3 {
  background-color: #006ab3;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  height: 7.7vh;
  min-height: 60px;
  max-height: 60px;
  position: fixed;
}

.div-block-127 {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
}

.grid-18 {
  grid-template-rows: auto auto;
  grid-template-columns: minmax(200px, 1fr) minmax(200px, 1fr) minmax(200px, 1fr) minmax(200px, 1fr) minmax(200px, 1fr);
  align-content: stretch;
  min-height: 80vh;
}

.linkcontainer {
  margin: 20px 10px;
}

.linkcontainer:hover {
  color: #006ab3;
}

.appcontainer {
  text-align: center;
  max-width: 200px;
  margin-left: 20px;
  margin-right: 20px;
  font-weight: 600;
}

.appbezeichnung:hover {
  text-decoration: none;
}

.littletitle {
  font-weight: 400;
}

.paragraph-39 {
  text-align: center;
  margin-bottom: 0;
  padding-bottom: 10px;
}

@media screen and (min-width: 1280px) {
  .div-block-126.navigationmenu {
    flex-wrap: nowrap;
  }

  .text-block-11 {
    white-space: nowrap;
  }

  .brand {
    display: flex;
  }

  .div-block-127 {
    align-items: center;
    max-width: 100vw;
    min-height: 100vh;
  }

  .linkcontainer {
    color: #333;
    text-transform: none;
    text-decoration: none;
  }

  .appbezeichnung {
    color: #696969;
    font-size: 14px;
  }
}

@media screen and (max-width: 991px) {
  .navgrid.mainnav {
    grid-template-columns: minmax(0, auto) minmax(0, auto) minmax(0, auto) minmax(0, auto) minmax(0, auto) minmax(0, auto) minmax(0, auto) minmax(0, auto) minmax(50px, 200px);
  }

  .div-block-126 {
    flex-wrap: wrap;
    place-content: stretch center;
  }

  .div-block-126.navigationmenu {
    min-width: 50px;
    padding-top: 0;
  }

  .text-block-11 {
    align-self: auto;
    padding-top: 3px;
    padding-left: 0;
    font-size: 8px;
    display: none;
  }

  .image-92 {
    height: 33px;
  }

  .container-48 {
    justify-content: flex-start;
    align-items: center;
    min-width: auto;
  }

  .image-93 {
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .navbar-3 {
    width: 100vw;
    inset: 0% 0% auto;
  }

  .div-block-127 {
    max-width: 100vw;
    height: auto;
    min-height: auto;
    margin-top: 64px;
  }

  .grid-18 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: column;
    max-width: 100vw;
  }
}

@media screen and (max-width: 767px) {
  .navgrid {
    flex: 1;
    order: 0;
    grid-template-areas: "Area . . . . . . . Area-2";
    grid-auto-columns: 1fr;
    align-self: auto;
  }

  .div-block-126.navigationmenu {
    opacity: 1;
    object-fit: fill;
    display: none;
    overflow: visible;
  }

  .text-block-11 {
    font-size: 10px;
  }

  .container-48 {
    align-self: auto;
    align-items: center;
  }

  .image-93 {
    margin-right: 10px;
    display: block;
  }

  .menulinknavigation {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
  }

  .brand {
    justify-content: flex-start;
  }

  .div-block-127 {
    height: auto;
    margin-top: 68px;
  }

  .grid-18 {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .linkcontainer {
    margin-left: 0;
    margin-right: 0;
  }
}

@media screen and (max-width: 479px) {
  .navgrid {
    grid-template-columns: minmax(0, auto) minmax(0, auto) minmax(0, auto) minmax(0, auto) minmax(0, auto) minmax(0, auto) minmax(0, auto) minmax(0, auto) repeat(auto-fit, minmax(50px, 200px));
    grid-auto-columns: auto;
    align-content: center;
    align-items: center;
    margin-left: 10px;
  }

  .div-block-126.navigationmenu {
    align-content: center;
    min-width: 20px;
    height: 0;
    min-height: 20px;
  }

  .image-92 {
    height: 30px;
  }

  .image-93 {
    min-height: 50px;
  }

  .brand {
    justify-content: flex-start;
  }

  .div-block-127 {
    height: auto;
    margin-top: 60px;
    padding-bottom: 60px;
  }

  .grid-18 {
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }
}

#w-node-_219466fe-b191-d0ab-97bc-90a069cd2e40-aba34c74 {
  grid-area: Area-2;
}

#w-node-_89c60617-9f0b-56ac-3355-3c55d639f0d8-aba34c74, #w-node-_89c60617-9f0b-56ac-3355-3c55d639f0d9-aba34c74, #w-node-_89c60617-9f0b-56ac-3355-3c55d639f0da-aba34c74, #w-node-_89c60617-9f0b-56ac-3355-3c55d639f0dd-aba34c74, #w-node-_89c60617-9f0b-56ac-3355-3c55d639f0de-aba34c74, #w-node-_89c60617-9f0b-56ac-3355-3c55d639f0df-aba34c74, #w-node-_89c60617-9f0b-56ac-3355-3c55d639f0e2-aba34c74, #w-node-_89c60617-9f0b-56ac-3355-3c55d639f0e3-aba34c74, #w-node-_89c60617-9f0b-56ac-3355-3c55d639f0e4-aba34c74, #w-node-_89c60617-9f0b-56ac-3355-3c55d639f0e7-aba34c74, #w-node-_89c60617-9f0b-56ac-3355-3c55d639f0e8-aba34c74, #w-node-_89c60617-9f0b-56ac-3355-3c55d639f0e9-aba34c74, #w-node-_89c60617-9f0b-56ac-3355-3c55d639f0ec-aba34c74, #w-node-_89c60617-9f0b-56ac-3355-3c55d639f0ed-aba34c74, #w-node-_89c60617-9f0b-56ac-3355-3c55d639f0ee-aba34c74, #w-node-_89c60617-9f0b-56ac-3355-3c55d639f0f1-aba34c74, #w-node-_89c60617-9f0b-56ac-3355-3c55d639f0f2-aba34c74, #w-node-_89c60617-9f0b-56ac-3355-3c55d639f0f3-aba34c74, #w-node-_89c60617-9f0b-56ac-3355-3c55d639f0f6-aba34c74, #w-node-_89c60617-9f0b-56ac-3355-3c55d639f0f7-aba34c74, #w-node-_89c60617-9f0b-56ac-3355-3c55d639f0f8-aba34c74, #w-node-_89c60617-9f0b-56ac-3355-3c55d639f0fb-aba34c74, #w-node-_89c60617-9f0b-56ac-3355-3c55d639f0fc-aba34c74, #w-node-_89c60617-9f0b-56ac-3355-3c55d639f0fd-aba34c74, #w-node-_89c60617-9f0b-56ac-3355-3c55d639f103-aba34c74, #w-node-_89c60617-9f0b-56ac-3355-3c55d639f104-aba34c74, #w-node-_89c60617-9f0b-56ac-3355-3c55d639f105-aba34c74, #w-node-_89c60617-9f0b-56ac-3355-3c55d639f10b-aba34c74, #w-node-_89c60617-9f0b-56ac-3355-3c55d639f10c-aba34c74, #w-node-_89c60617-9f0b-56ac-3355-3c55d639f10d-aba34c74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-_219466fe-b191-d0ab-97bc-90a069cd2e40-aba34c74 {
    justify-self: end;
  }
}


