/* Custom styling for application goes in this file */
html {
  overflow-y: scroll;
}

body {
  min-width: 320px;
  padding-top: 65px;
}

@media (min-width: 992px) {
  body {
    padding-top: 100px;
  }
}

/* typo */
body {
  font-size: 1rem;
  line-height: 1.4;
}

@media (min-width: 992px) {
  body {
    font-size: 1rem;
    line-height: 1.5;
  }
}

h1,
.h1 {
  color: #e30613;
}

h1, .h1 {
  font-size: 20px;
}

h2, .h2 {
  font-size: 16px;
}

h3, .h3 {
  font-size: 14px;
}

h4, .h4 {
  font-size: 13px;
}

h5, .h5 {
  font-size: 13px;
}

@media (min-width: 992px) {
  h1, .h1 {
    font-size: 1.92rem;
  }
  h2, .h2 {
    font-size: 1.38rem;
  }
  h3, .h3 {
    font-size: 1.23rem;
  }
  h4, .h4 {
    font-size: 1.07rem;
  }
  h5, .h5 {
    font-size: 1.07rem;
  }
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  margin: 1em 0 0.8rem;
  font-weight: 500;
}

h1:first-child, .h1:first-child,
h2:first-child, .h2:first-child,
h3:first-child, .h3:first-child,
h4:first-child, .h4:first-child,
h5:first-child, .h5:first-child,
h6:first-child, .h6:first-child {
  margin-top: 0;
}

h1 + p, .h1 + p,
h2 + p, .h2 + p,
h3 + p, .h3 + p,
h4 + p, .h4 + p,
h5 + p, .h5 + p,
h6 + p, .h6 + p {
  margin-top: 0;
}

h1, .h1 {
  margin-top: 1em;
}

h2, .h2 {
  margin-top: 30px;
}

h3, .h3 {
  margin-top: 25px;
}

h4, .h4 {
  margin-top: 25px;
}

h5, .h5 {
  margin-top: 25px;
}

h1 + h2, h1 + .h2,
h1 + h3, h1 + .h3, .h1 + h2, .h1 + .h2,
.h1 + h3, .h1 + .h3 {
  margin-top: 0.5em;
}

p {
  margin: 0.8rem 0;
}

b, strong {
  font-weight: 500;
}

.text-secondary {
  color: #0074d9;
}

/* inputs */
.form-control,
.form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

select.form-control:not([size]):not([multiple]) {
  height: 2.75em;
}

/* buttons */
.btn {
  font-size: 16px;
  min-width: 220px;
}

.btn[class*="col-"],
[class*="col-"] .btn {
  min-width: 0;
}

/* icons */
.icon {
  display: inline-block;
  vertical-align: middle;
}

.icon:before {
  content: '';
  display: block;
  width: 1em;
  height: 1em;
  background-position: center;
  background-color: transparent;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
  vertical-align: middle;
}

.icon.icon-youtube:before {
  background-image: url("../img/icons/social/youtube.svg");
}

.icon.icon-facebook:before {
  background-image: url("../img/icons/social/facebook.svg");
}
.icon.icon-Instagram:before {
  background-image: url("../img/icons/social/instagram.svg");
}

/* slider */
.owl-carousel .image img {
  max-width: 100%;
  height: auto;
}
.owl-carousel .content img {
	vertical-align:inherit;
}

.owl-carousel.emo-slider .item {
  position: relative;
  color: inherit;
}

@media (min-width: 576px) {
  .owl-carousel.emo-slider .item {
    color: #fff;
  }
  .owl-carousel.emo-slider .item.bright {
    color: inherit;
  }
}

@media (min-width: 576px) {
  .owl-carousel.emo-slider .item {
    font-size: 18px;
  }
  .owl-carousel.emo-slider .item h2 {
    font-size: 25px;
  }
}

@media (min-width: 992px) {
  .owl-carousel.emo-slider .item {
    font-size: 25px;
  }
  .owl-carousel.emo-slider .item h2 {
    font-size: 50px;
  }
}

