body,html {min-height: 100%;}

body {
  font-family: 'Quicksand', sans-serif;
  font-size: 18px;
  padding-top: 180px;
  overflow-x: hidden;
}
.frontpage {
  padding-top: 85px;
}
img {
  max-width: 100%;
  height: auto;
}
h1,h2,h3,strong {
  color: #EF413A
}

strong {
  font-size: 1.1em;
}
/* NAV */
.navbar {
  padding-bottom: 10px;
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 9999;
  background-color: #fff;
  border-bottom: 2px solid #EF413A
}
.navbar-brand img {
  
  width: 100%;
  height: auto;
  max-width: 130px;

}
.navbar-brand {
  display: block;
  margin: 0px auto;
  text-align: center;
}
.navbar-brand:hover {
  border: none !important;
}
.menu {
  margin: 0px;
  padding: 0px;
}
.navbar a {
  color: #000;
  font-size: 1.2em;
}
.navbar a:hover {
  color: #EF413A;
  text-decoration: none;
  border-bottom: 2px solid #EF413A;
}
.navbar .container {
  width: 100%;
  max-width: 100%;
}
.navbar .col-2 a {
  border: none;
}
.menu-item {
  display: inline-block;
  margin: 0px 15px;
  padding: 0px;
}
.navbar .row {
  width: 100%;
}
#menu-meny-venstre {
  text-align: right;
  width: 100%;
  display: block;
}
/* SECTION-defaults */
section {
  padding: 90px 0px;
}
.colnmb_3 {
  padding-bottom: 0px;
}
/* SLIDES */
#slides {
  overflow: hidden;
}

.item img {
  margin: 0px auto;
}
table img {
  max-width: 140px !important;
  height: auto;
  margin-left: 20px !important;
}
table td:nth-child(1){
  padding-right: 20px;
  border-right: 1px dotted #EF413A;
}
.carousel-content h1 {
  margin-top: -40%;
  font-size: 3vw;
  line-height: 1em;
  color: #EF413A;
  background-color: #ffda6f;
  padding: 60px 90px;
  display: inline-block;
  font-weight: 700;
}
@media(max-width: 992px){
  .carousel-content h1 {
    font-size: 2em;
    padding: 20px 30px;
    margin-top: -20%;
  }
}
figure {
  margin-bottom: 0px;
}
.center_module figure {
  width: 100%; 
  text-align: center;
}
.center_module img {
  max-width: 100%;
  margin: 0px auto;
}
/* PAGE specific*/
#omrader strong {
  font-weight: normal;
  color: #00b8b5;
}
.sak p {
  margin-bottom: 0px;
}
.sak h3 {
  color: #EF413A;
}
.sak-wrapper {
  background-color: #fff;
  box-shadow: 0px 2px 20px rgba(0,0,0,0.1);
  padding: 30px;
  margin-bottom: 30px;
}
.kandidat {
  position: relative;
  margin-bottom: 50px;
}
.kandidat img {
  margin-bottom: 20px;
}
.kandidat span {
  position: absolute;
  top: -20px;
  left: 40px;
  width: 40px;
  font-size: 1.5em;
  font-weight: 700;
  height: 40px;
  border-radius: 50%;
  background-color: #EF413A;
  color: #ffda6f;
}
.plain_module h1 {
  font-size: 2.3em;
  max-width: 900px;
}

.plain_module .lead {
  font-size: 1.2em;
}
  .plain_module {padding: 0px;}
  @media(min-width: 2200px){
    .container {
      max-width: 1650px;
    }
  }
  .image_text_module img {
    max-width: inherit;
    width: 100%;
  }
  ul li {
    margin-bottom: 15px;
  }
  .sak a,.back a, .footer .widget-area a {
    border: 2px solid #EF413A;
    display: inline-block;
    padding: 8px 15px;
    text-transform: uppercase;
    color: #000;
    
    text-decoration: none;
    transition: all 0.3s ease;
  }
  .sak a {
    margin-top: 15px;
  }
  .back a {
    font-size: 1.2em;
  }
  .sak a:hover,.back a:hover, .footer .widget-area a:hover{
    transition: all 0.3s ease;
    background-color: #ffda6f;
    border-color: #ffda6f;
  }

  #kandidater ul {
    margin: 0px;
    padding: 15px;
    width: 100%;
    
    list-style: none;
  }
  @media(min-width: 768px){
    #kandidater ul {
      columns: 2;
    }
  }
  #kandidater span {
    color: #EF413A;
  }
  #kandidater strong {
    color: #000;
  }
  .footer {
    margin-top: 90px;
    background-color: rgba(167, 156, 148, 0.1)
  }
  .footer h2 {
    margin-bottom: 30px;
  }
  .footer .widgetarea:last-child h2{
    font-size: 3em;
  }
  .footer .widget-area {
text-align: center;
  }
