
/*
 * Globals
 */

.menu-red-part, .bottom-menu-part
{

  z-index: 2000;
  -webkit-animation-delay: .65s;
          animation-delay: .65s;
	  -webkit-transition: opacity .65s ease;
  transition: opacity .65s ease;
}

.button_container {
/*  position: fixed;*/
	position: relative;
	display:inline-block;
  height: 27px;
  width: 35px;
  cursor: pointer;
  z-index: 2000;
  -webkit-transition: opacity .25s ease;
  transition: opacity .25s ease;
}
.button_container:hover {
  opacity: .8;
}
.button_container.active .top {
  -webkit-transform: translateY(10px) translateX(0) rotate(45deg);
          transform: translateY(10px) translateX(0) rotate(45deg);
  background: #2B2D2D;
}
.button_container.active .middle {
  opacity: 0;
  background: #2B2D2D;
}
.button_container.active .bottom {
  -webkit-transform: translateY(-10px) translateX(0) rotate(-45deg);
          transform: translateY(-10px) translateX(0) rotate(-45deg);
  background: #2B2D2D;
}
.button_container span {
  background: #2B2D2D;
  border: none;
  height: 5px;
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0;
  -webkit-transition: all .35s ease;
  transition: all .35s ease;
  cursor: pointer;
}
.page-template-standard .button_container span {
  background: #FFF;
}
.button_container span:nth-of-type(2) {
  top: 10px;
}
.button_container span:nth-of-type(3) {
  top: 20px;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  visibility: hidden;
  -webkit-transition: opacity .35s, visibility .35s, width .35s;
  transition: opacity .35s, visibility .35s, width .35s;
  z-index: 1999;
}
.overlay:before {
  content: '';
  background: #FFF;
  left: -55%;
  top: 0;
  width: 50%;
  height: 100%;
  position: absolute;
  -webkit-transition: left .35s ease;
  transition: left .35s ease;
}
.overlay:after {
  content: '';
  background: #FFF;
  right: -55%;
  top: 0;
  width: 50%;
  height: 100%;
  position: absolute;
  -webkit-transition: all .35s ease;
  transition: all .35s ease;
}
.overlay.open {
  opacity: 1;
  visibility: visible;
  height: 100%;
}
.overlay.open:before {
  left: 0;
}
.overlay.open:after {
  right: 0;
}
.overlay.open li {
  -webkit-animation: fadeInRight .5s ease forwards;
          animation: fadeInRight .5s ease forwards;
  -webkit-animation-delay: .35s;
          animation-delay: .35s;
}
.overlay.open h2 {
  -webkit-animation: fadeInRight .5s ease forwards;
          animation: fadeInRight .5s ease forwards;
  -webkit-animation-delay: .35s;
          animation-delay: .35s;
}
.overlay.open .menu-red-part{
  -webkit-animation: fadeInRight .5s ease forwards;
          animation: fadeInRight .5s ease forwards;
  -webkit-animation-delay: .35s;
          animation-delay: .35s;
}
.overlay.open li:nth-of-type(2) {
  -webkit-animation-delay: .50s;
          animation-delay: .50s;
}
.overlay.open li:nth-of-type(3) {
  -webkit-animation-delay: .65s;
          animation-delay: .65s;
}
.overlay.open li:nth-of-type(4) {
  -webkit-animation-delay: .80s;
          animation-delay: .80s;
}
.overlay.open li:nth-of-type(5) {
  -webkit-animation-delay: .95s;
          animation-delay: .95s;
}
.overlay nav {
  position: relative;
  height: 70%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 50px;
  font-weight: 400;
  text-align: center;
  z-index: 100;
}
.overlay h2 {
  opacity: 0;
}
.overlay .menu-red-part {
  opacity: 0;
}
.overlay ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: inline-block;
  position: relative;
  height: 100%;
}
.overlay ul li {
  display: block;
  height: 25%;
  height: calc(100% / 4);
  /*min-height: 50px;*/
  position: relative;
  opacity: 0;
}
.overlay ul li a {
  display: inline-block;
  position: relative;
  color: #000;
  text-decoration: none;
  overflow: hidden;
}
.overlay ul li a:hover:after, .overlay ul li a:focus:after, .overlay ul li a:active:after {
  width: 100%;
}
.overlay ul li a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 3px;
  background: #2B2D2D;
  -webkit-transition: .35s;
  transition: .35s;
}
.arkiv a:after {

  background: #20A39E!important;

}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}


.bottom-menu-items li{
    float:left; 
	display: inline;
    padding: 0px 20px!important;
	letter-spacing: 2px;
    border-left: solid 2px black;
	line-height: normal!important;
  }
.bottom-menu-items li a{
    padding-bottom:3px;
  }
.bottom-menu-items li:first-child{
    border-left: none;
}


















.swpm-text-field {
    background-color: #FFFFFF!important;
    border: 1px solid #2B2D2D;

    color: #2B2D2D!important;
    padding: 8px 12px;
    height: 40px;
    -webkit-box-shadow: none;
    box-shadow: none;
	
	display: block;
    width: 100%;
	font-size: 1rem;
    line-height: 1.25;
	background-image: none;
    background-clip: padding-box;
    /*border-radius: .75rem;*/
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
button, html input[type="button"], input[type="reset"], input[type="submit"]{
    color: #FFFFFF;
    background-color: #20A39E;
    opacity: 1;
	border-color: #20A39E;
	border-width: 2px;
	    user-select: none;
    border: 1px solid transparent;
	    padding: .5rem .75rem;
	font-family: Fira Sans,sans-serif;
	white-space: nowrap;
    border-radius: 0;
    text-transform: uppercase;
    font-size: 14px;
    padding: 8px 30px;
    font-weight: 500;
    height: 40px;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
    outline: none;
    box-shadow: none;
}
button:hover, html input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
    color: #fff;
    background-color: #20a39e;
    border-color: #20a39e;
	opacity: .5;
}

.slick-slide, .slick-track, .slick-list, .slick-slide-fade {
  /* ... */
  position: relative;
  z-index:100;
}




/* You could use :after - it doesn't really matter */
.nav_wrap:before {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 1;
    background-image: url('https://insights.barracodawebagency.se/wp-content/uploads/2020/10/backie_fa.png');
    background-repeat: repeat-x;
    background-position: 50% 0;
	background-size: contain;
}

.navbar-brand img {max-height:118px;}

#masthead .navbar-nav > li > a:hover, #masthead .navbar-nav > li.current_page_item > a {
    text-decoration: underline;
}



