/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Mar 12, 2016, 3:02:45 PM
    Author     : gustav
*/
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v15/zN7GBFwfMP4uA6AR0HCoLQ.ttf) format('truetype');
}


/* stolen from mdl */
html, body {
    font-family: 'Lato', Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 20px; 
}

h1, h2, h3, h4, h5, h6, p {
    margin: 0;
    padding: 0; }

/**
  * Styles for HTML elements
  */
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
    font-family: 'Oswald', Helvetica, sans-serif;
    font-size: 56px;
    font-weight: 400;
    line-height: 1.35;
    letter-spacing: -0.02em;
    opacity: 0.54;
    font-size: 0.6em; }

h2 {
    font-family: 'Oswald', Helvetica, sans-serif;
    font-size: 42px;
    font-weight: 400;
    line-height: 1.35;
    letter-spacing: -0.02em;
    margin-top: 24px;
    margin-bottom: 24px; }
/*h1:after{
    content: '';
    display: block;
    height: 3px;
    width: 70%;
    background: #ab943c;
    margin: 8px 0 20px 0;
    margin-left: auto;
    margin-right: auto;
}*/

h1 {
    font-family: 'Oswald', Helvetica, sans-serif;
    font-size: 34px;
    font-weight: 400;
    line-height: 48px;
    margin-top: 24px;
    margin-bottom: 24px; }

h3 {
    font-family: 'Oswald', Helvetica, sans-serif;
    font-size: 32px;
    font-weight: 400;
    line-height: 40px;
    margin-top: 24px;
    margin-bottom: 24px;
}
/*.headline::after {
    content: '';
    display: block;
    height: 3px;
    width: 70%;
    background: #ab943c;
    margin: 8px 0 20px 0;
    margin-left: auto;
    margin-right: auto;
}*/

h4 {
    font-family: 'Oswald', Helvetica, sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    -moz-osx-font-smoothing: grayscale;
    margin-top: 24px;
    margin-bottom: 16px; }

h5 {
    font-family: 'Oswald', Helvetica, sans-serif;

    font-size: 20px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.02em;
    margin-top: 24px;
    margin-bottom: 16px; }

h6 {
    font-family: 'Oswald', Helvetica, sans-serif;

    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.04em;
    margin-top: 24px;
    margin-bottom: 16px; }

p {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0;
    margin-bottom: 16px; }

a {
    color: #7e721d;
    font-weight: 500; 
    text-wrap: avoid;

}

blockquote {
    font-family: 'Lato', Helvetica, sans-serif;

    position: relative;
    font-size: 24px;
    font-weight: 300;
    font-style: italic;
    line-height: 1.35;
    letter-spacing: 0.08em; }
blockquote:before {
    position: absolute;
    left: -0.5em;
    content: 'â€œ'; }
blockquote:after {
    content: 'â€';
    margin-left: -0.05em; }

mark {
    background-color: #f4ff81; }

dt {
    font-weight: 700; }

address {
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0;
    font-style: normal; }

/*ul, ol {
    font-weight: 400;
     line-height: 24px; 
    letter-spacing: 0;
    padding-left: 0;
}
*/



body {
    background-color: #FFF;
    background-size: contain;
    background-clip: content-box;
    background-repeat: no-repeat;
    /*    background-image: url('img/tree-logo.png');*/
    /*                font-family: arial, sans-serif;*/
    padding: 0;
    margin: 0;
    /*                font-family: "proxima_nova","Helvetica Neue",Helvetica,Arial,sans-serif; */
    font-size: 14;
    font-family: 'Lato', Helvetica, sans-serif;
    margin-left: auto;
    margin-right: auto;
    max-width: 1146px;
}
p, li {
    font-size: 14px;
}
.sectioncontent {
    overflow: hidden;
    /*padding: 20 20 20 20;*/
}
main{
    position: absolute;
    top:0;
}
main>.sectioncontent{
    padding: 64px 20px 20px 20px;
    min-width: 280px;
    /*max-width: 600px;*/
    margin-left: auto;
    margin-right: auto;

}

section {
    display: block;
    width: 100%;

}

#logotext {
    font-family: 'Oswald', Helvetica, sans-serif;
    font-size: xx-large;
    margin-top: 40px;
}
#followus {
    vertical-align: top;
    display: inline-block;
}
#followus .sectioncontent {
    background-color: #FFF;
}
#whoarewe {
}
#whoarewe .sectioncontent {
    background-color: #FFF;
}
#product-section {
    min-height: 900px;
    text-align: center;
    background-color: rgba(256, 256, 256, 1);
}
#product .sectioncontent {
    background-color: transparent;
    color: #605c5d;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    max-width: 969px;
}
.sectioncontent >#idea{
    text-align: left;
    display: inline-block;
    vertical-align: top;
    margin: 0px 10px 0px 10px;
    padding: 20px;
}
.producttext {
    width: 90%;
    text-align: justify;
    margin-left: auto;
    margin-right: auto;
}



