
body {
  background-image: url("images/skbl/dust-min.png");
  /* background-color: #EFF4D1; */
  background-color: #f4f0d1;
  font-family: 'Source Sans Pro', sans-serif;
  color:#000;
}


h1, h2, h3, h4, h5, h6 {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: normal;
}

h3 {
    font-size: 23px;
}

#header-title h1 {
  font-size: 2.4em;
  margin-top: 42px;
  font-family: Spectral;
  font-weight: normal;
}

#search {
  margin-top: 29px;
}


#logo {
  margin-top: 5px;
  margin-bottom: 5px;
}

#navbar {
  border-top: 1px solid #ffc930;
  font-family: 'Source Sans Pro', sans-serif;
}

#search .input-group {

}

.maximize_all {
  cursor: pointer;
}

.reference-to-skbl b {
  font-weight: normal !important;
}

.top-link {
  font-size: small;
  margin-top: 30px;
}

.karp-link {
  margin-top: 10px;
}

#advanced_box {
  display: none;
  position: fixed;
  top: 4px;
  right: 4px;
  width: 300px;
  background-color: #ffc930;
  padding: 12px;
  z-index: 1000;
  border-bottom-left-radius: 18px;
  -webkit-border-bottom-left-radius: 18px;
  -moz-border-bottom-left-radius: 18px;
}
#advanced_box_header_area {
  text-align: right;
  width: 100%;
  height: 20px;
}
#advanced_box_close {
  cursor: pointer;
  right: 8px;
  position: absolute;
}

@media (max-width: 800px) {
  #header-title h1{
    font-size: 2em;
    margin-top: 10px;
    text-align: center;
  }
  #logo img{
    display: block;
    margin: auto;
  }
  #search {
    margin-top: 10px;
    margin-bottom: 5px;
  }
  #navbar {
    margin-bottom: 0px;
  }
  .searchtooltip {
    display: none;
  }
}

@media (min-width: 800px) {
  #navbar ul .first-menu-item{
    padding-left: 0px;
  }

  #navbar .container-fluid, #navbar-collapse {
    padding-left: 0px;
  }

  #search .input-group {
    margin-top: 10px;
    max-width: 300px;
    float: right;
  }

  .tooltip-parent {
    position: relative;
    display: inline-block;
  }
  .tooltip-parent .searchtooltip {
    visibility: hidden;
    width: 100%;
    background-color: #ffc930;
    color: #000;
    text-align: center;
    border-radius: 6px;
    padding: 5px 5px;
    position: absolute;
    z-index: 1;
    top: 100%;
    margin-top: 7px;
  }
  .tooltip-parent .searchtooltip:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #ffc930;
    left: 48%;
    top: -7px;
  }

  .tooltip-parent:hover .searchtooltip {
    visibility: visible;
  }
}

.border div {
    position: relative;
}
.border h3 {
    position: absolute;
    top: 1px;
    left: 1px;
    color: #352923;
    /*background: linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.7) 40%) no-repeat;*/
    background: radial-gradient(at top left, rgba(255, 255, 255, 1.0) 30%, rgba(255, 255, 255, 0.5) 100%);
    padding: 3px 5px 5px 10px;
    margin-top: 0px;
}

a {
  color: #000;
}

a:hover, a:focus {
  color: #000;
}

hr {
  border-top: 1px solid #ffc930;
}

#footer h3, #navbar {
  text-transform: uppercase;
}

#footer h3 {
  font-size: 17px;
}

.image-overlay {
  display: inline-block;
  position: relative;
  margin-bottom: 10px;
  font-weight: bold;
}
.image-overlay:after {
  content: '';
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  background: #996633;
  opacity: 0.15;
}
.image-overlay:hover:after {
  opacity: 0;
}

.stylish-input-group .input-group-addon {
  background: white !important;
}
.stylish-input-group .form-control, #search .input-group-addon {
	border-color: #ffc930;
	border-radius: 0px;
}

.stylish-input-group .form-control {
	border-right: 0;
	box-shadow: 0 0 0;
}

.stylish-input-group button {
  border: 0;
  background: transparent;
}

