@import url('https://fonts.googleapis.com/css?family=M+PLUS+1p:300,400,700');
/* BLUE #4b69a5 */

h1 { /* RUBRIKER */
  font-family: 'M PLUS 1p', sans-serif;
}

h2 { /* RUBRIKER */
 	font-family: 'M PLUS 1p', sans-serif;
 	text-transform:none;	
	font-style:normal;
	font-size: 35px;
	color: #4b69a5; /* Röd */
	padding: 20px 0px 0px 0px;
	text-align: center;
	font-weight: 400;
	/*color: #ad9e70; /* Guld */
}

h3 { /* RUBRIKER - centrerat - enspalt*/
 	font-family: 'M PLUS 1p', sans-serif;
 	text-transform:none;	
	font-style:normal;
	font-size: 25px;
	color: #4b69a5; /* Röd */
	margin: 20px 0 10px 0;
	text-align: left;
	font-weight: 200;
	/*color: #ad9e70; /* Guld */
}
h4 {
  font-family: 'M PLUS 1p', sans-serif;
}
h5 {
  font-family: 'M PLUS 1p', sans-serif;
}
h6 { /* SMÅRUBRIKER */
 	font-family: 'M PLUS 1p', sans-serif;
	font-size: 15px;
	color: #4b69a5; /* Röd */
	text-align: left;
	margin: 0;
	padding: 0;
	margin-bottom: 5px;
	margin-top: 30px;
}


.eyecatcher {
	color:blue;
}

/* HERO */

.hero-wrapper {
  text-align: center;
  background-color: #111;
  position: relative;
}
.hero {
    margin: 0;
    padding: 0;
    display: block;
    height: 40vw;
    position: relative;
    background-image: url(../IMG/swe-1.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position-y: 30%;
  opacity: 0.8;
}
.hero-text h1, .hero-text .ingress {
  color: #fff;
  font-size: 3.4em;
  font-weight: 200;
  width: 90%;
  margin: 0 auto;
}
.hero .ingress {
  padding: 0;
  margin: 0 auto;
}
.hero-text {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* INFOBOX - Pris etc. ============================================================*/

.info-box {
  background-color: #f7f7f7; /* ljusgrå */
  width: 70%;
  margin: 4% auto;
  padding: 35px;
  box-sizing: border-box;
}

.info-box h6{
  margin-top: 0px;
}

.info-box li{
  list-style: square;
  color: #484848;;
  line-height: 25px;
  font-size: 14px;
}


.info-box h3, .grid-text h3 {
  margin-top: 10px;
}

.col .info-box {
  margin: 0;
  width: 100%;
}


.two-column .testimonial{
  text-align: left;
  width: 80%; 
}
.two-column .testimonial-name {
  text-align: left;
  padding: 5px 0 0 0;
  width: 80%;
  margin: 0 auto;
  margin-bottom: 15px;
}

.two-column {
  width: 100%;  
  margin: 30px auto 0 auto;
  overflow: hidden;
  padding: 20px 0 0 0;
}
.col {
  width: 47%; 
  float: left;
  box-sizing: border-box;
  margin-right: 5%;
}
.col.thin {
  width: 35%; 
}

.col:nth-child(2) {
  margin-right: 0;
}

.two-column img {
  width: 100%;
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
}

.col .info-box {
  margin: 0;
  width: 100%;
}

/* LINKS ======================================================================================== */

section a:hover {
	text-decoration: none;
	color:#4b69a5;
	opacity: 1;
	-webkit-transition: all 230ms ease-in-out;
 	 -moz-transition: all 230ms ease-in-out;
 	 -ms-transition: all 230ms ease-in-out;
 	 -o-transition: all 230ms ease-in-out;
 	 transition: all 230ms ease-in-out;
 	 border-bottom: 1px solid #d6374e;
 	 padding-bottom: 1px;
}

/* TABLES ======================================================================================== */

table {
  font-family: "Open Sans", sans-serif;
  border-collapse: collapse;
  width: 100%;
  font-size: 14px;
  margin-bottom: 15px;
}

table td, table th {
  border: 1px solid #ddd;
  padding: 8px;
  font-weight: normal;
  width: 55%;
}

table tr:nth-child(even){background-color: #f2f2f2;}

table th {
  padding-top: 8px;
  padding-bottom: 8px;
  text-align: left;
  background-color: #d5374f;
  color: white;
}


/* LANGUAGE BUTTON ================================================================================== *//*
.language a {
    color: #fff;
}

.language a:hover {
    opacity: 0.8;
    color: #fff;
}
.language a.active {
    border: 1px solid rgba(255,255,255,0.2);
    color: #fff;
}.language a.active:hover {
    color: #fff;
    opacity: 1;
}
/* MENY ===========================================================================================*/
.navigation-bar {
    overflow: hidden;
    width: 100%;
    border-bottom: 1px #eeeeee solid;
    max-height: 110px;
    transition: max-height .2s ease-out;
    /*background-color: #4b69a5;*/
}/*
.logotype {
	filter: brightness(10);
}*/
header .menu {
    padding-top: 55px;
}
header li {
    color: #fff;
    font-family: "M PLUS 1p", sans-serif;
    font-weight: 200;
    font-size: 17px;
}/*
header li a {
    color: #fff;
}*/
header li a:hover {
	text-decoration:none;
	color: #4b69a5;
}

/* DROPDOWN ======================================================================================== */

/* Fisrt Tier Dropdown */
header ul ul li {
	width:150px;
	float:none;
	display:list-item;
	position: relative;
	padding: 10px 0;
	margin:0;
	font-size:13px;
	font-family: "Open Sans", sans-serif;
	text-transform: none;
	letter-spacing: 0px;
	font-weight: 200;
	padding: 0;
	background: #4b69a5;
	color:#000;
}

/* MOBILE MENU ICON ======================================================================================== */ /*
header .menu-icon {
  background: none;
}
header .menu-icon .navicon {
  background: #4b69a5;
}
header .menu-icon .navicon:before,
header .menu-icon .navicon:after {
  background: #4b69a5;
}
/* SECONDARY NAV NEW ====================================================================================================================*/
#secondary-nav {
	font-family: "M PLUS 1p", sans-serif;
	font-size:11px;
	font-weight: 400;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding-right: 30px;
	border-bottom: 1px #eee solid;
	background: #f7f7f7;
	/*background: #4b69a5;*/
}
#secondary-nav a {
    color: #484848;
}
#secondary-nav a:hover {
    color: #4b69a5;
}
/* CALL TO ACTION - Bilder på hem  NEW TEST==================================================================================================*/ 
.grid-image {
  background-position-y:40%; 
}
.grid-image.v1.jpn { background-image: url('../jpn/IMG/jpn1.jpg'); }
.grid-image.v2.jpn  { background-image: url('../jpn/IMG/jpn2.jpg'); }
.grid-image.v3.jpn { background-image: url('../jpn/IMG/jpn3.jpg'); }
.grid-image.v4.jpn { background-image: url('../jpn/IMG/jpn4.jpg'); }

