/* ==========================================================================
  Old styles from indoor which are still used here
  ========================================================================== */

main {
    height: 100vh;
    display: block;
    position: relative;
}

.main__block {
    margin-top: 10rem;
    z-index: 3;
}
.gdpr-banner{
    background-color: #ed243a!important;
}
.navbar__logo {
    position: absolute;
    top: 0.2rem;
    left: -13rem;
    background-size: contain;
    background-repeat: no-repeat;
    width: 320px;
    height: 140px;
}

.footer {
    position: relative;
    left: 0;
    bottom: 0;
    color: white;
    text-align: center;
    width: 100%;
    height: auto;
    overflow: hidden;
    z-index: 3;
    -webkit-box-shadow: 0px 1px 27px 10px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 1px 27px 10px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 1px 27px 10px rgba(0, 0, 0, 0.5);
}

.footer__bottom__container {
    background-color: #28c6cb;
    letter-spacing: 1px;
    padding: 1rem 0 2rem 0;
    position: relative;
    background-size: 50%;
}

.footer__bottom {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 2rem 0;
}

.footer img {
    max-width: 100%;
}

.footer__registration {
    position: relative;
    left: 0;
    bottom: 0;
    width: 100%;
    color: white;
    text-align: center;
    /* display: none; */
    margin-top: 25rem;
}

.footer__registration img {
    height: 25rem;
}

.privacy__tekst {
    color: white;
    font-family: 'montserratSemiBold';
    text-align: left;
    font-size: 1.2rem;
    padding: 1rem;
    position: relative;
    text-shadow: 2px 2px 9px rgba(0, 0, 0, 0.46);
}

/* ==========================================================================
   Added by Rob Hiensch
   ========================================================================== */

.main__menu__container {
    left: 6.9rem;
    position: relative;
}

.form-control::-moz-placeholder {
    color: #e5246c;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #e5246c;
}

.form-control::-webkit-input-placeholder {
    color: #e5246c;
}

.main__menu__container .navbar-nav > li {
    height: 100%;
    display: inline-block;
}

.main__menu__container .navbar-nav > li > a {
    height: 100%;
}

.are__you__ready__buttons {

}

.are__you__ready__description {
    z-index: 3;
}

/*.card-body {*/
/*    background: url(../images/header-background.jpg);*/
/*    color: white;*/
/*    height: auto;*/
/*    padding: 1rem;*/
/*    border-radius: 50px;*/
/*    letter-spacing: 1.5px;*/
/*    text-shadow: 1px 1px black;*/
/*}*/

/* ==========================================================================
   Header - Menu
   ========================================================================== */

.header__menu__container {
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 70px;
    z-index: 41;
    background-color: #28c6cb;
    background-size: 50%;
    -webkit-box-shadow: 0 1px 27px 10px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 1px 27px 10px rgba(0, 0, 0, 0.5);
    box-shadow: 0 1px 27px 10px rgba(0, 0, 0, 0.5);
}

.header__menu {
    width: 100%;
    float: right;
    display: block;
    position: relative;
    height: 6rem;
    font-family: bignoodletitlingregular, serif;
}

.header__menu__logo,
.header__menu__logo:link,
.header__menu__logo:visited {
    position: absolute;
    display: inline;
}

.header__menu__logo:active,
.header__menu__logo.active,
.header__menu__logo:focus,
.header__menu__logo:hover {
    text-decoration: none;
}


.header__menu__logo__img {
    width: 20rem;
    height: 100%;
}

.header__menu__list {
    list-style: none;
    display: inline-block;
    width: auto;
    height: 100%;
    padding: 0;
    margin: 0;
    line-height: 5rem;
    position: relative;
}

.header__menu__list--language {
    right: 0;
    position: relative;
    float: right;
    font-size: 1.6rem;
}

.header__menu__list--socials {
    right: 0px;
    position: absolute;
    font-size: 1.6rem;
}

.header__menu__list--menu {
        right: 10rem;
    font-size: 1.6rem;
    float: right;
}

.header__menu__list__item {
    display: inline-block;
    height: 100%;
    width: auto;
    margin: 0 1rem;
}

.header__menu__list__item__link,
.header__menu__list__item__link:link,
.header__menu__list__item__link:visited {
    display: block;
    width: 100%;
    height: 100%;
    color: #ffffff;
    border-bottom: 3px solid transparent;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;

}

