@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700');



body{
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 17px;
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
}

.wrapper{
    width: 95%;
    max-width: 1000px;
    margin: 0 auto;
}

.theend{
    clear: both;
    width: 100%;
    height: 1px;
} 

a, a:link{
    color: #007749 !important;
}

a.btn{
    padding: 10px 15px;
    background-color: #007749;
    color: #fff !important;
    font-weight: bold;
    text-transform: uppercase;
}

a.btn:hover{
    background-color: #00442a;
    color: #fff !important;
}

i.fab{
    font-family: 'fontawesome';
}


/* --- TYPOGRAFI --- */

p{
    margin-bottom: 10px;
}

em{
    font-style: italic;
}

a, a:visited{
    text-decoration: none !important;
}

a:hover, .current-menu-item a, .blogmore, .pagenav.fixedmenu li a:hover, .widget ul li a:hover, .pagenav.fixedmenu li.current-menu-item > a, .block2_text a, .blogcontent a, .post-meta a:hover,  .blog_social .addthis_toolbox a:hover, .content.blog .single-date, .pmc-main-menu li.colored a, #footer .widget ul li a:hover, .sidebar .widget ul li a:hover, #footer a:hover, li.current-menu-item a, #footer .social_icons a:hover i, #footerb a, .blog-category a:hover, .wprm-recipe-ingredient.anariel-recipe-selected span {
    color: #007749 !important; 
}

a:hover, span, .current-menu-item a, .blogmore, .pagenav.fixedmenu li a:hover, .widget ul li a:hover, .pagenav.fixedmenu li.current-menu-item > a, .block2_text a, .blogcontent a, .sentry a, .post-meta a:hover, .sidebar .social_icons i:hover, .blog_social .addthis_toolbox a:hover, .addthis_toolbox a:hover, .content.blog .single-date, .pmc-main-menu li.colored a, #footer .widget ul li a:hover, .sidebar .widget ul li a:hover, #footer a:hover, li.current-menu-item a, #footer .social_icons a:hover i, #footerb a, .blog-category a:hover, .wprm-recipe-ingredient.anariel-recipe-selected span{
    color: #007749 !important; 
}

.menu li.current-menu-item a{
    color: #007749 !important;
}

h3{
    font-size: 55px;
    text-transform: uppercase;
    line-height: 55px;
    font-weight: bold;
    color: #007749;
}

h4{
    font-size: 32px;
    text-transform: uppercase;
    font-weight: bold;
    color: #007749;
}

.right{
    text-align: right;
}

::selection {
    background: #007749;
    color: #fff;
}

::-moz-selection {
    background: #007749;
    color: #fff;
}


/* --- HEADER --- */
#header{
    max-width: 100%;
}

#headerwrap{
    border-top: 3px solid #007749;
    position: fixed;
}

#headerMargin{
    clear: both;
    width: 100%;
    margin-top: 60px;
}

#logoArea{
    width: 250px;
    float: left;
    text-align: left;
    padding-top: 14px;
    
}

#logoArea h1{
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 3px;
    color: #007749;
    line-height: 18px;
}

#logoArea h5{
    font-size: 14px;
    letter-spacing: 2px;
    color: #007749;
}

#menu-main-menu-container{
    font-size: 14px;
}

.pagenav{
    box-shadow: 0 -2px 9px 8px rgba(195,195,195,.12);
}

.pagenav ul{
    float: right;
}

.pagenav ul li a{
    color: #343434 !important;
    padding: 20px 15px 19px 15px;
}

.pagenav li.has-sub-menu > a:after{
    margin-top: 2px;
}

