/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/@symfony/webpack-encore/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].oneOf[1].use[1]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[4].oneOf[1].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].oneOf[1].use[3]!./vendor/communice-web/communice-base/Resources/Private/Assets/StyleSheets/communice/content-elements/address/group-item.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.address-group--item {
  position: relative;
  border: 1px solid var(--border-color-light-grey);
  border-bottom: none;
  padding: 10px;
  transition: padding 0.4s;
  overflow: hidden;
}
.address-group--item.last, .address-group--item:last-of-type {
  border-bottom: 1px solid var(--border-color-light-grey);
}
.address-group--item.open {
  padding-bottom: 30px;
}
.address-group--item:focus-within, .address-group--item:hover {
  border: 1px solid var(--border-color-light-grey);
}
.address-group--item .address--accessibility-icon + .address--accessibility-icon {
  margin-left: 10px;
}

.address-group--item--top {
  display: flex;
  position: relative;
}
.address-group--item--top:hover .address-group--item--toggle-btn, .address-group--item--top:focus .address-group--item--toggle-btn, .address-group--item--top:active .address-group--item--toggle-btn {
  color: #fff;
  background-color: var(--color-secondary);
}
.address-group--item--top:hover .address-group--item--toggle-btn i, .address-group--item--top:focus .address-group--item--toggle-btn i, .address-group--item--top:active .address-group--item--toggle-btn i {
  transform: rotate3d(180, 180, 10, 180deg);
}

.address-group--item--megalink {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  cursor: pointer;
  z-index: 5;
}
@media (min-width: 576px) {
  .address-group--item--megalink {
    height: 100%;
    z-index: 1;
  }
}

.address-group--item--bottom {
  padding: 0 30px;
}

.address-group--item--top--left {
  display: none;
  margin-right: 20px;
}
.address-group--item--top--left .image-copyright {
  margin: 0;
  position: relative;
  left: 0.25rem;
  bottom: 0.25rem;
}
@media (min-width: 768px) {
  .address-group--item--top--left {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 150px;
    height: 200px;
  }
  .address-group--item--top--left img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
  }
}