@keyframes productslidein {
    start: { top:200px; }
    end: { top:0px; }
}
.product {
    display: inline-block;
    vertical-align: top;
    margin: 5;
    padding: 5;
    border: none;
    width: 300px;
    height:fit-content;
    border-radius: 7px;
    opacity: 1;
    /*    transform: translateX(0px) translateY(200px) translateZ(0px);
        transition: opacity 800ms ease 0s, transform 800ms ease 0s;*/
    background-color: #FFF;
    animation: productslidein 2s;
}
.productfeatures {
    /*                margin-left: auto;
                    margin-right: auto;*/
}
.productfeature {
    /*display: inline-block;*/
    vertical-align: top;
    margin: 10;
    padding: 10;
    min-width:280px;
    max-width:300px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;

}
.productfeature-content {
    display: none;
}
#top-section {
    margin-top: 90px;
}

#top-section .sectioncontent {
    /*text-align: center;*/
    /*    margin-top: 64px;
        margin-bottom: 64px;*/
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
}
#top-section >.sectioncontent >div{
    text-align: left;
    vertical-align: top;
    padding: 20px 40px 20px 20px;
}

.whiteongreyopaque {
    color: white;
    background-color: rgb(100,100,100,0.85);
}

.whitoncurryopaque{
    background-color: rgb(171,148,60,0.85);
    color: white;

}
.midsection{
    background-color: white;
    min-height: 360px;
}

.midsection .sectioncontent {
    text-align: center  ;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.midsection >.sectioncontent >div{
    text-align: left;
    display: inline-block;
    vertical-align: top;
    background-color: white;
}

#second-section {
    background-color: transparent;
}

#second-section .sectioncontent {
    /*text-align: center;*/
    /*padding: 10;*/    
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
}

#download {
    vertical-align: middle;

}
#download .sectioncontent {
    background-color: #555;
    color: white;
    height: 400px;
}
#support-section {
    background-color: #4c2c3b;
}
#support-section a {
    color: #98b0ab;
}
#support {
    display: inline-block;
    height:339px;    
}
#supportimage {
    background-size: cover;
    background-color: white;
    background-clip: content-box;
    background-repeat: no-repeat;
    background-image: url('img/terapilokalet.jpg');
    background-position: 0px -180px;
    height:339px;    
    width:100%;
    display: inline-block;
    vertical-align: top;
    min-width: 300px;
    max-width: 600px;
}
.portrait {
    width: 300px;

}
#support >.sectioncontent {
    background-color: transparent;
    color: white;
    height:299px;    
}
#faq .sectioncontent {
    background-color: whitesmoke;
    color: #333;
}
#about {
    background-color: rgba(256, 256, 256, 0.86);
}
#about .sectioncontent {
    color: #605c5d;
    text-align: center;
    padding-top: 64px;
    padding-bottom: 64px;
    margin-left: auto;
    margin-right: auto;
    max-width: 900px;    
}
#about >.sectioncontent >div{
    text-align: left;
    display: inline-block;
    vertical-align: top;
    margin: 0px 10px 0px 10px;
}
#aboutpictures {
    background-color: #fff;
}
#pricing-section {
    background-color: rgba(256, 256, 256, 1);
    /*    background-image: linear-gradient(to top, transparent, white);*/
}
#pricing .sectioncontent, #courses .sectioncontent {
    background-color: transparent;
    padding: 44px 0 44px 0;
    min-height: 800px;
    color: #605c5d;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    max-width: 969px;    
}

