* {
margin: 0;
padding: 0;
}

body {
    background-color: #f0f6fb;
    background-image: url(/img/bg.jpg);
    background-repeat: repeat-x;
    background-attachment:fixed;
    background-position:top;
    font-family: 'Open Sans', 'Arial', sans-serif;
}

#wrap {
    background-color: #fff;
    height: auto;
    margin: 0 auto 50px auto;
    width: 100%;
}



h1, h2, h3 {
    font-family: 'Armata', 'Arial', sans-serif;
    color: #003772;
    margin: 0 0 1em 0;
}

h4 {
    font-family: 'Roboto Slab', 'Times New Roman', serif;
    font-size: 1.1em;
    font-weight: 300;
    margin-top: .3em;
}

p {
    font-family: 'Open Sans', 'Arial', sans-serif;
    color: #383838;
    margin: 0 0 1em 0;
}

#content ul {
    font-family: 'Open Sans', 'Arial', sans-serif;
}

#content li {
    margin-left: 2em;
}

a {
    text-decoration: none;
    color: #7795a8;
}

#footer a, #puffs a {
    text-decoration: none;
    color: #fff;
}


/* HEADER =========================================*/

#logotype {
    text-align: center;
    padding: 2em 0 1em 0;
}

#logotype img {
    max-width: 100%;
    height: auto;
}

#header:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* MENU ===========================================*/

#menu {
    /*clear: both;*/
    text-align: center;
    width: 100%;
    height: auto;
    background-color: #fff;
    padding-bottom: 1em;
}

/*#menu li {
    display: inline-block;
    margin: 1em;
}*/

#menu a {
    text-decoration: none;
    text-transform: uppercase;
    font-size: 1.1em;
    font-family: 'Armata', 'Arial', sans-serif;
    color: #003772;
}

#menu ul {
  text-align: left;
  display: inline;
  margin: 0;
  padding: 15px 4px 17px 0;
  list-style: none;
}

#menu ul li {
  /*font: bold 12px/18px sans-serif;*/
  display: inline-block;
  margin-right: -4px;
  position: relative;
  padding: 15px 20px;
  background: #fff;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
#menu ul li:hover {
  background: #f2f2f2;
  color: #fff;
}
ul li ul {
  padding: 0;
  position: absolute;
  top: 48px;
  left: 0;
  width: 150px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  display: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transiton: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -transition: opacity 0.2s;
}
ul li ul li { 
  background: #555; 
  display: block; 
  color: #fff;
  text-shadow: 0 -1px 0 #000;
}
ul li ul li:hover { background: #666; }
ul li:hover > ul {
  display: block;
  opacity: 1;
  visibility: visible;
}

ul li:hover > ul ul {
  position: absolute;
  left: 140px;
  top: 0;
}

/* BILDSPEL =====================================*/

#bannerimage {
    border: none;
}    

/* INNEHÅLL ========================================*/

#content {
    box-sizing: border-box;
    padding: 1em;
}

/*#content_two_columns_left {
    box-sizing: border-box;
    padding: 1em 2em;
    float: none;
    width: 100%;
}

#content_two_columns_right {
    box-sizing: border-box;
    padding: 1em 2em;
    float: none;
    width: 100%;
    text-align: left;
}*/

#content_two_columns_left {
    box-sizing: border-box;
    padding: 1em 2em 1em 0;
    float: left;
    width: 60%;
}

#content_two_columns_right {
    box-sizing: border-box;
    padding: 1em 0 1em 0;
    float: left;
    width: 40%;
}

#content_one_column:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#content_left_start {
    width: 100%;
    float: none;
}
    
#content_right_start {
    width: 100%;
    float: none;

}

#content_right_start img {
    border: 12px solid #fff;
    -webkit-box-shadow: 1px 1px 15px 1px #C4C4C4;
    box-shadow: 1px 1px 15px 1px #C4C4C4;
    max-width: 90%;
    height: auto;
}

