/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/* -------------------------------------------------- Mixins */
/* --------------------------------------------------------------------- */
/* -------------------------------------------------- Travelreport */
.wkTravelreport {
  display: flex;
  margin: 0 auto 4rem auto;
  max-width: 48rem;
  padding: 0;
  width: 100%;
}
@media (min-width: 1024px) {
  .wkTravelreport {
    margin: 0 2.5rem 7rem 2.5rem;
    max-width: 40rem;
  }
}
@media (min-width: 1200px) {
  .wkTravelreport {
    max-width: 33rem;
  }
}
@media (min-width: 1400px) {
  .wkTravelreport {
    max-width: 40rem;
  }
}
.wkTravelreport__wrapper {
  background: var(--white);
  box-shadow: var(--box-shadow--box--xsmall);
  height: 45rem;
  max-width: 48rem;
  position: relative;
  width: 100%;
}
.wkTravelreport__wrapper:focus-within {
  box-shadow: var(--box-shadow--box);
  outline: none;
}
.wkTravelreport__wrapper a {
  height: 100%;
  width: 100%;
}
.wkTravelreport__image {
  align-items: center;
  display: flex;
  height: 22.5rem;
  justify-content: center;
  overflow: hidden;
}
.wkTravelreport__content {
  height: calc(100% - 19rem);
  position: relative;
}
.wkTravelreport__content:after {
  background: var(--primary);
  bottom: 0.5rem;
  content: "";
  height: 0.3rem;
  left: 0;
  position: absolute;
  width: 100%;
}
.wkTravelreport__authorImage {
  align-items: center;
  border-radius: 50%;
  display: flex;
  height: 7rem;
  justify-content: center;
  margin: -3.5rem auto 0 auto;
  overflow: hidden;
  width: 7rem;
}
.wkTravelreport__title {
  margin: 2rem 0 0 0;
  padding: 0 1rem;
  text-align: center;
}
.wkTravelreport__title h3 {
  font-size: 2.5rem;
  margin-bottom: 1rem;
}
.wkTravelreport__title p {
  font-size: 1.7rem;
}
.wkTravelreport__location {
  margin-bottom: 1rem;
}
.wkTravelreport__username, .wkTravelreport__author {
  font-weight: bold;
}

.wkElement.wkTravelreport {
  padding: 0;
}
/*# sourceMappingURL=wkTravelreport.css.map */