.keyword_list_item {
  list-style-type: none;
  margin: 0 0 5px 0;
  padding: 0;
}

li {
  margin: 0 0 5px 0;
}

.no_bullets li {
    list-style-type: none;
}

.carousel-caption h3 {
  color: #fff;
}

.badge {
  background-color: #ffc930;
  color: #000;
  font-family: 'Verdana', sans-serif;
  font-weight: bold;
  padding-top: 4px;
}


/* Share links */
.resp-sharing-button__link,
.resp-sharing-button__icon {
  display: inline-block
}

.resp-sharing-button__link {
  text-decoration: none;
  color: #fff;
  margin: 0.5em
}

.resp-sharing-button {
  /* border-radius: 5px; */
  transition: 25ms ease-out;
  padding: 0.5em 0.75em;
  font-size: 0.75em;
}

.resp-sharing-button__icon svg {
  width: 1em;
  height: 1em;
  /* margin-right: 0.4em; */
  vertical-align: top
}

.resp-sharing-button--small svg {
  margin: 0;
  vertical-align: middle
}

/* Non solid icons get a stroke */
.resp-sharing-button__icon {
  stroke: #fff;
  fill: none
}

/* Solid icons get a fill */
.resp-sharing-button__icon--solid,
.resp-sharing-button__icon--solidcircle {
  fill: #fff;
  stroke: none
}

.resp-sharing-button--twitter {
  background-color: #55acee
}

.resp-sharing-button--twitter:hover {
  background-color: #2795e9
}

.resp-sharing-button--pinterest {
  background-color: #bd081c
}

.resp-sharing-button--pinterest:hover {
  background-color: #8c0615
}

.resp-sharing-button--facebook {
  background-color: #3b5998
}

.resp-sharing-button--facebook:hover {
  background-color: #2d4373
}

.resp-sharing-button--tumblr {
  background-color: #35465C
}

.resp-sharing-button--tumblr:hover {
  background-color: #222d3c
}

.resp-sharing-button--reddit {
  background-color: #5f99cf
}

.resp-sharing-button--reddit:hover {
  background-color: #3a80c1
}

.resp-sharing-button--google {
  background-color: #dd4b39
}

.resp-sharing-button--google:hover {
  background-color: #c23321
}

.resp-sharing-button--linkedin {
  background-color: #0077b5
}

.resp-sharing-button--linkedin:hover {
  background-color: #046293
}

.resp-sharing-button--email {
  background-color: #777
}

.resp-sharing-button--email:hover {
  background-color: #5e5e5e
}

.resp-sharing-button--xing {
  background-color: #1a7576
}

.resp-sharing-button--xing:hover {
  background-color: #114c4c
}

.resp-sharing-button--whatsapp {
  background-color: #25D366
}

.resp-sharing-button--whatsapp:hover {
  background-color: #1da851
}

.resp-sharing-button--hackernews {
background-color: #FF6600
}
.resp-sharing-button--hackernews:hover, .resp-sharing-button--hackernews:focus {   background-color: #FB6200 }

.resp-sharing-button--vk {
  background-color: #507299
}

.resp-sharing-button--vk:hover {
  background-color: #43648c
}

.resp-sharing-button--facebook {
  background-color: #3b5998;
  border-color: #3b5998;
}

.resp-sharing-button--facebook:hover,
.resp-sharing-button--facebook:active {
  background-color: #2d4373;
  border-color: #2d4373;
}

.resp-sharing-button--twitter {
  background-color: #55acee;
  border-color: #55acee;
}

.resp-sharing-button--twitter:hover,
.resp-sharing-button--twitter:active {
  background-color: #2795e9;
  border-color: #2795e9;
}

.resp-sharing-button--google {
  background-color: #dd4b39;
  border-color: #dd4b39;
}

.resp-sharing-button--google:hover,
.resp-sharing-button--google:active {
  background-color: #c23321;
  border-color: #c23321;
}

.resp-sharing-button--email {
  background-color: #777777;
  border-color: #777777;
}

.resp-sharing-button--email:hover,
.resp-sharing-button--email:active {
  background-color: #5e5e5e;
  border-color: #5e5e5e;
}

.resp-sharing-button--hackernews {
  background-color: #FF6600;
  border-color: #FF6600;
}

.resp-sharing-button--hackernews:hover
.resp-sharing-button--hackernews:active {
  background-color: #FB6200;
  border-color: #FB6200;
}

/* Artikelsidan */
.ellipsis_header {
  cursor: pointer;
}
.ellipsis_contents {
  display: none;
}

#familjeforhallanden_lista {
  margin-top: 42px;
}