.overlay {
  background-color: rgba(49,49,49,0.7);
}
.overlay:hover {
  background-color: #4b69a5;
}


/* CALL TO ACTION - KNAPPAR =============================================================================================*/

.CTA-button-2 {
  margin: 30px auto;
  background-color: #4b69a5; /* Röd */
  border: solid 2px #4b69a5; /* Röd */
  font-family: "Open Sans", sans-serif;
    color: white;
    width: 45%;
    max-width: 340px;
    padding: 22px 22px;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    cursor: pointer;
    border-radius: 3px;
    -webkit-transition: all 330ms ease-in-out;
   -moz-transition: all 330ms ease-in-out;
   -ms-transition: all 330ms ease-in-out;
   -o-transition: all 330ms ease-in-out;
   transition: all 330ms ease-in-out;
}
.CTA-button-2:hover {
  margin: 30px auto;
  border: solid 2px #395489; /* Röd */
  background-color: #395489; /* Röd */
    width: 45%;
    padding: 22px 22px;
    border-radius: 3px;
    -webkit-transition: all 330ms ease-in-out;
   -moz-transition: all 330ms ease-in-out;
   -ms-transition: all 330ms ease-in-out;
   -o-transition: all 330ms ease-in-out;
   transition: all 330ms ease-in-out;
}

/* FORMULÄR =========================================================================*/

.button {
	background-color: #4b69a5; /* Röd */
	font-family: "Open Sans", sans-serif;
    border: none;
    color: white;
    padding: 12px 22px;
    margin: 10px 0;
    text-align: center;
    text-decoration: none;
    font-size: 13px;
    cursor: pointer;
   	-webkit-transition: all 330ms ease-in-out;
 	 -moz-transition: all 330ms ease-in-out;
 	 -ms-transition: all 330ms ease-in-out;
 	 -o-transition: all 330ms ease-in-out;
 	 transition: all 330ms ease-in-out;
}

.button:hover {
	background-color: #395489;
    border: none;
    color: #4b69a5;
    padding: 12px 22px;
    margin: 10px 0;
    text-align: center;
    text-decoration: none;
    font-size: 13px;
    cursor: pointer;
   	-webkit-transition: all 330ms ease-in-out;
 	 -moz-transition: all 330ms ease-in-out;
 	 -ms-transition: all 330ms ease-in-out;
 	 -o-transition: all 330ms ease-in-out;
 	 transition: all 330ms ease-in-out;
}

/* LÄS MER KNAPP ================================================================*/

.read-more {
	margin: 0 auto;
	font-family: "Montserrat Reg", sans-serif;
    text-align: left;
    text-transform: uppercase;
    font-size: 9px;
    color: #ffffff;
    margin: 20px 0;
    cursor: pointer;
    font-weight: 700;
    letter-spacing: 1px;
    -webkit-transition: all 330ms ease-in-out;
 	 -moz-transition: all 330ms ease-in-out;
 	 -ms-transition: all 330ms ease-in-out;
 	 -o-transition: all 330ms ease-in-out;
 	 transition: all 330ms ease-in-out;
   background-color: #395489; 
   border-color: #395489;
}

.read-more:hover {
    color: #395489;
}
/* FOOTER MED TEXT =========================================================================*/

footer {
  background-color: #4b69a5;
}

.footer-row {
  width:100%;
  overflow: hidden;
  border-bottom: 1px #395489 solid;
}
.footer-row:last-child {
  border-bottom: none;
  background-color: #395489;
}
.footer-box:first-child {
  border-right: 1px solid #395489;
  padding-left: 0;
}

/* BREAKPOINT FÖR MOBILMENY - EN KOLUMN ******************************/
@media all and (max-width: 860px) {

  header .menu {
      padding-top: 15px;
  }
  .hero-text h1, .hero-text .ingress {
    font-size: 2em;
    width: 100%;
    padding: 0;
  }
  .hero {
    height: 100vw;
  }
  .hero-text {
    width: 80%;
  }
  header li {
    font-size: 12px;
  }

.info-box {
  width: 90%;
  margin: 25px 0px;
  padding: 40px;
}

.info-box li{
  font-size: 13px;
}

}


/* EN KOLUMN *******************/

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

  .info-box {
    width: 100%;
    padding: 20px;
  }
  .col.thin {
    width: 100%;
    margin: 0 auto;
  }

}