#editor2_wp_col2 {
    width: 100% !important;
    height: auto !important;
}

#content_two_columns_right img {
    /*border: 12px solid #fff;
    -webkit-box-shadow: 1px 1px 15px 1px #C4C4C4;
    box-shadow: 1px 1px 15px 1px #C4C4C4;*/
    max-width: 100%;
    height: auto !important;
}

#content_two_columns_left img {
    /*border: 12px solid #fff;
    -webkit-box-shadow: 1px 1px 15px 1px #C4C4C4;
    box-shadow: 1px 1px 15px 1px #C4C4C4;*/
    max-width: 100%;
    height: auto;
}

#content_wide {
    margin-bottom: 2em;
    box-sizing: border-box;
    padding: 1em;

}

#content_one_column img {
    border: 12px solid #fff;
    -webkit-box-shadow: 1px 1px 15px 1px #C4C4C4;
    box-shadow: 1px 1px 15px 1px #C4C4C4;
    max-width: 90%;
    height: auto;
}

.gallery_image_div img{
    
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
 }

.album_image_div img{
    
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
 }

ul {
	margin:0 0 15px 18px;
	}
	
ul li {
	margin: 0 0 5px 0;
	}

#puffs {
    width: 100%;
    height: auto;
    float: left;
    margin: 30px 0 0 0;
}

#puff1 {
    background: #1c64b2;
    width: 30%;
    margin-right: 5%;
    float: left;
}

#puff2 {
    background: #23af1c;
    width: 30%;
    margin-right: 5%;
    float: left;
}

#puff3 {
    background: #e7cb33;
    width: 30%;
    float: left;
}

#puff1 h2, #puff2 h2, #puff3 h2 {
    color: #fff;
    width: 100%;
    padding: 15px 20px;
    margin-bottom: 15px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

#puff1 h2 {
    background: #185598;
}

#puff2 h2 {
    background: #1d8f17;
}

#puff3 h2 {
    background: #d4ba2f;
}

#puff1 p, #puff2 p, #puff3 p {
    color: #fff;
    width: 100%;
    margin: 0;
    padding: 0 20px 20px 20px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

/*FOOTER ===========================================*/

#footer {
    /*background-image: url(/img/footer_bg.jpg);*/
    background-color: #003772;
    /*background-repeat: repeat;*/
    height: auto;
    width: 100%;
    box-sizing: border-box;
    padding: 1em;
}

/*.footer_box {
    float: none;
    margin: 2em 0;
}*/

.footer_box {
    width: 100%;
    height: auto;
    float: left;
    margin: 0;
    text-align: center;
}

#footer:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#footer p {
    color: #f5f5f5;
    margin: 0;
}

#footer h3 {
    font-family: "Open Sans", arial, sans-serif;
    color: #f5f5f5;
    font-weight: 300;
    margin: 0 0 1em 0;
}
    
#footer_end {
    clear: both;
    width: 100%;
    height: 47px;
    background-color: #003772;
    box-sizing: border-box;
    padding: .5em;
}

/* KONTAKTFORMULÄR =====================================*/

#editor1_ctl00_btnSend {
    padding: .6em;
    background-color: #003772 !important;
    color: #fff;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    border: none;
    cursor: pointer;
}

textarea {
    margin: .5em 0;
    padding: .6em;
    -webkit-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
    border: 1px solid #ddd;
    width: 93%;
}

input {
    margin: .5em 0;
    padding: .6em;
    -webkit-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
    border: 1px solid #ddd;
    width: 93%;
}

#contact_form {
    color: #fff;
    float: left;
    width: 260px;
    height: auto;
    margin: 0 2em 2em 0;
    background-color: #5f9dcc;
    box-sizing: border-box;
    padding: 1em;
     -webkit-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;  
    border: 3px solid rgb(95, 157, 204);
    border: 3px solid rgba(95, 157, 204, .5);
    -webkit-background-clip: padding-box; /* for Safari */
    background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */

}

#google_map {
    float: right;
    border: 8px solid #fff;
}

