@font-face
{

    font-family: 'HelveticaNeue';
    src: url('/assets-jackan/fonts/hinted-HelveticaNeueLTStd-Hv.eot');
    src: url('/assets-jackan/fonts/hinted-HelveticaNeueLTStd-Hv.eot?#iefix') format('embedded-opentype'),
        url('/assets-jackan/fonts/hinted-HelveticaNeueLTStd-Hv.woff2') format('woff2'),
        url('/assets-jackan/fonts/hinted-HelveticaNeueLTStd-Hv.woff') format('woff'),
        url('/assets-jackan/fonts/hinted-HelveticaNeueLTStd-Hv.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}


body,
html
{
    font-family: 'Times New Roman', 'Times', serif;
    background: #e9e6e6;
    background-color: #e9e6e6;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important; 
}

h1
{
    font-size: 1.15rem;
    line-height: 1.6rem;
}

h2
{
    font-size: 3rem;
    line-height: 3.2rem;
}


.helvetica
{
    font-family: 'HelveticaNeue';
}

.small-text
{
    font-size: 1rem;
    line-height: 1.3rem;
}

.smaller-text
{
    font-size: 0.8rem;
    line-height: 1.3rem;
}

p
{
    font-size: 1.15rem;
    line-height: 1.6rem;
}
.whitebg
{
    background: #ffffff;
}

h1.titletext {
    
}
p.lead
{
    font-size: 1.15rem;
    line-height: 1.45rem;
}

p.quote
{
    font-size: 1.7rem;
    font-weight: bold;
    font-style: italic;
    line-height: 1.8rem;
    margin-right: 10px;
}

p.leadsmall
{
    font-size: 1rem;
    line-height: 1.4rem;
}

a
{
    margin-bottom: -1px;

    -webkit-transition: opacity .5s ease-out;
       -moz-transition: opacity .5s ease-out;
         -o-transition: opacity .5s ease-out;
            transition: opacity .5s ease-out;

    opacity: 1;
    color: #000;
    border-bottom: 1px solid black;
}
a:hover
{
    text-decoration: none;

    opacity: .7;
    color: #000;
}

.flex-container
{
    align-items: flex-start !important;
}

.titel img
{
    width: 90%;
}

.fullwidth
{
    width: 100%;
}

.header-section
{
    min-height: 500px;
    max-height: 650px;
    background: #fff;
    background-color: #fff;
}

.homepage-hero-module,
.homepage-hero-module--mobile
{
    position: relative;

    border-right: none;
    border-left: none;
}
.no-video .video-container video,
.touch .video-container video
{
    display: none;
}
.no-video .video-container .poster,
.touch .video-container .poster
{
    display: block !important;
}
.video-container
{
    position: relative;
    bottom: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    background: #000;
}
.video-container .poster img
{
    position: absolute;
    bottom: 0;
    width: 100%;
}
.video-container .filter
{
    position: absolute;
    z-index: 100;
    width: 100%;
    background: rgba(0, 0, 0, 0);
}
.video-container .title-container
{
    position: absolute;
    z-index: 1000;
    top: 15%;
    width: 90%;
    margin-left: 3%;

    text-align: center;

    color: #fff;
}

.logo-container img
{
    position: absolute;
    z-index: 1000;
    top: 4%;
    right: 2%;

    width: 200px;
}

.english-container
{
    position: absolute;
    z-index: 1000;
    top: 2%;
    left: 2%;

    width: 100px;
}

@media (max-width: 768px) {
.logo-container img
{
    top: 1.5%;
    right: 1.5%;

    width: 150px;
}
}

.hidden{
    display: none;
}

.video-container .link a
{
    color: #fff;
}
.video-container video
{
    position: absolute;
    z-index: 0;
    bottom: 0;
}
.video-container video.fillWidth
{
    width: 100%;
}



/*
.film-section
{
    position: relative;
    min-height: 1000px;
    background: #fff;
    background: url(img/film-image.jpg) no-repeat center center fixed;
    background-color: #fff;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: 50% 0;
    background-size: cover;
}
*/
.main-section
{
    overflow: hidden;
    background: #e9e6e6;
    background-color: #e9e6e6;
}

.pad-sm
{
    padding: 30px 0 40px 0;
}

.thanks-section
{
    color: #fff;
    background: #000;
    background-color: #000;
}

span.student-name
{
    font-family: 'HelveticaNeue';
}

.sans
{
    font-family: 'HelveticaNeue';
    text-transform: uppercase;
}

.cta-section
{
    background: #e9e6e6;
    background-color: #e9e6e6;
}

.whitebg
{
    background: #fff;
    background-color: #fff;
}

ul.cta-links
{
    font-size: 1.15rem;
    line-height: .7rem;
    list-style: none;
    -webkit-padding-start: 0;
}

li.cta-link
{
    margin-bottom: 1rem;
}

ul.links
{
    font-size: 1.15rem;
    line-height: 2.8rem;
    list-style: none;
    -webkit-padding-start: 0;
}

li.link
{
    margin-bottom: 1rem;
}

.image
{
    position: relative;
}

img.align-left
{
    float: left;
}

img.float-right
{
    float: right;
}

.center-div
{
    display: flex;
    justify-content: center;

}

.inside-center-div
{
    margin-left: 5px;
    align-self: center;
    margin-right: 5px;

}



.footer
{
    background: #e9e6e6;
    background-color: #e9e6e6;
}

a.logosponsor
{
    -webkit-transition: opacity .5s ease-out;
       -moz-transition: opacity .5s ease-out;
         -o-transition: opacity .5s ease-out;
            transition: opacity .5s ease-out;
    opacity: 1;
    border: none;
}

a.logosponsor:hover
{
    opacity: .7;
}

.logoholder
{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.logo-item img
{
    width: 180px;
    height: 120px;
    margin: 15px;
    padding: 5px;

    text-align: center;
}

.logo-item:first-child img
{
    width: 80px;
}

.logo-item:last-child img
{
    width: 210px;
}

.imagemargin
{
    margin-top: -11rem;
}

.imagemargin-small
{
    margin-top: -6rem;
}

.imagemargin-medium
{
    margin-top: -3rem;
}

.imagemargin-big
{
    margin-top: -20rem;
}

.carousel-fade .carousel-inner .carousel-item
{
    -webkit-transition-property: opacity;
            transition-property: opacity;

    opacity: .1;
}
.carousel-fade .carousel-inner .carousel-item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right
{
    opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right
{
    opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right
{
    left: 0;

    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.carousel-fade .carousel-control
{
    z-index: 2;
}

.arrow
{
    position: absolute;
    z-index: 1;
    right: 0;
    bottom: 25px;
    left: 0;
    width: 30px;
    height: 30px;
    margin: auto;

    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);

    opacity: 1;
    border-right: 4px solid #000;
    border-bottom: 4px solid #000;
}



.carousel-item > img
{
    /* fixes bootstrap 4 bug: bit.ly/bootstrap4-carousel */
    width: 100%;
    height: 100%;
}

.carousel-control-next,
.carousel-control-prev
{
    color: #000 !important;
    border-bottom: none;
     margin-left: 10px;
}

.carousel-control-prev-icon
{
    height: 100px !important;

    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' fill=\'%23000000\' viewBox=\'0 0 8 8\'%3E%3Cpath d=\'M4 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z\'/%3E%3C/svg%3E');
}

.carousel-control-next-icon
{
    height: 100px !important;
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' fill=\'%23000000\' viewBox=\'0 0 8 8\'%3E%3Cpath d=\'M1.5 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z\'/%3E%3C/svg%3E');
}

.carousel-control-prev, .carousel-control-next
{
    width: 30px;

}

.carousel-control-next-icon, .carousel-control-prev-icon
{
    width: 30px;
    height: 30px;
}

.revealer
{
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background: #e9e6e6;
    background-color: #e9e6e6;
}

.reveal-animation
{
    animation-name: reveal-animation;

    animation-fill-mode: forwards;
}

.bidrag-text
{
    position: absolute;
    bottom: 25px;

}

@media (min-width: 401px) and (max-width: 768px)
{
      .imagemargin
    {
        margin-top: 0;
    }

    .imagemargin-small
    {
        margin-top: 0;
    }
    .imagemargin-big
    {
        margin-top: 0;
    }

    .bidrag-text
    {
        position: relative;

        margin-top: 30px;
    }
}

@media (min-width: 993px) and (max-width: 1199px)
{
  
}




@media (min-width: 769px) and (max-width: 992px)
{
 
}



@media (min-width: 300px) and (max-width: 400px)
{
    .pad-sm
    {
        padding-top: 16px;
        padding-bottom: 16px;
    }
    h2
    {
    font-size: 2.2rem;
    line-height: 2.4rem;
    }

    .logoholder
    {
    justify-content: center;
    }

     .logo-item:first-child img
    {
    width: 180px;
    }

    ul.cta-links
    {
        font-size: 1.2rem;
        line-height: 2rem;

        list-style: none;
    }
    .imagemargin
    {
        margin-top: 0;
    }

    .imagemargin-small
    {
        margin-top: 0;
    }
    .imagemargin-big
    {
        margin-top: 0;
    }

    .bidrag-text
    {
        position: relative;

        margin-top: 30px;
    }

     .carousel-control-prev, .carousel-control-next{

    top: 200px;


     -webkit-box-align: start;
     -webkit-align-items: start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;

    justify-content: start;
}

.mobiletext{
    padding-top: 15px;
    margin-left: 10px;
    margin-right: 20px;
}  

.rightmargins{
    margin-left: 5px;
    margin-right: 5px;
}

.english-container
{
    position: absolute;
    z-index: 1000;
    top: 1%;
    left: 1%;
    width: 100px;
}
.mt-5{
    margin-top: 1.5rem !important;
}

}





/* Animations */

@keyframes reveal-animation
{
    from
    {
        transform: translate(0%, 0%) matrix(1, 0, 0, 1, 0, 0);
    }

    to
    {
        transform: translate(100%, 0%) matrix(1, 0, 0, 1, 0, 0);
    }
}

@-webkit-keyframes fadeInLeft
{
    from
    {
        -webkit-transform: translate3d(-10px, 0, 0);
                transform: translate3d(-10px, 0, 0);

        opacity: 0;
    }

    to
    {
        -webkit-transform: none;
                transform: none;

        opacity: 1;
    }
}

@keyframes fadeInLeft
{
    from
    {
        -webkit-transform: translate3d(-10px, 0, 0);
                transform: translate3d(-10px, 0, 0);

        opacity: 0;
    }

    to
    {
        -webkit-transform: none;
                transform: none;

        opacity: 1;
    }
}

@-webkit-keyframes fadeInRight
{
    from
    {
        -webkit-transform: translate3d(10px, 0, 0);
                transform: translate3d(10px, 0, 0);

        opacity: 0;
    }

    to
    {
        -webkit-transform: none;
                transform: none;

        opacity: 1;
    }
}

@keyframes fadeInRight
{
    from
    {
        -webkit-transform: translate3d(10px, 0, 0);
                transform: translate3d(10px, 0, 0);

        opacity: 0;
    }

    to
    {
        -webkit-transform: none;
                transform: none;

        opacity: 1;
    }
}

@-webkit-keyframes fadeInUp
{
    from
    {
        -webkit-transform: translate3d(0, 20px, 0);
                transform: translate3d(0, 20px, 0);

        opacity: 0;
    }

    to
    {
        -webkit-transform: none;
                transform: none;

        opacity: 1;
    }
}

@keyframes fadeInUp
{
    from
    {
        -webkit-transform: translate3d(0, 20px, 0);
                transform: translate3d(0, 20px, 0);

        opacity: 0;
    }

    to
    {
        -webkit-transform: none;
                transform: none;

        opacity: 1;
    }
}