.header__menu__list__item__link:active,
.header__menu__list__item__link.active,
.header__menu__list__item__link:focus,
.header__menu__list__item__link:hover {
    color: #ffffff;
    text-decoration: none;
    border-bottom: 3px solid #ffffff;
}

.header__menu__list__item__link--special,
.header__menu__list__item__link--special:link,
.header__menu__list__item__link--special:visited {
    line-height: 2.4rem;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    border-bottom: 5px solid rgba(0, 0, 0, 0.5);
    background-position: left;
    margin-top: 0.5rem;
    padding: 0.3rem 1rem;
    background: #e5246c;
    border-radius: 2rem;
    box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(0, 0, 0, 0);
    color: white;
    font-size: 2rem;
    float: right;
    outline: none !important;
    margin-bottom: 0.5rem;
    height: auto;
        font-family: bignoodletitlingregular, serif;
}

.header__menu__list__item__link--special:active,
.header__menu__list__item__link--special.active,
.header__menu__list__item__link--special:focus,
.header__menu__list__item__link--special:hover {
    border-bottom: 5px solid rgba(0, 0, 0, 0.5);
    --line-height: 2.4rem;
    --margin-top: 1.4rem;

}

.header__menu__list__item__icon,
.header__menu__list__item__icon:link,
.header__menu__list__item__icon:visited {
    color: #ffffff;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    padding-right: 0.2rem;
}

.header__menu__list__item__icon:active,
.header__menu__list__item__icon.active,
.header__menu__list__item__icon:focus,
.header__menu__list__item__icon:hover {
    color: #ffffff;
    text-decoration: none;
}

.header__menu__list__item__icon > i {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.header__menu__list__item__icon:active > i,
.header__menu__list__item__icon.active > i,
.header__menu__list__item__icon:focus > i,
.header__menu__list__item__icon:hover > i {
    color: #ffffff;
}

/* ==========================================================================
   Header -Mobile menu
   ========================================================================== */
.mobile-menu {
    position: fixed;
    display: block;
    top: 0;
    left: 0;
    height: 7.8rem;
    width: 100%;
    -webkit-transition: all 0.5s ease-out, background 1s ease-out;
    transition: all 0.5s ease-out, background 1s ease-out;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
    z-index: 99;
    background: #28c6cb;
    overflow: hidden !important;
}

.mobile-menu__logo {
    position: absolute;
    left: 0.9rem;
    right: 0;
    top: 0.3rem;
    padding: 0;
    height: 7rem;
    z-index: 3;
}

.mobile-menu__language_selector {
    position: relative;
    /*display: block;*/
    display: none;
    top: 1.5rem;
    right: 0;
    left: 0;
    text-align: center;
    width: 100%;
    height: auto;
    margin: auto;
}

.mobile-menu__language_selector > .select__wrapper {

}

.mobile-menu__language_selector > .select__wrapper:before {
    color: #000000;
    right: 20px;
    top: 21px;
}

.mobile-menu__language_selector > .select__wrapper > .header__menu__language {
    background: none;
    color: #000000;
    font-size: 19px;
}

.mobile-menu__language_selector > .select__wrapper > .header__menu__language:focus {
    outline: 0;
}

.mobile-menu__language_selector > .select__wrapper > .language__image {
    display: none;
}

.mobile-menu .burger-container {
    position: absolute;
    right: 0;
    z-index: 99;
    display: inline-block;
    height: 70px;
    width: 70px;
    cursor: pointer;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;

}

.mobile-menu .burger-container #burger {
    width: 22px;
    height: 21px;
    position: relative;
    display: block;
    margin: -4px auto 0;
    top: 50%;
}

.mobile-menu .burger-container #burger .bar {
    width: 100%;
    height: 1.8px;
    display: block;
    position: relative;
    background: #FFFFFF;
    -webkit-transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.mobile-menu .burger-container #burger .bar.topBar {
    -webkit-transform: translateY(0px) rotate(0deg);
    transform: translateY(0px) rotate(0deg);
}

.mobile-menu .burger-container #burger .bar.btmBar {
    -webkit-transform: translateY(6px) rotate(0deg);
    transform: translateY(6px) rotate(0deg);
}

.mobile-menu .icon {
    display: inline-block;
    position: absolute;
    height: 100%;
    line-height: 50px;
    width: 50px;
    height: 50px;
    text-align: center;
    color: #000000;
    font-size: 22px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.mobile-menu .icon.icon-bag {
    right: 0;
    top: 0;
    left: auto;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: -webkit-transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99), -webkit-transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    -webkit-transition-delay: 0.65s;
    transition-delay: 0.65s;
}

