/* modifications Front */

/* importe la nouvelle font (Sofia Pro) */
@import url("https://use.typekit.net/oov0egl.css");

.js-slideshow-ribbon {
  background: url(../img/bg-slide.svg) no-repeat top left;
  background-size: contain;
}

.js .slide-image {
  margin-top: 0;
}

.page-logo img {
  max-height: 127px;
}


.page .page-main a:not([class]) {
  color: #DC0217;
}

@media (min-width: 61.5em) {
  .page-header {
    padding: 2rem 2rem 4.4rem 2rem;
  }
}

.page-menu .nav-section > li > a::before {
  width: 64px;
  height: 64px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.page-menu .nav-section  > li.nav--homepage:not(.nav--activeitem) > a::before {
  background-image: url(../img/icon-homepage-inactive.svg);
  background-position: center;
}

.page-menu .nav-section  > li.nav--homepage.nav--activeitem > a::before,
.page-menu .nav-section  > li.nav--homepage > a:hover::before,
.page-menu .nav-section  > li.nav--homepage > a:focus::before {
  background-image: url(../img/icon-homepage.svg);
  background-position: center;
}

.page-menu .nav-section  > li.nav--citizens:not(.nav--activeitem) > a::before {
  background-image: url(../img/icon-citizens-inactive.svg);
  background-position: center;
}

.page-menu .nav-section  > li.nav--citizens.nav--activeitem > a::before,
.page-menu .nav-section  > li.nav--citizens > a:hover::before,
.page-menu .nav-section  > li.nav--citizens > a:focus::before {
  background-image: url(../img/icon-citizens.svg);
  background-position: center;
}

.page-menu .nav-section  > li.nav--institutions:not(.nav--activeitem) > a::before {
  background-image: url(../img/icon-institutions-inactive.svg);
  background-position: center;
}

.page-menu .nav-section  > li.nav--institutions.nav--activeitem > a::before,
.page-menu .nav-section  > li.nav--institutions > a:hover::before,
.page-menu .nav-section  > li.nav--institutions > a:focus::before {
  background-image: url(../img/icon-institutions.svg);
  background-position: center;
}

.page-menu .nav-section  > li.nav--business:not(.nav--activeitem) > a::before {
  background-image: url(../img/icon-business-inactive.svg);
  background-position: center;
}

.page-menu .nav-section  > li.nav--business.nav--activeitem > a::before,
.page-menu .nav-section  > li.nav--business > a:hover::before,
.page-menu .nav-section  > li.nav--business > a:focus::before {
  background-image: url(../img/icon-business.svg);
  background-position: center;
}

.page-menu .nav-section > li > a:hover::before,
.page-menu .nav-section > li > a:focus::before,
.page-menu .nav-section > .nav--activeitem > a::before {
  content: '';
}

.page-menu .nav-section .nav--homepage:not(.nav--activeitem) > a,
.page-menu .nav-section .nav--citizens:not(.nav--activeitem) > a,
.page-menu .nav-section .nav--institutions:not(.nav--activeitem) > a,
.page-menu .nav-section .nav--business:not(.nav--activeitem) > a {
  color: #262626;
}

.page-menu .nav-section .nav--homepage:not(.nav--activeitem) > a:focus,
.page-menu .nav-section .nav--homepage:not(.nav--activeitem) > a:hover,
.page-menu .nav-section .nav--citizens:not(.nav--activeitem) > a:focus,
.page-menu .nav-section .nav--citizens:not(.nav--activeitem) > a:hover,
.page-menu .nav-section .nav--institutions:not(.nav--activeitem) > a:focus,
.page-menu .nav-section .nav--institutions:not(.nav--activeitem) > a:hover,
.page-menu .nav-section .nav--business:not(.nav--activeitem) > a:focus,
.page-menu .nav-section .nav--business:not(.nav--activeitem) > a:hover {
  color: #FFFFFF;
}

.page-menu .nav--homepage .nav-primary::before,
.page-menu .page-nav .nav--homepage a:hover,
.page-menu .page-nav .nav--homepage a:focus,
.page-nav .nav--activeitem.nav--homepage > a {
  background: #565252;
}

.page-menu .nav--citizens .nav-primary::before,
.page-menu .page-nav .nav--citizens a:hover,
.page-menu .page-nav .nav--citizens a:focus,
.page-nav .nav--activeitem.nav--citizens > a {
  background: #BAC125;
}

.page-menu .nav--institutions .nav-primary::before,
.page-menu .page-nav .nav--institutions a:hover,
.page-menu .page-nav .nav--institutions a:focus,
.page-nav .nav--activeitem.nav--institutions > a {
  background: #97C2C2;
}

.page-menu .nav--business .nav-primary::before,
.page-menu .page-nav .nav--business a:hover,
.page-menu .page-nav .nav--business a:focus,
.page-nav .nav--activeitem.nav--business > a {
  background: #DC0217;
}


.page-nav .nav--citizens a,
.page-nav .nav--citizens a:hover,
.page-nav .nav--citizens a:focus {
  border-left-color: #BAC125;
}

.page-nav .nav--homepage a,
.page-nav .nav--homepage a:hover,
.page-nav .nav--homepage a:focus {
  border-left-color: #565252;
}

.page-nav .nav--institutions a,
.page-nav .nav--institutions a:hover,
.page-nav .nav--institutions a:focus {
  border-left-color: #97C2C2;
}

.page-nav .nav--business a,
.page-nav .nav--business a:hover,
.page-nav .nav--business a:focus {
  border-left-color: #DC0217;
}

.page-menu .nav--homepage .nav-primary::before,
.page-nav .nav--homepage a:hover,
.page-nav .nav--homepage a:focus,
.page-nav .nav--activeitem.nav--homepage > a {
  background: #565252;
}

.page-menu .nav--homepage .nav-primary li:hover > a,
.page-menu .nav--citoyens .nav-primary li:hover > a,
.page-menu .nav--institutions .nav-primary li:hover > a,
.page-menu .nav--business .nav-primary li:hover > a,
.page-actif
 {
  background-color: #97C2C2 !important;
}
/*
.page-menu .nav .nav-primary a:focus,
.page-menu .nav .nav-primary a:hover,
.page-menu .nav .nav-primary li:focus a,
.page-menu .nav .nav-primary li:hover a,
.page-actif {
  background: #97C2C2;
  color: #262626;
}
*/

.page-menu .nav .nav-primary li:hover ul li a,
.page-menu .nav .nav-primary li:focus ul li a {
  background: #ffffff;
  color: #262626;
}

.page-menu .nav .nav-primary li:hover ul li a:hover,
.page-menu .nav .nav-primary li:focus ul li a:focus {
  background: #97C2C2;
  color: #262626;
}

@media (min-width: 61.5em) {

  .page-menu .nav--homepage .nav-primary ul,
  .page-menu .nav--citoyens .nav-primary ul,
  .page-menu .nav--institutions .nav-primary ul,
  .page-menu .nav--business .nav-primary ul {
    left: 0;
    min-width: calc(20rem + 2px);
    border-style: solid;
    border-color: #97C2C2;
  }
}

.page-standard-language-root .home-section {
    padding-top: 100px;
    padding-bottom: 100px;
}

.page-standard-language-root .home-section *:first-child {
  margin-top:0;
}

.page-standard-language-root .home-section *:last-child {
  margin-bottom:0;
}
.home--news > h2 {
  padding-bottom: 17px;
  border-bottom: 3px solid #707070;
  color: #40463D;
  font-weight: 900;
  font-size: 54px;
  line-height: 64px;
  margin-bottom: 40px;
}

.home--events > h2 {
  padding-bottom: 17px;
  border-bottom: 3px solid #707070;
  color: #40463D;
  font-weight: 900;
  font-size: 54px;
  line-height: 64px;
  margin-bottom: 40px;
  text-transform: capitalize;
}


.page .home--news .toute-actu a {
  background: #40463D;
  color: #FFFFFF;
  padding: 10px 15px;
  font-size: 15px;
  line-height: 18px;
  font-weight: bold;
}

.home--news .toute-actu a:focus, .home--news .toute-actu a:hover {
  background: #DC0217;
  color: #FFFFFF;
}

@media (min-width: 984px) {
  .home--news .toute-actu a {
    float: right;
  }
}

.page-standard-language-root .home--events:before,
.home--events {
  background-color: #D5ECEA;
  color: #40463D;
}

/* desk.css | http://uat.grande-region.interact.lu/bundles/iawww/assets/css/desk.css */
.toute-actu {
  margin-top: -98px;
  padding: 0;
  border: none;
}

.toute-actu:hover, .toute-actu:focus {
    background: unset;
    color: unset;
}

.home--news .articles {
  display: flex;
  gap: 2em;
  flex-wrap: wrap;
}

.home--news .articles::before,
.home--news .articles::after {
  display: none;
}

.home--news .article {
    width: 33.3333%;
}

.home--news .article {
    box-sizing: border-box;
    float: left;
    margin: 0 0 4rem;
    max-width: none;
    padding: 0;
    width: 50%;
}

.home--news .article {
    max-width: 380px;
    width: 100%;
}

.home--news .article-title {
  color: #40463D;
  font-weight: bold;
  margin-top: 0px;
}

.home--news .article-head {
  display: flex;
  flex-direction: column;
}

.home--news .article-head .subtitle {
  order: -1;
  font-size: 14px;
  line-height: 17px;
  color: #DC0217;
  margin-top: 22px;
}

.home--news .fake-link {
  background: #40463D;
  color: #FFFFFF;
  border: none;
  font-size: 15px;
  line-height: 18px;
  font-weight: bold;
  padding: 10px 15px;
  text-align: center;
  white-space: nowrap;
  margin-bottom: 0.5rem;
  display: inline-block;
  margin-top: 2rem;
}

.page-main > section.home--events {
  display: grid;
  grid-template-areas: "head head" "events visual";
}

.home--events > h2 {
  grid-area: head;
}

.home--events > .tout-event {
  grid-area: head;
}

.home--events > .aricles.homepage-articles {
  grid-area: articles;
}

.home--events > .event-img {
  grid-area: visual;
  margin-top: 0;
  max-width: unset;
}

.home--events .event-img::before,
.home--events .event-img::after,
.home--events .event-img > figure::before,
.home--events .event-img > figure::after {
  display: none;
}

@media (min-width: 38.75em) {
  .home--events .event-img, .home--events .articles {
    float: none;
    width: unset;
  }
}

.page .home--events,
.page .home--events .article a {
  color: #40463D;
}

.home--events .article {
  display: flex;
  float: none;
  padding-left: 0;
  max-width: unset;
}

.home--events .article + .article {
    border-top: 1px solid #40463D;
    margin-top: 2rem;
    padding-top: 2rem;
}

.home--events .article-head {
  display: flex;
  flex-direction: column;
}

.home--events .article-title,
.home--events .subtitle {
  color: currentColor;
}

.home--events .article-title::before,
.home--events .article .fake-link {
  display: none;
}

.home--events .article-title {
  font-size: 20px;
  line-height: 25px;
  font-weight: bold;
}

.home--events .subtitle {
  order: -1;
}

.tout-event {
  margin-top: 20px;
  padding: 0;
  border: none;
  z-index: 1;
}

.tout-event:focus, .tout-event:hover {
  background: none;
  color: unset;
}

.page .home--events .tout-event a {
  background: #40463D;
  color: #FFFFFF;
  padding: 10px 15px;
  font-size: 15px;
  line-height: 18px;
  font-weight: bold;
}

.home--events .tout-event a:focus, .home--events .tout-event a:hover {
  background: #DC0217;
  color: #FFFFFF;
}

@media (min-width: 984px) {
  .home--events .tout-event a {
    float: right;
  }
}

.home--about .about-item {
  margin-top: 0;
  margin-bottom: 0;
}

.home--about .about-item h2 {
  font-size: 27px;
  font-weight: bold;
}

.home--about .about--actions h2,
.home--about .about--key h2,
.home--about .about--move h2 {
  color: #40463D;
}

.home--about .about-item .fake-link {
  display: none;
}

@media (max-width: 718px) {
  .home--about .about-item + .about-item {
    margin-top: 4em;
  }
}

.page-footer .nav.nav-secondary::after {
  display: none;
}

.page-footer .nav.nav-secondary {
  padding: 0;
  background: none;
}

.page-footer .nav-section {
  background: #262626;
}

/*
.page-footer .nav-section li:first-child::before,
.page-footer .nav-section li:last-child::before {
  display:none;
}
*/

.page-footer .nav.nav-section li:first-child::before,
.page-footer .nav.nav-section li:last-child::before{
  display: block;
  background: #262626;
}

.page-footer .nav.nav-section li:not(:first-child) {
  border-left: 1px solid #D1D1D1;
  width: 100%;
}

@media (min-width: 45em) {
  .page-footer .nav.nav-section li:not(:first-child) {
    width: calc(25% - 1px);
  }
}

.page-footer .nav-section .nav--homepage a,
.page-footer .nav-section .nav--citizens a,
.page-footer .nav-section .nav--institutions a,
.page-footer .nav-section .nav--business a {
  background: none;
}

.page-footer .nav-section li a:before {
  display: none;
}

.page-footer .nav.nav-section li a {
  padding: 0;
  font-size: 19px;
  line-height: 23px;
  font-weight: bold;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 0;
}

.page-footer .nav.nav-secondary li a {
  padding: 0;
  font-size: 16px;
  line-height: 19px;
  font-weight: bold;
}



.nav.nav-support {
  padding: 0;
  font-size: 16px;
  line-height: 19px;
  font-weight: bold;
  padding: 20px 0;
  border-top: 3px solid #97C2C2;
}

.nav.nav-support::before {
  display:none;
}

.page-footer .nav.nav-support li {
  padding: 10px 0;
  position: relative;
  width: 100%;
}

.page-footer .nav.nav-support li a {
  padding: 0;
  font-size: 16px;
  line-break: 19px;
  font-weight: normal;
}

@media (min-width: 45em) {
  .page-footer .nav.nav-support li {
    padding: 20px 0;
    width: unset;
  }

  .page-footer .nav.nav-support li:not(:first-child) {
    margin-left: 40px;
  }

  .page-footer .nav.nav-support li:not(:last-child) {
    margin-right: 40px;
  }

  .page-footer .nav.nav-support li:not(:last-child)::after {
    content: '';
    width: 1px;
    display: block;
    height: 24px;
    background-color: #D1D1D1;
    right: -40px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
}


.page-footer .nav.nav-secondary {
  padding: 20px 0;
}


.page-footer .nav.nav-secondary li {
  padding: 10px 0;
  margin-left: 40px;
  margin-right: 40px;
  text-align: center;
}

@media (min-width: 47.5em) {
  .page-footer .nav.nav-secondary li {
    text-align: left;
  }
  .page-footer .nav.nav-secondary li + li::before {
    content: '';
    width: 1px;
    display: block;
    height: 24px;
    background-color: #D1D1D1;
    left: -40px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
}

@media (min-width: 61.5em) {
  .page-footer .nav.nav-secondary li:not(:first-child) {
    margin-left: 40px;
  }

  .page-footer .nav.nav-secondary li:not(:last-child) {
    margin-right: 40px;
  }
}

.slide-image {
  width: 50% !important;
  margin-top: 0;
  height: 100%;
  object-fit: cover;
  margin-left: auto;
}

.home-slider .slide .blocklink {
  width: 100%;
  height: 100%;
  display: inline-block;
  background: none;
}

.home-slider .slide .blocklink::after {
  display: none;
}

.slide-title {
  text-transform: none;
  font-weight: bold;
  text-shadow: none;
  color: #40463D !important;
  display: inline-block;
  max-width: fit-content;
  position: relative;
  text-shadow: none !important;
}

.slide-title:before {
  content: '';
  display: block;
  border-right: 18px solid #DC0217;
  border-top: 18px solid #DC0217;
  height: 18px;
  width: 18px;
  top: 0;
  position: absolute;
  right: -32px;
}

.slide-content {
  background: none !important;
  top: 50%;
  transform: translateY(-50%);
}


.page h1,
.page-standard-index h1 {
  font-size: 54px;
  line-height: 60px;
  font-weight: bold;
  margin: 0;
  padding: 0;
  max-width: fit-content;
  border-bottom: 0;
  position: relative;
}

.page h1:before,
.page-citoyens h1:before,
.page-institutions h1:before,
.page-business h1:before {
  content: '';
  display: block;
  height: 18px;
  width: 18px;
  top: 0;
  position: absolute;
  right: -32px;
}

.page h1:before {
  border-right: 18px solid #DC0217;
  border-top: 18px solid #DC0217;
}

.page-citoyens h1:before {
  border-right: 18px solid #BAC125;
  border-top: 18px solid #BAC125;
}

.page-institutions h1:before {
  border-right: 18px solid #97C2C2;
  border-top: 18px solid #97C2C2;
}

.page-business h1:before {
  border-right: 18px solid #DC0217;
  border-top: 18px solid #DC0217;
}

.page-standard-index h3 {
  color: #40463D;
  font-size: 35px;
  font-weight: bold;
  margin-bottom: 40px;
}

@media screen and (max-width:984px) {
  .page.page-standard-index h2,
  .page-standard-index h3 {
    font-size: 28px!important;
    hyphens: auto;
  }
}

.list-sitemap >  li + li {
  border-top: 3px solid #40463D;
  padding-top: 30px;
}

.list-sitemap-section .sub-title {
  margin-bottom: 0 0 40px 0 !important;
}

.page-standard-index a .list-sitemap-section .sub-description {
  color: #40463D;
}

.box-page::before, .box-page::after,
.box-page-inner::before, .box-page-inner::after {
  display: none;
  position: relative;
  background-image: none;
  top: initial;
  left: initial;
  right: initial;
  bottom: initial;
  width: initial;
  height: initial;
}

.page-standard-index .box-page .sub-title {
  position: relative;
  top: initial;
  left: initial;
  right: initial;
  bottom: initial;
  padding: 0;
  background-image: none;
  color: #40463D;
  font-weight: bold;
  text-align: center;
}

.gt-img {
  height: 0;
  overflow: initial;
  padding-bottom: 81.046%;
}

.gt-img img.index-section-img {
  top: 0;
  height: 100%;
  object-fit: contain;
}

.gt-caption {
  position: relative;
  top: initial;
  height: auto;
}

.gt-group section.index-section {
  height: unset;
}

.gt-img img.index-section-img {
  top: 0;
  height: 100%;
  object-fit: contain;
}

.page .index-section .index-section-title {
  position: relative;
  text-align: center;
}

.page-content .media-group {
  height: unset;
  overflow: initial;
}

.page-content .media-group::before {
  display: none;
}

.page-content .media-group .media-img {
  height: 0;
  padding-bottom: 67.88%;
  position: relative;
}

.page-content .media-group .media-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-content .media-group .media-title {
  height: auto;
  top: 100%;
  position: relative;
  text-align: center;
  font-weight: bold;
}

.page-content .media-group .media-title a {
  color: #40463D;
}


.page-agenda .search-result--event .article-head {
  order:1;
}

.page-agenda .search-result--event .article-title {
  font-weight: bold;
  font-size: 27px;
}

.page.page-agenda .search-result--event .article-title a {
  color: #40463D;
}

.page-agenda .search-result--event .article-metas {
  order: 0;
  margin: 0;
}

.page-agenda .search-result--event .article-custom {
  background: #D5ECEA;
  border: none;
  padding: 10px 20px;
  order: 3;
}

.page-agenda .search-result--event .article-summary {
  order: 2;
}

.page-agenda .search-result--event .article-custom .types,
.page-agenda .search-result--event .article-custom .publics {
  padding: 0;
}

.page-agenda .search-result--event .article-custom a,
.page-agenda .search-result--event .article-metas time {
  color: #DC0217;
}

.page-agenda .search-result--event .article-custom a:focus,
.page-agenda .search-result--event .article-custom a:hover {
  border: none;
}

.page-agenda .search-results > li {
  margin: 0;
  margin-bottom: 0;
}

.page-agenda .search-results > li {
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #707070;
}

.page .filter summary {
  background: #97C3C3;
  border-bottom: 0;
  color: #FFFFFF;
  font-weight: bold;
  text-transform: none;
}

.pagination .pagination-page a.page {
  background: #40463D;
  color: #FFFFFF;
  border: none;
}

.pagination li + li {
  margin-left: 12px;
}


.page-archives .article,
.page-search-results .article {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 0;
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #707070;
  overflow: unset;
  min-height: unset;
}

@media (min-width: 45em) {
  .page-archives .article,
  .page-search-results .article {
    flex-direction: row-reverse;
  }
}


.page-archives .article .article-contents,
.page-search-results .article .article-contents {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.page-archives .article .article-head,
.page-search-results .article .article-head {
  display: flex;
  flex-direction: column;
}

.page-archives .article .article-published,
.page-search-results .article .article-published {
  order: -1;
  color: #DC0217;
}

.page-archives .article .article-metas,
.page-search-results .article .article-metas {
  margin-top: auto;
  margin-bottom: 0;
}

.page-archives .article .article-tag,
.page-search-results .article .article-tag {
  background: #D5ECEA;
  border: none;
  padding: 10px 20px;
  margin: 0;
}

.page-archives .article .article-img {
  position: relative;
  max-width: 100%;
  width: 380px;
  flex-shrink: 0;
}

.page-search-results .article .article-img {
  position: relative;
  max-width: 100%;
  flex-shrink: 0;
}

.page-archives .article .article-img a,
.page-search-results .article .article-img a,
.page-archives .article .article-img img,
.page-search-results .article .article-img img  {
  width: 100%;
  margin: 0;
}

.page-archives .article .article-title,
.page-search-results .article .article-title {
  font-weight: bold;
  font-size: 27px;
}

.page.page-archives .article .article-title a,
.page.page-search-results .article .article-title a {
  color: #40463D;
}


.page.page-standard-index h2,
.page.page-standard-index .table td:first-child {
  color: #40463D !important;
}

.page.page-standard-index h2 {
  font-size: 35px;
  font-weight: bold;
}

@media (min-width: 80em) {
  .slide-content {
      margin-left: 0 !important;
      max-width: 600px !important;
  }
}

.home--news a:hover .fake-link, .home--news a:focus .fake-link,
.home--news .toute-actu a:focus, .home--news .toute-actu a:hover,
.home--events .tout-event a:focus, .home--events .tout-event a:hover {
  background-color:#97C2C2;
}

.breadcrumb a, .breadcrumb a:visited { color: #565252; }
.page-citoyens .breadcrumb a, .page-citoyens .breadcrumb a:visited { color: #BAC125; }
.page-institutions .breadcrumb a, .page-institutions .breadcrumb a:visited { color: #97C2C2; }
.page-business .breadcrumb a, .page-business .breadcrumb a:visited { color: #DC0217; }

.mcgyver-slot .btn--mcgyver, .mcgyver-slot .btn--mcgyver:hover { background-color: #565252; }
.page-citoyens .mcgyver-slot .btn--mcgyver, .page-citoyens .mcgyver-slot .btn--mcgyver:hover { background-color: #BAC125; }
.page-institutions .mcgyver-slot .btn--mcgyver, .page-institutions .mcgyver-slot .btn--mcgyver:hover { background-color: #97C2C2; }
.page-business .mcgyver-slot .btn--mcgyver, .page-business .mcgyver-slot .btn--mcgyver:hover { background-color: #DC0217; }

.page-langswitch .langswitch-link { font-weight: bold; }
.page-langswitch .langswitch-link:hover, .page-langswitch .langswitch-link:focus, .page-langswitch .nav-activeitem .langswitch-link {
  color: #DC0217;
}

.page .pagination-page--current strong,
.page .pagination-page a:hover,
.page .pagination-page a:focus {
  background-color: #97C2C2;
}

.themes a { display: initial; }
.search-results .article-custom {
  background: #D5ECEA;
  border: none;
  padding: 10px 20px;
  margin: 0;
}

.page-publications .article .mo-embed {
  border: none;
}


.page-langswitch {
  display: flex;
  justify-content: flex-end;
}

.page-langswitch .social-links {
  margin-right: 20px;
}

.page-langswitch .social-links .nav-social-links {
  display: flex;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.page-langswitch .social-links .nav-social-links a.social-link {
  display: block;
  line-height: 1.3;
  padding: 1rem 1rem;
  color: #424242 !important;
}

.page-langswitch .social-links .nav-social-links a.social-link:focus,
.page-langswitch .social-links .nav-social-links a.social-link:hover {
  color: #dc0217 !important;
}


@media screen and (max-width:984px) {
  .mcgyver-slot .btn--mcgyver {
    background-color: #565252;
    color: white;
    border: 1px solid #565252;
  }

  .mcgyver-slot .btn--mcgyver:hover {
    background-color: white;
    color: #565252;
  }

}

@media screen and (max-width:485px) {
  .page h1 {
    max-width: 93%;
    font-size: 30px;
    line-height: 38px;
  }

  .page h1::before {
    border-right: 18px solid #DC0217;
    border-top: 18px solid #DC0217;
    width: 5%;
    display: block;
  }
}

@media (max-width: 435px){
  html[lang="de"] .home--events h2 {
    word-break: break-all;
  }
}
