/* roboto-flex-regular - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Roboto Flex';
    font-style: normal;
    font-weight: 400;
    src: url('../webfonts/roboto-flex-v27-latin-regular.woff2') format('woff2');
    font-display: swap;
  }
/* roboto-condensed-900 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 900;
  src: url('../webfonts/roboto-condensed-v30-latin-900.woff2') format('woff2');
    font-display: swap;
}

  body,
  .font-roboto-flex {
    font-family: 'Roboto Flex', 'Roboto Condensed', sans-serif;
  }

  header,
  footer,
  h1,
  h2,
  h3,
  .font-roboto-condensed {
    font-family: 'Roboto Condensed', sans-serif;
  }

header {
  transition: top 0.5s ease-in-out;
}
.nav-up {
    top: -65px;
}

.lift {
  -webkit-transition: box-shadow 0.25s ease, -webkit-transform 0.25s ease;
  transition: box-shadow 0.25s ease, -webkit-transform 0.25s ease;
  transition: box-shadow 0.25s ease, transform 0.25s ease;
  transition: box-shadow 0.25s ease, transform 0.25s ease,
      -webkit-transform 0.25s ease;
}

.lift:focus,
.lift:hover {
  box-shadow: 0 2rem 5rem rgba(22, 28, 45, 0.1),
      0 0.5rem 1rem -0.75rem rgba(22, 28, 45, 0.05) !important;
  -webkit-transform: translate3d(0, -5px, 0);
  transform: translate3d(0, -5px, 0);
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0;
  height: 0;
  overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.inhalt h2 {
  margin-top: 30px;
}
.inhalt p {
  margin-top: 20px;
}

.inhalt a {
  color: blue;
  text-decoration: underline;
}

.inhalt ul {
  margin-left: 40px;
  list-style-type: disc;
}

.inhalt ul > li {
  margin: 5px 0;
}

.teaserCard {
  -webkit-transition: all 300ms;
  transition: all 300ms;
}

/* Add to your CSS file */
.js-submenu {
    transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
    transform: translateY(-10px);
    opacity: 0;
}

.js-submenu[style*="block"] {
    transform: translateY(0);
    opacity: 1;
}

.js-navtoggle-menu {
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
}

/*
 * Always set the map height explicitly to define the size of the div element
 * that contains the map.
 */
gmp-map {
    height: 400px;
}

.place-autocomplete-card {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    margin: 10px;
    padding: 5px;
    font-family: Roboto, sans-serif;
    font-size: large;
    font-weight: bold;
}

gmp-place-autocomplete {
    width: 300px;
}

#infowindow-content .title {
    font-weight: bold;
}

#map #infowindow-content {
    display: inline;
}