/********************************************************************************************************/
/*****  Genereal Styles  ********************************************************************************/
/********************************************************************************************************/
* {
    font-family: "Roboto Condensed", sans-serif;
}

.agenda-well {
    background: linear-gradient(0deg, #BEDE7D 0%, #8CBA2F 100%);
    border: 1px solid #99cc33;
    border-radius: 0.3em;
    color: #3d5214;
    display: grid;
    margin: 0px 20px 20px 20px;
    min-height: 170px;
    padding: 0px 30px 0px 30px;
    text-align: center;
}
.agenda-well h3 {
    color: #3d5214;
    font-size: 3.5em;
    font-weight: normal;
    margin: 20px 10px 10px 10px;
}

.color_1 {
    color: #9c3;
}

.div-about {
    align-self: end;
    color: #fff;
    padding: 0 400px 60px 60px;
}

#div_overlay {
    background-color: rgba(61, 82, 20, 0.7);
    display: grid;
    grid-template-rows: 200px auto 200px;
    height: 100%;
    position: relative;
    width: 100%;
}
#div_overlay_about {
    background-color: rgba(61, 82, 20, 0.7);
    display: grid;
    height: 100%;
    width: 100%;
}

#div_viewport {
    background: url("/billeder-fra-1-liv-i-balance.dk/bg_for_div_canvas/foredragsholder-theis-askling-skaber-fokus-paa-stressforebyggelse-og-trivsel-med-foredraget-1-liv-i-balance.jpg") right top no-repeat;
    background-color: #3d5214;
    height: 100vh;
}

.fact-well {
    background: linear-gradient(0deg, #dadada 0%, #efefef 100%);
    border: 1px solid #ccc;
    border-radius: 0.3em;
    display: grid;
    margin: 10px 20px 20px 20px;
    min-height: 180px;
    padding: 0px 30px 20px 30px;
    text-align: center;
}
.fact-well h3 {
    color: #9c3;
    font-size: 2em;
    font-weight: normal;
    margin: 26px 10px 6px 10px;
}

.form-error {
    background-color: #f2dede;
    border: 1px solid #ebcccc;
    color: #900;
    display: block;
    font-size: .8em;
    margin-top: 0;
    padding: 6px 10px;
    width: 100%;
}

.grecaptcha-badge {
    visibility: hidden;
}

h1 {
    color: rgb(61, 82, 20);
    margin: 20px 20px 40px 20px;
    text-align: center;
    text-transform: uppercase;
}

#logo {
    align-self: center;
    color: #fff;
    font-size: 3.5em;
    font-family: 'Courgette', cursive;
    margin-left: 50px;
    text-decoration: none;
}

#mouse_animation {
    align-self: end;
    height: 70px;
    margin-bottom: 30px;
    justify-self: center;
}

#page_statement {
    align-self: end;
    color: #fff;
    font-size: 3.5em;
    justify-self: flex-end;
    margin-right: 100px;
    text-align: right;
    text-transform: uppercase;
}

.row {
    padding-bottom: 0px;
    padding-top: 80px;
}

.row-about{
    background: url("/billeder-fra-1-liv-i-balance.dk/baggrunde/et-liv-i-balance-om-foredragsholder-theis-askling.jpg")
        right top no-repeat;
    background-color: #3d5214;
    height: 400px;
}

.row-book {
    background: #56ab2f;
    background: -webkit-linear-gradient(270deg, #a8e063, #56ab2f);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(270deg, #a8e063, #56ab2f); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    color: #fff;
    padding-bottom: 60px !important;
    padding-top: 30px !important;
}
.row-book a {
    color: rgb(61, 82, 20);
}
.row-book .btn-warning {
    font-size: 1.3em;
    font-weight: normal;
    color: rgb(61, 82, 20);
    margin: 24px 0px 0px 0px;
    padding-left: 40px;
    padding-right: 40px;
}
.row-book .heading {
    font-size: 3em;
    font-weight: normal;
    margin: 0px 20px 40px 20px;
    text-transform: uppercase;
}
.row-book .phone {
    color: #ffc107;
    font-size: 4.2em;
    font-weight: normal;
    margin: 0;
    text-transform: uppercase;
}

.well {
    border: 1px solid #cccccc;
    border-radius: 0.3em;
    margin: 20px auto 20px auto;
    max-width: 400px;
    min-height: 500px;
    padding: 30px;
}

.video-wrapper {
    border-radius: 0.6em !important;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    max-width: 600px;
    overflow: hidden;
    position: relative;
}

.video-statement {
    background-color: rgba(153, 204, 51, 0.7);
    bottom: 0;
    color: #fff;
    line-height: 100%;
    padding: 10px;
    position: absolute;
    width: 100%;
}



/********************************************************************************************************/
/*****  Styles For Large  *******************************************************************************/
/********************************************************************************************************/
@media (max-width: 1030px) {

    .div-about {
        padding: 0 40px 30px 40px;
    }

    #div_overlay {
        grid-template-rows: 170px auto 100px;
    }
    #div_viewport {
        background: url("/billeder-fra-1-liv-i-balance.dk/bg_for_div_canvas/foredragsholder-theis-askling-skaber-fokus-paa-stressforebyggelse-og-trivsel-med-foredraget-1-liv-i-balance-large.jpg") right top no-repeat;
    }
    #page_statement {
        font-size: 3em;
        margin-right: 70px;
    }

    .row {
        padding-bottom: 10px;
        padding-top: 40px;
    }
    .row-about{
        background: url("/billeder-fra-1-liv-i-balance.dk/baggrunde/et-liv-i-balance-om-foredragsholder-theis-askling-laptop.jpg")
            right top no-repeat;
    }
    
    
}

