@charset "UTF-8";
/*
* @Author: Andre Michaelis
* @Date:   2017-07-24 22:05:45
* @Last Modified by:   Andre Michaelis
* @Last Modified time: 2017-11-21 11:06:43
*/
.contact-news .input-group {
  margin-bottom: 20px;
}
.contact-news .search-select-group select,
.contact-news .search-select-group button {
  width: 25%;
}
.contact-news .sort {
  position: relative;
}
.contact-news .sort.asc::after, .contact-news .sort.desc::after {
  position: absolute;
  width: 10px;
  height: 15px;
  right: 5px;
  top: 10px;
  color: #000;
  display: block;
}
.contact-news .sort.asc::after {
  content: "↓";
}
.contact-news .sort.desc::after {
  content: "↑";
}
.contact-news .list {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
}
.contact-news .contact {
  flex: auto;
  width: 49%;
  height: auto;
  margin-right: 2%;
  margin-bottom: 2%;
}
.contact-news .contact:nth-child(2n) {
  margin-right: 0;
}
.contact-news .contact p {
  margin: 0;
  padding: 0;
}
.contact-news .contact .info {
  font-weight: bold;
  padding-bottom: 10px;
}
.contact-news .contact .additional {
  padding-bottom: 10px;
}
.contact-news .contact.has-scrollbar {
  position: relative;
}
.contact-news .contact.has-scrollbar::after {
  content: "↓";
  position: absolute;
  top: 20px;
  right: 20px;
  display: block;
}
@media (max-width: 991px) {
  .contact-news .contact {
    width: 100%;
    height: auto !important;
    margin-right: 0;
  }
  .contact-news .contact .ce-gallery {
    display: none;
  }
}

#contacts .cta-box {
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 15px;
  margin-left: 0.25rem;
  background-color: #fff;
}
#contacts .cta-box:first-child {
  margin-left: 0;
}
#contacts .cta-box.active {
  background-color: #f40000;
  color: #fff;
}
#contacts .cta-box > span {
  pointer-events: none;
}
#contacts .cta-box > .text-bold {
  font-weight: bold;
}

#callToActionMap {
  position: relative;
}
#callToActionMap > span {
  position: absolute;
  display: block;
  border-radius: 50%;
  padding: 0 3px 3px 0;
  width: 40px;
  height: 40px;
  background: #f40000;
  margin-left: -20px;
  margin-top: -50px;
  cursor: pointer;
  text-align: center;
  color: #FFF;
  line-height: 2;
}
#callToActionMap > span:before {
  content: "";
  left: 5px;
  bottom: -9px;
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #f40000;
}
#callToActionMap > span:after {
  content: attr(data-city);
  position: absolute;
  bottom: -150%;
  left: 0;
  background: #fff;
  border: 1px solid #000;
  padding: 5px 15px;
  color: black;
  border-radius: 10px;
  white-space: nowrap;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  pointer-events: none;
}
#callToActionMap > span:hover:after {
  bottom: -120%;
  opacity: 1;
}

@media only screen and (max-width: 1024px) {
  #callToActionMap > span {
    width: 20px;
    height: 20px;
    margin-left: -10px;
    margin-top: -25px;
    font-size: 0.65rem;
  }
  #callToActionMap > span:before {
    left: 0px;
    bottom: -3px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #f40000;
  }
}
.hyphen {
  -webkit-hyphens: auto;
          hyphens: auto;
}/*# sourceMappingURL=Styles.css.map */