#pricingtextbox > div {
    text-align: center;
}
.priceoption {
    display: inline-block;
    vertical-align: top;
    margin: 5;
    padding: 5;
    border: none;
    width: 300px;
    /*    height:440px;*/
    border-radius: 7px;
    background-color: #FFF;
}
#free {
    border: 5px solid #98b0ab;
    color: #000;
}
#startup {
    border: 5px solid #98b0ab;
    color: #000;
}
#business {
    border: 5px solid #98b0ab;
    color: #000;
}
#serious {
    border: 5px solid #98b0ab;
    color: #000;
}
#pricingtextbox > h1, #pricingtextbox > h3 {
    text-align: center;
}
.pricetag {
    bottom: 24px;
    font-family: 'Lato', Helvetica, sans-serif;

    font-size: 34px;
    font-weight: 400;
    line-height: 40px;
    margin-top: 24px;
    margin-bottom: 24px;
}
.priceoption > h1, .priceoption > h3 {
    text-align: center;
}
.priceoption > ul > li {
    text-align: left;
}
.priceoption > ul {
    padding-left: 20px;
    height: 164px;
    list-style-image: url('img/disc.png');

}
.header {
    position: fixed;
    height: 90px;
    width: 100%;
    background-color: #ffffff;
    z-index:10;
    max-width: 1146px;
    /* vertical-align: middle; */
}
.header>div {
    height:90px;
    vertical-align: middle;
    display: block;
    overflow: visible;
    /*min-width: 1124px;*/
    /*    border-bottom: 1px solid #424242;*/
}
.header-content{
    color:#1f1f1f;
    height: 90px;
    /*margin: 10px 0 auto 0;*/
}
.header-content a{
    font-family: 'Oswald', Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    color:#6f6f6f !important;
    text-decoration: none !important;
}
.selectedmenu {
    font-family: 'Oswald', Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    color:#1f1f1f !important;
    text-decoration: none !important;
}
.header-content .topmenu-seperator {
    color:#b2b2b2;
}

.footer {
    position: relative;
    margin: 0 0 0 0;
    /*bottom: 0;*/
    height: 160px;
    width: 100%;
    max-width: 1146px;
    background-color: #000;
    display: block;
}
.footer-content{
    color: #FFF;
    font-size: 10;
    padding: 0px 10px 0px 10px;
}
.footer-content a{
    font-size: 14;
    color:#626262;
    text-decoration: none;
}
.footer-content ul {
    padding-inline-start: 0px;
}
.footer-content li {
    color:#626262;
    list-style-image: none;
    list-style-type: none;
    display: block;
    font-size: 14;
}
.right {
    float: right;
    /*    text-align: right;*/
}
.left {
    float: left;
}
.margincenter{
    margin-left: auto;
    margin-right: auto;
    width: initial;
}
.backgroundimg {
    top: 0px;
    left: 0px;
    position: fixed;
    overflow: hidden;
    z-index: -100;
}
.smbutton {
    margin: 10 0 0 0;
    padding: 10 0 0 0;
}
#productimage {
    /*                background-image: url('img/touchshopinhand.jpg');
                    background-size: contain;
                    background-repeat: no-repeat;*/
    /*background-color:black;*/
    margin-left:auto;
    margin-right:auto;
}
#producth1 {
    padding: 20;
    color: #444;
    text-align: center;
}
.question {
    font-weight: bold;
}
#companynamehomelink {
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
    font-kerning: none;
}
#getstartedtext > div > div > div > h1 > span {
    white-space: nowrap;
}
.menuicon {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    word-wrap: normal;
    -moz-font-feature-settings: 'liga';
    font-feature-settings: 'liga';
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased; 
    cursor: pointer;
}
.material-icons {
    font-size: xx-large;
}
#menulayer {
    width: 200px;
    position:fixed;
    top: 90px;
    height: 220px;
    padding:20px;
    z-index:12;
}
#menu {
    background-color: transparent;
    display: none;
    position:fixed;
    height:100%;
    width:100%;
}
.menu {
    background-color: whitesmoke;
}
.menu>ul>li {
    list-style-type: none;
    font-family: 'Oswald', Helvetica, sans-serif;
    font-size: 18px;
    font-style: normal;
    text-decoration: none !important;
}
#notmenu {
    background-color: lightgrey;
    position:fixed;
    opacity: 0.86;
    height:100%;
    width:100%;
    z-index:2;
}
#tilbud{
    background-color: transparent;
    display: none;
    position:fixed;
    height:100%;
    width:100%;
}
#tilbudmenulayer {
    width: 250px;
    position:fixed;
    top: 64px;
    padding:20px;
    z-index:12;
}