/* --- FOOTER --- */
footer{
    padding: 80px 0 60px 0;
    color: #fff;

    background: rgba(4,33,29,1);
    background: -moz-linear-gradient(left, rgba(4,33,29,1) 0%, rgba(6,58,53,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(4,33,29,1)), color-stop(100%, rgba(6,58,53,1)));
    background: -webkit-linear-gradient(left, rgba(4,33,29,1) 0%, rgba(6,58,53,1) 100%);
    background: -o-linear-gradient(left, rgba(4,33,29,1) 0%, rgba(6,58,53,1) 100%);
    background: -ms-linear-gradient(left, rgba(4,33,29,1) 0%, rgba(6,58,53,1) 100%);
    background: linear-gradient(to right, rgba(4,33,29,1) 0%, rgba(6,58,53,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#04211d', endColorstr='#063a35', GradientType=1 );
}

footer h2{
    font-size: 34px;
    color: #fff;
    letter-spacing: 4px;
    font-weight: bold;
}

footer h5{
    color: #007749;
    letter-spacing: 2px;
    font-size: 18px;
    margin-bottom: 30px;
}

footer .col-sm-6 .col-sm-6{
    padding: 50px 10px 0 0px;
}

footer .col-sm-6 .col-sm-6 h4{
    font-size: 18px;
    font-weight: bold;
    color: #007749;
    margin-bottom: 10px;
}

footer #imageFooterCredit{
    position: absolute;
    width: 120px;
    text-align:right;
    right: 10px;
    margin-top: -60px;
    font-size: 10px;
    color: #007749;
}

#socialIcons li{
    font-family: 'fontawesome', sans-serif;
    display: inline;
    margin-right: 10px;
    font-size: 24px;
}

#socialIcons li a{
    color: #fff;
}

#socialIcons li:hover a{
    color: #007749 !important;
}

#footerLogo{
    padding-top: 80px;
    text-align: center;
}

#footerLogo img{
    width: 150px;
}

.footerSpot{
    border-top: 2px solid #F3F3F3;
    margin-top: 150px;
}

.contentSpot.footerSpot p{
    margin-top: 0px;
    margin-bottom: 10px;
}

.footerSpot p:last-of-type{
    margin-bottom: 40px;
}

.footerSpot #footerTitle{
    text-align: center;
    margin-bottom: 40px;
}


/* --- FRONT PAGE --- */

#heroSpot{
    padding: 200px 0 400px 0;
}

#heroSpot p{
    margin: 30px 0;
}

.forsideFeatureImage#featureImage{
    width: 55%;
    left: 45%;
    background-position: left bottom;
}

.contentSpot{
    clear: both;
    padding: 100px 0;
}

.contentSpot:first-child{
    padding-top: 80px
}

.contentSpot p{
    margin: 30px 0;
}

.stnLinkArea{
    font-size: 14px;
    font-weight: bold;
    padding-top: 20px;
}

.stnLinkArea a{
    color: #484848;
    padding: 1px 0;
}

.stnLinkArea:hover .stnLink::before{
    width: 45px;
}

.stnLink::before{
    content: "";
    display: block;
    width: 30px;
    height: 1px;
    background-color: #484848;
    float:left;
    margin-top: 10px;
    margin-right: 10px;

    -webkit-transition: width 0.4s ease-out;
    -moz-transition: width 0.4s ease-out;
    -o-transition: width 0.4s ease-out;
    transition: width 0.4s ease-out;
}

#topSpotTitle{
    position: relative;
    margin-left: 60%;
    white-space: nowrap;
    margin-bottom: -55px;
    z-index: 9;
}

#topSpotText{
    margin-top: 150px;
    margin-bottom: 150px;
}

#topSpotImage {
    width: 80%;
    position: absolute;
}

.indexProgramItem{
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
}

.indexProgramItem p{
    margin: 0px;
}

.indexProgramItem:hover{
    -webkit-transition: padding 0.6s ease;
    -moz-transition: padding 0.6s ease;
    -o-transition: padding 0.6s ease;
    transition: padding 0.6s ease;
}

.indexProgramItem .description{
    height: 0px;
    overflow: hidden;
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    text-transform: none;
}

.indexProgramItem:hover .description{
    height: 40px;

    -webkit-transition: height 0.6s ease;
    -moz-transition: height 0.6s ease;
    -o-transition: height 0.6s ease;
    transition: height 0.6s ease;
}

#intro{
    padding: 300px 30px 30px 30px;
    background-image: url('../../../uploads/2018/03/LM2016-9949-Johny-Kristensen.jpg');
    background-size: cover;
    background-position: center;
}

#intro:hover{
    padding-top: 260px;
}

#cafeer{
    background-color: #484848;
    padding: 140px 30px 30px 30px;
    margin-top: -110px;
    background-image: url('../../../uploads/2018/03/170909_AL_046-1.jpg');
    background-size: cover;
    background-position: center;
}

#cafeer:hover{
    padding-top: 100px;
}

#workshops{
    background-color: #484848;
    padding: 140px 30px 30px 30px;
    margin-top: 50px;
    background-image: url('../../../uploads/2018/03/20170909_FDK_IMG_2763-1.jpg');
    background-size: cover;
    background-position: center;
}

