/* ######## GRID ######### */
/* ######## MARGINS / PADDING ########### */
/* ############### */
div[class*="brick_"],
a[class*="brick_"],
section[class*="brick_"],
article[class*="brick_"] {
  margin-top: 1rem;
}
@media print, screen and (min-width: 650px) {
  div[class*="brick_"],
  a[class*="brick_"],
  section[class*="brick_"],
  article[class*="brick_"] {
    margin-top: 2rem;
  }
}
@media print, screen and (min-width: 1024px) {
  div[class*="brick_"],
  a[class*="brick_"],
  section[class*="brick_"],
  article[class*="brick_"] {
    margin-top: 4rem;
  }
}
div[class*="brick_"].nomargin,
a[class*="brick_"].nomargin,
section[class*="brick_"].nomargin,
article[class*="brick_"].nomargin {
  margin-top: 0 !important;
}
.brick_img picture,
.brick_img img,
.brick_img a {
  display: block;
  width: 100%;
  max-width: 100%;
}
.brick_img .zoom {
  position: relative;
}
.brick_img .zoom:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  background-image: url("/static/img/icons/search.svg");
  background-color: rgba(51, 51, 51, 0.25);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 40px auto;
  border-radius: 10px;
}
.brick_teaser {
  position: relative;
}
.brick_teaser picture,
.brick_teaser img {
  display: block;
  width: 100%;
}
.brick_teaser .text-box {
  position: absolute;
  right: 5%;
  bottom: 5%;
}
.brick_teaser .text-box .copy {
  max-width: 500px;
  background-color: #1D71B9;
  padding: 0 0.5rem;
  color: #fff !important;
}
.brick_teaser .button {
  position: absolute;
  left: 2%;
  bottom: 1%;
}
.brick_teaser a:hover .button {
  background-color: #185B96;
  border: 2px solid #185B96;
  color: #fff;
}
.brick_teaser a:hover .button:after {
  border-left-color: #185B96;
  border-bottom-color: #185B96;
  right: 3px;
  top: 3px;
  transition: right 0.3s, top 0.3s;
}
.brick_galery a {
  display: block;
  transition: transform 0.3s, box-shadow 0.3s;
}
.brick_galery a:hover {
  z-index: 3;
  transform: scale(1.05);
  box-shadow: 0 0 4px 0px rgba(0, 0, 0, 0.2);
}
article.brick_slider {
  margin: 0 auto 0;
  max-width: 1600px;
}
article.brick_slider img,
article.brick_slider picture {
  display: block;
  width: 100%;
  max-width: 100%;
  object-fit: cover;
  object-position: center;
}
article.brick_slider .swiper-slide {
  position: relative;
}
article.brick_slider .swiper-slide .text-box {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 71rem;
  padding: 0 2rem;
}
article.brick_slider .swiper-slide .text-box > * {
  margin-left: 5%;
}
@media print, screen and (min-width: 650px) {
  article.brick_slider .swiper-slide .text-box > * {
    margin-left: 50%;
  }
}
@media print, screen and (min-width: 1024px) {
  article.brick_slider .swiper-slide .text-box > * {
    margin-left: 70%;
  }
}
div.brick_tabs {
  margin-top: 0 !important;
}
div.brick_tabs .grid-x.nav {
  background-color: #fff;
}
div.brick_tabs .grid-x.nav .h3 {
  margin: 0.9375rem;
}
div.brick_tabs .grid-x.nav ul {
  margin: 0;
  text-align: right;
}
div.brick_tabs .grid-x.nav ul li {
  list-style: none;
  display: inline-block;
}
div.brick_tabs .grid-x.nav ul li.active a,
div.brick_tabs .grid-x.nav ul li.active a:focus {
  border-top-color: #1D71B9;
}
div.brick_tabs .grid-x.nav ul li a {
  display: block;
  padding: 21px 20px;
  border-top: 3px solid #fff;
  text-transform: uppercase;
  font-weight: 700;
  color: #151515;
}
div.brick_tabs .grid-x.nav ul li a:hover,
div.brick_tabs .grid-x.nav ul li a:focus {
  border-top-color: #E2001A;
  transition: border-top-color 0.3s;
  color: #1D71B9;
}
div.brick_tabs .grid-x.tabs {
  border: none;
  border-left: none;
  border-top: 1px solid #E1E1E1;
  position: relative;
}
div.brick_tabs .grid-x.tabs > .cell {
  display: none;
  z-index: 2;
  transition: transform 0.3s, box-shadow 0.3s;
  background-color: #fff;
  border-left: 1px solid #E1E1E1;
  border-bottom: 1px solid #E1E1E1;
}
div.brick_tabs .grid-x.tabs > .cell:nth-child(4n+1) {
  border-left: none;
}
div.brick_tabs .grid-x.tabs > .cell:hover {
  z-index: 3;
  transform: scale(1.05);
  box-shadow: 0 0 4px 0px rgba(0, 0, 0, 0.2);
}
div.brick_tabs .grid-x.tabs > .cell.active {
  display: block;
}
div.brick_tabs .box {
  padding: 2rem;
  display: block;
  text-align: center;
  position: relative;
}
div.brick_tabs .box img,
div.brick_tabs .box picture {
  display: inline-block;
}
div.brick_tabs .box .h6 {
  margin-top: 1rem;
  color: #151515;
}
div.brick_tabs .box .h6 b {
  display: block;
  font-weight: 400;
  text-transform: capitalize;
}
div.brick_tabs.custom .nav {
  border-top: 1px solid #E1E1E1;
  border-bottom: 1px solid #E1E1E1;
}
div.brick_tabs.custom .nav .h6 {
  margin-top: 25px;
  text-transform: uppercase;
}
div.brick_tabs.custom .grid-x.tabs {
  border: 0;
  margin-top: 3rem;
}
div.brick_tabs.custom .grid-x.tabs > .cell {
  border: 0;
}
div.brick_tabs.custom .grid-x.tabs > .cell:hover {
  transform: none;
  border: 0;
  box-shadow: none;
}
div.brick_tabs .tab-content h4 {
  margin-bottom: 3rem;
}
div.brick_tabs .tab-content .images {
  margin-bottom: 3rem;
}
.brick_video .pimcore_editable_video {
  position: relative;
}
.brick_video .pimcore_editable_video:after {
  content: "";
  display: block;
  padding-bottom: 56%;
  width: 100%;
}
.brick_video .pimcore_editable_video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.brick_accordion .accordion-title {
  color: #151515;
}
.brick_carousel {
  border-right: 1px solid #E1E1E1;
  position: relative;
}
.brick_carousel:after {
  content: "";
  position: absolute;
  top: 0;
  left: 1px;
  height: 100%;
  width: 1px;
  background-color: #E1E1E1;
  z-index: 1;
}
.brick_carousel .swiper-wrapper {
  padding-bottom: 54px;
}
.brick_carousel .swiper-button-next,
.brick_carousel .swiper-button-prev {
  top: auto;
  bottom: 0;
  left: 0;
  right: auto;
}
.brick_carousel .swiper-button-next {
  right: 0;
  left: auto;
}
.brick_carousel .swiper-slide .box {
  border-left: 1px solid #E1E1E1;
  padding: 30px 0;
  text-align: center;
  margin-left: 1px;
}
.brick_carousel .swiper-slide a {
  display: block;
}
.brick_carousel .swiper-slide picture,
.brick_carousel .swiper-slide img {
  display: inline-block;
}
.brick_carousel.blog,
.brick_carousel.event {
  border: none;
}
.brick_carousel.blog:after,
.brick_carousel.event:after {
  display: none;
}
.brick_carousel.blog .swiper-slide .box,
.brick_carousel.event .swiper-slide .box {
  text-align: left;
  padding: 0;
  color: #151515;
  border: none;
}
.brick_carousel.blog .swiper-slide .box .date,
.brick_carousel.event .swiper-slide .box .date {
  color: #707070;
}
.brick_locations .map {
  height: 400px;
  width: 100%;
}
article.brick_blog .item a {
  color: #151515;
  font-weight: normal;
}
article.brick_blog .item a .date {
  color: #707070;
}
article.brick_blog .item a:hover {
  color: #1B2C3B;
}
article.brick_blog.detail {
  margin-top: 0;
}
article.brick_blog.detail h1 {
  margin-top: 4rem;
}
article.brick_blog.detail .header-img + h1 {
  margin-top: 2rem;
}
article.brick_blog.detail .header-img img {
  width: 100%;
}
article.brick_blog.detail .side .card .copy + .button-group {
  margin-top: 1rem;
}
.brick_event.list .item {
  display: block;
  border-bottom: 1px solid #E1E1E1;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
@media print, screen and (min-width: 650px) {
  .brick_event.list .item {
    padding-bottom: 3rem;
    margin-bottom: 3rem;
  }
}
.brick_event.list .item:hover {
  color: #1B2C3B;
}
.brick_event a {
  font-weight: normal;
}
.brick_event a.icon {
  display: block;
}
.brick_event a.icon img,
.brick_event a.icon picture {
  display: block;
  margin: 0 auto;
}
.brick_event .h4 {
  margin-bottom: 0;
}
.brick_event .date {
  position: relative;
  padding: 10px 0 5px;
  display: inline-block;
  color: #151515;
}
.brick_event .date.to {
  margin-left: 30px;
}
.brick_event .date.to:after {
  position: absolute;
  left: -20px;
  top: 45%;
  content: "";
  height: 4px;
  width: 10px;
  background-color: #151515;
  display: block;
}
.brick_event .date .dayname {
  left: 0;
  top: -2px;
  display: inline-block;
}
@media print, screen and (min-width: 650px) {
  .brick_event .date .dayname {
    position: absolute;
    left: 3px;
    top: 0;
  }
}
.brick_event .date h2 {
  display: inline-block;
}
.brick_event .date .day {
  bottom: 0;
  left: 0;
  display: inline-block;
}
@media print, screen and (min-width: 650px) {
  .brick_event .date .day {
    position: absolute;
    left: 3px;
    bottom: -2px;
  }
}
.brick_event .place,
.brick_event .category {
  color: #707070;
  display: block;
}
.brick_event .more-results {
  display: none;
}
.brick_search .items {
  margin-top: 2rem;
}
.brick_search .items .item a {
  color: #151515;
  font-weight: normal;
}
.brick_search .search {
  position: relative;
}
.brick_search .search .dropdown {
  display: none;
  position: absolute;
  border: 1px solid #D3EAFC;
  background-color: #FFFFFF;
  z-index: 3;
  width: 100%;
  top: 39px;
}
.brick_search .search .dropdown.active {
  display: block;
  max-height: 300px;
  overflow-y: scroll;
}
.brick_search .search .dropdown .search-suggestion {
  padding: 5px 5px;
  color: #185B96;
  overflow: auto;
}
.brick_search .search .dropdown .search-suggestion:first-child:before {
  content: "";
  display: block;
  background: url("/static/img/icn-nav-search.svg") no-repeat center;
  background-size: 12px auto;
  width: 16px;
  height: 24px;
  float: left;
  margin: 0 6px 0 0;
}
.brick_search .search .dropdown .search-suggestion:before {
  content: "";
  display: block;
  background: url("/static/img/externe-links.svg") no-repeat center;
  background-size: 10px auto;
  width: 17px;
  height: 23px;
  float: left;
  margin: 0 6px 0 0;
}
.brick_search .search .dropdown .search-suggestion.selected {
  background-color: #D3EAFC;
}
.brick_search .search .dropdown .search-suggestion a {
  text-decoration: none;
  display: block;
  transition: color 0.3s ease;
}
.brick_search .search .dropdown .search-suggestion a:hover {
  color: #1B2C3B;
}
.brick_search .search button {
  width: 100%;
}
.withsidebar .side .brick_img:first-of-type img,
.withsidebar .side .brick_img:first-of-type picture {
  max-width: 200px;
  margin: 0 auto;
}
.filter {
  margin-bottom: 1rem;
}
.filter .select-dropdown {
  position: relative;
  border: 1px solid #ccc;
  background: #fff;
  cursor: pointer;
}
.filter .select-dropdown .title {
  padding: 7px 10px;
  background: #f9f9f9;
  background: url(/static/img/select-arrow.svg) no-repeat right #f9f9f9;
  border-radius: 5px;
}
.filter .select-dropdown .dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  max-height: 150px;
  overflow-y: auto;
  background: #fff;
  border: 1px solid #ccc;
  border-top: none;
  z-index: 99990;
}
.filter .select-dropdown .dropdown .option {
  padding: 10px;
  border-bottom: 1px solid #eee;
  cursor: default;
}
.filter .select-dropdown .dropdown .option label {
  display: flex;
  align-items: center;
  cursor: pointer;
  margin-bottom: 0;
}
.filter .select-dropdown .dropdown .option input {
  margin-right: 8px;
}
.filter .select-dropdown.open .dropdown {
  display: block;
}
.filter select {
  padding: 7px 10px;
  background: url(/static/img/select-arrow.svg) no-repeat right #f9f9f9;
  margin: unset;
  cursor: pointer;
}
.filter select option {
  background: #fff;
}
.filter .filter-cell {
  padding-right: 10px;
  margin-top: 10px;
}
.filter form input[type="checkbox"] + .label {
  cursor: pointer;
}
.courses .icon {
  position: relative;
  padding-left: 23px;
}
.courses .icon:after {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  height: 20px;
  width: 20px;
  display: block;
  background-image: url("../img/icons/calendar-range.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 18px;
}
.courses .icon.start-end:after {
  background-image: url("../img/icons/calendar-range.svg");
}
.courses .icon.register-date:after {
  background-image: url("../img/icons/calendar-xmark.svg");
}
.courses .icon.location:after {
  background-image: url("../img/icons/location-dot.svg");
}
.courses .icon.user:after {
  background-image: url("../img/icons/user.svg");
}
.courses .icon.id:after {
  background-image: url("../img/icons/clipboard-check-black.svg");
}
.courses .icon.download:after {
  background-image: url("../img/icons/download.svg");
}
.courses .status {
  margin-top: 10px;
}
.courses .status .dot {
  height: 16px;
  width: 16px;
  display: inline-block;
  border-radius: 50%;
  margin-right: 5px;
  margin-left: 2px;
  position: relative;
  bottom: -3px;
}
.courses.detail.fancybox__content {
  padding: 0;
}
.courses.detail .header-box {
  padding: 1rem 1rem 0;
}
.courses.detail .img-box {
  margin-top: 10px;
}
.courses.detail .info-box {
  padding: 1rem;
}
.courses.detail .info-box .user {
  margin-top: 10px;
}
.courses.detail .box {
  margin-top: 1rem;
  padding: 1rem;
  border-top: 1px solid #E1E1E1;
}
.courses.detail .downloads a.download:after {
  top: 1px;
}
.courses.detail .subseminars .seminar + .seminar {
  border-top: 1px solid #ccc;
  margin-top: 15px;
  padding-top: 10px;
}
.courses.detail .licences .license + .license {
  border-top: 1px solid #ccc;
  margin-top: 15px;
  padding-top: 10px;
}
.courses.list .card-list {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.courses.list .card {
  margin: 0.5rem;
  width: calc(33.33333% - 1rem);
}
.courses.list .card .img-box {
  position: relative;
}
.courses.list .card .img-box .number {
  position: absolute;
  left: 20px;
  top: 20px;
  padding-left: 25px;
  border-radius: 2px;
}
.courses.list .card .img-box .number:after {
  content: "";
  display: block;
  position: absolute;
  left: 3px;
  top: 0;
  height: 100%;
  width: 20px;
  background-image: url("../img/icons/clipboard-check.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 10px auto;
}
.courses.list .card .association {
  color: #707070;
}
.courses.list .card .footer {
  flex: 0 0 auto;
}
.courses.list .card .footer .button-group {
  justify-content: end;
}
.courses .filter-cell label {
  margin-bottom: 0;
}
.courses .filter-cell label input {
  margin: 0;
}
/*# sourceMappingURL=bricks.css.map */