.Flexible-container {
    position: relative;
    padding-bottom: 100%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.Flexible-container iframe,   
.Flexible-container object,  
.Flexible-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.album_image_div {
    float: left;
    margin: 2em 2em 0 0;
    border: 12px solid #fff;
    -webkit-box-shadow: 1px 1px 15px 1px #C4C4C4;
    box-shadow: 1px 1px 15px 1px #C4C4C4;
}

.gallery_image_div {
    float: left;
    margin: 2.2em 2.2em 0 0;
    /*border: 2px solid #fff;*/
    -webkit-box-shadow: 1px 1px 15px 1px #C4C4C4;
    box-shadow: 1px 1px 15px 1px #C4C4C4;
}



/* 
========================================================================
Cookie Compliance Script
========================================================================
*/
#cookieMessageWrapper
{
	/*background: #484848;*/
	background-color: rgba(0,55,114,1);
	font-family: Arial,Helvetica,Sans-Serif; 
	font-size: 11pt; 
	font-weight: normal; 
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
	padding: 0;
	margin: 0;
	display: none;
	border-bottom: solid 1px #6c8d2c;
	position: relative;
	z-index: 5000;
}
#cookieMessage
{
	width: 100%; /* this needs to be set to the width of the centre container */
	padding: 5px 0 0 0;
	margin: 0 auto;
	position: relative;
	text-align: center;
}
#cookieMessage:after
{
	content: "."; 
	/*display: block;*/ 
	height: 0; 
	clear: both;
	visibility: hidden;
}
#cookieMessage p
{
	margin-bottom: -10px !important;
	color: #fff !important;
	padding: 8px 8px 0px 8px !important;
}
#cookieClose
{
	/*float: right;
	display: block;*/
	padding: 1px 5px;
	text-decoration: none;
	text-shadow: none;
	background: #d1d1d1;
	border: solid 1px #6c8d2c;
	border-radius: 5px;
	color: #000;
	font-size: 100%;
	margin-top: 6px;
	font-weight: bold;
}




/*==================================================*/
@media screen and (min-width: 70em) {
/*==================================================*/

#wrap {
    width: 70em;
    -webkit-box-shadow: 0px 3px 41px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 3px 41px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 3px 41px 0px rgba(0,0,0,0.3);
}
    
#logotype {
    text-align: center;
    float: left;
    width: 100%;
    margin: 2em 0;
    padding: 0;
}
    
/* MENU ===========================================*/

#menu {
    float: left;
    text-align: center;
    width: 100%;
    height: auto;
    background-color: #fff;
    /*padding-bottom: 1em;*/
    margin: 0;
}

    
#content_left_start {
    width: 50%;
    float: left;
}
    
#content_right_start {
    width: 40%;
    height: auto;
    float: left;
    margin-left: 10%;
}

#content_wide_start {
    width: 100%;
    float: left;
    text-align: center;
}

#content_right_start img, #content_wide_start img {
    border: 12px solid #fff;
    -webkit-box-shadow: 1px 1px 15px 1px #C4C4C4;
    box-shadow: 1px 1px 15px 1px #C4C4C4;
    width: 100%;
    height: auto;
}

#editor2_wp_col2 {
    width: 100% !important;
    height: auto !important;
    
}
    
/* BILDSPEL =======================================*/

#banner {
    padding: 0 7em;
}

#bannerimage {
    /*border: 10px solid #fff;*/
    border: none;
}
    
/* INNEHÅLL ========================================*/
    
#content {
    box-sizing: border-box;
    padding: 2em 7em;
}

#content_one_column {
    box-sizing: border-box;
    padding: 0 7em 2em 7em;
}
    
#content_two_columns {
    box-sizing: border-box;
    padding: 0 7em 2em 7em;
}

#content_two_columns_left {
    box-sizing: border-box;
    padding: 1em 2em 1em 0;
    float: left;
    width: 60%;
}

