@font-face {
  font-family: "Lato";
  src: url("/font/LatoLatin-Regular.woff2") format("woff2"), url("/font/LatoLatin-Regular.woff") format("woff"), url("/font/LatoLatin-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  text-rendering: optimizeLegibility;
}
/* Bulma Utilities */

.notification:not(:last-child), .content:not(:last-child) {
  margin-bottom: 1.5rem;
}

.image.is-square img, .image.is-5by4 img, .image.is-16by9 img, .image.is-4by5 img, .image.is-2by3 img {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.navbar-burger {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: none;
  border: none;
  color: currentColor;
  font-family: inherit;
  font-size: 1em;
  margin: 0;
  padding: 0;
}

/* Bulma Helpers */
.has-text-white {
  color: hsl(0, 0%, 100%) !important;
}

a.has-text-white:hover, a.has-text-white:focus {
  color: #e6e6e6 !important;
}

.has-text-danger {
  color: hsl(348, 86%, 61%) !important;
}

a.has-text-danger:hover, a.has-text-danger:focus {
  color: #ee1742 !important;
}

.is-paddingless {
  padding: 0 !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2 {
  margin-left: 0.5rem !important;
}

.mt-3 {
  margin-top: 0.75rem !important;
}

.mb-3 {
  margin-bottom: 0.75rem !important;
}

.mb-4 {
  margin-bottom: 1rem !important;
}

.mb-6 {
  margin-bottom: 3rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

 .title {
  font-size: 3rem !important;
}

 .subtitle {
  font-size: 2rem !important;
}

 .modal.start .modal-content h3, .modal.end .modal-content h3, .modal.error .modal-content h3, .center-text, .card-title, h3.subtitle {
  font-size: 1.5rem !important;
}

.is-size-5 {
  font-size: 1.25rem !important;
}

.is-size-7 {
  font-size: 0.75rem !important;
}

@media screen and (max-width: 768px) {
   .title {
    font-size: 2rem !important;
  }
   .subtitle {
    font-size: 1.5rem !important;
  }
   .modal.start .modal-content h3, .modal.end .modal-content h3, .modal.error .modal-content h3, .center-text, .card-title, h3.subtitle {
    font-size: 1.25rem !important;
  }
}
@media screen and (min-width: 769px), print {
   .title {
    font-size: 2.5rem !important;
  }
   .subtitle {
    font-size: 1.5rem !important;
  }
   .modal.start .modal-content h3, .modal.end .modal-content h3, .modal.error .modal-content h3, .card-title, h3.subtitle {
    font-size: 1.25rem !important;
  }
}
@media screen and (min-width: 1024px) {
  .is-size-3-desktop {
    font-size: 2rem !important;
  }
  .is-size-5-desktop {
    font-size: 1.25rem !important;
  }
}
.has-text-centered, .modal.start .modal-content, .modal.end .modal-content, .modal.error .modal-content, .center-text {
  text-align: center !important;
}

.has-text-right {
  text-align: right !important;
}

.is-italic {
  font-style: italic !important;
}

.has-text-weight-bold {
  font-weight: 700 !important;
}
.is-hidden {
  display: none !important;
}
/* Bulma Base */
/*! minireset.css v0.0.6 | MIT License | github.com/jgthms/minireset.css */
html,
body,
p,
ul,
li,
figure,
textarea,
iframe,
hr,
h1,
h2,
h3 {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3 {
  font-size: 100%;
  font-weight: normal;
}

ul {
  list-style: none;
}

button,
input,
textarea {
  margin: 0;
}

html {
  box-sizing: border-box;
}

*, *::before, *::after {
  box-sizing: inherit;
}

img {
  height: auto;
  max-width: 100%;
}

iframe {
  border: 0;
}

html {
  background-color: #fffffe;
  font-size: 16px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  min-width: 300px;
  overflow-x: hidden;
  overflow-y: scroll;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
}


figure,
footer,
section {
  display: block;
}

body,
button,
input,
textarea {
  font-family: "Lato", sans-serif;
}

body {
  color: #5f6c7b;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.5;
}

a {
  color: #375dbb;
  cursor: pointer;
  text-decoration: none;
}
a:hover {
  color: hsl(0, 0%, 21%);
}

hr {
  background-color: hsl(0, 0%, 96%);
  border: none;
  display: block;
  height: 2px;
  margin: 1.5rem 0;
}

img {
  height: auto;
  max-width: 100%;
}

input[type=checkbox],
input[type=radio] {
  vertical-align: baseline;
}

span {
  font-style: inherit;
  font-weight: inherit;
}

@keyframes spinAround {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.section {
  padding: 3rem 1.5rem;
}
@media screen and (min-width: 1024px) {
  .section {
    padding: 3rem 3rem;
  }
  .section.is-large {
    padding: 18rem 6rem;
  }
}

.column {
  display: block;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
  padding: 0.75rem;
}
@media screen and (max-width: 768px) {
  .column.is-narrow-mobile {
    flex: none;
    width: unset;
  }
}
@media screen and (min-width: 769px), print {
   .column.is-half-tablet {
    flex: none;
    width: 50%;
  }
   .column.is-one-third-tablet {
    flex: none;
    width: 33.3333%;
  }
  .column.is-2 {
    flex: none;
    width: 16.66666674%;
  }
  .column.is-10 {
    flex: none;
    width: 83.33333337%;
  }
}
@media screen and (min-width: 1024px) {
  .column.is-two-thirds-desktop {
    flex: none;
    width: 66.6666%;
  }
  .column.is-half-desktop {
    flex: none;
    width: 50%;
  }
  .column.is-one-third-desktop {
    flex: none;
    width: 33.3333%;
  }
  .column.is-one-quarter-desktop {
    flex: none;
    width: 25%;
  }
}

.columns {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  margin-top: -0.75rem;
}
.columns:last-child {
  margin-bottom: -0.75rem;
}
.columns:not(:last-child) {
  margin-bottom: calc(1.5rem - 0.75rem);
}
.columns.is-centered {
  justify-content: center;
}
.columns.is-multiline {
  flex-wrap: wrap;
}
@media screen and (min-width: 769px), print {
  .columns:not(.is-desktop) {
    display: flex;
  }
}

.navbar {
  background-color: #fffffe;
  min-height: 3.25rem;
  position: relative;
  z-index: 30;
}
.navbar.is-dark {
  background-color: hsl(0, 0%, 21%);
  color: #fff;
}
.navbar.is-dark .navbar-brand > .navbar-item {
  color: #fff;
}
.navbar.is-dark .navbar-brand > a.navbar-item:focus, .navbar.is-dark .navbar-brand > a.navbar-item:hover, .navbar.is-dark .navbar-brand > a.navbar-item.is-active {
  background-color: #292929;
  color: #fff;
}
.navbar.is-dark .navbar-burger {
  color: #fff;
}
@media screen and (min-width: 1024px) {
  
  .navbar.is-dark .navbar-end > .navbar-item {
    color: #fff;
  }
  
  .navbar.is-dark .navbar-end > a.navbar-item:focus,
  .navbar.is-dark .navbar-end > a.navbar-item:hover,
  .navbar.is-dark .navbar-end > a.navbar-item.is-active {
    background-color: #292929;
    color: #fff;
  }
}
.navbar.is-link {
  background-color: #375dbb;
  color: #fff;
}
.navbar.is-link .navbar-brand > .navbar-item {
  color: #fff;
}
.navbar.is-link .navbar-brand > a.navbar-item:focus, .navbar.is-link .navbar-brand > a.navbar-item:hover, .navbar.is-link .navbar-brand > a.navbar-item.is-active {
  background-color: #3153a7;
  color: #fff;
}
.navbar.is-link .navbar-burger {
  color: #fff;
}
@media screen and (min-width: 1024px) {
  
  .navbar.is-link .navbar-end > .navbar-item {
    color: #fff;
  }
  
  .navbar.is-link .navbar-end > a.navbar-item:focus,
  .navbar.is-link .navbar-end > a.navbar-item:hover,
  .navbar.is-link .navbar-end > a.navbar-item.is-active {
    background-color: #3153a7;
    color: #fff;
  }
}
.navbar.is-warning {
  background-color: hsl(44, 100%, 77%);
  color: rgba(0, 0, 0, 0.7);
}
.navbar.is-warning .navbar-brand > .navbar-item {
  color: rgba(0, 0, 0, 0.7);
}
.navbar.is-warning .navbar-brand > a.navbar-item:focus, .navbar.is-warning .navbar-brand > a.navbar-item:hover, .navbar.is-warning .navbar-brand > a.navbar-item.is-active {
  background-color: #ffd970;
  color: rgba(0, 0, 0, 0.7);
}
.navbar.is-warning .navbar-burger {
  color: rgba(0, 0, 0, 0.7);
}
@media screen and (min-width: 1024px) {
  
  .navbar.is-warning .navbar-end > .navbar-item {
    color: rgba(0, 0, 0, 0.7);
  }
  
  .navbar.is-warning .navbar-end > a.navbar-item:focus,
  .navbar.is-warning .navbar-end > a.navbar-item:hover,
  .navbar.is-warning .navbar-end > a.navbar-item.is-active {
    background-color: #ffd970;
    color: rgba(0, 0, 0, 0.7);
  }
}
.navbar.is-danger {
  background-color: hsl(348, 86%, 61%);
  color: #fff;
}
.navbar.is-danger .navbar-brand > .navbar-item {
  color: #fff;
}
.navbar.is-danger .navbar-brand > a.navbar-item:focus, .navbar.is-danger .navbar-brand > a.navbar-item:hover, .navbar.is-danger .navbar-brand > a.navbar-item.is-active {
  background-color: #ef2e55;
  color: #fff;
}
.navbar.is-danger .navbar-burger {
  color: #fff;
}
@media screen and (min-width: 1024px) {
  
  .navbar.is-danger .navbar-end > .navbar-item {
    color: #fff;
  }
  
  .navbar.is-danger .navbar-end > a.navbar-item:focus,
  .navbar.is-danger .navbar-end > a.navbar-item:hover,
  .navbar.is-danger .navbar-end > a.navbar-item.is-active {
    background-color: #ef2e55;
    color: #fff;
  }
}
.navbar > .container {
  align-items: stretch;
  display: flex;
  min-height: 3.25rem;
  width: 100%;
}
 .navbar.is-fixed-top {
  left: 0;
  position: fixed;
  right: 0;
  z-index: 30;
}
.navbar.is-fixed-top {
  top: 0;
}

html.has-navbar-fixed-top,
body.has-navbar-fixed-top {
  padding-top: 3.25rem;
}

.navbar-brand {
  align-items: stretch;
  display: flex;
  flex-shrink: 0;
  min-height: 3.25rem;
}

.navbar-brand a.navbar-item:focus, .navbar-brand a.navbar-item:hover {
  background-color: transparent;
}

.navbar-burger {
  color: #5f6c7b;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: none;
  border: none;
  cursor: pointer;
  display: block;
  height: 3.25rem;
  position: relative;
  width: 3.25rem;
  margin-left: auto;
}
.navbar-burger span {
  background-color: currentColor;
  display: block;
  height: 1px;
  left: calc(50% - 8px);
  position: absolute;
  transform-origin: center;
  transition-duration: 86ms;
  transition-property: background-color, opacity, transform;
  transition-timing-function: ease-out;
  width: 16px;
}
.navbar-burger span:nth-child(1) {
  top: calc(50% - 6px);
}
.navbar-burger span:nth-child(2) {
  top: calc(50% - 1px);
}
.navbar-burger span:nth-child(3) {
  top: calc(50% + 4px);
}
.navbar-burger:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.navbar-burger.is-active span:nth-child(1) {
  transform: translateY(5px) rotate(45deg);
}
.navbar-burger.is-active span:nth-child(2) {
  opacity: 0;
}
.navbar-burger.is-active span:nth-child(3) {
  transform: translateY(-5px) rotate(-45deg);
}

.navbar-menu {
  display: none;
}

.navbar-item {
  color: #5f6c7b;
  display: block;
  line-height: 1.5;
  padding: 0.5rem 0.75rem;
  position: relative;
}
.navbar-item .icon:only-child {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}

a.navbar-item {
  cursor: pointer;
}
a.navbar-item:focus, a.navbar-item:focus-within, a.navbar-item:hover, a.navbar-item.is-active {
  background-color: hsl(0, 0%, 98%);
  color: #375dbb;
}

.navbar-item {
  flex-grow: 0;
  flex-shrink: 0;
}
.navbar-item img {
  max-height: 1.75rem;
}

@media screen and (max-width: 1023px) {
  .navbar > .container {
    display: block;
  }
  .navbar-brand .navbar-item {
    align-items: center;
    display: flex;
  }
  .navbar-menu {
    background-color: #fffffe;
    box-shadow: 0 8px 16px rgba(55, 93, 187, 0.1);
    padding: 0.5rem 0;
  }
  .navbar-menu.is-active {
    display: block;
  }
  .navbar.is-fixed-top .navbar-menu {
    -webkit-overflow-scrolling: touch;
    max-height: calc(100vh - 3.25rem);
    overflow: auto;
  }
}
@media screen and (min-width: 1024px) {
  .navbar,
  .navbar-menu,
  .navbar-end {
    align-items: stretch;
    display: flex;
  }
  .navbar {
    min-height: 3.25rem;
  }
  .navbar.is-spaced {
    padding: 1rem 2rem;
  }
  
  .navbar.is-spaced .navbar-end {
    align-items: center;
  }
  .navbar.is-spaced a.navbar-item {
    border-radius: 4px;
  }
  .navbar-burger {
    display: none;
  }
  .navbar-item {
    align-items: center;
    display: flex;
  }
  .navbar-menu {
    flex-grow: 1;
    flex-shrink: 0;
  }
  .navbar-end {
    justify-content: flex-end;
    margin-left: auto;
  }
  .navbar > .container .navbar-brand,
  .container > .navbar .navbar-brand {
    margin-left: -0.75rem;
  }
  .navbar > .container .navbar-menu,
  .container > .navbar .navbar-menu {
    margin-right: -0.75rem;
  }
  a.navbar-item.is-active {
    color: #375dbb;
  }
  a.navbar-item.is-active:not(:focus):not(:hover) {
    background-color: transparent;
  }
}

.container {
  flex-grow: 1;
  margin: 0 auto;
  position: relative;
  width: auto;
}
@media screen and (min-width: 1024px) {
  .container {
    max-width: 960px;
  }
}
@media screen and (min-width: 1216px) {
  .container:not(.is-max-desktop) {
    max-width: 1152px;
  }
}
@media screen and (min-width: 1408px) {
  .container:not(.is-max-desktop):not(.is-max-widescreen) {
    max-width: 1344px;
  }
}

.content li + li {
  margin-top: 0.25em;
}
.content p:not(:last-child),
.content ul:not(:last-child) {
  margin-bottom: 1em;
}
.content h1,
.content h2,
.content h3 {
  color: hsl(0, 0%, 21%);
  font-weight: 600;
  line-height: 1.125;
}
.content h1 {
  font-size: 2em;
  margin-bottom: 0.5em;
}
.content h1:not(:first-child) {
  margin-top: 1em;
}
.content h2 {
  font-size: 1.75em;
  margin-bottom: 0.5714em;
}
.content h2:not(:first-child) {
  margin-top: 1.1428em;
}
.content h3 {
  font-size: 1.5em;
  margin-bottom: 0.6666em;
}
.content h3:not(:first-child) {
  margin-top: 1.3333em;
}
.content ul {
  list-style: disc outside;
  margin-left: 2em;
  margin-top: 1em;
}
.content ul ul {
  list-style-type: circle;
  margin-top: 0.5em;
}
.content ul ul ul {
  list-style-type: square;
}
.content figure {
  margin-left: 2em;
  margin-right: 2em;
  text-align: center;
}
.content figure:not(:first-child) {
  margin-top: 2em;
}
.content figure:not(:last-child) {
  margin-bottom: 2em;
}
.content figure img {
  display: inline-block;
}
.content.is-large {
  font-size: 1.5rem;
}

.image {
  display: block;
  position: relative;
}
.image img {
  display: block;
  height: auto;
  width: 100%;
}
.image.is-square img, .image.is-5by4 img, .image.is-16by9 img, .image.is-4by5 img, .image.is-2by3 img {
  height: 100%;
  width: 100%;
}
.image.is-square {
  padding-top: 100%;
}
.image.is-5by4 {
  padding-top: 80%;
}
.image.is-16by9 {
  padding-top: 56.25%;
}
.image.is-4by5 {
  padding-top: 125%;
}
.image.is-2by3 {
  padding-top: 150%;
}

.notification {
  background-color: hsl(0, 0%, 96%);
  border-radius: 4px;
  position: relative;
  padding: 1.25rem 2.5rem 1.25rem 1.5rem;
}
.notification a:not(.button):not(.dropdown-item) {
  color: currentColor;
  text-decoration: underline;
}
.notification .title,
.notification .subtitle,
.notification .content {
  color: currentColor;
}
.notification.is-dark {
  background-color: hsl(0, 0%, 21%);
  color: #fff;
}
.notification.is-link {
  background-color: #375dbb;
  color: #fff;
}
.notification.is-warning {
  background-color: hsl(44, 100%, 77%);
  color: rgba(0, 0, 0, 0.7);
}
.notification.is-danger {
  background-color: hsl(348, 86%, 61%);
  color: #fff;
}
.video-container {
  position: relative;
  /* 16:9 */
  padding-bottom: 56.25%;
  padding-top: 10px;
  height: 0;
  overflow: hidden;
}

.video-container iframe,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.maps {
  position: relative;
  padding-bottom: 80%;
  height: 0;
  overflow: hidden;
}

.maps iframe, .maps .cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.maps .cover picture {
  position: absolute;
  top: 0;
  z-index: 10;
  width: 100%;
}
.maps .cover img {
  width: 100%;
}
.maps .cover .cover-text {
  color: #49535e;
  position: relative;
  top: 50%;
  bottom: 50%;
  z-index: 20;
  transform: translate3d(0, -50%, 0);
  background: rgba(200, 200, 200, 0.7);
  padding: 5px;
  margin: 0 0.5rem;
}

.facebook-square, .instagram-square {
  width: 16px;
  height: 18px;
  vertical-align: text-bottom;
  pointer-events: none;
}

.title {
  color: #094067;
  padding: 0.5rem 0;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .title {
    padding-left: 1.5rem;
  }
  .title.has-text-centered, .modal.start .title.modal-content, .modal.end .title.modal-content, .modal.error .title.modal-content, .title.center-text {
    padding-left: 0;
  }
}

.subtitle {
  color: #5f6c7b;
  padding: 0.5rem 0;
  font-weight: 600;
}

.card-title {
  color: #5f6c7b;
  font-weight: 600;
}

.center-text {
  margin: 1rem 0;
}

@media screen and (max-width: 768px) {
  .no-margin {
    margin: 0 -1.5rem;
  }
}

.section .section-padding-small {
  padding: 1rem 1.5rem !important;
}

.secondary {
  background: #eff2fa;
}

.is-tall {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}

.is-tall-container {
  flex: 1;
}

li {
  padding: 0.5rem 1rem;
}

.content.footer {
  padding-bottom: 1rem;
}

.modal-background {
  background-color: rgba(10, 10, 10, 0.86);
}

.modal.start .modal-content, .modal.end .modal-content, .modal.error .modal-content {
  color: white;
}
.modal.start .modal-content h3, .modal.end .modal-content h3, .modal.error .modal-content h3 {
  color: white;
}

.section {
  padding: 2rem 1.5rem !important;
}

.navbar.is-large-z {
  z-index: 101 !important;
}
@media screen and (min-width: 1024px) {
  .navbar a.logo {
    padding-left: 1rem;
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 769px), print {
  .navbar a.logo {
    padding-left: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .navbar a.logo {
    padding-left: 2rem;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 1024px) {
  .navbar img {
    max-height: 4.25rem;
    margin-top: -0.375rem;
    margin-bottom: -0.625rem;
  }
}
@media screen and (min-width: 769px), print {
  .navbar img {
    max-height: 3.5rem;
    margin-top: 0.375rem;
  }
}
@media screen and (max-width: 768px) {
  .navbar img {
    max-height: 3.5rem;
  }
}

.is-large-z {
  z-index: 200;
}

.card-image.white {
  background-color: #fff;
}

.no-list-style {
  list-style-type: none;
}

.anchor {
  display: block;
  position: relative;
  visibility: hidden;
}
@media screen and (max-width: 768px) {
  .anchor {
    top: -3.25rem;
  }
}
@media screen and (min-width: 769px), print {
  .anchor {
    top: -4.25rem;
  }
}

.bg-navbar {
  font-size: 1.1rem;
}

.navbar-burger span {
  height: 1.5px;
  width: 18px;
}

.notification {
  font-size: 1.1rem;
}

.main-card {
  color: #fff;
  background-color: #375dbb;
}
.main-card.secondary {
  background-color: #6181d1;
}
.main-card .card-title {
  color: inherit;
}
.main-card a {
  color: inherit;
  text-decoration: underline;
}
.main-card ul {
  margin-left: 1em;
  margin-top: 0;
}
.main-card li {
  padding: 0.25rem 0;
}
.main-card hr {
  margin: 1rem 0;
}

ul.dienstleistungen {
  margin-left: 1em;
}
ul.dienstleistungen li {
  padding: 0.25em 0;
}

@media screen and (max-width: 768px) {
  .box-logo {
    max-width: 260px;
    max-height: 300px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 769px), print {
  .partner {
    min-height: 32rem;
  }
}

@media screen and (min-width: 769px), print {
  .whatsapp-icon {
    height: 2.5em;
  }
}