@media only screen and (min-width: 1146px) {
    .mig {
        margin-top: 30px;
        margin-bottom: 30px;
        margin-right: 50px;
    }
    .tree {
        width:300px;
        height:300px;
        margin-left: auto;
        margin-right: auto;
    }
    .product > img {
        filter: grayscale(100%);
    }
    .product > h3 {
        color: #ab943c;
    }

    #header-menuicon{
        display:none;
    }

    #header-logo {
        display:block;
        height: 90%;
        margin: 5px
    }
    #header-logo-img {
        display:block;
        height: 90%;
        margin: 5px
    }
    #top-section >.sectioncontent >div{
        margin: 0px 10px 0px 10px;
        max-width: 450px;    
        top: 140px;
        position: absolute;

    }
    .longtext{
        top: 100px !important;
    }

    #vejenhjem{
        margin: 0px 10px 0px 10px;
        max-width: 450px;    
        top: 70px;
        position: absolute;
        padding: 20px;
    }  
    .midsection{
        min-height: 200px;
    }
    .midsection >.sectioncontent >div{
        padding: 20px;
    }
    .imgspacer {
        opacity:0;
    }
    .blomsterbi, .audoniconsh, .flyvendemasker, .terapilokalet, .processmodellen, .badebro, .agern, .egeblade, .kunst, .pernilleportrait,
    .vildeblomster, 
    .kellysikema 
 {
        max-width: 1146px;
        filter: grayscale(100%);
    }

    #logo {
        max-width: 1146px;
    }
    main{
        max-width: 1146px;
    }
    #backgroundimages {
        display: block;
    }
    .header-content ul {
        height: 90px;
        line-height: 1;
        padding: 35px 40px 0 0;
    }
    .textboxleft {
        left: 60px;
    }
    .textboxright{
        right:60px;
    }
    .textboxquote {
/*        top: 840px !important;
        left:200px;*/
        margin-left: auto;
        margin-right: auto;
    }
    #topmenu {
        display: flex;
        flex-direction: row;
    }
    #topmenu li {
        color:#1f1f1f;
        list-style-type: none;
        display: inline-block;
        margin-left: 15px;
        margin-right: 15px;
        flex-grow: 1;
        flex-shrink: 1;
    }
    .menulink {
        display: block;
        margin: 10px 10px 0px 10px;
    }
    #addressmap {
        display: inline;
        float:left;
        padding:20px;
    }
    #addresstext{
        display: inline;
        float:left;
        padding:20px;
    }
    #logo {
        width: 200px;
        display: inline-block;
        float: right;
        position: relative;
        right: 0px;
        top: -50px;
    /*    margin-left: auto;
        margin-right: auto;*/
    }
    .ellers {
        margin: 140px 40px 40px 40px;
        max-width: 300px;
    }
    #heglogo, #fadplogo {
        display: inline;
        float: left;
        width: 30%;
        padding:20px; 
        max-width: 450px;
        text-align: center;
    } 
    #hegtext, #fadptext {
        display: inline;
        float: left;
        padding:20px; 
        max-width: 450px;
    }
    .textbox {
        text-align: left;
        display: inline-block;
        vertical-align: top;
        padding: 20px;
        max-width: 450px;
    }
}

