/* GENERAL STUFF */

body {
  padding-top: 75px;
}

h1, h2, h3, h4, h5 {
  font-weight: 600 !important;
}

smaller, .smaller {
  font-size: 0.75em !important;
}

.event-date {
  max-width:120px;
  min-width:120px;
}

@media (max-width: 991px) and (min-width: 768px) {
  .event-date {
    max-width: 55px;
    min-width: 55px;
  }
}

@media (max-width: 767px) {
  .event-date {
    max-width: 55px;
    min-width: 55px;
  }
}

.background-image {
  height: 50vh;
  background-size: cover;
  background-position: center center;
}

.text-shadow {
  text-shadow: 2px 2px 20px var(--bs-dark);
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.col-special {
    overflow: hidden;
}

.col-special-l {
    overflow: hidden;
    padding-left: 15px;
}

.col-special-r {
    overflow: hidden;
    padding-right: 15px;
}

.strikethrough {
  text-decoration: line-through;
}

.clickable:hover, .cursor-pointer:hover {
  cursor: pointer !important;
}

.modal-backdrop.show {
  opacity: 0.75 !important;
}

.modal-header {
  background-color: var(--bs-dark) !important;
  color: var(--bs-primary) !important;
}

.modal-header button {
  color: var(--bs-white) !important;
  margin-top: -0.65rem !important;
}

.ekko-lightbox .modal-title {
  width: 100% !important;
}

.ekko-lightbox .modal-title .badge {
  font-size: 50%;
}

.select2-container {
  max-width: 100%;
}

.tooltip-inner {
  max-width: 250px;
}

.popover {
  max-width: 500px;
}

.popover-header {
  background-color: var(--bs-dark);
  color: var(--bs-primary);
}

.p-din {
    padding: 3rem 5rem;
}

@media (max-width: 575.98px) {
  .p-din {
      padding: 3rem 1.5rem;
  }
}

.footer-din {
    margin: 0 -4rem -3rem -4rem;
    width: calc(100% + 8rem);
    padding: 1.5rem 4rem;
    font-size: 12px;
    border-bottom-left-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}

ul.typo3-messages {
    list-style-type: none;
    padding: 15px;
    width: 100%;
}

.carousel-mainSlider-stoerer {
    display: block;
    position: absolute;
    top: calc(3rem + 75px);
    font-weight: 500;
    border-radius: 0px 4px 4px 0px;
    z-index: 1;
}

.carousel-mainSlider-buttons {
    position: absolute;
    bottom: 3rem;
    right: 5rem;
}

.carousel-gradient-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgb(3,3,5);
    background: linear-gradient(0deg, rgba(3,3,5,1) 0%, rgba(3,3,5,0.6) 25%, rgba(3,3,5,0) 35%, rgba(3,3,5,0) 100%);
}

.carousel-logo img {
    position: absolute;
    top: 3rem;
    right: 5rem;
    height: 7rem;
    width: auto;
    border: 1px var(--bs-white) solid;
}

.carousel-caption-mainSlider {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    border-left: solid 7px var(--bs-primary);
    text-align: left;
    left: 5rem;
    bottom: 3rem;
}