li .glyphicon-link {
  color: #357ebd;
}
.main_text a, a.visible_link {
  color: #357ebd;
}
#article_map {
  margin-bottom: 20px;
}
#article_map_button {
  cursor: pointer;
  color: #357ebd;
  margin-bottom: 10px;
}
#article_map_button_hide {
  cursor: pointer;
  color: #357ebd;
  margin-bottom: 10px;
}



.nested_part {
  margin-bottom: 60px;
}
.nested_container {
  position: relative;
  margin-bottom: 40px;
}
.fadeout {
    position: absolute;
    bottom: 0em;
    width: 100%;
    height: 4em;
    background: -webkit-linear-gradient(
        rgba(244, 240, 209, 0) 0%,
        rgba(244, 240, 209, 1) 100%
    );
    background-image: -moz-linear-gradient(
        rgba(244, 240, 209, 0) 0%,
        rgba(244, 240, 209, 1) 100%
    );
    background-image: -o-linear-gradient(
        rgba(244, 240, 209, 0) 0%,
        rgba(244, 240, 209, 1) 100%
    );
    background-image: linear-gradient(
        rgba(244, 240, 209, 0) 0%,
        rgba(244, 240, 209, 1) 100%
    );
    background-image: -ms-linear-gradient(
        rgba(244, 240, 209, 0) 0%,
        rgba(244, 240, 209, 1) 100%
    );
    padding-top: 74px;
    padding-left: 40px;
    cursor: pointer;
}
.more {
  color: #357ebd;
  margin-left: 40px;
}
.minimize_items {
  cursor: pointer;
  margin-left: 40px;
}
.alphabetlist {
    font-size: 1.3em;
    margin-right: 5px;
    padding-right: 5px;
    white-space: nowrap;
}

.vertical_bar {
    border-right: thin solid #000000;
}

#open_advanced_box {
  cursor: pointer;
  margin-left: 5px;
}

#right-panel {
  border: 1px solid #ffc930;
  background-color: rgba(255, 201, 48, 0.1);
  padding: 31px;
}
.civ-status-text {
  margin-left: 40px;
}

.indent {
    margin-left: 20px;
}

.extra_field {
    display: none;
}

.form-control {
    color: black;
}

.footnote {
    font-size: 0.9em;
}

blockquote {
    font-size: unset;
    border-left: unset;
}

.bottom-image {
    border: 1px solid gold;
}

.bottom-logo {
    max-height: 70px;
    vertical-align: middle;
    display: inline-block;
    padding-left: 5px;
}

.logos img:last-child{ display:none;}
.logos a:hover img:first-child{ display:none;}
.logos a:hover img:last-child{ display:block;}

.authorinfo{
    margin-top: 16px;
}
.no_anchor_decor:hover {
    text-decoration: none;
}

@media print {

  body {
    background: white;
  }
  #search {
    display: none;
  }
  #open_advanced_box {
    display: none;
  }
  #advanced_box {
    display: none;
  }
  .toggle-dates {
    display: none;
  }
  .top-link {
    display: none;
  }
  .share-buttons {
    display: none;
  }
  a[href]:after {
    content: none !important;
  }
  .image-links {
    display: none;
  }
  .karp-article-link {
    display: none;
  }
  .bottom-logo {
    width: 160px;
    padding: 20px;
  }
  hr {
    display: none;
  }
  .fadeout {
    display: none;
  }
  .hidden_first {
    display: block !important;
  }
  .shown_first {
    display: none !important;
  }
  .portrait-description {
    display: table;
  }
  .minimize_items {
    display: none;
  }
  .logos {
    margin-top: 4em;
  }

}