#content_two_columns_right {
    box-sizing: border-box;
    padding: 1em 0 1em 0;
    float: left;
    width: 40%;
}



    
/*FOOTER ===========================================*/

#footer {
    /*background-image: url(/img/footer_bg.jpg);*/
    background-color: #003772;
    /*background-repeat: repeat;*/
    height: auto;
    width: 100%;
    box-sizing: border-box;
    padding: 1.5em 7em;
}

#footer p {
    color: #f5f5f5;
    margin: 0;
}

#footer h3 {
    font-family: "Open Sans", arial, sans-serif;
    color: #f5f5f5;
    font-weight: 300;
    margin: 0 0 1em 0;
}
    
#footer_end {
    clear: both;
    width: 100%;
    height: 47px;
    background-color: #003772;
    box-sizing: border-box;
    padding: .5em;
}
    
}


/* Standard 1024 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 1024px)
{
    #wrap {
        /*width: 55em;*/
        width: 96%;
        -webkit-box-shadow: 0px 3px 41px 0px rgba(0,0,0,0.3);
        -moz-box-shadow: 0px 3px 41px 0px rgba(0,0,0,0.3);
        box-shadow: 0px 3px 41px 0px rgba(0,0,0,0.3);
    }

    #banner {
        padding: 0 4em;
    }

    #content {
        box-sizing: border-box;
        padding: 2em 4em;
    }

    #content_wide_start {
        width: 100%;
        float: left;
        text-align: center;
    }

    #content_one_column {
        box-sizing: border-box;
        padding: 0 4em 2em 4em;
    }
    
    #content_two_columns {
        box-sizing: border-box;
        padding: 0 4em 2em 4em;
    }
}


/* Smaller screens (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px)
{
    #wrap {
        /*width: 43em;*/
        width: 96%;
        -webkit-box-shadow: 0px 3px 41px 0px rgba(0,0,0,0.3);
        -moz-box-shadow: 0px 3px 41px 0px rgba(0,0,0,0.3);
        box-shadow: 0px 3px 41px 0px rgba(0,0,0,0.3);
    }

    #menu ul li {
        padding: 10px 15px;
    }

    #menu a {
        font-size: 1em;
    }

    #banner {
        padding: 0 2em;
    }

    #content {
        box-sizing: border-box;
        padding: 2em 2em;
    }

    #content_wide_start {
        width: 100%;
        float: left;
        text-align: center;
    }

    #content_one_column {
        box-sizing: border-box;
        padding: 0 2em 2em 2em;
    }
    
    #content_two_columns {
        box-sizing: border-box;
        padding: 0 2em 2em 2em;
    }

    #puff1 h2, #puff2 h2, #puff3 h2 {
        font-size: 1.3em;
    }
}


/* Small screens (mobile devices) */
@media only screen and (max-width: 479px)
{
    #wrap {
        /*width: 43em;*/
        width: 92%;
        -webkit-box-shadow: 0px 3px 41px 0px rgba(0,0,0,0.3);
        -moz-box-shadow: 0px 3px 41px 0px rgba(0,0,0,0.3);
        box-shadow: 0px 3px 41px 0px rgba(0,0,0,0.3);
    }

    #menu ul li {
        padding: 10px 15px;
    }

    #menu a {
        font-size: 1em;
    }

    #banner {
        padding: 0 1em;
    }

    #content {
        box-sizing: border-box;
        padding: 2em 1em;
    }

    #content_wide_start {
        width: 100%;
        float: left;
        text-align: center;
    }

    #content_one_column {
        box-sizing: border-box;
        padding: 0 1em 2em 1em;
    }
    
    #content_two_columns {
        box-sizing: border-box;
        padding: 0 1em 2em 1em;
    }

    #puff1, #puff2, #puff3 {
        width: 100%;
        float: left;
    }

    #puff1, #puff2 {
        margin-bottom: 20px;
    }

    #content_two_columns_left {
        width: 100%;
        padding: 1em 0;
    }

    #content_two_columns_right {
        width: 100%;
    }
}