@media only screen and (min-width:875px) {

    #kortventetid >div{
        text-align: left;
        display: inline-block;
        vertical-align: top;
        margin: 0px 10px 0px 10px;
    }
}



@media only screen and (max-width: 1145px) and (min-width:426px) {
    .mig {
        margin-left: auto;
        margin-right: auto;
        max-width: 600px;
        vertical-align: top;
        width: 100%;
    }
    .ellers {
        padding: 20px;
    }
    .textbox {
        text-align: left;
        display: inline-block;
        vertical-align: top;
        padding: 20px;
        width: 100%;
    }
        
        
    }
    @media only screen and (max-width: 1145px) {
    .mig {
        margin-left: auto;
        margin-right: auto;
        max-width: 600px;
        vertical-align: top;
        width: 100%;
    }
    .tree {
        width:300px;
        margin-left: auto;
        margin-right: auto;
    }
    .product > img {
        filter: grayscale(100%);
    }
    .product > h3 {
        color: #ab943c;
    }

    main{
        max-width: 100%;
    }
    .header-content ul {
        height: 90px;
        line-height: 1;
        padding: 0px;
    }
    #topmenu {
        display: none;
    }
    #header-menuicon{
        display:inline-block;
        vertical-align: top;
        margin-top: 35px;
    }
    #header-logo {
        display:inline-block;
    }

    #header-logo-img {
        display:inline-block;
        width:288px;
        margin: 5px 0 5px 0;
    }

    #top-section >.sectioncontent >div{
        margin: 0px ;
        max-width: 100%;    
        position: relative;
    }

    #vejenhjem{
        margin: 0px ;
        max-width: 100%;    
        position: relative;
        padding: 20px;
    }
    .midsection{
        min-height: 0px;
    }

    .imgspacer {
        opacity:1;
    }

    .blomsterbi, .audoniconsh, .flyvendemasker, .terapilokalet, .processmodellen, .badebro, .agern, .egeblade {
        opacity:1;
        width: 100%;
        filter: grayscale(100%);
    }

    .kunst {
        opacity:1;
        width: 100%;
    }
    .pernilleportrait{
        width: 100%;
    }
    .vildeblomster {
        width: 100%;
    }
    .kellysikema {
        width: 100%;
    }
    #logo {
        max-width: 300px;
    }
    #backgroundimages {
        display:none;
    }
    .menulink {
        margin: 20px 0px 0px 0px;
        display: list-item;

    }
    .selectedmenu {
        margin: 20px 0px 0px 0px;
    }    
    .textboxquote {
        margin-left: auto;
        margin-right: auto;
        padding: 20px;
    }
    #heglogo, #fadplogo {
        display: inline;
        float: left;
        padding:20px; 
        text-align: center;
    } 
    #hegtext, #fadptext {
        display: inline;
        float: left;
        padding:20px; 
    }

    .ellers {
        padding: 20px;
    }
    #kortventetid {
        padding: 20px;
    }
    .textbox {
        text-align: left;
        display: inline-block;
        vertical-align: top;
        padding: 20px;
    }
}

@media only screen and (max-width: 324px) {
    #header-logo-img {
        display:inline-block;
        width:284px;
        margin: 5px 0 5px 0;
    }
    
    #fadplogo > img {
        max-width: 260px;
    }
    .textbox {
        padding: 20px 0px 20px 0px;
        width: 100%;
    }
    .ellers {
        padding: 20px;
        width: 280px;
    }
    .mig {
        width:100%;
    }
}
.menulink {
    color:#424242;
    text-decoration: none;
}

.applinks {
    margin: 40px auto 40px auto;
    width: 300px;
}
.appstore {
    display: inline-block;
    height: 60px;
    padding-top:10px
}
.playstore {
    height: 60px;
    display: inline-block;
    float:right;
}

#pricing > .sectioncontent > #idea > h1, #courses > .sectioncontent > #idea > h1  {
    color: #ab943c;
}


.infocirkelblack {
    background-color: black !important;
    color: white;
    border-radius: 100%;
    width: 200px;
    height: 200px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
    vertical-align: middle;
}
.infocirkelblack > h1 {
    text-align: center;
    font-size: 26;
}
    