/* This stylesheet is meant for custom styles, on top of The Peel Template */
.brand img {
    width: 50%;
    max-width: 80px;
}

footer .brand {
    display: none;
}

footer ul {
    display: inline;
}
footer .nav-item {
    display: inline !important;
    float: none;
}
footer .nav-item a {
    margin-left: 1em;
}
.introtext p {
    color: white;
    font-size: 1.15em;
    font-weight: bold;
  }
  figure {
    margin: 1em 0;
  }

  #ximg-carousel .xslide {
    margin-right: 5%;
  }

  #ximg-carousel .xslide:last-child {
    margin-right: 0;
  }

  .xslide {
    float: left;
  }

  .xslides img {
    width: 100%;
    /* Breite des Containers */
    height: 60vh;
    /* Höhe des Containers */
    object-fit: cover;
  }

  .titanThumbContainer img {

    width: 100%;
    /* Breite des Containers */
    height: 20vh;
    /* Höhe des Containers */
    object-fit: cover;
  }


  .grid.content.full-image {
    position: relative;
  }

  .grid.content.full-image img {
    height: auto;
    width: 100%;
  }
@media screen and (max-width: 950px) {
    #inner {
        padding-top: 0;
    }
    #inner .behind-header {
      margin-top: 0;
    }

    .grid-title {
      margin-top: 190px;
    }
}