.mobile-menu ul.menu {
    position: relative;
    display: block;
    padding: 0 2.6rem 0;
    list-style: none;
    top: 5rem;
    margin-top: 2.1rem;
    height: 90vh;
}

.mobile-menu ul.menu li.menu-item {
    margin-top: 0.5rem;
    -webkit-transform: scale(1.15) translateY(-30px);
    transform: scale(1.15) translateY(-30px);
    opacity: 0;
    -webkit-transition: opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99), -webkit-transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99), -webkit-transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99), opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99), opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99), -webkit-transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
}

.mobile-menu .special {
    text-align: center;
    background-color: #000000;
    padding: 0.25rem 1.25rem;
    color: #ffffff !important;
    text-decoration: none !important;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    border: 0;
    outline: 0;
    position: relative;
}

.mobile-menu ul.menu li.menu-item.special > a {
    color: #ffffff;
}

.mobile-menu ul.menu li.menu-item:nth-child(1) {
    -webkit-transition-delay: 0.49s;
    transition-delay: 0.49s;
}

.mobile-menu ul.menu li.menu-item:nth-child(2) {
    -webkit-transition-delay: 0.42s;
    transition-delay: 0.42s;
}

.mobile-menu ul.menu li.menu-item:nth-child(3) {
    -webkit-transition-delay: 0.35s;
    transition-delay: 0.35s;
}

.mobile-menu ul.menu li.menu-item:nth-child(4) {
    -webkit-transition-delay: 0.28s;
    transition-delay: 0.28s;
}

.mobile-menu ul.menu li.menu-item:nth-child(5) {
    -webkit-transition-delay: 0.21s;
    transition-delay: 0.21s;
}

.mobile-menu ul.menu li.menu-item:nth-child(6) {
    -webkit-transition-delay: 0.14s;
    transition-delay: 0.14s;
}

.mobile-menu ul.menu li.menu-item:nth-child(7) {
    -webkit-transition-delay: 0.07s;
    transition-delay: 0.07s;
}

.mobile-menu ul.menu li.menu-item a {
    display: block;
    position: relative;
    color: #FFFFFF;
    font-weight: 800 !important;
    text-decoration: none;
    font-size: 1.8rem;
    line-height: 2.35;
    width: 100%;
    text-transform: uppercase;
}

.mobile-menu.menu-opened {
    height: 100%;
    background: #28c6cb;
    -webkit-transition: all 0.3s ease-in, background 0.5s ease-in;
    transition: all 0.3s ease-in, background 0.5s ease-in;
    -webkit-transition-delay: 0.25s;
    transition-delay: 0.25s;
}

.mobile-menu.menu-opened .burger-container {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.mobile-menu.menu-opened .burger-container #burger .bar {
    -webkit-transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.mobile-menu.menu-opened .burger-container #burger .bar.topBar {
    -webkit-transform: translateY(4px) rotate(45deg);
    transform: translateY(4px) rotate(45deg);
}

.mobile-menu.menu-opened .burger-container #burger .bar.btmBar {
    -webkit-transform: translateY(2.1px) rotate(-45deg);
    transform: translateY(2.1px) rotate(-45deg);
}

.mobile-menu.menu-opened ul.menu li.menu-item,
.mobile-menu.menu-opened .header__top__language-selector__menu li a,
.mobile-menu.menu-opened .mobile-menu__special__link {
    -webkit-transform: scale(1) translateY(0px);
    transform: scale(1) translateY(0px);
    opacity: 1;
}

.mobile-menu ul.menu li.menu-item:nth-child(1) {
    transform: scale(1.15) translateY(0px);
}

.mobile-menu.menu-opened ul.menu li.menu-item:nth-child(1) {
    transform: scale(1) translateY(0px);

}

.mobile-menu.menu-opened ul.menu li.menu-item:nth-child(1) {
    -webkit-transition-delay: 0.27s;
    transition-delay: 0.27s;
}

.mobile-menu.menu-opened ul.menu li.menu-item:nth-child(2) {
    -webkit-transition-delay: 0.34s;
    transition-delay: 0.34s;
}

.mobile-menu.menu-opened ul.menu li.menu-item:nth-child(3) {
    -webkit-transition-delay: 0.41s;
    transition-delay: 0.41s;
}

.mobile-menu.menu-opened ul.menu li.menu-item:nth-child(4) {
    -webkit-transition-delay: 0.48s;
    transition-delay: 0.48s;
}