/*styling open close button*/
.button {
	display:inline;
	/*position:absolute;*/
	position: relative;
	/*right:150px;
	top:106px;*/
	z-index:1040;
	font-size:32px;
}
.button a:hover {
	text-decoration:none;
}
.button a {
	text-decoration:none;
}
.btn-open:after {
	color:#2B2D2D;
	content:"\f0c9";
	font-family:"FontAwesome";
	transition-property:all .2s linear 0s;
	-moz-transition:all .2s linear 0s;
	-webkit-transition:all .2s linear 0s;
	-o-transition:all .2s linear 0s;
	z-index:1040;
}
.btn-open:hover:after {
	color:#20A39E;
	text-decoration: none;
}
.btn-close:after {
	color:#2B2D2D;
	content:"\f00d";
	font-family:"FontAwesome";
	transition-property:all .2s linear 0s;
	-moz-transition:all .2s linear 0s;
	-webkit-transition:all .2s linear 0s;
	-o-transition:all .2s linear 0s;
	z-index:1040;
}
.btn-close:hover:after {
	color: #20A39E;
	text-decoration: none;
}
/*overlay*/
/*
.overlay {
	display:none;
	position:fixed;
	top:170px;
	left:0;
	height:100%;
	width:100%;
	background:#FFF;
	overflow:auto;
	z-index:1035;
	opacity: 1;
}

.overlay hr {border: 1px solid #232323;margin-left:0px;margin-right:0px;}*/

@media screen and (max-width:48em) {
	
	nav ul {
		opacity:0;
		visibility:hidden;
	}
}