.owl-carousel.emo-slider .item .image {
  width: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.owl-carousel.emo-slider .item .image > * {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.owl-carousel.emo-slider .item .image:before {
  position: relative;
  display: block;
  content: "";
  padding-top: 25%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.owl-carousel.emo-slider .item .image > * {
  background-color: transparent;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.owl-carousel.emo-slider .item .content {
  padding: 1rem 0;
}

@media (min-width: 576px) {
  .owl-carousel.emo-slider .item .content {
    position: absolute;
    bottom: 2em;
    left: 0;
    right: 0;
    padding: 0;
  }
}

/** container */
.container.highlighted,
.container-fluid.highlighted,
.section-container.highlighted {
  background-color: #f2f2f2;
}

.container.container-spacing,
.container-fluid.container-spacing,
.section-container.container-spacing {
  padding-top: 40px;
  padding-bottom: 40px;
}

.container.container-spacing-small,
.container-fluid.container-spacing-small,
.section-container.container-spacing-small {
  padding-top: 30px;
  padding-bottom: 30px;
}

.container.container-spacing-large,
.container-fluid.container-spacing-large,
.section-container.container-spacing-large {
  padding-top: 55px;
  padding-bottom: 55px;
}

/** no gutter helper */
.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}

.modal-open {
  padding-right: 0 !important;
}


.social-nav .facebook a {
	color: #3B5998;
}

.social-nav .twitter a {
	color: #1da1f2;
}

.social-nav .instagram a {
	color: #cd486b;
}



.event-table .col-description {
	max-width: 320px;
}


/*NEU: SXTOGGLE*/
.navbar-toggler {
  position: relative;
  -webkit-align-self: auto;
      -ms-flex-item-align: auto;
              -ms-grid-row-align: auto;
          align-self: auto;
  vertical-align: middle;
	
	background-image:none !important;
}

.navbar-toggler:focus {
  outline: none;
}

.sx-navbar-toggle-icon {
  display: block;
  width: 2.1rem;
  height: 1rem;
  position: relative;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0s ease-in-out;
  transition: -webkit-transform 0s ease-in-out;
  -o-transition: -o-transform 0s ease-in-out;
  transition: transform 0s ease-in-out;
  transition: transform 0s ease-in-out, -webkit-transform 0s ease-in-out, -o-transform 0s ease-in-out;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
       -o-transform-origin: center;
          transform-origin: center;
  padding: 0.2rem 0;
}

@media (min-width: 1024px) {
  .sx-navbar-toggle-icon {
    display: none;
  }
}

.sx-navbar-toggle-icon:before,
.sx-navbar-toggle-icon > span, .sx-navbar-toggle-icon:after {
  content: '';
  display: block;
  height: 0.14rem;
  background-color: #000;
  margin: 0;
  -webkit-transition: top 0.2s ease 0.25s,opacity 0.1s linear 0.25s,background-color 0.5s ease,-webkit-transform 0.25s ease -0.05s;
  transition: top 0.2s ease 0.25s,opacity 0.1s linear 0.25s,background-color 0.5s ease,-webkit-transform 0.25s ease -0.05s;
  -o-transition: top 0.2s ease 0.25s,opacity 0.1s linear 0.25s,background-color 0.5s ease,-o-transform 0.25s ease -0.05s;
  transition: transform 0.25s ease -0.05s,top 0.2s ease 0.25s,opacity 0.1s linear 0.25s,background-color 0.5s ease;
  transition: transform 0.25s ease -0.05s,top 0.2s ease 0.25s,opacity 0.1s linear 0.25s,background-color 0.5s ease,-webkit-transform 0.25s ease -0.05s,-o-transform 0.25s ease -0.05s;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
       -o-transform-origin: center;
          transform-origin: center;
  position: absolute;
  left: 0;
  right: 0;
}

.sx-navbar-toggle-icon:before {
  top: -0.1rem;
}

.sx-navbar-toggle-icon > span {
  top: 0.4rem;
}

.sx-navbar-toggle-icon:after {
  top: 0.95rem;
}

:not(.collapsed) > .sx-navbar-toggle-icon:before,
:not(.collapsed) > .sx-navbar-toggle-icon > span, :not(.collapsed) > .sx-navbar-toggle-icon:after {
  -webkit-transition: top 0.2s ease 0s,opacity 0.1s linear 0s,background-color 0.4s ease 0s,-webkit-transform 0.25s ease 0.1s;
  transition: top 0.2s ease 0s,opacity 0.1s linear 0s,background-color 0.4s ease 0s,-webkit-transform 0.25s ease 0.1s;
  -o-transition: top 0.2s ease 0s,opacity 0.1s linear 0s,background-color 0.4s ease 0s,-o-transform 0.25s ease 0.1s;
  transition: transform 0.25s ease 0.1s,top 0.2s ease 0s,opacity 0.1s linear 0s,background-color 0.4s ease 0s;
  transition: transform 0.25s ease 0.1s,top 0.2s ease 0s,opacity 0.1s linear 0s,background-color 0.4s ease 0s,-webkit-transform 0.25s ease 0.1s,-o-transform 0.25s ease 0.1s;
}

:not(.collapsed) > .sx-navbar-toggle-icon:before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 0.4rem;
}

:not(.collapsed) > .sx-navbar-toggle-icon > span {
  opacity: 0;
}

:not(.collapsed) > .sx-navbar-toggle-icon:after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 0.4rem;
}

.filterCourseList form {
  display: flex;
  align-items: center;
  gap: .75em;
}

.filterCourseList form > select {
  appearance: none;
  padding: .5rem 2.5rem .5rem .75rem;
  line-height: 1.5;
  border: 1px solid #000;
  background-repeat: no-repeat;
  background-position: right .75em center;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24' fill='currentColor'%3E%3Cpath d='M11.9999 13.1714L16.9497 8.22168L18.3639 9.63589L11.9999 15.9999L5.63599 9.63589L7.0502 8.22168L11.9999 13.1714Z'%3E%3C/path%3E%3C/svg%3E");;
  background-size: 1rem;
  background-color: #fff;
  }

.filterCourseList form > select:focus {
  outline: none;
  border-color: #000;
  background-color: #eee;
}

.filterCourseList form > [type="submit"] {
  padding: .5rem .75rem;
  line-height: 1.5;
  background: #e30613;
  border: 1px solid #e30613;
  color: #fff;    
}

.filterCourseList form > [type="submit"]:hover,
.filterCourseList form > [type="submit"]:focus {
  outline: none;
  background: #b1050f;
  border-color: #b1050f;
  cursor: pointer;
}
  
.messages.error {
  padding: 1em 1.5em;
  color: #e30613;
  font-weight: 700;
  background: #fce6e7;
}

.event-table tr:has(.mandatory-course) {
  background: #f5f5f5;
}

.event-table .mandatory-course {
  display: flex;
  align-items: center;
  gap: .125em;
  font-weight: 700;
}

.event-table .mandatory-course > svg {
  width: 18px;
  height: 18px;  
}