/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

img {
  max-width: 100%; }

/*

  settings:
  ------------
  variables, mixins, shorcuts etc.

*/

.ram {
  border: 1px solid #000; }

.radius-default {
  border-radius: 3px; }

.padding-default {
  padding: 30px; }

.bold {
  font-weight: bold; }

.clear {
  clear: both;
  float: none;
  height: 0; }

.left {
  float: left; }

.right {
  float: right; }

.group:after {
  content: "";
  display: table;
  clear: both; }

.no-gutter > [class*='col-'] {
    padding-right:0;
    padding-left:0; }

.gutter-20.row {
  margin-right: -10px;
  margin-left: -10px; }
  .gutter-20 > [class^="col-"], .gutter-20 > [class^=" col-"] {
  padding-right: 10px;
  padding-left: 10px; }

/*

  typography:
  ------------
  texts, fonts, margins etc.

*/
body {
  font-family: sans-serif;
  font-size: 16px; }

h1 {
  font-size: 2em;
  margin: 0;
  font-weight: bold; }

h2 {
  font-size: 1.5em;
  margin: 0px 0px 12px 0px;
  padding-top: 8px;
  font-weight: bold;
}

h3 {
  font-size: 1.3em;
  margin: 0;
  font-weight: bold; }

h1, h2, h3, h4, h5, h6 {
  font-family: sans-serif;
  line-height: 1; }

p {
  margin-bottom: 24px;
}

/*
a {
  color: #111; }
  a:visited {
    color: #111; }
  a:hover {
    color: #1e1e1e; }
*/

small {
  font-size: 0.7em;
  font-weight: 400; }

strong {
  font-weight: bold; }

em {
  font-style: italic; }

/*

    global:
    ------------
    styles that are not page- or element specific.

*/
html, body {
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin: 0;
  padding: 0; }

body {
  background-color: #ccc; }

.page {
  padding: 0;
  width: 100%;
  height: 100%;
  max-width: 100%;
  margin: auto;
  position: relative; }

.nav_container, .content_container, .foot_container {
  position: relative;
  max-width: 1000px;
  margin: auto; }

.nav {
  position: relative;
  background: url(/images/hero_large.jpg) center;
  width: 100%;
  background-color: #f3f3f3;
  height: 370px; }
  .nav_logo {
    background: url(/images/textlogo.png) no-repeat center;
    width: 386px;
    height: 111px;
    margin-top: 20px;
    }
  .nav_links {
    position: absolute;
    top: 265px;
    right: 30px;
    width: 330px; }
    .nav_link_minigolf {
      background: url(/images/icon_minigolf.png) no-repeat center;
      width: 81px;
      height: 82px;
      margin-right: 30px; }
    .nav_link_cykel {
      background: url(/images/icon_cykel.png) no-repeat center;
      width: 83px;
      height: 83px;
      margin-right: 30px; }
    .nav_link_talt {
      background: url(/images/icon_talt.png) no-repeat center;
      width: 79px;
      height: 79px; }
    .nav_link_pil {
      position: absolute;
      background: url(/images/icon_pil.png) no-repeat center;
      width: 141px;
      height: 20px;
      top: 90px;
    }

.lang {
  position: relative; margin-bottom: 10px; }
  .lang_btn {
    margin-left: 6px;
    padding: 3px 5px 5px 5px;
    background-color: #ccc;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
  }
  #lang_selected {
    background-color: #ccc;
    margin-left: auto; }
  #lang_selectbox {
    position: absolute;
    top: 25px;
    left: 0px;
    width: 100%;
    height: 200px;
    z-index: 10;
    background-color: #ccc;
    padding-top: 12px;
    padding-right: 16px;
    display: none; }

.content {
  /* padding-top: 55px; */
  width: 100%; background-color: #fff;
  border-top: 0px solid #ccc;
  /* box-shadow: 10px 0px 3px grey; */ 
  }
  .content_container {
    padding-top: 30px; padding-bottom: 40px; }
  .content_header {
    font-size: 200%;
    font-weight: bold;
    margin-bottom: 20px;
  }
  .content_preamble {
    line-height: 120%;
    font-size: 135%;
    margin-bottom: 26px;
  }
  .content_sidebox, .content_sidebox_light {
    padding: 15px;
    border-radius: 6px;
    max-width: 550px;
    margin: 25px auto 0px auto; }
  .content_sidebox {
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3; }
  .content_sidebox_light {
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    }
  .content_text {
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
  }
  .content_textnarrow {
    margin-top: 28px;
    font-size: 110%;
    line-height: 120%;
    margin-left: 10px;
  }

.foot {
  width: 100%;
  background-color: transparent; }
  .foot_container {
    padding-top: 15px;
    padding-bottom: 5px;
  }

.contact_textlabel {
  font-size: 110%;
  padding-top: 3px;
}
.contact_icon {
  opacity: 0.4;
  width: 25px;
  height: 25px;
  margin-right: 10px; }
  .contact_loaction {
    background: url(/images/location.png) no-repeat center; }
  .contact_phone {
    background: url(/images/phone.png) no-repeat center; }
  .contact_email {
    background: url(/images/email.png) no-repeat center; }

.map_conatiner {
  position: relative;
  height: 300px;
  overflow: hidden;
  max-width: 550px;
  margin: 25px auto 0px auto; }
  #map {
    position: absolute; top: 0; left: 0; width: 100%; height: 100%;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-top: 1px solid #e3e3e3;
    border-left: 1px solid #e3e3e3;
    border-right: 1px solid #e3e3e3;
    }
  .map_addr {
    max-width: 550px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    padding: 18px;
    margin: 0px auto 0px auto;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
  }

.img_border {
  border-radius: 5px;
  border: 8px solid #FFF;
  box-shadow: 0px 1px 6px grey; }

.list {
  list-style: disc;
}
.list li {
  margin-bottom: 12px;
}

/*

    Section: Play minigolf
    ------------

*/

/* Mellanstor skärm */
@media screen and (min-width: 768px) {

  .content_text {
    margin-left: 0px; }

  .minigolf_txt {
    margin-left: 0px; margin-right: 10px; }

}

/* Endast om mellanstorskärm */
@media screen and (min-width: 768px) and (max-width: 989px) {

  .contact_textlabel {
    font-size: 100%;
    padding-top: 5px; }

  .contact_icon {
    margin-right: 4px; }

  .map_addr {
    padding: 12px; }

}


/* Största skärmen */
@media screen and (min-width: 990px) {

  .content_text {
    margin-left: 15px; }

  .minigolf_txt {
    margin-right: 0px; }

}
