/*******************

TABLE OF CONTENTS

1.0 - GENERAL STYLES
2.0 - HEADER & FOOTER
    2.1 - HEADER
    2.2 - FOOTER
3.0 - INDEX
4.0 - CATEGORY
5.0 - CONTACT
6.0 - REFERENCE
?.0 - LINKS


*******************/


.formUpdate {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
}


/************************

    1.0 GENERAL STYLES

************************/

html{
    font-family: open-sans, sans-serif;
}

body{
    
}

h1{}

h2{
    max-width: 700px;
    margin: 0px auto;
    margin-bottom: 20px;
    color: #333c4e;
    font-size: 30px;
    font-weight: 300;
    line-height: 1.2;
}

h3{
    margin: 15px 0px;
    margin-top: 25px;
    color: #333c4e;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
}

h4{ padding: 15px 0;
padding-top: 30px; }

h5{}

p{
    line-height: 1.9;
    letter-spacing: 0.7px;
    color: #7e8890;
    font-weight: 300;
    font-size: 1em;
}


ol li {
    margin: 20px 10px;
    margin-left: 0;
    color:#7e8890;
    font-weight: 300;    
}

.white {
    color: #fff!important;
}

.black {
    color: #000!important;
}

.clearfix{clear:both;}

.textLink {
    color: #000!important;
}

.textLink:hover {
    color: #ff6c00!important;
}

.noMargin {
    padding-right: 0px;
    padding-left: 0px;
    padding-top: 0px;
}

.fullPad {
    padding: 15px;
    padding-bottom: 0px;
}


.downloadButton {
    font-size: 20px;
    border-left: 5px solid #ff8a00!important;
    padding-left: 15px;
    cursor: pointer;
}


/************************

    2.0 HEADER & FOOTER

************************/

.toTop {
    position: fixed;
    bottom: 15px;
    right: 15px;
    display: block;
    padding: 5px 15px;
    text-align: center;
    z-index: 10000;
    background: #323131;
    color: #fff!important;
    font-family: "brandon-grotesque", sans-serif;
    line-height: 1.5;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
}

/*******************
    2.1 HEADER
*******************/

.logo {
    height: 100px;
}

nav {
    position: absolute;
    width: 100%;
    padding: 0px 40px;
    padding-top: 50px;
    z-index: 1000;
}

nav ul, .mobileMenu ul {
    text-transform: uppercase;
    font-weight: 500; 
    font-family: "brandon-grotesque", sans-serif;
    font-size: 13px;
    letter-spacing: 0.65px;
    line-height: 13px;
    float: right;
    color: #fff;
}

nav ul li {
    display: inline-block;
    margin: 5px 20px;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}

nav ul li:hover {
    color: #ff8a00;
}

.openNav {
    position: absolute;
    right: 50px;
    top: 50px;
    z-index: 1001;
    height: 40px;
    display: none;
}

.mobileMenu {
    position: absolute;
    height: 100%;
    width: 100%;
    background: #333c4e;
    z-index: 9;
    display: none;
}

.mobileMenu ul {
    float: none;
    text-align: center;
    color: #fff;
    font-size: 15px;
    margin-top: 180px;
}

.mobileMenu li {
    margin-bottom: 40px;
}

.dropdown {
    position: absolute;
    margin-left: -20px;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.5s linear;  
}

.dropdown li {
    display: block;
    margin-bottom: 15px;
}

.dropdownBar {
    width: 120px;
}

nav ul li:hover > ul {
    visibility: visible;
    opacity: 1;
}

.heroForside {
    background: url(../images/kokkedal-slot.jpg);  
    background-position: 50% 100%;
}

.heroEvents{
    background: url(../images/hero/events.jpg);  
    background-position: 50% 50%;    
}

.heroRejser {
    background: url(../images/lerdueskydning-vandet.jpg);  
    background-position: 50% 50%;    
}

.heroRace {
    background: url(../images/hero/race.jpg);  
    background-position: 50% 50%;    
}

.heroMoede {
    background: url(../images/hero/moeder-konferencer.jpg);  
    background-position: 50% 100%;    
}

.heroReferencer {
    background: url(../images/race/team-driving-challenge.jpg);  
    background-position: 50% 100%;    
}

.mainHero {
    width: 100%;
    position: relative;
    height: 700px;
    overflow: hidden;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
}


/*.heroImage {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    background-attachment: fixed;
    display: none;
}*/

.heroColor {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
}

.heroText {
    position: absolute;
    width: 100%;
    text-align: center;
    margin-top: 300px;
    font-family: "brandon-grotesque", sans-serif;
    letter-spacing: 0.75px;
    color: #fff;
    font-size: 40px;
    text-transform: uppercase;
}