#workshops:hover{
    padding-top: 100px;
}

#kurser{
    background-color: #484848;
    padding: 180px 30px 30px 30px;
    margin-top: -110px;
    background-image: url('../../../uploads/2018/03/20170909_FDK_IMG_2706-1.jpg');
    background-size: cover;
    background-position: center;
}

#kurser:hover{
    padding-top: 140px;
}

#instagram{
	display: none;
    padding: 50px 0;
    text-align: center;
}

#instagram h3{
    margin-bottom: 20px;
}

#instagram .wdi_thumb_icon{
    display: none !important;
}

.frontPage{
    border-top: none;
    padding-top: 0px;
}




/* --- IMPORTANT DATES --- */
#greyTop{
    display: inline-block;
    margin: 0 5px;
    vertical-align: middle;
    width: 100%;
    height: 60px;
    border-bottom: 200px solid #F3F3F3;
    border-left: 2000px solid transparent;
}

#importantDate{
    background: #F3F3F3;
    width: 100%;
    padding-bottom: 50px;
}

#dates ul{
    padding: 40px 0;
}

#dates ul li{
    display: inline;
    width: 20%;
    float: left;
    padding: 20px;
}

#dates ul li a div{
    border: 4px solid #979797;
    padding: 10px;
    font-weight: bold;
    text-transform: uppercase;

    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

#dates ul li a div p{
    font-size: 36px;
    margin-bottom: 20px;
    color: #868686;
}

#dates ul li a div p span{
    font-size: 20px;
    color: #868686 !important;
}

#dates ul li a div h4{
    
    font-size: 23px;
    color: #868686;
}

#dates ul li a:hover div h4{
    color:#777;
}

#dates ul li a:hover div{
    border-color: #007749;
    background: #fff;
    box-shadow: 7px 7px #007749;


}

#dates ul li a:hover div p, #dates ul li a:hover div p span{
    color: #007749 !important;
}



/* --- INSTAGRAM PLUGIN --- */
.wdi_feed_users{
    display: none;
}


/* --- GENEREL PAGES --- */
#featureImage{
    position: absolute;
    right: 50%;
    margin-right: -50vw;
    left: 50%;
    top: 0;
    bottom: 0;
    /* overflow: hidden; */
    float:right;
    max-height: 600px;
}

.image{
    position: relative;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.credit{
    font-size: 10px;
    position: relative;
    text-align: right;
    margin: 4px 10px;
    color: #777;
}

.content.singlepage {
    padding: 20px 30px 20px 0;
    width: 60%;
    margin-top: 170px;
    position: relative;
    z-index: 9;
    min-height: 300px;
}

.content.singlepage h3{
    margin-bottom: 20px;
    
}

/* Contact Form 7 customization */
.wpcf7-form input.wpcf7-submit{
    background: #007749 !important;
    background-color: #007749;
    border-radius: 0px;
}

div.wpcf7-response-output{
    width: 80%;
    margin: 0px;
}



/* --- BLOG --- */

.content.blog {
    padding: 20px 30px 20px 0;
    width: 100%;
    margin-top: 130px;
    position: relative;
    z-index: 9;
    min-height: 300px;
}

.topBlog{
    background: none;
    text-align: left;
}

.content.blog h2.title, .content.singledefult h1.title{
    text-align: left;
    font-size: 32px;
    text-transform: uppercase;
    font-weight: bold;
    color: #007749;
}

.content.blog h2.title a, .content.singledefult h1.title a{
    color: #007749;
}

.blog-category{
    display: none;
}

.blogpostcategory{
    width: 100%;
    clear: both;
}

.main{
    padding-top: 50px;
}

.blogpostcategory:last-of-type .bottomBlog{
    border: none;
}

.bottomBlog{
    border-top: none; 
}

.sidebar .widget h3{
    text-align: left;
    padding-bottom: 0px;
    text-transform: uppercase;
}

.sidebar .widget h3::before{
    display: none;
}

.wp-pagenavi span.current{
    border: 1px solid #007749;
    background: #007749;
    color: #fff;
    border-radius: 0px;
}

.wp-pagenavi a{
    background: transparent;
    border-radius: 0px;
    border: 1px solid #007749;
    color: #007749;
}

.wp-pagenavi a:hover{
    background: #007749 !important;
    color: #fff !important;
    border-color: #007749;
}

/* Comments */
.comments{
    clear: both;
    padding-top: 80px;
    width: 80%;
}

.post-comments-title{
    text-align: left;
    padding-bottom: 20px;
    border-bottom: 2px solid #F3F3F3;
    margin-bottom: 40px;
}

.comments .specificComment{
    border-color: #F3F3F3;
}

.comments ol.commentlist{
    border: none;
}

.specificComment{
    display: flex;
}

.specificComment .blogAuthor{
    min-width: 130px;
}
 
.specificComment .right-part {
    flex: 1;
    width: auto;
}

.specificComment em{
    position: absolute;
    margin-top: -25px;
    color: #999;
    font-size: 13px;
    margin-left: 130px;
}

.specificComment .comment-reply-link{
    z-index: 99;
    border-radius: 0px;
    background-color: #007749;
}

.specificComment .comment-reply-link:hover{
    background-color: #00442a !important;
    color: #fff !important;
    transform: scale(20%);
}

#commentform textarea, .singlepage textarea, .singlepage input{
    width: 80%;
    background-color: #EBEBEB !important;
    box-shadow: none;
    margin-bottom: 20px;
}

