/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/* -------------------------------------------------- Mixins */
/* ---------------------------------------------------------------------- */
/* -------------------------------------------------- Employees */
@media (min-width: 768px) {
  .wkAgency {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (min-width: 1200px) {
  .wkAgency.noMapImage {
    padding-top: 14rem;
  }
}
.wkAgency__wrapper {
  display: flex;
  flex-wrap: wrap;
  padding: 0 2rem;
  /*&.hasPattern {
  	@include respond-to(768) {
  		margin : 0 auto 6rem auto;
  	}
  	@include respond-to(1200) {
  		margin : -10rem auto 24rem auto;
  	}
  }*/
}
@media (min-width: 768px) {
  .wkAgency__wrapper {
    flex-direction: column;
    max-height: 70rem;
    order: 2;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .wkAgency__wrapper {
    align-items: flex-start;
    flex-direction: row;
    justify-content: space-between;
    margin: -10rem auto 0 auto;
    max-width: 136.6rem;
    padding: 0 3.5rem;
  }
}
@media (min-width: 1920px) {
  .wkAgency__wrapper {
    padding: 0;
  }
}
.wkAgency__container {
  background: var(--white);
  box-shadow: var(--box-shadow--box);
  color: var(--text);
  font-family: var(--rajdhani);
  font-size: var(--font-size--base);
  margin: 0 auto 4rem auto;
  min-height: 20rem;
  padding: 2.5rem 0 3rem 0;
  position: relative;
  width: 100%;
}
@media (min-width: 768px) {
  .wkAgency__container {
    width: calc(50% - 3rem);
  }
}
@media (min-width: 1200px) {
  .wkAgency__container {
    height: 100%;
    margin: 0;
    max-width: 27rem;
    min-height: 0;
  }
}
@media (min-width: 1366px) {
  .wkAgency__container {
    max-width: 29rem;
  }
}
.wkAgency__container:after {
  background: var(--primary);
  bottom: 0.5rem;
  content: "";
  height: 0.3rem;
  left: 0;
  position: absolute;
  width: 100%;
}
.wkAgency__headline {
  margin: 0 0 4rem 0;
  text-align: center;
}
.wkAgency__headline h2 {
  font-size: var(--font-size--xlarge);
  font-weight: bold;
  margin: 0;
}
@media (min-width: 768px) {
  .wkAgency__openingHours {
    order: 1;
  }
}
.wkAgency__openingHours .content {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  max-width: 20rem;
}
.wkAgency__openingHours .content time {
  margin: 0 0 0.5rem 0;
}
.wkAgency__openingHours .content time .openDay {
  display: inline-block;
  width: 10rem;
}
.wkAgency__openingHours .content time .openTime {
  display: inline-block;
}
@media (min-width: 768px) {
  .wkAgency__address {
    order: 3;
  }
}
@media (min-width: 1200px) {
  .wkAgency__address {
    order: 2;
  }
}
.wkAgency__address .content div {
  text-align: center;
}
.wkAgency__address .content div span:first-child {
  display: block;
}
@media (min-width: 768px) {
  .wkAgency__mail {
    order: 2;
  }
}
@media (min-width: 1200px) {
  .wkAgency__mail {
    order: 3;
  }
}
.wkAgency__mail .content > a {
  display: block;
  text-align: center;
}
@media (min-width: 768px) {
  .wkAgency__phone {
    order: 4;
  }
}
.wkAgency__phone .content div {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  max-width: 25rem;
}
.wkAgency__phone .content div > a > span,
.wkAgency__phone .content div > span {
  display: block;
  margin: 0 0 0.5rem 0;
  width: 100%;
}
.wkAgency__phone .content div > a > span > span,
.wkAgency__phone .content div > span > span {
  display: inline-block;
  padding: 0 1rem 0 0;
  text-align: right;
  width: 5rem;
}
.wkAgency__phone .content div > a > span .ew-whatsapp,
.wkAgency__phone .content div > span .ew-whatsapp {
  margin-right: 0.3rem;
}
.wkAgency__phone .content a {
  width: 100%;
}
.wkAgency__phone .content a > span > span {
  align-items: center;
  display: flex;
  justify-content: space-evenly;
}
.wkAgency__map, .wkAgency__image, .wkAgency__iframe {
  align-items: center;
  display: flex;
  height: 39rem;
  justify-content: center;
  max-width: 192rem;
  overflow: hidden;
}
@media (min-width: 768px) {
  .wkAgency__map, .wkAgency__image, .wkAgency__iframe {
    height: 37rem;
    margin: 0 0 5rem 0;
    order: 1;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .wkAgency__map, .wkAgency__image, .wkAgency__iframe {
    height: 57rem;
  }
}
.wkAgency__map img, .wkAgency__image img, .wkAgency__iframe img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.wkAgency__map iframe, .wkAgency__image iframe, .wkAgency__iframe iframe {
  width: 100%;
  border: none;
}
.wkAgency__pattern {
  display: none;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: -1;
}
.wkAgency__additionalInfo {
  font-size: 1.4rem;
  text-align: center;
}
/*# sourceMappingURL=wkAgency.css.map */