.secondaryText {
    font-style: italic;
    margin-top: 370px;
    text-transform: none;
    font-weight: 300;
    font-size: 20px;
    letter-spacing: 0.05em;
    font-family: open-sans, sans-serif;
}

.heroButton {
    position: absolute;
    padding: 15px 20px;
    width: 200px;
    text-align: center;
    background: #ff8a00;
    color: #fff !important;
    font-family: "brandon-grotesque", sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    left: 50%;
    margin-left: -100px;
    margin-top: 430px;
    border-radius: 5px;
    -webkit-transition: background 0.5s;
    transition: background 0.5s;
}

.heroButton:hover {
    background: #ff6c00;
}

.heroReference {
    width: 100%;
    padding: 40px 15%;
    color: #dddddd;
    position: absolute;
    bottom: 0px;
    background: rgba(51, 60, 78, 0.75);
    text-align: center;
    font-family: brandon-grotesque, sans-serif;
    font-size: 20px;
    line-height: 1.5;
}

.heroReferenceAuthor {
    font-weight: 300;
}

/*******************
    2.2 FOOTER
*******************/

.footerReference {
    height: 500px;
    width: 100%;
    background: url(../images/footerimage.jpg);
    background-size: cover;
    background-position: center;
}

.referenceLogoWrapper {
    max-width: 1000px;
    margin: 0px auto;
}

.referenceStatement {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    max-width: 600px;
    color: #fff;
    font-family: "brandon-grotesque", sans-serif;
    font-size: 30px;
    font-weight: 200;
    padding-top: 170px;
}

.referenceAuthor {
    color: #d0d0d0;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 50px;
}

.referenceLogo {
    position: relative;
    height: 50px;
    overflow: hidden;
}

.referenceLogoImage {
    position: absolute;
    object-fit: contain;
    width: 100%;
    height: 40px;
}

footer {
    width: 100%;
    height: 250px;
}

.footerLogoWrapper {
    width: 33%;
    background: #323131;
    height: 100%;
    float: left;
}

.footerInfoWrapper {
    float: right;
    margin-right: 10%;
    width: auto;
    min-width: 200px;
    padding-top: 30px;
    font-size: 13px;
}

.footerLogo {
    height: 80px;
    margin-bottom: 15px;
}

.footerInfo {
    margin-right: 10%;
    clear: both;
    color: #bbc5d9;
}

.footerNavWrapper {
    width: 67%;
    float: right;
    height: 100%;
    background: url(../images/lerdueskydning-vandet.jpg);
    background-size: cover;
    background-position: center;
}

.footerImageColor {
    background: rgba(40, 40, 40, 0.80);
    height: 100%;
    width: 100%;
}

.footerNav {
    text-transform: uppercase;
    font-weight: 500; 
    font-family: "brandon-grotesque", sans-serif;
    font-size: 13px;
    letter-spacing: 0.65px;
    line-height: 13px;
    color: #fff;
}

.footerNav ul li {
    margin: 20px 0px;
    margin-left: 40px;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;    
}

.footerNav ul {
    padding-top: 10px;   
}

.footerNav ul li:hover {
    color: #ff8a00;
}


/************************

    3.0 INDEX

************************/

.introWrapper {
    background: #fff;
    padding: 50px; 
    position: relative;
}

.mainText {
    max-width: 700px;
    margin: 0px auto;
}

.featuredWrapper {
    padding: 50px;
    background: #F9F9FA;
}