.mobile-menu.menu-opened ul.menu li.menu-item:nth-child(5) {
    -webkit-transition-delay: 0.55s;
    transition-delay: 0.55s;
}

.mobile-menu.menu-opened ul.menu li.menu-item:nth-child(6) {
    -webkit-transition-delay: 0.62s;
    transition-delay: 0.62s;
}

.mobile-menu.menu-opened ul.menu li.menu-item:nth-child(7) {
    -webkit-transition-delay: 0.69s;
    transition-delay: 0.69s;
}

.mobile-menu.menu-opened ul.menu li.menu-item:nth-child(8) {
    -webkit-transition-delay: 0.76s;
    transition-delay: 0.76s;
}

.mobile-menu.menu-opened ul.menu li.menu-item:nth-child(9) {
    -webkit-transition-delay: 0.83s;
    transition-delay: 0.83s;
}

.mobile-menu.menu-opened ul.menu li.menu-item:nth-child(10) {
    -webkit-transition-delay: 0.9s;
    transition-delay: 0.90s;
}

.mobile-menu.menu-opened ul.menu li.menu-item:nth-child(11) {
    -webkit-transition-delay: 0.97s;
    transition-delay: 0.97s;
}

.mobile-menu.menu-opened ul.menu li.menu-item:nth-child(12) {
    -webkit-transition-delay: 1.03s;
    transition-delay: 1.03s;
}

.mobile-menu.menu-opened .mobile-menu__special,
.mobile-menu.menu-opened .mobile-menu__special a {
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
}

.mobile-menu.menu-opened .header__top__language-selector__menu li a {
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

.mobile-menu.menu-opened .icon.icon-bag {
    -webkit-transform: translateX(75px);
    transform: translateX(75px);
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

/*
 * Added for 90s
 */
.header__top__language {
    display: block;
    position: relative;
}

.header__top__language-selector {

}

.header__top__language-selector__menu {
    list-style: none;
    font-size: 2rem;
    width: 20rem;
    position: relative;
    left: 0;
    right: 0;
    margin: auto;
}

.header__top__language-selector__menu li {

}

.header__top__language-selector__menu li a,
.header__top__language-selector__menu li a:link,
.header__top__language-selector__menu li a:visited {
    color: #ffffff;
    display: inline-block;
    float: left;
    margin: 0 1rem;
    width: 3rem;
    -webkit-transform: scale(1.15) translateY(-30px);
    transform: scale(1.15) translateY(-30px);
    opacity: 0;
    -webkit-transition: opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99), -webkit-transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99), -webkit-transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99), opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99), opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99), -webkit-transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
}

.header__top__language-selector__menu li a:active,
.header__top__language-selector__menu li a.active,
.header__top__language-selector__menu li a:focus,
.header__top__language-selector__menu li a:hover {

}

@media screen and (max-width: 1024px) {
    .header__menu__container {
        display: none;
    }

    .indoor__inner__bg {
        background-image: url("../images/goudfout-logo2.png")
    }

    #s0, #s1, #s2, #s3, #s4, #s5, #s6, #s7, #s8, #s9, #s10, #s11, #s12, #s13, #s14, #s15 {
        display: none;
    }
}

@media screen and (min-width: 1024.0001px) {
    .mobile-menu {
        display: none;
    }
}

.mobile-menu__special {
    position: absolute;
    bottom: 1rem;
    width: 90vw;
}

.mobile-menu__special__link,
.mobile-menu__special__link:link,
.mobile-menu__special__link:visited {
    position: relative;
    width: 100%;
    height: 5rem;
    font-size: 4rem;
    font-family: 'bignoodletitlingregular';
    -webkit-box-shadow: -2px 8px 12px 1px rgba(75, 22, 0, .63);
    -moz-box-shadow: -2px 8px 12px 1px rgba(75, 22, 0, .63);
    box-shadow: -2px 8px 12px 1px rgba(75, 22, 0, .63);
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    color: #ffffff;
    text-transform: uppercase;
    text-shadow: 1px 1px black;
    background-image: url(../images/bg-button-tickets.jpg);
    background-size: cover;
    display: inline-block;
    padding: 0 1rem;
    margin: 0;
    line-height: 4.4rem;
    border-bottom: 5px solid rgba(0, 0, 0, 0.5);
    background-position: left;
    text-align: center;
    -webkit-transform: scale(1.15) translateY(-30px);
    transform: scale(1.15) translateY(-30px);
    opacity: 0;
    -webkit-transition: opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99), -webkit-transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99), -webkit-transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99), opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99), opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99), -webkit-transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
}