.commentfield input{
    background-color: #EBEBEB !important;
    margin-bottom: 5px;
}

.commentfield:last-of-type input{
    margin-bottom: 30px;
}

#commentform #submit{
    background-color: #007749;
    border-radius: 0px;
}

#commentform #submit:hover{
    background-color: #00442a !important;
}

.commentfield label{
    color: #979797;
}

.comments p.logged-in-as{
    margin-bottom: 10px;
}

.specificComment .commentsDate{
    color: #818181 !important; 
}


/* --- PROGRAM --- */
#dayList{
    color: #EBEBEB;
    text-transform: uppercase;
    margin-bottom: 50px;
}

#dayList li{
    display: inline;
    padding: 0 10px;
    color: #979797;
    cursor: pointer;

    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

#dayList li:hover{
    color: #00442a;
}

#dayList li:first-child{
    padding-left: 0px;
}

#dayList li.active{
    font-weight: bold;
    color: #007749;
}

.content.singlepage.program{
    background: none;
    width: 80%;
    margin-top: 130px;
}

.programItem{
    background-color: #EBEBEB;
    margin-bottom: 20px;
    padding: 10px 20px;
    cursor: pointer;
}

.programItem p{
    margin: 0px;
}

.programItem .top{
    display: flex;
    flex-direction: row;
    align-items: stretch;
}

.programItem .top p{
    float: left;
    font-size: 22px;
}

.programItem .top #tid{
    font-weight: bold; 
    margin-right: 20px;
}

.programItem .top #navn{
    flex: 1;
}

.programItem .top #navn span{
    font-size: 11px;
    border: 2px solid #007749;
    /* font-weight: bold; */
    padding: 3px;
    text-transform: uppercase;
    margin-top: 4px;
    margin-left: 10px;
    position: absolute;
}

.programItem .top .arrowArea{
    width: 12px;
    text-align: center;
}

.programItem .top .arrow{
    font-weight: bold;
    color: #007749;

    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.programItem.open .top .arrow{
    -ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Safari 3-8 */
    transform: rotate(45deg);
}

.programItem .beskrivelse{
    padding-left: 73px;
    max-height: 0px;
    clear: both;
    overflow: hidden;
    max-width: 550px;

    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.programItem.open .beskrivelse{
    max-height: 100px;

    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}


/* --- Page: lov --- */

.forslagsLink span.addons{
	color: #7f7f7f !important;
	font-size: 12px;
    font-weight: normal;
	text-transform: uppercase;
}

#lovContent.content.singlepage{
    width: 100%;
}

#lovContent.content.singlepage ul{
    list-style: square;
    padding-left: 40px;
}

#lovContent span.removedText{
    color: #D0021B !important;
    text-decoration: line-through;
}

#lovContent span.addedText{
    color: #7ED321 !important;
    text-decoration: underline;
}

.forslag{
    clear:both;
    padding-top: 60px;
}

.forslag h4{
    font-weight: 400;
    margin-bottom: 20px;
    color: #484848;
}

.forslagsLink{
    width: 48%;
    float:left;
    margin-right: 1%;
}

