body {
    background-color: #2e0091;
}

.logo-holder {
    background-color: #17153F; /*IE Fallback*/
    background-color: var(--primary-dark) !important;
}

.inside .card {
    border-radius: 10px;
    margin: 0 auto !important;
}

#row-top {
    margin-bottom: -9% !important;
}

.col {
    min-width: 11.11% !important;
}

@media (min-width: 992px) {
    .container.sectors {
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
        height: 70vh;
        padding-top: 0;
    }
}

@media (max-height: 850px) {
    .container.sectors {
        top: 100px;
        bottom: unset;
        padding-top: 0;
        transform: scale(0.9);
    }
    .container.sectors h3{
        font-size: 130%;
    }
    .logo-holder{
        height: 130px;
        width: 90px;
    }
}

@media (max-height: 700px) {
    .container.sectors {
        padding-top: 2vh;
        transform: scale(0.8);
    }
}

@media (max-height: 600px) {
    .container.sectors {
        transform: scale(0.6);
    }
}



.sector {
    height: 25%;
    opacity: 0.4;
}

.sector > a {
    transform: rotateZ(-12deg);
    font-weight: bold;
    color: white;
}

.sector a:hover {
    text-decoration: none !important;
}

.sector-arrow svg {
    height: 40px;
    width: 100%;
}

.sector-arrow-large svg {
    height: 80px;
    width: 100%;
}

.sector-stand {
    width: 100px;
    margin: auto;
}

.title-large {
    font-size: 60px;
    line-height: 55px;
    margin-bottom: 80px;
}

.text-compact {
    font-size: 15px;
    line-height: 18px;
}

#video-poster {
    height: 55vh;
    width: 100%;
}

.card-icon {
    height: 80px;
    width: 80px;
}

.title-largest {
    font-size: 3.5rem !important;
}

.bg-center {
    background-position: center !important;
}

.border-10 {
    border-radius: 10px;
}

.card-icon-letter {
    height: 40px;
    width: 40px;
    line-height: 1em;
}

.question-content {
    width: 90%;
    height: 90%;
}

.carousel-control-prev, .carousel-control-next {
    width: 5%;
}

.reminder-answer {
    position: absolute;
    bottom: 10%;
    transform: translateX(-50%);
    left: 50%;
}

.assignment-intro-text, #assignment-intro-text {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%);
    font-size: 21px;
}

#assignment-intro-text-eco {
    font-size: 32px;
}

@media (max-width: 992px) {
    .assignment-intro-text, #assignment-intro-text {
        top: 10%;
    }
}


.assignment-intro-continue, #assignment-intro-continue {
    position: absolute;
    color: white;
    height: 50px;
    width: 50px;
    background: white;
    font-size: 20pt;
    transition-duration: 0.4s;
    bottom: 10%;
    left: 50%;
    transform: translateX(-50%);
}

.assignment-intro-continue > i, #assignment-intro-continue > i {
    color: #2e0091 !important;
}

.fancybox-inline {
    background: transparent !important;
    height: 100%;
    width: 100%;
}

@media (max-height: 750px){
    .popup {
        height: 75vh !important;
        width: 60vw !important;
    }
}

@media (max-height: 465px){
    .popup {
        height: 90vh !important;
        width: 80vw !important;
    }
}

@media (max-width: 450px){


    .sector-arrow-large svg {
        height: 55px;
    }

    .title-large {
        font-size: 36px;
        line-height: 1.2em;
    }
}

.fancybox-carousel {
    height: 100%;
    width: 100%;
    background-image: url('/images/backgrounds/bg3.png');
    background-position: center;
    background-size: cover;
}

.card img {
    max-height: 60vh;
}

.bg-cyan {
    background-color: #06A1E4; /*IE Fallback*/
    background-color: var(--bjtn-cyan);
}

.antwoord-blad-icon {
    width: 105px;
    position: absolute;
    right: 5%;
    bottom: 8%;
    border: 1px solid black;
}

.antwoord-blad-reminder {
    width: 60px;
}

.small-line-height {
    font-size: 18px;
    line-height: 18px;
}

.smaller-line-height {
    font-size: 10px;
    line-height: 10px;
}

.rotate-10 {
    transform: rotate(10deg) !important;
}

@media (max-width: 768px) {
    .popup {
        height: 100% !important;
        width: 100% !important;
    }

    .antwoord-blad-icon {
        bottom: 15% !important;
    }
}

.card-centered {
    background: transparent;
    width: 40%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}

.text-content-wrapper {
    overflow-y: auto;
    max-height: 48vh;
}


/* Sector disable */

.sector.active{
    opacity: 1;
}