.mobile-menu__special__link:active,
.mobile-menu__special__link.active,
.mobile-menu__special__link:focus,
.mobile-menu__special__link:hover {
    text-decoration: none;
}


/* ==========================================================================
   END: Header -Mobile menu
   ========================================================================== */
/* ==========================================================================
   Homepage - Background
   ========================================================================== */
.main__content {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.fa-facebook-square,
.fa-instagram {
    color: white;
    text-decoration: none;
}

.footer__partner__image,
.footer__partner__image:link,
.footer__partner__image:visited {
    background-repeat: no-repeat;
    background-size: 20rem;
    background-position: center;
    height: 12.5rem;
    opacity: 0.4;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    cursor: pointer;
    width: 100%;
    display: block;
}

.footer__partner__image:active,
.footer__partner__image.active,
.footer__partner__image:focus,
.footer__partner__image:hover {
    opacity: 1;
    text-decoration: none;
}

.footer__partner__image--mediatastisch {
    background-image: url("../images/mediatastisch-logo.png");
    background-size: contain !important;
}

.footer__partner__image--techconnect {
    background-image: url("../images/techconnect-logo.png");
    background-size: contain !important;
}

.footer__partner__image--qmusic {
    background-image: url("../images/qmusic-limburg-logo.png");
    background-size: contain !important;
}

.footer__partner__image--wecreategroup {
    background-image: url("../images/wecreategroup.jpg");
    background-size: contain !important;
}

.footer__partners__show-more,
.footer__partners__show-more:link,
.footer__partners__show-more:visited {
    color: rgba(0, 0, 0, 0.38);
    position: absolute;
    right: 0;
    bottom: -3rem;
    z-index: 2;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    font-size: 2rem;
}

.footer__partners__show-more.active,
.footer__partners__show-more:focus,
.footer__partners__show-more:hover {
    color: rgba(0, 0, 0, 1);
    text-decoration: none;
}


.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {background-color: #ddd;}

.has-submenu:hover .dropdown-content {display: block;}

.has-submenu:hover .dropbtn {background-color: #3e8e41;}

/* ==========================================================================
   Content pages
   ========================================================================== */

.content__page {

}
.content__page h1{
    color: #581264 !important;
    font-size: 2.5rem;
    font-family: 'bignoodletitlingregular', serif;
}
.content__page h2{
    font-size: 2rem;
    font-family: 'bignoodletitlingregular', serif;
    color: #581264 !important;
}
.content__page h3{
    color:#000000 !important;
    font-size: 1.75rem;
    font-family: 'bignoodletitlingregular', serif;
}
.content__page h4{
    color:#000000 !important;
    font-size: 1.5rem;
    font-family: 'bignoodletitlingregular', serif;
}
.content__page h5{
    color:#000000 !important;
    font-size: 1.25rem;
    font-family: 'bignoodletitlingregular', serif;
}
.content__page h6{
    color:#000000 !important;
    font-size: 1rem;
    font-family: 'bignoodletitlingregular', serif;
}
.content__page p{

}
.content__page table{

}
.content__page table tr,
.content__page tr{

}
.content__page table tr:hover,
.content__page tr:hover{

}
.content__page table tr td,
.content__page td{

}
.content__page table tr td:hover,
.content__page td:hover{

}
.content__page strong{
    font-weight:900;
    color: #000000;
}
.content__page a:link,
.content__page a:visited {

}
.content__page a:active,
.content__page a.active,
.content__page a:focus,
.content__page a:hover {

}
.content__page ul,
.content__page ol {

}

.content__page ul li,
.content__page ol li {
}

.content__page ul li a,
.content__page ol li a {

}

/* ==========================================================================
   End - Content pages
   ========================================================================== */
.header__menu{
    height: 3rem !important;
}
.--home
{
    padding-bottom: 3.4rem !important;
}
.fr-fil
{
    float: right;
    text-align: right;
    padding-top: 3rem;

}
.b2b-img
{
    -webkit-clip-path: polygon(0 0,91.30435% 0,100% 100%,8.69565% 100%);
    clip-path: polygon(0 0,91.30435% 0,100% 100%,8.69565% 100%);
    display: inline-block;
    position: relative;
    float: left;
    width: 33%;
}
.b2b-img img {
    width: 100%;
}
.background__images {
    position: relative;
    width: 104%;
}
.tabs {
    display: flex;
    margin-top: 3rem;
    flex-wrap: wrap;
    font-family: bignoodletitlingregular;
    font-size: 1.5rem;
}

.btn .btn-link:active {
    color: white;
}

.tabs label {
    order: 1;
    display: block;
    padding: 1rem 2rem;
    margin-right: 0.2rem;
    cursor: pointer;
    background: url("../images/header-background.jpg");
    font-weight: bold;
    transition: background ease 0.2s;
    box-shadow: -1px 9px 5px 0px rgba(0, 0, 0, 0.75);
    color: white;
    border-radius: 50px;
    opacity: 0.8;
}

.layer {
    background-color: rgba(0, 0, 0, 0.21);
    position: absolute;
    top: 0;
    left: 0;
    margin-left: 1.2rem;
    width: 90%;
    height: 200px;
    transition: 0.5s;
}

.layer:hover {
    opacity: 0;
    transition: 0.5s;
}

.tabs .tab {
    order: 99;
    flex-grow: 1;
    width: 100%;
    display: none;
    padding: 1rem;
}

.tabs input[type="radio"] {
    display: none;
}

.tabs input[type="radio"]:checked + label {
    box-shadow: -1px 2px 5px 0px rgba(0, 0, 0, 0.75);
/*   
Has to be activated again after corona
opacity: 1; */
    
    opacity: 0;
    z-index: 3;
}

.tabs input[type="radio"]:checked + label + .tab {
    display: block;
}

#layout-content {
    margin-top: 4rem;
    position: relative;
}
.collapse.in .card-body {

}

.card-body {
    position: relative;

}
.tabs {
    display: flex;
    margin-top: 3rem;
    flex-wrap: wrap;
    font-family: bignoodletitlingregular;
    font-size: 1.5rem;
}
.tabs input[type="radio"] {
    display: none;
}
.tabs label {
    order: 1;
    display: block;
    padding: 1rem 2rem;
    margin-right: 0.2rem;
    cursor: pointer;
    background: url("../images/header-background-outdoor.jpg" );
    font-weight: bold;
    transition: background ease 0.2s;
    box-shadow: -1px 9px 5px 0px rgba(0, 0, 0, 0.75);
    color: white;
    border-radius: 50px;
    opacity: 0.8;
    outline: none;
}
.tabs .tab {
    order: 99;
    flex-grow: 1;
    width: 100%;
    display: none;
    padding: 1rem;
}
.card {
    border-radius: 50px;
    outline: none;
    background: rgba(24, 94, 99, 0) !important;
    border: none !important;
    margin: 1rem 0rem!important;
}
.card-header
{
    border: none !important;
    padding: 0rem  !important;
}
.btn-link {
    letter-spacing: 1px;
    outline: none !important;
    font-family: 'bignoodletitlingregular';
    position: relative;
    width: 100%;
    margin: 0 auto;
    -webkit-box-shadow: -2px 8px 12px 1px rgba(75, 22, 0, .63) !important;
    -moz-box-shadow: -2px 8px 12px 1px rgba(75, 22, 0, .63) !important;
    box-shadow: -2px 8px 12px 1px rgba(75, 22, 0, .63) !important;
    height: auto;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    background-size: cover;
    color: #ffffff !important;
    font-size: 1.5rem !important;
    text-transform: uppercase;
    z-index: 1;
    text-shadow: 1px 1px black;
    background-image: url(" ../images/header-background-outdoor.jpg" );
    background-size: cover;
    /* display: none; */
}
.btn-link,
.btn-link:link,
.btn-link:visited {
    text-decoration: none;
    color: white;
    outline: 0;
    border: 0;
}

.btn-link:active,
.btn-link.active,
.btn-link:focus,
.btn-link:hover {
    color: white !important;

    text-decoration: none !important;

}
.card-body {
    background: url(../images/header-background-outdoor.jpg);
    outline: none;
    color: white;
    height: auto;
    padding: 1rem;
    border-radius: 50px;
    letter-spacing: 1.5px;
    text-shadow: 1px 1px black;
    text-align: center;
    margin: -3rem 0rem 0rem 0rem!important;
    padding: 4rem 1rem 1rem 1rem !important;
}
    
}
.events__container h1
{

    padding-top: 2rem !important;
    margin-bottom: 3rem !important;

}

.tabs input[type="radio"]:checked + label + .tab {
    display: block;
}
@media (max-width: 992px) {
    .main__video__90s{
        height: 17rem!important;
    }

}