.forslagsLink p{
    width: 100%;
    background-color: #EBEBEB;
    padding: 20px;
    min-height: 200px;
    color: #484848;

    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.forslagsLink p:hover{
    background-color: #dadada;
}

.forslagsLink span{
    font-size: 24px;
    font-weight: bold;
}

.forslagVideo{
    border: none; 
    overflow: hidden; 
    float: right; 
    margin: 0 0 20px 20px;
}

/* --- KANDIDAT --- */

.kandidatArea{
    margin-top: 60px;
}

.kandidatArea h4{
    font-weight: 400;
    margin-bottom: 20px;
    color: #484848;
}

.kandidat{
    width: 46%;
    float:left;
    margin-right: 2%;
    color: #303030;
    margin-bottom: 30px;
    min-height: 310px;
}

.kandidat:hover .kandidatImage{
    opacity: 0.8;
}

.kandidatImage{
    width: 100%;
    height: 240px;
    background-size: cover;
    background-position: center center;
    margin-bottom: 15px;

    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

#kandidatContent{
    width:50%;
}

#kandidatContent h3{
    font-weight: normal;
    color: #484848;
    font-size: 45px;
    line-height: 1.1;
    margin-bottom: 70px;
}


@media screen and (max-width:1180px){
    #dates ul li:first-child{
        display: none;
    }

    #dates ul li{
        width: 33%;
    }

    .resp_menu_button{
        display: none;
    }

    #menu-main-menu-container{
        border: none;
    }

    #headerMargin{
        margin-top: 120px;
    }

    #logoArea {
        width: 100%;
        text-align: center;
    }
}

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

    /* --- HEADER --- */
    #headerwrap{
        position: relative;
    }

    #headerMargin{
        height: 0px;
    }

    #menu-main-menu-container{
        border: block;
    }

    #heroSpot {
        padding: 200px 0 0px 0;
    }

    .resp_menu_button {
        display: block;
        color: #007749 !important;
        position: absolute;
        right: 20px;
        font-size: 11px;
        margin-top: 0px;
    }

    .resp_menu_button i{
        color: #007749;
    }

    .respMenu .menu-main-menu-container{
        margin-top: 0px;
    }

    .respMenu a{
        width: 100%;
    }

    .respMenu .svg-inline--fa.fa-w-16 {
        width: 4px;
        margin-right: 10px;
    }

    .event-type-selector-dropdown {
        margin-top: 0px;
    }

    #logoArea {
        width: 70%;
        margin-left: 15%;
        padding-bottom: 14px;
    }



}


@media screen and (max-width:770px){
    
    h3{
        font-size: 40px;
        line-height: 40px;
    }

    #headerMargin{
        margin-top: 90px;
    }

    #footerTitle h3{
        text-align: left;
    }

    /* --- FRONTSIDE --- */
    .forsideFeatureImage#featureImage {
        left: 0px;
        margin-top: -40px;
    }

    .contentSpot{
        padding: 10px 0;
    }

    .footerSpot{
        padding-top: 50px;
        margin-top: 60px;
    }

    #indexProgram{
        display: none;
    }

    #topSpotImage{
        position: relative;
        width: 100%;
    }

    #topSpotTitle{
        margin-top: 20px;
        margin-left: 0px;
        margin-bottom: 0px;
    }

    #topSpotText{
        margin-top: 30px;
        margin-bottom: 40px;
    }

    #importantDate{
        padding-top: 50px;
    }

    #instagram #wdi_feed_0 .wdi_feed_item{
        width: 50%;
    }

    #dates ul li{
        display: inline;
        width: 100%;
        float: left;
        padding: 20px;
    }


    /* --- OTHER PAGES --- */
    .content.singlepage{
        margin-top: 20px;
        padding: 20px 15px;
        width: 100%;
    }

    #featureImage{
        width: 100%;
        height: 200px;
        z-index: -82;
        left: 0;
        position: relative;
        margin-right: 0px;
    }


    /* --- PROGRAM --- */
    
    .content.singlepage.program{
        width: 100%;
        margin-top: 20px;
    }

    .programItem .top #navn span{
        display: none;
    }



    /* --- BLOG --- */
    .comments{
        padding-top: 0px;
        width: 100%;
        padding: 0 15px;
    }

    .specificComment .blogAuthor{
        display: none;
    }

    .specificComment em{
        margin-left: 0px;
    }

    /* --- KANDIDATER --- */
    .kandidatImage{
        height: 140px;
    }

    .kandidat{
        min-height: 220px;
    }

    #kandidatContent{
        width:100%;
    }

}