:root {
  --sub_heading: #ec6054;
  --licon_color: #ec6054;
  --white: #fff;
  --white_opacity: rgb(255 255 255 / 80%);
  --Lft: left;
  --black: #000;
  --yellow: #fff;
  --drakyellow: #f6c52f;
  --orange: rgb(255, 165, 0);
  --gray: #eeeded;
  --blue: #3dbff0;
}
html,
p,
.light,
.lighter,
.light p,
.lighter p,
.dark .light,
.darker .light,
.dark .lighter,
.darker .lighter,
.dark .light p,
.darker .light p,
.dark .lighter p,
.darker .lighter p,
span.elementor-icon-list-text {
  color: #595d69;
  font-weight: 400;
  text-decoration: none; 
}

.footer.main-footer h4, p{ margin-bottom:20px;}
.overlay {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
}
.home h1 {
  font-weight: 600;
}
h1,
h2,
h3,
h4 {
  line-height: 1.2;
  font-weight: 600;
}
h2.cline_border {
  padding: 0 0 20px;
  margin-bottom: 20px;
  position: relative;
}
h2.cline_border::before {
  position: absolute;
  height: 2px;
  background: var(--blue);
  width: 100px;
  content: "";
  top: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Heading color */
.hcolor_white {
  color: var(--white);
}
.hcolor_black {
  color: var(--black);
}
/*  Center text */
.align_center {
  text-align: center;
  width: 100%;
}

/* Line border style  */
.hline_border,
.hero_heading h1 {
  border-left: 4px solid var(--blue);
  padding-left: 20px;
  line-height: 1.2;
  margin: 15px 0 32px;
}
.cline_border.hcolor {
  color: var(--black);
}
.sub_heading_style {
  color: var(--sub_heading);
}

.omoss_column .fa {
  color: var(--licon_color);
}
.home h1 {
  line-height: 1.3;
}
.button,
.button:visited,
.alt-button,
.alt-button:visited,
.small-button,
.small-button:visited,
.small-alt-button,
.small-alt-button:visited,
.cta a,
.cta a:visited,
input[type="submit"],
input[type="submit"]:visited {
  text-transform: unset;
}

.btn_space_top,.display_flex_none {
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center; margin-bottom: 0;
}
.btn_space_top.display_flex_none { 
    justify-content: flex-start;
}
/*  Gradient */
section#medarbetare .swiper-pagination {
    display: none;
}

.btn{
  text-align: center;
  transition: 0.5s;
  background-size: 200% auto;
  color: var(--white) !important;
 border-radius: 10px;
    border: 0; 
    transition: 0.3s ease;
 } 
 
@media only screen and (max-width: 767px) {
	.main-header-container.bottom {
    height: 60px;
}
	h2.cline_border {
	justify-content: center;
	padding: 0 0 15px;
	position: relative;
	margin-bottom: 15px;
	}
	.hline_border,
	.hero_heading h1 {
	margin: 10px 0 15px;
	}
	.button,
	.button:visited,
	.light .button,
	.light .button:visited,
	.lighter .button,
	.lighter .button:visited {
	font-size: 12px !important;
	padding: 13px 40px 13px 25px;
	}
	.hero_section .slide.slick-slide {
	padding: 80px 0 0;
	margin: 0;
	}

	a.elementor-button.button, .button {
	    max-width: fit-content;
	}
	section#medarbetare .swiper-pagination {
    display: block;
}
}