.swpm-post-not-logged-in-msg { font-family: Lora; font-size: 20px; font-style: normal; font-variant: normal; font-weight: 400; line-height: 30px; padding-top: 130px;padding-bottom: 100px;}
.swpm-post-not-logged-in-msg a, .swpm-login-link {color: #20A39E!important;}
.text-textcolor {color: #2B2D2D!important;}
.text-headercolor, .arkiv a {color: #20A39E!important;}
.text-deadlinkcolor {color: #20A39E!important;opacity: .25;}
.text-textredcolor {color: #EF5B5B!important;}

#primary{ padding-top:0px;padding-right:0px;padding-left:0px;}
#ledare{ padding-top: 130px;padding-bottom: 100px;}
#ledare_page, #trender, #do_not_do, #intervju, #panelen, #scrolla_nummer{ padding-top: 100px;padding-bottom: 100px;}
#gastskribent_page{ padding-top: 0px;padding-bottom: 100px;}
#intervju_page{ padding-top: 145px;padding-bottom: 100px;}
#trender_page{ padding-top: 0px;padding-bottom: 100px;}
#experten_page{ padding-top: 0px;padding-bottom: 100px;}

.swpm-pw-reset-widget-form label, .swpm-login-widget-form label, p { font-family: Lora; font-size: 15px; font-style: normal; font-variant: normal; font-weight: 400; line-height: 21px; } 
.swpm-login-widget-form span{ font-family: Lora; font-size: 15px; font-style: normal; font-variant: normal; font-weight: 400; line-height: 41px;} 
.swpm-login-form-pw-reset-link { font-family: Lora; font-size: 15px; font-style: normal; font-variant: normal; font-weight: 400; line-height: 21px;} 
.swpm-login-form-register-link{ font-family: 'Fira Sans', sans-serif; font-size: 15px; font-style: normal; font-variant: normal; font-weight: 400; line-height: 41px;text-transform: uppercase;} 

@media (min-width: 576px) {
	.swpm-pw-reset-widget-form label, .swpm-login-widget-form label, ol, ul, p { font-family: Lora; font-size: 15px; font-style: normal; font-variant: normal; font-weight: 400; line-height: 21px; } 
	.swpm-login-widget-form span{ font-family: Lora; font-size: 15px; font-style: normal; font-variant: normal; font-weight: 400; line-height: 41px;} 
}
@media (min-width: 768px) {
	.swpm-pw-reset-widget-form label, .swpm-login-widget-form label, ol, ul, p { font-family: Lora; font-size: 15px; font-style: normal; font-variant: normal; font-weight: 400; line-height: 21px; } 
}
@media (min-width: 992px) {
	.swpm-pw-reset-widget-form label, .swpm-login-widget-form label, ol, ul, p { font-family: Lora; font-size: 15px; font-style: normal; font-variant: normal; font-weight: 400; line-height: 21px; } 
}
@media (min-width: 1200px) {
	.swpm-pw-reset-widget-form label, .swpm-login-widget-form label, ol, ul, p { font-family: Lora; font-size: 15px; font-style: normal; font-variant: normal; font-weight: 400; line-height: 21px; } 
}
@media (min-width: 1700px) {
	.swpm-pw-reset-widget-form label, .swpm-login-widget-form label, ol, ul, p { font-family: Lora; font-size: 20px; font-style: normal; font-variant: normal; font-weight: 400; line-height: 30px; } 
}

/*START NAVBAR*/
nav {text-align:center; width:100%; position:relative; height:auto; overflow:hidden;}
.navbar-nav {width:0px;padding-right:30px;display: none!important;;}
nav ul li {display:inline-block;z-index: 2;color:#fff;white-space: nowrap;}
nav ul li a {display:inline-block; padding:3em 1em; text-decoration:none; transition-property:all .2s linear 0s;-moz-transition:all .2s linear 0s;-webkit-transition:all .2s linear 0s; -o-transition:all .2s linear 0s; }
nav ul li a:hover {}
header#masthead {margin-bottom: 0;}
#masthead .navbar-nav > li > a {color: #2B2D2D!important;padding: 1rem 2rem!important;font-family: 'Lora';font-size: 24px!important;font-weight: 600!important;}

.navbar-brand {z-index: 2;}
.nav_insights_logo{z-index: 2;background-size: contain;background-repeat: no-repeat;height:70px; width: 124px;}
.lock-it {margin-left: auto;padding-right: 20px;}
.lock-it a{font-size: 12px!important;}
.lock-it::before {
	color:#000;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
	font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f023";
	float: right;
	padding-top:20px;
	font-size: 18px!important;
  }
#masthead .lock-it  > a {font-size: 20px!important;font-weight: 600!important;}

@media (min-width: 576px) {
	.navbar-nav {width:10px;display: none;}
	.nav_insights_logo{height:70px; width: 124px;}
	#masthead .navbar-nav > li > a {padding: 1rem 2rem!important;font-size: 20px!important;}
}	
@media (min-width: 768px) {
	.navbar-nav {padding-left:85px!important;width:600px;display: flex!important;;}
	.nav_insights_logo{height:70px; width: 124px;}
	#masthead .navbar-nav > li > a {padding: 1rem 2rem!important;font-size: 18px!important;}
	.lock-it::before {padding-top:14px;font-size: 16px!important;margin-right: 8px;}
}
@media (min-width: 992px) {
	.navbar-nav {padding-left:140px!important;width:700px;}
	.nav_insights_logo{height:88px; width: 156px;}
	#masthead .navbar-nav > li > a {padding: 1rem 2rem!important;font-size: 20px!important;}
	.lock-it::before {padding-top:16px;font-size: 18px!important;margin-right: 8px;}
}
@media (min-width: 1200px) {
	.navbar-nav {padding-left:120px!important;width:820px;}
	.nav_insights_logo{height:88px; width: 156px;}
	#masthead .navbar-nav > li > a {padding: 1rem 2rem!important;font-size: 20px!important;}
	.lock-it::before {padding-top:16px;font-size: 18px!important;margin-right: 8px;}
}
@media (min-width: 1700px) {
	.navbar-nav {padding-left:335px!important;width:1300px;}
	.nav_insights_logo{height:118px; width: 209px;}
	#masthead .navbar-nav > li > a {padding: 1rem 2rem!important;font-size: 24px!important;}
	.lock-it::before {padding-top:20px;font-size: 18px!important;margin-right: 8px;}
}
/* END NAVBAR */

/*START OVERLAY MENU*/
.rodingen {background-color: #fff; border-bottom-right-radius: 100%;border-top-right-radius: 100%;border-bottom-left-radius: 100%; min-height:auto;}
.menu-content h2 {font-size: 20px; line-height: 25px;font-weight: 600;}
.menu-content ul {margin:0; padding:0; text-decoration:none; list-style:none;}
.menu-content li {padding:0; margin:0; text-transform: uppercase; font-family: 'Fira Sans', sans-serif; font-weight: 600; font-size: 13px; line-height: 30px; letter-spacing: 3px; font-style: normal;}
.menu-content li a {color: #2B2D2D;}
.arkiv a {padding:0; margin:0; text-transform: uppercase; font-family: 'Fira Sans', sans-serif; font-weight: 600; font-size: 13px; line-height: 30px; letter-spacing: 3px; font-style: normal;}
.bottomlinks {padding:0; margin:0; text-transform: uppercase; font-family: 'Fira Sans', sans-serif; font-weight: 600; font-size: 13px; line-height: 30px; letter-spacing: 3px; font-style: normal;}
.hamburgare_yttre_div{position:fixed;display:inline;top:10px;z-index:3000;text-align: right;padding-top:0px;}
.button_container {top: 36px;right: 19px;}
@media (min-width: 576px) {
	.rodingen  { background-color: #fff; min-height:auto;} 
	.menu-content h2 {font-size: 20px; line-height: 25px;font-weight: 600;}
	.menu-content li {font-size: 13px; line-height: 30px;}
	.arkiv a {font-size: 13px; line-height: 30px;}
	.bottomlinks {font-size: 13px; line-height: 30px;}
	.button_container {top: 36px;right: 0px;}
}
@media (min-width: 768px) {
	.rodingen  { background-color: #EF5B5B; min-height:360px;max-width:360px;} 
	.menu-content h2 {font-size: 22px; line-height: 34px;font-weight: 600;}
	.menu-content li {font-size: 13px; line-height: 30px;}
	.arkiv a {font-size: 13px; line-height: 30px;}
	.bottomlinks {font-size: 13px; line-height: 30px;}
    .button_container {top: 37px;right: 15px;}
}
@media (min-width: 992px) {
	.rodingen  { background-color: #EF5B5B; min-height:450px;max-width:450px;} 
	.menu-content h2 {font-size: 27px; line-height: 34px;font-weight: 600;}
	.menu-content li {font-size: 15px; line-height: 40px;}
	.arkiv a {font-size: 15px; line-height: 40px;}
	.bottomlinks {font-size: 15px; line-height: 40px;}
 	.button_container {top: 49px;right: 15px;}
}
@media (min-width: 1200px) {
	.rodingen  { background-color: #EF5B5B; min-height:550px;max-width:550px;} 
	.menu-content h2 {font-size: 27px; line-height: 34px;font-weight: 600;}
	.menu-content li {font-size: 15px; line-height: 40px;}
	.arkiv a {font-size: 15px; line-height: 40px;}
	.bottomlinks {font-size: 15px; line-height: 40px;}
	.button_container {top: 51px;right: 15px;}
}
@media (min-width: 1700px) {
	.rodingen  { background-color: #EF5B5B; min-height:580px;max-width:580px;} 
	.menu-content h2 {font-size: 27px; line-height: 34px;font-weight: 600;}
	.menu-content li {font-size: 15px; line-height: 40px;}
	.arkiv a {font-size: 15px; line-height: 40px;}
	.bottomlinks {font-size: 15px; line-height: 40px;}
	.button_container {top: 66px;right: 15px;}
}
/* END OVERLAY MENU */

/* FOOTER */
#foten{ padding-top: 0px;padding-bottom: 0px;}
#foten hr {border: 1px solid #232323;margin-left:0px;margin-right:0px;}
#foten .omslut_fot {padding-left:10px;padding-right:10px;padding-top:20px;padding-bottom:2px;}
#foten .hitta_oss_fot {text-transform: uppercase;font-family: 'Fira Sans', sans-serif;font-size: 13px; font-style: normal; padding-top:10px;}
@media (min-width: 576px) {
	#foten{ padding-top: 0px;padding-bottom: 0px;}
    #foten hr {border: 1px solid #232323;margin-left:0px;margin-right:0px;}
    #foten .omslut_fot {padding-left:30px;padding-right:30px;padding-top:20px;padding-bottom:2px;}
    #foten .hitta_oss_fot {text-transform: uppercase;font-family: 'Fira Sans', sans-serif;font-size: 13px; font-style: normal; padding-top:10px;}
}
@media (min-width: 768px) {
	#foten{ padding-top: 0px;padding-bottom: 0px;}
    #foten hr {border: 1px solid #232323;margin-left:30px;margin-right:30px;}
    #foten .omslut_fot {padding-left:60px;padding-right:60px;padding-top:20px;padding-bottom:2px;}
    #foten .hitta_oss_fot {text-transform: uppercase;font-family: 'Fira Sans', sans-serif;font-size: 13px; font-style: normal; padding-top:10px;}
}
@media (min-width: 992px) {
	#foten{ padding-top: 0px;padding-bottom: 0px;}
    #foten hr {border: 1px solid #232323;margin-left:80px;margin-right:80px;}
    #foten .omslut_fot {padding-left:100px;padding-right:100px;padding-top:20px;padding-bottom:2px;}
    #foten .hitta_oss_fot {text-transform: uppercase;font-family: 'Fira Sans', sans-serif;font-size: 13px; font-style: normal; padding-top:10px;}
}
@media (min-width: 1200px) {
	#foten{ padding-top: 0px;padding-bottom: 0px;}
    #foten hr {border: 1px solid #232323;margin-left:70px;margin-right:70px;}
    #foten .omslut_fot {padding-left:80px;padding-right:80px;padding-top:20px;padding-bottom:2px;}
    #foten .hitta_oss_fot {text-transform: uppercase;font-family: 'Fira Sans', sans-serif;font-size: 13px; font-style: normal; padding-top:10px;}
}
@media (min-width: 1700px) {
	#foten{ padding-top: 0px;padding-bottom: 0px;}
    #foten hr {border: 1px solid #232323;margin-left:90px;margin-right:90px;}
    #foten .omslut_fot {padding-left:150px;padding-right:150px;padding-top:20px;padding-bottom:2px;}
    #foten .hitta_oss_fot {text-transform: uppercase;font-family: 'Fira Sans', sans-serif;font-size: 18px; font-style: normal; padding-top:10px;}
}
/* END FOOTER */

/*UTGÅVA - START*/

/*UTGÅVA - RUBRIK MED STRECK FÖRE OCH EFTER*/
.sektions-rubrik{text-transform: uppercase; overflow: hidden;text-align: center; font-family: 'Fira Sans', sans-serif;font-size: 20px; font-style: normal; font-variant: normal; font-weight: 200; line-height: 71px; letter-spacing: 2px;}
.sektions-rubrik:before,
.sektions-rubrik:after {
  background-color: #20A39E;
  content: "";
  display: inline-block;
  height: 1px;
  position: relative;
  vertical-align: middle;
  width: 20%;
}
.sektions-rubrik:before {
  right: 0.5em;
  margin-left: -50%;
}
.sektions-rubrik:after {
  left: 0.5em;
  margin-right: -50%;
}

/*UTGÅVA - Pilar/ Bläddring mellan nr */
#arrowlefthoover p {
	position: relative;
	text-transform: uppercase; 
	font-family: 'Fira Sans', sans-serif;
	font-size: 15px; 
	font-style: normal; 
	font-variant: normal; 
	font-weight: 600;
	letter-spacing: 1.5px;
	max-width: 200px;
	background-color: #fff;
	padding: 5px 25px;
	border-radius: 0rem;
  box-shadow:	0 0.125rem 0.5rem rgba(0, 0, 0, .3), 0 0.0625rem 0.125rem rgba(0, 0, 0, .2);
}
#arrowlefthoover p::before {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	bottom: 100%;
	right: 40px;
	border: .75rem solid transparent;
	border-top: none;
	border-bottom-color: #fff;
	filter: drop-shadow(0 -0.0625rem 0.0625rem rgba(0, 0, 0, .1));
}
#arrowrighthoover p {
	position: relative;
	text-transform: uppercase; 
	font-family: 'Fira Sans', sans-serif;
	font-size: 15px; 
	font-style: normal; 
	font-variant: normal; 
	font-weight: 600;
	letter-spacing: 1.5px;
	max-width: 200px;
	background-color: #fff;
	padding: 5px 25px;
	border-radius: 0rem;
  box-shadow:	0 0.125rem 0.5rem rgba(0, 0, 0, .3), 0 0.0625rem 0.125rem rgba(0, 0, 0, .2);
}
#arrowrighthoover p::before {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	bottom: 100%;
	left: 40px;
	border: .75rem solid transparent;
	border-top: none;
	border-bottom-color: #fff;
	filter: drop-shadow(0 -0.0625rem 0.0625rem rgba(0, 0, 0, .1));
}
#arrowlefthoover, #arrowrighthoover  {  
    visibility: hidden;  
  }

/*UTGÅVA - sektion Ledare*/
#ledare h1 { font-family: Lora; font-size: 35px!important; font-style: normal; font-variant: normal; font-weight: 700; line-height: 40px; padding-bottom: 16px; } 
@media (min-width: 576px) {#ledare h1 { font-family: Lora; font-size: 40px!important; font-style: normal; font-variant: normal; font-weight: 700; line-height: 46px; padding-bottom: 26px; } }
@media (min-width: 768px) {#ledare h1 { font-family: Lora; font-size: 40px!important; font-style: normal; font-variant: normal; font-weight: 700; line-height: 46px; padding-bottom: 26px; } }
@media (min-width: 992px) {#ledare h1 { font-family: Lora; font-size: 53px!important; font-style: normal; font-variant: normal; font-weight: 700; line-height: 60px; padding-bottom: 36px; } }
@media (min-width: 1200px) {#ledare h1 { font-family: Lora; font-size: 53px!important; font-style: normal; font-variant: normal; font-weight: 700; line-height: 60px; padding-bottom: 36px; } }
@media (min-width: 1700px) {#ledare h1 { font-family: Lora; font-size: 64px!important; font-style: normal; font-variant: normal; font-weight: 700; line-height: 76px; padding-bottom: 56px;} }

/*UTGÅVA - sektion Experter förklarar*/
h2 { font-family: Lora; font-size: 55px; font-style: normal; font-variant: normal; font-weight: 400; line-height: 65px; padding-bottom: 32px; } 
#trender h2 { font-family: Lora; font-size: 30px; font-style: normal; font-variant: normal; font-weight: 400; line-height: 38px; padding-bottom: 12px; } 
.experter-subrubrik {text-transform: uppercase; overflow: hidden; font-family: 'Fira Sans', sans-serif;font-size: 13px; font-style: normal; font-variant: normal; font-weight: 600; line-height: 13px; letter-spacing: 0px;margin-bottom:0px!important;} 
.experter-subrubrik2 {text-transform: uppercase; overflow: hidden; font-family: 'Fira Sans', sans-serif;font-size: 13px; font-style: normal; font-variant: normal; font-weight: 400; line-height: 13px; letter-spacing: 0px;} /*3 Experter */
.opanada:hover{background: radial-gradient(#e6e6e6 40%, rgba(255,255,255,0) 70%); /* For IE8 and earlier */ }
.opanada{background: radial-gradient(#fff, #fff);; /* For IE8 and earlier */ }
.opanada2:hover{text-decoration: none;}
.opanada_active{background: radial-gradient(#e6e6e6 40%, rgba(255,255,255,0) 70%); /* For IE8 and earlier */ }
.downunder{position: absolute;bottom: 0;left: 50%;transform: translateX(-50%);}
#experten_page hr {border: 1px solid #232323;margin-bottom: 0px;}
@media (min-width: 576px) {
	#trender h2 {font-size: 30px; line-height: 38px; padding-bottom: 12px; } 
	.experter-subrubrik {font-size: 13px; line-height: 13px;} 
	.experter-subrubrik2 {font-size: 13px; line-height: 13px;} 
}
@media (min-width: 768px) {
	#trender h2 {font-size: 30px; line-height: 38px; padding-bottom: 32px; } 
	.experter-subrubrik {font-size: 13px; line-height: 13px;} 
	.experter-subrubrik2 {font-size: 13px; line-height: 13px;} 
}
@media (min-width: 992px) {
	#trender h2 {font-size: 33px; line-height: 40px; padding-bottom: 32px; } 
	.experter-subrubrik {font-size: 13px; line-height: 13px;} 
	.experter-subrubrik2 {font-size: 13px; line-height: 13px;} 
}
@media (min-width: 1200px) {
	#trender h2 {font-size: 33px; line-height: 40px; padding-bottom: 32px; } 
	.experter-subrubrik {font-size: 13px; line-height: 13px;} 
	.experter-subrubrik2 {font-size: 13px; line-height: 13px;} 
}
@media (min-width: 1700px) {
	#trender h2 {font-size: 36px; line-height: 46px; padding-bottom: 32px; } 
	.experter-subrubrik {font-size: 18px; line-height: 30px;} 
	.experter-subrubrik2 {font-size: 18px; line-height: 30px;}
}

/*UTGÅVA - sektion Gästskribent*/
#do_not_do h2 { font-family: Lora; font-size: 30px; font-style: italic; font-variant: normal; font-weight: 400; line-height: 38px; padding-bottom: 12px; } 
.donotdo-subrubrik {text-transform: uppercase; overflow: hidden; font-family: 'Fira Sans', sans-serif;font-size: 13px; font-style: normal; font-variant: normal; font-weight: 600; line-height: 13px; letter-spacing: 0px;} 
.do_not_do_image {width:auto;height:400px;} 
.do_not_do_image_skip_padding{padding:15px;} 
@media (min-width: 576px) {
	#do_not_do h2 {font-size: 30px; line-height: 38px; padding-bottom: 12px; } 
	.donotdo-subrubrik {font-size: 13px; line-height: 13px;} 
	.do_not_do_image {width:auto;height:400px;} 
	.do_not_do_image_skip_padding{padding:0px!important;} 
}
@media (min-width: 768px) {
	#do_not_do h2 {font-size: 30px; line-height: 38px; padding-bottom: 32px; }
	.donotdo-subrubrik {font-size: 13px; line-height: 13px;} 
	.do_not_do_image {width:auto;height:600px;} 
	.do_not_do_image_skip_padding{padding:0px!important;} 
}
@media (min-width: 992px) {
	#do_not_do h2 {font-size: 40px; line-height: 47px; padding-bottom: 32px; }
	.donotdo-subrubrik {font-size: 13px; line-height: 13px;} 
	.do_not_do_image {width:100%;height:100%;} 
	.do_not_do_image_skip_padding{padding:0px!important;} 
}
@media (min-width: 1200px) {
	#do_not_do h2 {font-size: 40px; line-height: 47px; padding-bottom: 32px; }
	.donotdo-subrubrik {font-size: 13px; line-height: 13px;} 
	.do_not_do_image {width:100%;height:100%;} 
	.do_not_do_image_skip_padding{padding:0px!important;} 
}
@media (min-width: 1700px) {
	#do_not_do h2 {font-size: 55px; line-height: 65px; padding-bottom: 32px; }
	.donotdo-subrubrik {font-size: 18px; line-height: 30px;}  
	.do_not_do_image {width:100%;height:100%;} 
	.do_not_do_image_skip_padding{padding:0px!important;} 
}

/*UTGÅVA - sektion Panelen*/ 
#panelen h2 { font-family: Lora; font-size: 30px; font-style: normal; font-variant: normal; font-weight: 400; line-height: 38px; padding-bottom: 12px; } 
.video_responsive {width:384px;height:216px;}
.carousel-caption {top: 23%; transform: translateY(-50%);bottom: initial;z-index: 1200;right: 5%;bottom: 0px;left: 5%;}
.videoslider {width: auto;margin: 0 auto;}
.videoslider h4 {text-transform: uppercase;font-family: 'Fira Sans', sans-serif;font-size: 13px; line-height: 31px; font-style: normal; color:#fff;}
.videoslider h1 {font-family: Lora; font-size: 20px; font-style: italic; font-weight: 600; line-height: 22px; padding-bottom: 12px; color:#fff;}
.video-play {background-color: Transparent; background-repeat:no-repeat;border: none;cursor:pointer;overflow: hidden;outline:none;}
.fa-play-circle {font-size:30px;color:#fff;}
@media (min-width: 576px) {
	#panelen h2 {font-size: 30px; line-height: 38px; padding-bottom: 12px; } 
	.video_responsive {width:512px;height:288px;} 
	.carousel-caption {top: 24%; transform: translateY(-43%);right: 5%!important;bottom: 0px!important;left: 5%!important;}
	.videoslider h4 {font-size: 13px; line-height: 31px;}
	.videoslider h1 {font-size: 30px; line-height: 38px; padding-bottom: 12px;}
	.fa-play-circle {font-size:40px;}
}
@media (min-width: 768px) {
	#panelen h2 {font-size: 30px; line-height: 38px; padding-bottom: 32px; } 
	.video_responsive {width:640px;height:360px;} 
	.carousel-caption {top: 30%; transform: translateY(-50%);right: 15%!important;bottom: 10px!important;left: 15%!important;}
	.videoslider h4 {font-size: 13px; line-height: 51px;}
	.videoslider h1 {font-size: 30px; line-height: 38px; padding-bottom: 12px;}
	.fa-play-circle {font-size:60px;}
}
@media (min-width: 992px) {
	#panelen h2 {font-size: 40px; line-height: 47px; padding-bottom: 32px; } 
	.video_responsive {width:768px;height:432px;} 
	.carousel-caption {top: 32%; transform: translateY(-50%);right: 20%!important;bottom: 10px!important;left: 20%!important;}
	.videoslider h4 {font-size: 15px; line-height: 71px;;padding-bottom: 0px;}
	.videoslider h1 {font-size: 30px; line-height: 38px; padding-bottom: 12px;}
	.fa-play-circle {font-size:80px;}
}
@media (min-width: 1200px) {
	#panelen h2 {font-size: 40px; line-height: 47px; padding-bottom: 32px; } 
	.video_responsive {width:960px;height:540px;} 
	.carousel-caption {top: 34%; transform: translateY(-50%);right: 15%!important;bottom: 20px!important;left: 15%!important;}
	.videoslider h4 {font-size: 15px; line-height: 71px;padding-bottom: 10px;}
	.videoslider h1 {font-size: 43px; line-height: 53px; padding-bottom: 12px;}
	.fa-play-circle {font-size:90px;}
}
@media (min-width: 1700px) {
	#panelen h2 {font-size: 55px; line-height: 65px; padding-bottom: 32px; } 
	.video_responsive {width:1472px;height:828px;} 
	.carousel-caption {top: 34%; transform: translateY(-44%);right: 30%!important;bottom: 20px!important;left: 30%!important;}
	.videoslider h4 {font-size: 18px; line-height: 71px;    padding-bottom: 40px;}
	.videoslider h1 {font-size: 55px; line-height: 65px; padding-bottom: 12px;}
	.fa-play-circle {font-size:120px;}
}

/*UTGÅVA - sektion Gästskribent*/
#intervju_page h1 { font-family: Lora; font-size: 55px!important; font-style: italic; font-variant: normal; font-weight: 600; line-height: 65px; padding-bottom: 56px; } 
#intervju h2 { font-family: Lora; font-size: 30px; font-style: italic; font-variant: normal; font-weight: 400; line-height: 38px; padding-bottom: 12px; } 
#intervju_page h4 { font-family: Lora; font-variant: normal; font-weight: 600; } 
.intervju-subrubrik {text-transform: uppercase; overflow: hidden; font-family: 'Fira Sans', sans-serif;font-size: 13px; font-style: normal; font-variant: normal; font-weight: 600; line-height: 13px; letter-spacing: 0px;} 
.intervju_image {width:auto;height:400px;} 
.intervju_skip_padding{padding:15px;} 
@media (min-width: 576px) {
	#intervju h2 {font-size: 30px; line-height: 38px; padding-bottom: 12px; } 
	#intervju_page h4 { font-size: 20px; line-height: 26px; padding-bottom: 12px; } 
	.intervju-subrubrik {font-size: 13px; line-height: 13px;} 
	.intervju_image {width:auto;height:400px;} 
	.intervju_image_skip_padding{padding:0px!important;} 
}
@media (min-width: 768px) {
	#intervju h2 {font-size: 30px; line-height: 38px; padding-bottom: 32px; }
	#intervju_page h4 { font-size: 20px; line-height: 26px; padding-bottom: 12px; } 
	.intervju-subrubrik {font-size: 13px; line-height: 13px;} 
	.intervju_image {width:auto;height:600px;} 
}
@media (min-width: 992px) {
	#do_not_do h2 {font-size: 40px; line-height: 47px; padding-bottom: 32px; }
	#intervju_page h4 { font-size: 20px; line-height: 28px; padding-bottom: 2px; } 
	.intervju-subrubrik {font-size: 13px; line-height: 13px;} 
	.intervju_image {width:100%;height:100%;} 
}
@media (min-width: 1200px) {
	#intervju h2 {font-size: 40px; line-height: 47px; padding-bottom: 32px; }
	#intervju_page h4 { font-size: 25px; line-height: 32px; padding-bottom: 2px; } 
	.intervju-subrubrik {font-size: 13px; line-height: 13px;} 
	.intervju_image {width:100%;height:100%;} 
}
@media (min-width: 1700px) {
	#intervju h2 {font-size: 55px; line-height: 65px; padding-bottom: 32px; }
	#intervju_page h4 { font-size: 25px; line-height: 32px; padding-bottom: 2px; } 
	.intervju-subrubrik {font-size: 18px; line-height: 30px;} 
	.intervju_image {width:100%;height:100%;} 
}
/* END UTGÅVA */


/*TRENDER*/
.Trender_rubrik{font-family: 'Lora'; font-weight: 400;font-size: 20px; line-height: 24px; margin-bottom: 0px;}
.Trender_avd hr {border: 2px solid #2B2D2D3C; margin-left: 0px; margin-right: 0px;}
.Trender_avd h1{font-family: 'Lora'; font-style: italic; text-transform: uppercase; font-weight: 600; margin-bottom: 20px;font-size: 18px; line-height: 24px;padding-bottom:0px;}
.Trender_avd h3{font-family: 'Lora'; font-weight: 700; font-size: 25px; line-height: 25px;}
.Fire{ font-family: 'Fira Sans', sans-serif; text-transform: uppercase;font-size: 18px; font-weight: 800; letter-spacing: 3.75px; }
.image_icon{font-size:200px;}
.text_in_image{ margin-top:-60px; color:white; display:block; font-family: 'Fira Sans'; font-size:40px; font-weight: 700;}
.place_icon{font-size:160px;}
.text_in_place{margin-top:-152px; color:white; display:block; font-family: 'Fira Sans'; font-size:40px;font-weight: 700;line-height:140px; margin-right: 10px;}
.five_day_table {margin-bottom: 20px;}
.five_day_table span {font-family: 'Fira Sans', sans-serif;font-size: 20px;display: block;margin: 1px 3px 0px 0px;}
span:before {content: ""; display: inline-block; width: 14px; height: 14px; margin-right: 5px;}
.one:before {background: #2B2D2D;}
.two:before {background: #EF5B5B;}
.three:before {background: #20A39E;}
.four:before {background: #FFBA49;}
.five:before {background: #999999;}
@media (min-width: 576px) {
	.Trender_rubrik {font-size: 20px;  line-height: 24px;} 
	.Trender_avd hr {margin-top: 30px; margin-bottom: 30px;} 
	.Trender_avd h1 {font-size: 18px; line-height: 24px;padding-bottom:0px;}
	.Trender_avd h3{font-size: 20px; line-height: 35px;}
	.Fire {font-size: 18px; font-weight: 800; letter-spacing: 3.75px; }
	.image_icon{font-size:200px;}
	.five_day_table {margin-bottom: 50px;}
}
@media (min-width: 768px) {
	.Trender_rubrik {font-size: 22px;  line-height: 30px; } 
	.Trender_avd hr {margin-top: 30px; margin-bottom: 30px;} 
	.Trender_avd h1 {font-size: 20px; line-height: 26px;padding-bottom:0px;}
	.Trender_avd h3{font-size: 20px; line-height: 35px;}
	.Fire {font-size: 20px; font-weight: 800; letter-spacing: 3.75px; }
	.image_icon{font-size:200px;}
	.five_day_table {margin-bottom: 50px;}
}
@media (min-width: 992px) {
	.Trender_rubrik {font-size: 30px;  line-height: 40px; } 
	.Trender_avd hr {margin-top: 30px; margin-bottom: 30px;} 
	.Trender_avd h1 {font-size: 22px; line-height: 22px;padding-bottom:0px;}
	.Trender_avd h3{font-size: 20px; line-height: 35px;}
	.Fire {font-size: 20px; font-weight: 800; letter-spacing: 3.75px; }
	.image_icon{font-size:200px;}
	.five_day_table {margin-bottom: 80px;}
}
@media (min-width: 1200px) {
	.Trender_rubrik {font-size: 35px;  line-height: 40px; } 
	.Trender_avd hr {margin-top: 0px; margin-bottom: 20px;} 
	.Trender_avd h1 {font-size: 22px; line-height: 22px;padding-bottom:0px;}
	.Trender_avd h3{font-size: 20px; line-height: 35px;}
	.Fire {font-size: 20px; font-weight: 800; letter-spacing: 3.75px; }
	.image_icon{font-size:200px;}
	.text_in_image{ margin-top:-70px; font-size:40px;}
	.five_day_table {margin-bottom: 50px;}
}
@media (min-width: 1700px) {
	.Trender_rubrik {font-size: 45px;  line-height: 55px; } 
	.Trender_avd hr {margin-top: 0px; margin-bottom: 20px;} 
	.Trender_avd h1 {font-size: 35px; line-height: 35px;padding-bottom:0px;}
	.Trender_avd h3{font-size: 25px; line-height: 25px;}
	.Fire {font-size: 25px; font-weight: 800; letter-spacing: 3.75px; }
	.image_icon{font-size:260px;}
	.text_in_image{ margin-top:-110px; font-size:75px;}
	.place_icon{font-size:160px;}
	.text_in_place{font-size:40px;}
	.five_day_table {margin-bottom: 20px;}
	
}



/* START INLÄGG */
#ledare_page h1 { font-family: Lora; font-size: 30px!important; font-style: normal; font-variant: normal; font-weight: 700; line-height: 37px; padding-bottom: 15px; } 
.ledare_datum p {padding-top:0px;font-family: 'Fira Sans', sans-serif;font-size: 15px; font-style: normal; font-variant: normal; font-weight: 600; letter-spacing: 0px;}	
.ledare_ingress {position: relative;}
.ledare_ingress p{padding-top:30px;text-transform: uppercase; font-family: 'Fira Sans', sans-serif;font-size: 14px; line-height: 19px; font-style: normal; font-variant: normal; font-weight: 300;}
.ledare_ingress p span{font-weight: 600;}
.ledare_linti p {padding-top:10px;font-family: 'Fira Sans', sans-serif;font-size: 15px; font-style: normal; font-variant: normal; line-height: 71px; letter-spacing: 0px;}	
@media (min-width: 576px) {
	#ledare_page h1 {font-size: 30px!important; line-height: 37px; padding-bottom: 15px; } 
	.ledare_datum p {padding-top:0px;font-size: 15px; font-weight: 600; letter-spacing: 0px;}
    .ledare_ingress {position: relative;}
	.ledare_ingress p{padding-top:30px;font-size: 14px; line-height: 19px;}	
	.ledare_linti p {padding-top:10px;font-size: 15px; line-height: 71px; letter-spacing: 0px;}	
}
@media (min-width: 768px) {
	#ledare_page h1 {font-size: 30px!important; line-height: 37px; padding-bottom: 15px; } 
	.ledare_datum p {padding-top:0px;font-size: 15px; font-weight: 600; letter-spacing: 0px;}
	.ledare_ingress {position: absolute; bottom: 0;left: 0;}
	.ledare_ingress p{padding-top:30px;font-size: 14px; line-height: 19px;}	
	.ledare_linti p {padding-top:0px;font-size: 15px; line-height: 15px; letter-spacing: 0px;}
}
@media (min-width: 992px) {
	#ledare_page h1 {font-size: 43px!important; line-height: 50px; padding-bottom: 10px; } 
	.ledare_datum p {padding-top:0px;font-size: 15px; font-weight: 600; letter-spacing: 0px;}	
	.ledare_ingress {position: absolute; bottom: 0;left: 0;}
	.ledare_ingress p{padding-top:22px;font-size: 14px; line-height: 19px;}	
	.ledare_linti p {padding-top:10px;font-size: 15px; line-height: 71px; letter-spacing: 0px;}
}
@media (min-width: 1200px) {
	#ledare_page h1 {font-size: 43px!important; line-height: 50px; padding-bottom: 25px; } 
	.ledare_datum p {padding-top:0px;font-size: 15px; font-weight: 600; letter-spacing: 0px;}
	.ledare_ingress {position: absolute; bottom: 0;left: 0;}
	.ledare_ingress p{padding-top:22px;font-size: 14px; line-height: 19px;}	
	.ledare_linti p {padding-top:70px;font-size: 15px; line-height: 71px; letter-spacing: 0px;}
}
@media (min-width: 1700px) {
	#ledare_page h1 {font-size: 64px!important; line-height: 76px; padding-bottom: 56px; } 
	.ledare_datum p {padding-top:0px;font-size: 18px; font-weight: 600; letter-spacing: 0px;}	
	.ledare_ingress {position: absolute; bottom: 0;left: 0;}
	.ledare_ingress p{padding-top:30px;font-size: 18px; line-height: 25px;}
	.ledare_linti p {padding-top:100px;font-size: 15px; line-height: 71px; letter-spacing: 0px;}
}

#gastskribent_page h1 { font-family: Lora; font-size: 30px!important; font-style: italic; font-variant: normal; font-weight: 600; line-height: 37px; padding-bottom: 15px; } 
#gastskribent_page .gastskribent_linti, #gastskribent_page .gastskribent_datum, #gastskribent_page h1 {color:#fff;}
.gastskribent_datum p {padding-top:0px;font-family: 'Fira Sans', sans-serif;font-size: 15px; font-style: normal; font-variant: normal; font-weight: 600; letter-spacing: 0px;}	
.gastskribent_ingress p{padding-top:30px;text-transform: uppercase; font-family: 'Fira Sans', sans-serif;font-size: 14px; line-height: 19px; font-style: normal; font-variant: normal; font-weight: 300;}
.gastskribent_ingress p span{font-weight: 600;}
.gastskribent_linti p {padding-top:10px;font-family: 'Fira Sans', sans-serif;font-size: 15px; font-style: normal; font-variant: normal; line-height: 71px; letter-spacing: 0px;}	
@media (min-width: 576px) {
	#gastskribent_page h1 {font-size: 30px!important; line-height: 37px; padding-bottom: 15px; } 
	.gastskribent_datum p {padding-top:0px;font-size: 15px; font-weight: 600; letter-spacing: 0px;}
	.gastskribent_ingress p{padding-top:0px;font-size: 14px; line-height: 19px;}	
	.gastskribent_linti p {padding-top:10px;font-size: 15px; line-height: 71px; letter-spacing: 0px;}	
}
@media (min-width: 768px) {
	#gastskribent_page h1 {font-size: 30px!important; line-height: 37px; padding-bottom: 15px; } 
	.gastskribent_datum p {padding-top:0px;font-size: 15px; font-weight: 600; letter-spacing: 0px;}
	.gastskribent_ingress p{padding-top:0px;font-size: 14px; line-height: 19px;}	
	.gastskribent_linti p {padding-top:0px;font-size: 15px; line-height: 15px; letter-spacing: 0px;}
}
@media (min-width: 992px) {
	#gastskribent_page h1 {font-size: 43px!important; line-height: 50px; padding-bottom: 10px; } 
	.gastskribent_datum p {padding-top:0px;font-size: 15px; font-weight: 600; letter-spacing: 0px;}	
	.gastskribent_ingress p{padding-top:0px;font-size: 14px; line-height: 19px;}	
	.gastskribent_linti p {padding-top:10px;font-size: 15px; line-height: 71px; letter-spacing: 0px;}
}
@media (min-width: 1200px) {
	#gastskribent_page h1 {font-size: 43px!important; line-height: 50px; padding-bottom: 25px; } 
	.gastskribent_datum p {padding-top:0px;font-size: 15px; font-weight: 600; letter-spacing: 0px;}
	.gastskribent_ingress p{padding-top:0px;font-size: 14px; line-height: 19px;}	
	.gastskribent_linti p {padding-top:70px;font-size: 15px; line-height: 71px; letter-spacing: 0px;}
}
@media (min-width: 1700px) {
	#gastskribent_page h1 {font-size: 55px!important; line-height: 65px; padding-bottom: 56px; } 
	.ledare_datum p {padding-top:0px;font-size: 18px; font-weight: 600; letter-spacing: 0px;}	
	.gastskribent_ingress p{padding-top:0px;padding-top:30px;font-size: 18px; line-height: 25px;}
	.gastskribent_linti p {padding-top:100px;font-size: 15px; line-height: 71px; letter-spacing: 0px;}
}

/* END INLÄGG */





.baner-content {
    padding-top: 25vh;
    text-align: center;
}
.parallax-content {
    width: 100%;
    min-height: 100vh;
    background-size: cover;
}


.slick-prev::before, .slick-next::before {color: #20A39E!important;font-size:40px;}
.slick-prev::before {
    font-family: FontAwesome;
    content: "\f053";
    font-size: 27px;
}  
.slick-next::before {
    font-family: FontAwesome;
    content:  "\f054";
    font-size: 27px;        
}   

    
	
	
	#experten_page h1 { font-family: Lora; font-size: 55px!important; font-style: italic; font-variant: normal; font-weight: 600; line-height: 65px; padding-bottom: 24px; } 
	#trender_page h1 { font-family: Lora; font-size: 55px!important; font-style: italic; font-variant: normal; font-weight: 600; line-height: 65px; padding-bottom: 56px; } 


	h3 { font-family: Lora; font-size: 25px; font-style: normal; font-variant: normal; font-weight: 600; line-height: 71px;} 
	.innehall h4 { font-family: Lora; font-size: 25px; font-style: normal; font-variant: normal; font-weight: 600; line-height: 25px;} 

	blockquote { font-family: Lora; font-size: 35px; font-style: italic; font-variant: normal; font-weight: 400; line-height: 50px; text-align: center; width:auto; display:table;} 
	blockquote p{ font-family: Lora; font-size: 35px; font-style: italic; font-variant: normal; font-weight: 400; line-height: 50px; padding-top:50px;text-align: center; width:auto; display:table;} 
	pre { font-family: Lora; font-size: 13px; font-style: normal; font-variant: normal; font-weight: 400; line-height: 18.5714px; }




#gastskribent_page .innehall img {
    left: 50%;
    margin-left: -40vw;
    margin-right: -40vw;
    max-width: 100vw;
    position: relative;
    right: 50%;
    width: 80vw;
}   
#trender_page .innehall img {
width:50%;
	padding-top:10px;
} 



.ledare_bild img {border-top-left-radius: 200px;}




#ledare_page hr {border: 1px solid #232323;margin-bottom:0px;}	
#intervju_page hr {border: 1px solid #FFF;margin-bottom:0px;}	
#gastskribent_page hr {border: 1px solid #232323;margin-bottom:0px;}	
.trender_linti p {margin-top:50px;font-family: 'Fira Sans', sans-serif;font-size: 18px; font-style: normal; font-variant: normal; line-height: 71px; letter-spacing: 0px;}	
#intervju_page .ledare_linti, #intervju_page .ledare_ingress, #intervju_page .ledare_datum, #intervju_page h1 {color:#fff;}



			.links, .swpm-login-form-pw-reset-link, .swpm-login-form-register-link {color: #20A39E!important;}

			

			.utgava-rubrik{text-transform: uppercase; overflow: hidden;text-align: center; font-family: 'Fira Sans', sans-serif;font-size: 25px; font-style: normal; font-variant: normal; font-weight: 600; line-height: 71px; letter-spacing: 4px;}





#utgava_container{display: flex; flex-direction: row; flex-wrap: nowrap;  justify-content: space-between; }
#container > div {
  width: 100px;
  height: 100px;
  border: 2px dashed red;
}
.utgava-kom-tid-rubrik {width: 100%;text-transform: uppercase; overflow: hidden;text-align: center; font-family: 'Fira Sans', sans-serif;font-size: 20px; font-style: normal; font-variant: normal; font-weight: 600; line-height: 71px; letter-spacing: 3px;outline:0;}

.utgava-kom-tid-bild{display: inline-block;-webkit-border-bottom-right-radius: 100px;-moz-border-radius-bottomright: 100px;border-bottom-right-radius: 100px;width:80%;height: 364px;}
.utgava-kom-tid-bild:focus{outline:0;}
.overlay-box {
position: relative;
top: 40%;
background-color: none;
color: #FFF;
	font-family: 'Fira Sans', sans-serif;
	font-size:150px;
	font-weight: 600;
	letter-spacing: 22px;
z-index:6;
}


			@media (min-width: 1700px) {
				.container {
				  	max-width: 1640px!important; 
			  	}
			}


/* Meny*/


/* Nav links */
.blog-nav-item {
  position: relative;
  display: inline-block;
  padding: 10px;
  font-weight: 500;
  color: #cdddeb;
}
.blog-nav-item:hover,
.blog-nav-item:focus {
  color: #fff;
  text-decoration: none;
}

/* Active state gets a caret at the bottom */
.blog-nav .active {
  color: #fff;
}
.blog-nav .active:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -5px;
  vertical-align: middle;
  content: " ";
  border-right: 5px solid transparent;
  border-bottom: 5px solid;
  border-left: 5px solid transparent;
}


/*
 * Blog name and description
 */

.blog-header {
  padding-top: 20px;
  padding-bottom: 20px;
}
.blog-title {
  margin-top: 30px;
  margin-bottom: 0;
  font-size: 60px;
  font-weight: normal;
}
.blog-description {
  font-size: 20px;
  color: #999;
}


.page-template-standard .button_container span {
    background: #FFF;
}
.wpcf7 label{
	font-family: Fira Sans,sans-serif;
     text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
	width: 100%;
	    line-height: 40px;
    display: inline-block;
    margin-bottom: .5rem;
}




.wpcf7 span:before {content: none; display: inline-block; width: 4px; height: 4px; margin-right: 5px;}

.form-control, .swpm-text-field {
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	border:0px;
}
:focus {
    outline: #000 auto 0px;
}
/*
 * Footer
 */

.blog-footer {
  padding: 40px 0;
  color: #000;
  text-align: center;
  background-color: #f9f9f9;
  border-top: 1px solid #e5e5e5;
}
.blog-footer p:last-child {
  margin-bottom: 0;
}