.main-slider {
  height: calc(100vh - 75px);
  height: calc(calc(var(--bs-vh, 1vh) * 100) - 75px);
  min-height: 350px;
  background: no-repeat center top scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

@media (min-width: 576px) and (max-width: 1199.98px) {

    .carousel-logo img {
        right: 2rem;
        top: 2rem;
        height: 100px;
    }

    .carousel-caption-mainSlider {
        left: 2rem;
    }

    .carousel-mainSlider-buttons {
        right: 2rem;
        bottom: 2rem;
    }

    .carousel-mainSlider-stoerer {
        top: calc(2rem + 75px);
    }

    .carousel-mainSlider-stoerer p {
        font-size: 75%;
    }

    .carousel-caption-mainSlider {
        left: 2rem;
        bottom: 2rem;
    }

    .carousel-caption-mainSlider h2 {
        font-size: 2rem;
    }

}

@media (max-width: 575.98px) {
    .carousel-logo img {
        right: 1rem;
        top: 1rem;
        height: 60px;
    }

    .carousel-mainSlider-stoerer p {
        font-size: 65%;
    }

    .carousel-mainSlider-stoerer {
        top: calc(1rem + 75px);
    }

    .carousel-mainSlider-buttons {
      width: 100%;
      text-align: center;
      right: auto;
      bottom: 1.5rem;
    }

    .carousel-caption-mainSlider {
        display: block !important;
        width: auto;
        left: 1rem;
        bottom: 5rem;
        font-size: 75% !important;
        right: 1rem;
    }

    .carousel-caption-mainSlider h2 {
        font-size: 1.2rem;
    }
}

/* ICONS */

svg.icon {
  max-height: 100px;
  max-width: 100px;
  height: 20px;
  width: 20px;
  fill: var(--bs-primary);
}

.small svg.icon, svg.icon-sm {
  height: 15px;
  width: 15px;
  margin-top: -3px;
}

h1 svg.icon {
  height: 40px;
  width: 40px;
  margin-top: -10px;
}

.h1 svg.icon, .icon-h1 {
  height: 40px !important;
  width: 40px !important;
  margin-top: -10px !important;
}

h2 svg.icon {
  height: 32px;
  width: 32px;
  margin-top: -8px;
}

.h2 svg.icon, .icon-h2 {
  height: 32px !important;
  width: 32px !important;
  margin-top: -8px !important;
}

h3 svg.icon {
  height: 28px;
  width: 28px;
  margin-top: -6px;
}

.h3 svg.icon, .icon-h3 {
  height: 28px !important;
  width: 28px !important;
  margin-top: -6px !important;
}

h4 svg.icon {
  height: 25px;
  width: 25px;
  margin-top: -6px;
}

.h4 svg.icon, .icon-h4 {
  height: 25px !important;
  width: 25px !important;
  margin-top: -6px !important;
}

h5 svg.icon {
  height: 22px;
  width: 22px;
  margin-top: -5px;
}

.h5 svg.icon, .icon-h5 {
  height: 22px !important;
  width: 22px !important;
  margin-top: -5px !important;
}

h6 svg.icon {
  height: 18px;
  width: 18px;
  margin-top: -4px;
}

.h6 svg.icon, .icon-h6 {
  height: 18px !important;
  width: 18px !important;
  margin-top: -4px !important;
}

.fill-white {
  fill: var(--bs-white) !important;
}

.fill-dark {
  fill: var(--bs-dark) !important;
}

.fill-light {
  fill: var(--bs-light) !important;
}

.fill-primary {
  fill: var(--bs-primary) !important;
}

.fill-secondary {
  fill: var(--bs-secondary) !important;
}

.fill-blue {
  fill: var(--bs-blue) !important;
}

.fill-indigo {
  fill: var(--bs-indigo) !important;
}

.fill-purple {
  fill: var(--bs-purple) !important;
}

.fill-pink {
  fill: var(--bs-pink) !important;
}

.fill-red {
  fill: var(--bs-red) !important;
}

.fill-orange {
  fill: var(--bs-orange) !important;
}

.fill-yellow {
  fill: var(--bs-yellow) !important;
}

.fill-green {
  fill: var(--bs-green) !important;
}

.fill-teal {
  fill: var(--bs-teal) !important;
}

.fill-cyan {
  fill: var(--bs-cyan) !important;
}

.fill-gray {
  fill: var(--bs-gray) !important;
}

.fill-gray-dark {
  fill: var(--bs-gray-dark) !important;
}

.fill-success {
  fill: var(--bs-success) !important;
}

.fill-info {
  fill: var(--bs-info) !important;
}

.fill-warning {
  fill: var(--bs-warning) !important;
}

.fill-danger {
  fill: var(--bs-danger) !important;
}



/* TABLES */

table {
  font-size: 0.75rem;
}

.table-font-size-1 {
  font-size: 1rem;
}


.line-l {
  border-left: 0.3rem solid var(--bs-primary);
  /*border-radius: 4px;*/
  padding: 5px 15px 5px 15px;
}

nav a.nav-link {
  text-transform: uppercase;
  font-size: 1.1rem;
  font-weight: 500;
  color: var(--bs-dark) !important;
  transition: 0.2s;
}

nav a.nav-link:hover {
  color: var(--bs-primary) !important;
}

nav li.nav-item {
  margin-left: 1.0rem;
}

nav svg.icon {
  fill: var(--bs-dark);
  transition: 0.2s;
}

nav svg.icon:hover {
  fill: var(--bs-primary);
}

.contacts {
  line-height: 1;
}

.contacts img {
  max-height: 40px;
  width: auto;
}

.alert-white {
  color: var(--bs-dark);
  background-color: var(--bs-white);
  border-color: var(--bs-white);
}

footer .list-group-item {
  background-color: transparent;
  color: var(--bs-white);
  padding: 0;
  margin-bottom: 5px;
}




/* PRESS CENTER */

.sticky-offset {
  top: 100px;
}

.pc-download-thumb {
  width: 50px;
  height: 50px;
  padding: 5px;
  border: solid 0.5px var(--bs-light);
}

.pc-download-thumb img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

.collapsed .collapse-icon {
  transform: rotate(180deg);
}

.badge-description {
  text-align: left !important;
  vertical-align: text-top !important;
}

@media (min-width: 576px) {
  .campaign-logo {
    max-width: 150px;
  }

  .overview-logo {
    max-width: 120px;
  }
}
