/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/
#header {
    position: relative;
    border-bottom: 1px solid #F5F5F5;
}

.primary-menu .ncSlot { width: 100%; }


/** Person **/
/* line 3, ../sass/_person.scss */
div.website_person_container {
  width: 100%;
  padding-top: 20px;
  clear: both;
}

/* line 4, ../sass/_person.scss */
div.website_person_container .website_person {
  clear: both;
}

/* line 5, ../sass/_person.scss */
div.website_person_file.website_person_full {
  width: 95%;
  clear: both;
}

/* line 6, ../sass/_person.scss */
div.website_person_file.website_person_divide {
  padding-right: 1%;
  width: 30%;
}

/* line 8, ../sass/_person.scss */
div.website_person_file .func {
  font-weight: bold;
}

/* line 9, ../sass/_person.scss */
div.website_person .website_person_file {
  float: left;
  text-align: center;
  margin-bottom: 30px;
}

/* line 10, ../sass/_person.scss */
div.website_person .website_person_file img {
  padding: 2px;
  margin-bottom: 10px;
  max-width: 100%;
}

/* line 12, ../sass/_person.scss */
div.website_person .website_person_file .website_person_file_desc ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

/* line 13, ../sass/_person.scss */
div.website_person .website_person_file .website_person_file_image {
  padding: 0px 10px;
}

/* line 15, ../sass/_person.scss */
div.website_person_file.website_person_divide .website_person_file_image {
  padding: 0px;
  padding-right: 5px;
}

/* line 17, ../sass/_person.scss */
.website_person_name {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
}

/* line 18, ../sass/_person.scss */
img.website_person_img {
  border: 4px solid #ddd;
}

/* line 19, ../sass/_person.scss */
.website_person_description {
  padding-top: 50px;
}

/* line 20, ../sass/_person.scss */
.website_person_info {
  padding: 20px 0px;
}

/* line 21, ../sass/_person.scss */
.website_person_info p {
  padding: 0px;
  margin: 0px;
}

/* line 22, ../sass/_person.scss */
.website_person_info a {
  color: #1C2560;
}

/* line 23, ../sass/_person.scss */
.website_person_info p.website_person_return {
  font-weight: bold;
  padding-top: 25px;
}

/* line 24, ../sass/_person.scss */
.website_partner_func {
  font-weight: bold;
  padding: 0px;
  display: block;
  font-size: 16px;
}

/* line 29, ../sass/_person.scss */
.website_person_file_desc img {
  border-radius: 10px;
  border: 2px solid #fff;
  box-shadow: 1px 0 10px #ddd;
  -moz-box-shadow: 1px 0 10px #ddd;
}
/* line 36, ../sass/_person.scss */
.website_person_file_desc ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
/* line 40, ../sass/_person.scss */
.website_person_file_desc ul li {
  background-image: none;
  padding: 0;
  margin: 0;
  float: none;
  width: 100%;
  display: block;
  text-align: center;
}

/* line 54, ../sass/_person.scss */
.ansatte-person-image img {
  max-width: 100%;
  height: auto;
}

/* Border Form Design
---------------------------------------------------------------------------- */

.border-form-control {
  height: 48px;
  padding: 8px 4px;
  font-size: 21px;
  letter-spacing: 1px;
  background-color: transparent !important;
  border-top: transparent;
  border-right: transparent;
  border-left: transparent;
  border-bottom-width: 1px;
  font-family: 'Source Sans Pro', sans-serif;
}

.border-form-control::-moz-placeholder { font-weight: 300; }
.border-form-control:-ms-input-placeholder { font-weight: 300; }
.border-form-control::-webkit-input-placeholder { font-weight: 300; }

textarea.border-form-control {
  resize: none;
  overflow: hidden;
  word-wrap: break-word;
}

.white-font {
position: relative;
}
.white-font::before {
content: "";
    z-index: 1;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
}

.white-font div {
position: relative;
z-index: 100;
}


.no-padding {
  padding: 0px;
}

 .dark .ncComponent-active, .dark  .ncComponent-active h1, .dark  .ncComponent-active h2, .dark  .ncComponent-active  h3, .dark  .ncComponent-active h4, .dark  .ncComponent-active h5, .dark  .ncComponent-active h6  {
color: #111;
}
#body .container-grid { position: relative; }
#body .overlay .container, .overlay .multicol {
  position: relative;
  z-index: 3;
}

#body .overlay.overlay-dark-5 .overlay-wrap {
  background: rgba( 0, 0, 0, 0.5);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}

#body .overlay.overlay-dark-6 .overlay-wrap {
  background: rgba( 0, 0, 0, 0.6);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}

#body .overlay.overlay-dark-7 .overlay-wrap {
  background: rgba( 0, 0, 0, 0.7);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}

#body .overlay.overlay-dark-75 .overlay-wrap {
  background: rgba( 0, 0, 0, 0.75);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}

#body .overlay.overlay-dark-8 .overlay-wrap {
  background: rgba( 0, 0, 0, 0.8);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}


#body .overlay.overlay-light-5 .overlay-wrap {
  background: rgba( 255, 255, 255, 0.5);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}

#body .overlay.overlay-light-6 .overlay-wrap {
  background: rgba( 255, 255, 255, 0.6);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}

#body .overlay.overlay-light-7 .overlay-wrap {
  background: rgba( 255, 255, 255, 0.7);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}

#body .overlay.overlay-light-75 .overlay-wrap {
  background: rgba( 255, 255, 255, 0.75);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}

#body .overlay.overlay-light-8 .overlay-wrap {
  background: rgba( 255, 255, 255, 0.8);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}