.featSmall {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.featImageWrapper {
    height: 200px;
    width: 100%;
    background: #b7b7b7;
    position: relative;
    overflow: hidden;
    box-shadow: 0px 0px 5px rgba(114, 114, 114, 0.5);
}

.featImage {
    position: absolute;
    object-fit: cover;
    height: 100%;
    width: 100%;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;  

}

.featElementWrapper:hover .featImage {
    width: 115%;
    height: 115%;
    margin-top: -5%;
    margin-left: -5%;
}

.featInfo {
    text-align: center;
}


/************************

    4.0 CATEGORY

************************/

.connector {
    position: absolute;
    left: 25%;
    top: -15px;
    height: 30px;
    width: 30px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.articleHeroWrapper {
    position: relative;
    height: 500px;
    overflow: hidden;
}

.articleHero {
    position: absolute;
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.imageBox {
    padding-bottom: 50px;
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.2);
    position: relative;
    z-index: 1;
}

.articleImageWrapper {
    position: relative;
    overflow: hidden;
    height: 250px;
    box-shadow: 0px 0px 5px rgba(114, 114, 114, 0.5);  
}

.articleImage {
    position: absolute;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.videoBox {
    position: relative;
    background: #363636;
    width: 100%;
    height: 600px;
    margin-bottom: 35px;
    display: none;
}

.closeVideo {
    position: absolute;
    right: 40px;
    top: 40px;
    color: #fff;
    font-weight: 600;
    font-size: 25px;
    cursor: pointer;
    z-index: 10;
}

.openVid {
    font-size: 20px;
    border-left: 5px solid #ff8a00;
    padding-left: 15px;
    cursor: pointer;
}

.video {
    margin: 0px auto;
    text-align: center;
    position: relative;
}


/************************

    5.0 CONTACT

************************/

.portrait {
    height: 180px;
    width: 180px;
    border-radius: 100%;
    margin: 0px auto;
    border: 1px solid #d8b286;
    background: url(../images/lars-plenge.png);
    background-size: cover;
    margin-bottom: 20px;
    margin-top: 90px;
}

.portrait.rie {
    background: url(../images/rie.png);	
}

.lp {
    font-size: 18px;
    font-weight: 500;
    color: #333c4e;
}

.contactInfo p {
    text-align: center;
}

.contactForm {
    height: 500px;
}

.contactForm input, .contactForm textarea {
    -webkit-appearance: none;
    width: 100%;
    line-height: 1.5;
    padding: 5px 15px;
    border-radius: 5px;
    border: 1px solid #e2e2e2;
    font-size: 15px;
    font-family: 'brandon-grotesque', sans-serif;
    margin: 10px;
}

.contactForm input.half-width-input {
    width: calc(50% - 20px);
    float:left;
}

.submit {
    -webkit-appearance: none;
    height: 40px;
    width: 100px;
    background: #ff8a00;
    color: #fff !important;
    font-family: "brandon-grotesque", sans-serif;
    text-transform: uppercase;
    border-radius: 5px;
    -webkit-transition: background 0.5s;
    transition: background 0.5s; 
    cursor: pointer;
}

select {
    width: 100%;
    margin: 10px;
    padding: 10px;
    font-size: 15px;
}

textarea:focus, input:focus{
    outline: none;
    border: 1px solid #ff6c00;
}

.submit:hover {
    background: #ff6c00;    
}

.formResponse {
    display: none;
}

/************************

    6.0 REFERENCE

************************/

.referenceImageWrapper {
    position: relative;
    width: 150px;
    height: 150px;
    border-radius: 100%;
    overflow: hidden;
    border: 1px solid #333c4e;
    margin: 30px auto;
    text-align: left;
    margin-top: 50px;
}

.referenceImage {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.referenceWrapper {
    text-align: center;
    padding: 20px 0px;
    min-height: 470px;
    position: relative;
}

.wrapperLeft {
    border-right: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;    
}

.wrapperRight {
    border-bottom: 1px solid #dddddd;    
}

.referenceText {
    font-style: italic;
    font-size: 18px;
    font-weight: 300;
    color: #333c4e;
    margin-bottom: 15px;
    position: relative;
}

.referenceText, .referenceAuth, .referenceImageWrapper, .textBarWrapper {
    z-index: 10;
    position: relative;
}

.fullRefImageWrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    overflow: hidden;
    text-align: left;
    opacity: 0;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s; 
}

.fullRefImage {
    position: absolute;
    object-fit: cover;
    width: 100%;
    height: 100%;
    opacity: 0.4;
}

.referenceWrapper:hover > .fullRefImageWrapper {
    opacity: 1;
}

.textBarWrapper {
    background: #fff;
    width: 100%;
    padding: 20px 50px;
}

/************************

    ?.0 LINKS

************************/

a:link, a:visited, a:hover, a:active {
    text-decoration: inherit;
    border: inherit;
    color: inherit;
}


@media screen and (max-width: 900px) {
    .mainHero {
        background-attachment: scroll;
        background-position: center;
        background-size: cover;
    }

    .featuredWrapper {
        padding-left: 0px;
        padding-right: 0px;
    }  
    
}

@media screen and (max-width: 780px) {

    .footerLogoWrapper, .footerNavWrapper {
        width: 100%;
    }
    
    .footerInfoWrapper {
        float: left;
        margin-left: 40px;
    }
    
    .mainMenu {
        display: none;
    }
    
    .logo {
        height: 70px;
    }
    
    .toTop {
        display: none;
    }
    
    .openNav {
        display: block;
    }
    
    .heroText {
        font-size: 25px;
    } 
    
    .secondaryText {
        font-size: 15px;
    }    
    
    .wrapperLeft {
        border-right: 0px;
        border-bottom: 1px solid #dddddd;    
    }

    .wrapperRight {
        border-bottom: 1px solid #dddddd;    
    }
    
    .featElementWrapper {
        margin-bottom: 50px;
    }
    
    .referenceStatement, .referenceAuthor {
        font-weight: 400;
    }
    
}

@media screen and (max-width: 500px) {

    .referenceStatement {
        padding-top: 120px;
    }
    
    .introWrapper {
        padding-left: 20px;
        padding-right: 20px;
    }
    
}