/********************************************************************************************************/
/*****  Styles For Laptops  *****************************************************************************/
/********************************************************************************************************/
@media (max-width: 992px) {
    .div-about {
        padding: 0 40px 30px 40px;
        text-align: center;
    }

    #div_viewport {
        background: url("/billeder-fra-1-liv-i-balance.dk/bg_for_div_canvas/foredragsholder-theis-askling-skaber-fokus-paa-stressforebyggelse-og-trivsel-med-foredraget-1-liv-i-balance-large.jpg") right top no-repeat;
    }

    #logo {
        font-size: 3.2em;
        margin-left: 50px;
    }

}

/********************************************************************************************************/
/*****  Styles For Tablets  *****************************************************************************/
/********************************************************************************************************/
@media screen and (max-width: 770px) {
    #div_viewport {
        background: url("/billeder-fra-1-liv-i-balance.dk/bg_for_div_canvas/foredragsholder-theis-askling-skaber-fokus-paa-stressforebyggelse-og-trivsel-med-foredraget-1-liv-i-balance-tablet.jpg") right top no-repeat;
    }

    #logo {
        font-size: 3.2em;
        margin-left: 50px;
    }

    #page_statement {
        font-size: 2.6em;
        margin-right: 50px;
    }

}

/********************************************************************************************************/
/*****  Styles For Mobile  ******************************************************************************/
/********************************************************************************************************/
@media (max-width: 450px) {
    .div-about {
        padding: 0 40px 20px 40px;
        text-align: right;
    }

    .div-about h2 {
        font-size: 1.4em;
    }
    .div-about p {
        font-size: 1.0em;
        line-height: 120%;
    }

    #div_overlay {
        grid-template-rows: 95px auto 80px;
    }

    #div_viewport {
        background: url("/billeder-fra-1-liv-i-balance.dk/bg_for_div_canvas/foredragsholder-theis-askling-skaber-fokus-paa-stressforebyggelse-og-trivsel-med-foredraget-1-liv-i-balance-mobile.jpg") right top no-repeat;
        height: 86vh;
    }

    h1 {
        font-size: 1.8em;
    }
    #logo {
        font-size: 2em;
        margin-left: 30px;
    }

    #mouse_animation {
        height: 50px;
        margin-bottom: 20px;
    }

    #page_statement {
        font-size: 1.5em;
        margin-right: 30px;
    }

    .row {
        padding-bottom: 10px;
        padding-top: 20px;
    }

    .row-about{
        background: url("/billeder-fra-1-liv-i-balance.dk/baggrunde/et-liv-i-balance-om-foredragsholder-theis-askling-mobile.jpg") right top no-repeat;
        height:600px;
    }

    .row-book .heading {
        font-size: 1.8em;
    }

    .video-statement {
        font-size: 0.8em;
    }

    .video-wrapper {
        max-width: 330px;
    }
}

/********************************************************************************************************/
/*****  Styles For iPhone 5  ****************************************************************************/
/********************************************************************************************************/
@media (max-width: 330px) {

    .div-about {
        padding: 0 25px 20px 25px;
        text-align: right;
    }

    .div-about h2 {
        font-size: 1.2em;
    }
    .div-about p {
        font-size: 0.9em;
        line-height: 115%;
    }

    #div_overlay {
        grid-template-rows: 95px auto 50px !important;
    }

    #div_viewport {
        background: url("/billeder-fra-1-liv-i-balance.dk/bg_for_div_canvas/foredragsholder-theis-askling-skaber-fokus-paa-stressforebyggelse-og-trivsel-med-foredraget-1-liv-i-balance-mobile-sm.jpg") right top no-repeat;
        height: 86vh;
    }

    #mouse_animation {
        height: 40px;
        margin-bottom: 20px;
    }

    #page_statement {
        font-size: 1.2em;
        margin-right: 30px;
    }

    .row-about{
        background: url("/billeder-fra-1-liv-i-balance.dk/baggrunde/et-liv-i-balance-om-foredragsholder-theis-askling-mobile.jpg") right top no-repeat;
        height:600px;
    }

    .video-wrapper {
        max-width: 290px !important;
    }
    
}