.image_module .container {
  width: 100%;
  max-width: 1400px;
}
figure {
  position: relative;
}
figure img {
  width: 100%;
  height: auto;
}
.caption {
  background-color: #ffda6f;
  padding: 15px;
  color: #EF413A;
  position: absolute;
  text-align: left;
  display: inline-block;
  bottom: 50px;
  left: 50px;
}
.image_text_module .container {
   background-color: #ffda6f;
  width: 100%;
  max-width: 1600px;
}
.image_text_module .col-lg-8 {
  padding: 0px;
}
.image_text_module .col-lg-4 {
  background-color: #ffda6f;
  padding: 60px;
}
.image_text_module .imgleft figure,.image_text_module .imgright figure {
  height: 100%;
  overflow: hidden;
}
.image_text_module .imright img,.image_text_module .imgleft img {
  height: 100%;
  object-fit: cover;
}
@media(max-width: 992px){
  .plain_module h1 {
  font-size: 1.6em;
}
}

.plain_module a {
    border: 2px solid #EF413A;
    display: inline-block;
    padding: 8px 15px;
    text-transform: uppercase;
    color: #000;
    font-size: 0.7em;
    text-decoration: none;
    transition: all 0.3s ease;
  }
  .plain_module a:hover{
    transition: all 0.3s ease;
    background-color: #ffda6f;
    border-color: #ffda6f;
  }
  .text_module .col {
    max-width: 50%;
  }
  .single table {
    /*width: 400px;*/
    margin: 0px auto;
    margin-bottom: 15px;
  }
  .single table img {
    width: 90px;
    height: auto;
    border-radius: 50%;
  }
  .single td {
    padding: 20px;
  }
  .leserinnleggtop {
    font-size: 12px;
    color: #ccc;
  }
.container .lead h1 {
  width: 100%;
  margin: 0px auto;
  text-align: center;
  margin-bottom: 40px;
}
.leserinnlegg img {
  width: 90px;
  border-radius: 50%;
  margin-left: 0px !important;.
}
.leserinnlegg table {
  width: 100%;
  margin: 0px auto;
}
.leserinnlegg td {
  text-align: left;
  padding: 0px 30px;
}
.leserinnlegg td:first-child {
  width: 100px;
  padding: 0px;
}

.leserinnlegg h3 {
  color: #000;
  text-transform: none;
}
.leserinnlegg a {
  margin: 30px;
  width: 100%;
  max-width: 500px;
}
#leserinnlegg h1{
  margin: 30px auto;
}
.menuitems {
  display: none;
  position: absolute;
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  align-items: center;
  
  z-index: 99999;
  background-color: #ffda6f;
}
.menuitems.show {
  display: flex;
}
#menu-meny-venstre-1 {
  text-align: right;
}
.menuitems .burger {
  position: absolute;
  right: 20px;
  top: 20px;
}
.mobilemenu {
  width: 100%;
}
.mobilemenu ul {
  margin: 0px;
  padding: 0px;
}
.mobilemenu a {
  color: #000;
  display: block;
  margin-bottom: 10px;
}
.mobilemenu .menu-item {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 1.4em;
  margin: 15px 0px;
}
.image_text_module a {
  color: #000;
  text-decoration: underline;
}
.image_text_module a:hover {
  color: #EF413A;
}
.text_module .col-12 {
  margin-bottom: 30px;
}
.last-widgets * {
  font-size: 0.9em;
}
.last-widgets a {
  color: #333;
}
.shareicons {
  margin-bottom: 30px;
}
.shareicons a {
  padding: 0px;
  margin: 0px 8px;
  border: none;
}
@media(max-width: 768px){
  .navbar img {
    height: 60px;
    width: auto;
  }
  .navbar svg {
    width: 40px;
    height: auto;
  }
  .navbar .row {
    align-items: center !important;
  }
  .leserinnlegg a table {
    width: 100%;
    
  }
  #barnasby h1 {
    font-size: 2.1em;
  }
  #barnasby h3 {
    font-size: 26px;
  }
  .navbar-brand {
    text-align: left;
  }
  .navbar .container-fluid {
    padding-right: 0px;
  }
 .carousel-content h1 {
    font-size: 1.5em;
    margin-top: -5%;
  }
  .plain_module a {
    font-size: 0.65em;
  }
  .leserinnlegg h3 {
    font-size: 1.4em;
  }
  .leserinnlegg a {
    margin: 0px;
    margin-bottom: 15px;
    width: 100%;
  }
  .leserinnlegg td:last-of-type {
    padding-right: 10px;
  }
  .caption {
    bottom: 10px;
    left: 10px;
    padding: 7px;
    line-height: 1em;
  }
}
.lead p {
  max-width: 600px;
  margin: 0px auto;
  margin-bottom: 20px;
}