.address-group--item--logo {
  display: flex;
  width: 150px;
  height: auto;
  align-items: center;
  justify-content: center;
  position: relative;
}
.address-group--item--logo .cImage--overlay {
  position: absolute;
  z-index: 1;
}
.address-group--item--logo .image-copyright--wrap {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.address-group--item--top--right {
  position: relative;
  z-index: 2;
  margin-right: 75px;
  padding-left: 15px;
  max-width: calc(100% - 50px);
  min-height: 12.375rem;
}
@media (min-width: 576px) {
  .address-group--item--top--right.with-accessibility-icons.icons-amount-1 {
    margin-right: 56px;
  }
  .address-group--item--top--right.with-accessibility-icons.icons-amount-2 {
    margin-right: 109px;
  }
  .address-group--item--top--right.with-accessibility-icons.icons-amount-3 {
    margin-right: 160px;
  }
}
@media (min-width: 768px) {
  .address-group--item--top--right {
    padding-left: 0;
  }
}

.address-group--item--toggle-btn {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 5px;
  right: 5px;
  width: 44px;
  height: 44px;
  background-color: var(--color-primary);
  transition: top 0.4s, background-color 0.4s;
  z-index: 0;
}
@media (min-width: 768px) {
  .address-group--item--toggle-btn {
    top: 9.375rem;
  }
}
.address-group--item--toggle-btn i {
  color: #fff;
  font-size: 24px;
  transition: transform 0.4s;
  transition-delay: 0.2s;
}
.address-group--item.open .address-group--item--toggle-btn {
  top: 5px;
}
.address-group--item.open .address-group--item--toggle-btn i {
  transform: rotate(45deg);
}
@media (min-width: 768px) {
  .address-group--item.open .address-group--item--toggle-btn.with-accessibility-icons {
    top: 3.625rem;
  }
}

.address-group--title {
  font-size: 28px;
  color: var(--color-secondary);
  font-weight: var(--font-weight-bold);
  margin-bottom: 1.25rem;
  margin-top: 10px;
}

.address-group--infos--table {
  list-style: none;
  margin: 0;
  padding: 0;
}

.address-group--infos--table--item {
  position: relative;
  color: var(--color-secondary);
  font-size: 1.125rem;
  line-height: 2rem;
  padding: 0.375rem 0;
  hyphens: auto;
  -ms-hyphens: auto;
}
.address-group--infos--table--item:not(:nth-of-type(-n+3)), .address-group--infos--table--item.hidden-when-closed {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: all 0.4s;
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.open .address-group--infos--table--item:not(:nth-of-type(-n+3)), .open .address-group--infos--table--item.hidden-when-closed {
  max-height: 100px;
  opacity: 1;
  padding: 0.375rem 0;
  overflow: visible;
}
.address-group--infos--table--item a {
  text-decoration: underline;
  color: var(--color-primary);
  transition: var(--transition-base);
}
.address-group--infos--table--item a:hover, .address-group--infos--table--item a:focus, .address-group--infos--table--item a:active {
  color: var(--color-secondary);
  text-decoration: underline;
}

.address-group--table--icon,
.address-group--de-mail--icon {
  left: 0;
  font-size: 18px;
  top: 10px;
  color: var(--color-primary);
  margin-right: 1rem;
}

.address-group--table--icon.fa-home {
  margin-right: 0.8rem;
}

.address-group--de-mail--icon {
  top: 1px;
}
.address-group--de-mail--icon svg path {
  fill: var(--color-secondary);
}

.address-group--item--images {
  margin-bottom: 24px;
}

.address-group--item--images--item {
  position: relative;
  margin-bottom: 17px;
}
.address-group--item--images--item .image-copyright--wrap {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1;
}
.address-group--item--images--item .image-copyright--wrap .image-copyright {
  margin: 0;
  position: absolute;
  left: 0.5rem;
  top: 0.5rem;
}

.address-group--item--images--item--overlay {
  position: absolute;
  width: calc(100% - 17px);
  height: 100%;
  top: 0;
  left: 8.5px;
  display: flex;
  flex-direction: row;
  transform: scale(0);
  transform-origin: 100% 100%;
  transition: all 0.4s;
}
.address-group--item--images--item--overlay .overlay--icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.address-group--item--images--item--overlay .overlay--icon i {
  color: #fff;
}
.address-group--item--images--item--overlay .overlay--icon .overlay--icon--link {
  position: absolute;
  width: 100%;
  height: 100%;
}
.address-group--item--images--item--overlay .overlay--text {
  position: relative;
  display: flex;
  align-items: flex-start;
  padding-left: 8px;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  background: var(--color-secondary);
  flex: 1;
}
.address-group--item--images--item:hover .address-group--item--images--item--overlay {
  transform: scale(1);
}

.overlay--text--caption {
  font-size: 13px;
  font-weight: var(--font-weight-bold);
  color: #fff;
}

.overlay--text--copyright {
  font-size: 11px;
  font-weight: var(--font-weight-light);
  color: #fff;
}
.overlay--text--copyright a {
  color: #fff;
}
.overlay--text--copyright a:hover, .overlay--text--copyright a:focus, .overlay--text--copyright a:active {
  color: var(--color-primary);
}

.address-group--item--images--item--button {
  position: absolute;
  bottom: 0;
  right: 8.5px;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--color-secondary);
  z-index: 2;
}
.address-group--item--images--item--button:after {
  content: "\f067";
  font-family: "Font Awesome 5 Pro";
  color: #fff;
  font-weight: 300;
  transition: all 0.4s;
}
.address-group--item--images--item:hover .address-group--item--images--item--button:after {
  transform: rotate(45deg);
}

.address-group--item--spacer {
  position: relative;
  width: 100%;
  border-bottom: 1px solid var(--border-color-light-grey);
  padding-top: 34px;
  margin-bottom: 35px;
}

.address-group--item--buttons {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media (min-width: 768px) {
  .address-group--item--buttons {
    flex-direction: row;
  }
}

.address-group--button {
  flex: 1;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .address-group--button {
    max-width: 33%;
  }
  .address-group--button:not(:last-of-type) {
    margin-right: 15px;
  }
}

.addressgroup--filter-buttons {
  display: flex;
  margin-bottom: 35px;
  flex-direction: column;
  justify-content: flex-end;
}
@media (min-width: 576px) {
  .addressgroup--filter-buttons {
    flex-direction: row;
  }
}

.addressgroup-filter-button--item {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .addressgroup-filter-button--item {
    margin-bottom: 0;
  }
  .addressgroup-filter-button--item:not(:last-of-type) {
    margin-right: 15px;
  }
}

.addressgroup--grouped-list ul.accordion,
.ce-communiceaddresses_addressgroup ul.accordion {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}

.addressgroup--grouped-list.filtering .address-group--grouped-list--group {
  margin-bottom: 0;
}
.addressgroup--grouped-list.filtering .address-group--item {
  border-bottom: 1px solid var(--border-color-light-grey);
  margin-bottom: -1px;
}

.addressgroup--grouped-list--letter {
  font-size: 36px;
  margin-bottom: 15px;
  line-height: 1;
  font-weight: var(--font-weight-bold);
  color: var(--color-secondary);
}

.address-group--grouped-list--group {
  margin-bottom: 75px;
}

.address--accessibility-icons {
  position: absolute;
  right: 5px;
  top: 5px;
  z-index: 4;
  display: none;
}
@media (min-width: 768px) {
  .address--accessibility-icons {
    display: block;
  }
}

.address--accessibility-icons--inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}

.address--accessibility-icons--table {
  margin-top: 15px;
}
@media (min-width: 768px) {
  .address--accessibility-icons--table {
    display: none;
  }
}

.address--accessibility-icons--table--inner {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
}

body.rounded-corners .address--accessibility-icon {
  border-radius: calc(var(--rounded-corners--border-radius--base) / 2);
}
body.rounded-corners .address-group--item--toggle-btn {
  border-radius: calc(var(--rounded-corners--border-radius--base) / 2);
}
body.rounded-corners .address-group--item:first-of-type {
  border-top-right-radius: var(--rounded-corners--border-radius--base);
  border-top-left-radius: var(--rounded-corners--border-radius--base);
}
body.rounded-corners .address-group--item:last-child {
  border-bottom-right-radius: var(--rounded-corners--border-radius--base);
  border-bottom-left-radius: var(--rounded-corners--border-radius--base);
}
body.rounded-corners .address-group--item:only-child {
  border-radius: var(--rounded-corners--border-radius--base);
}
body.rounded-corners .address-group--item .component--placeholder--address,
body.rounded-corners .address-group--item .address-group--item--logo img {
  border-radius: var(--rounded-corners--border-radius--base);
}
body.rounded-corners .address-tile--address-info--toggle-btn,
body.rounded-corners .address-tile--address-info--toggle-btn .front,
body.rounded-corners .address-tile--address-info--toggle-btn .back {
  border-radius: calc(var(--rounded-corners--border-radius--base) / 2);
}
body.rounded-corners .address-tiles--item {
  border-radius: var(--rounded-corners--border-radius--base);
}
@media (max-width: 991.98px) {
  body.rounded-corners .address-tiles--item .address-tile--wrap .component--placeholder--address,
  body.rounded-corners .address-tiles--item .address-tile--wrap .address-group--item--logo img,
  body.rounded-corners .address-tiles--item .address-tile--wrap .address-tile--image img {
    border-top-left-radius: var(--rounded-corners--border-radius--base);
    border-top-right-radius: var(--rounded-corners--border-radius--base);
  }
}
@media (min-width: 992px) {
  body.rounded-corners .address-tiles--item .address-tile--wrap.odd .component--placeholder--address,
  body.rounded-corners .address-tiles--item .address-tile--wrap.odd .address-group--item--logo img,
  body.rounded-corners .address-tiles--item .address-tile--wrap.odd .address-tile--image img {
    border-top-right-radius: var(--rounded-corners--border-radius--base);
    border-bottom-right-radius: var(--rounded-corners--border-radius--base);
  }
}
@media (min-width: 992px) {
  body.rounded-corners .address-tiles--item .address-tile--wrap.even .component--placeholder--address,
  body.rounded-corners .address-tiles--item .address-tile--wrap.even .address-group--item--logo img,
  body.rounded-corners .address-tiles--item .address-tile--wrap.even .address-tile--image img {
    border-top-left-radius: var(--rounded-corners--border-radius--base);
    border-bottom-left-radius: var(--rounded-corners--border-radius--base);
  }
}
body.rounded-corners .address-card {
  border-radius: var(--rounded-corners--border-radius--base);
}
