/********************************************************************/
/*                                                                  */
/*                            Info page                             */
/*                                                                  */
/********************************************************************/

#informationPageWrapper {
    background: #FFF;
    padding: 1em 1em 4em 1em;
    box-shadow: 0 38px 20px -31px rgba(0,0,0,0.2);

}

#informationPageHeader {
    font-size: 2.5em;
    font-weight: 800;
    padding: .5em 0 .5em 0;
    line-height: 1em;
}

#informationPageMessage {
    line-height: 1.2em;
}

/********************************************************************/
/*                                                                  */
/*                     Info page med billede                        */
/*                                                                  */
/********************************************************************/

/* Pic bot */

#informationPagePicBot {
    text-align: center;
}

#informationPagePicBot img {
    max-height: 300px;
}

/* Pic right */

#informationPageMessageLeft {
    display: inline-block;
    width: 600px;
    vertical-align: top;
}

#informationPagePicRight {
    display: inline-block;
    text-align: center;
    width: 370px;
}

/********************************************************************/
/*                                                                  */
/*                     Info page med 3 billeder                     */
/*                                                                  */
/********************************************************************/

/* Pics Bot */

#informationPage3PicsWrapper {
      margin: 2em 0 0 0;
}

.informationPage3PicBot {
    display: table-cell;
    height: 200px;
    vertical-align: middle;
    width: 330px;
    text-align: center;
  
}

/* Pics right */

#informationPageMessageleft {
    display: inline-block;
    vertical-align: top;
    width: 60%;
}

#informationPage3PicsWrapperRight {
    display: inline-block;
    width: 39%;
    text-align: center;
}

/********************************************************************/
/*                                                                  */
/*                     Responsive rules tablet                      */
/*                                                                  */
/********************************************************************/

@media all and (max-width : 1000px) {

/**********************************************/
/*          Info page med pic right           */
/**********************************************/

#informationPageMessageLeft {
    width: 60%;
}

#informationPagePicRight {
    width: 39%;
}

/**********************************************/
/*          Info page med 3 pic bot           */
/**********************************************/
.informationPage3PicBot {
    width: 39%;
}

.informationPage3PicBot img {
    max-width: 80%;
    max-height: 60%;
}




}


/********************************************************************/
/*                                                                  */
/*                     Responsive rules mobile                      */
/*                                                                  */
/********************************************************************/

@media all and (max-width : 600px) {

/**********************************************/
/*          Info page med pic right           */
/**********************************************/

#informationPageMessageLeft {
    width: 100%;
    display: block;
}

#informationPagePicRight {
    width: 100%;
    display: block;
}

/**********************************************/
/*          Info page med 3 pic bot           */
/**********************************************/
.informationPage3PicBot {
    width: 100%;
    display: block;
}


/**********************************************/
/*          Info page med 3 pic bot           */
/**********************************************/

#informationPageMessageleft {
    display: block;

    width: 100%;
}

#informationPage3PicsWrapperRight {
    display: block;
    width: 100%;

}


}


/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
