/*
Theme Name: The Fox child theme
Theme URI: ../theFox_child_theme/
Description: Visual Composer Starter child theme
Author: LIFA A/S (JKN)
Author URI: http://www.lifa.dk
Template: thefox
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, blog, starter, responsive-layout, accessibility-ready, sandwich-menu
Text Domain: visual-composer-starter-child
*/


/* Add your custom css below -------------------------------- */

.nocomments {
	display: none;
}

.wpb_animate_when_almost_visible {
	opacity: 1 !important;
}

/* LIFA bokse */

.employee {
    border: 0px solid #d5d5d5;
    overflow: hidden;
    text-align: left;
    display: inline-block;
    margin: 10px 10px 10px 10px;
    vertical-align: top;
    width: 155px;
    height: 330px;
    max-width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition: all 0.2s linear;
}

.employee .img {
    border: 2px dotted #d5d5d5;
    padding: 5px 5px 5px 5px;
    height: 190px;
    position: relative;
    overflow: hidden;
    margin: 0 0 0 0;
}

.employee .text, .employee .text a {
    color: #656565;
}

.employee .text {
    padding: 12px;
 /*   font-size: 14px; */
}

.employee .position {
    font-size: 12px;
    line-height: 1.1em;
}

.employee .phone, .mail {
    font-size: 12px;
}

.employee .name {
    font-size: 14px;
    color: #100e0e;
    font-family: "PT Sans", sans-serif;
    line-height: 1.1em;
    margin: 5px 0;
}

.employee .phone:before {
content: "T  ";
}

.employee .mail:before {
content: "@  ";
}

.employee:hover{
    background-color: #9eb6d5;
}

/* LIFA boks ansvar ------------------- */

.employee_area {
    border: 0px solid #d5d5d5;
    overflow: hidden;
    text-align: left;
    display: inline-block;
    margin: 10px 10px 10px 0px;
    vertical-align: top;
   /* width: 155px; */
    height: 190px; 
    max-width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition: all 0.2s linear;
}

.employee_area .img_area {
    border: 2px dotted #d5d5d5;
    height: 190px;
    margin: 0;
    display: inline-block;
}

.employee_area .text_area, .employee_area .text_area a {
    color: #656565;
}

.employee_area .text_area {
    border: 0px dotted #d5d5d5;    
    display: inline-block;
    overflow: hidden;
    vertical-align: top;
    margin: 0px 0px 0px 5px;
}

.employee_area .position_area {
    font-size: 12px;
}

.employee_area .phone_area, .mail_area {
    font-size: 14px;
}

.employee_area .name_area {
    font-size: 16px;
    color: #100e0e;
    font-family: "PT Sans", sans-serif;
    line-height: 1.1em;
}

.employee_area .phone_area:before {
content: "T  ";
}

.employee_area .mail_area:before {
content: "@  ";
}


/* Blandet koder ------------------ */


.slogan {
    font-size: 30px;
    font-family: Open Sans;
    font-weight: 800;
    font-style: normal;
}

.image-comparator.bullet-on-thin-line .noUi-horizontal .noUi-handle {
    width: 15px;
    height: 15px;
    left: -7px;
    top: -6px;
    border-color: black;
    background-color: black;
    box-shadow: none;
    border-radius: 30px;
}

.image-comparator.bullet-on-thin-line .noUi-horizontal .noUi-handle:after,
.image-comparator.bullet-on-thin-line .noUi-horizontal .noUi-handle:before {
    display: none;
}
 
.image-comparator.bullet-on-thin-line .noUi-target {
    border-radius: 10px;
    border-color: black;
    background-color: black;
    box-shadow: none;
    height: 5px;
}

.page_title_ctn {
margin:0px 0 0 0;
position:relative;
clear:both;
background-position:top center;
padding:43px 0px;
z-index:2;
overflow:visible;
background:#f9fafb;
}

.page_title_ctn h1 {
font-weight:400;
margin-bottom:0;
font-size:60px;
line-height:50px;
color:#2c3e50;
max-width:420px;
float:left;
}

.blaa {
color:#e4e4e4 !important;
padding: 30px 0 30px 0; 
background-color: #003366;   
}

.blaa h1, .blaa h2, .blaa h3, .blaa h4, .blaa h5{
color:#f4f4f4;
}

h2, h3 {
padding: 10px 0 10px 0;
}

.blaa a {
text-decoration: underline;
color:#e4e4e4 !important;
}

p {
  line-height: 22px !important;
text-shadow: 0 0 1px rgba(0,0,0,0.3);
}

p a, li a, .wpgmp_map a {
text-decoration: underline;
}

.menu-item a, .textwidget a {
text-decoration: none;
	}