@charset "UTF-8";
/*
Theme Name: SFÖ E-versättaren
Theme URI: https://e-versattaren.sfoe.se/
Description: WP Custom Theme for SFÖ
Author: El Equipo E
Author URI: http://www.elequipoe.es/
Version: 1.0.0
*/
/* *********************************************************************************************************************
 * VARS
 */
/* SECTIONS COLOR */
/* *********************************************************************************************************************
 * IMPORTS
 */
@import url(css/normalize.css);
@import url(css/animsition.min.css);
@import url(css/animate.css);
@import url(css/tooltipster.css);
@import url(css/swiper-bundle.css);
@import url(css/lightgallery.css);
@import url(css/cookie.css);
/* *********************************************************************************************************************
 * GLOBALS
 */
@import url("https://fonts.googleapis.com/css2?family=Hind:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@500;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&display=swap");
body {
  font-family: 'Hind', sans-serif;
  font-size: 18px;
  line-height: 1;
  font-weight: normal;
  color: #222; }

img {
  max-width: 100%;
  height: auto;
  image-rendering: optimizeQuality; }

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-family: 'DM Serif Display', serif;
  line-height: 1.2;
  letter-spacing: 0;
  font-weight: normal;
  text-transform: none;
  color: #222; }

h1 {
  font-size: 42px; }

h2 {
  font-size: 26px; }

h3 {
  font-size: 24px; }

h4 {
  font-size: 20px; }

h5 {
  font-size: 18px; }

h6 {
  font-size: 16px; }

p {
  margin: 0;
  font-size: 18px;
  line-height: 1.3;
  color: #000;
  /* &:empty {
  	display: none;
  } */ }

p + p,
p + ul,
ul + p,
p + ol,
ol + p {
  margin-top: 20px; }

ul li {
  list-style: none;
  color: #000; }

ol {
  list-style-position: inside; }

ul.styled li {
  padding-top: 10px;
  font-size: 18px;
  line-height: 1.6;
  color: #000; }
  ul.styled li:before {
    content: "\2713";
    display: inline-block;
    width: 1em;
    padding-right: .5em;
    font-weight: 700;
    color: #be2e0e; }

.dm {
  font-family: 'DM Serif Display', serif; }

.montserrat {
  font-family: 'Montserrat', sans-serif; }

.text-bold,
.text-bold a,
strong {
  font-weight: 700; }

.text-bigger {
  font-size: 22px; }

.text-even-bigger {
  font-size: 24px; }

.text-smaller {
  font-size: 14px; }

.text-spaced {
  letter-spacing: 3px; }

.title-with-border {
  display: inline-block;
  padding-bottom: 5px;
  border-bottom: 2px solid #be2e0e; }

.white {
  color: #fff; }
  .white p, .white h1, .white h2, .white h3, .white h4, .white h5, .white h6, .white span {
    color: #fff; }

.black {
  color: #000; }

.grey {
  color: #ababab; }

.light-grey {
  color: #f2f2f2; }

.dark-grey {
  color: #222; }

.accent {
  color: #be2e0e !important; }

.align-left {
  text-align: left; }

.align-center {
  text-align: center; }

.align-right {
  text-align: right; }

.margin-10-below {
  margin-bottom: 10px; }

.margin-20-below {
  margin-bottom: 20px; }

.margin-30-below {
  margin-bottom: 30px; }

.margin-40-below {
  margin-bottom: 40px; }

.margin-10-above {
  margin-top: 10px; }

.margin-20-above {
  margin-top: 20px; }

.margin-30-above {
  margin-top: 30px; }

.margin-40-above {
  margin-top: 40px; }

.centered {
  margin: 0 auto;
  text-align: center; }

.vertical-centered {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.border-top {
  border-top: 1px solid #dbdbdb; }

.border-bottom {
  border-bottom: 1px solid #dbdbdb; }

.no-block {
  display: inline; }
  .no-block + p {
    margin-top: -10px; }

.boxed {
  padding: 6px 10px;
  background-color: #be2e0e;
  color: #fff; }

.boxed-white {
  border: 1px solid #fff; }
  .boxed-white:hover {
    background-color: #fff; }

.hidden,
.hide {
  display: none !important; }

.invisible {
  visibility: hidden; }

.hide-on-desktop {
  display: none; }

a {
  text-decoration: none; }

a, a:before, a:after, button {
  transition: all 0.3s ease 0s !important; }

a, p a {
  color: #000; }

a.accent-link {
  color: #be2e0e;
  text-decoration: underline; }

a.white-link {
  color: #fff;
  border-bottom: 1px solid transparent; }
  a.white-link:hover {
    border-bottom: 1px solid #fff; }

a.grey-link {
  color: #ababab !important; }
  a.grey-link:hover {
    color: #be2e0e !important; }

a.light-grey-link {
  color: #f2f2f2; }
  a.light-grey-link:hover {
    color: #be2e0e !important; }

.boxed-link {
  display: inline-block;
  padding: 0 10px;
  text-align: center;
  font-family: 'Montserrat';
  font-size: 14px;
  font-weight: 800;
  line-height: 30px;
  color: #fff;
  background-color: #ababab;
  border-radius: 5px; }
  .boxed-link span {
    float: right;
    padding-left: 10px;
    font-size: 20px; }
  .boxed-link:hover {
    padding: 0 15px;
    filter: brightness(1.1); }
  .boxed-link.disabled {
    pointer-events: none; }
    .boxed-link.disabled span {
      display: none; }

a.line-link {
  display: inline-block;
  padding-bottom: 6px;
  line-height: 0;
  color: #000; }
  a.line-link:after {
    content: '';
    position: relative;
    width: 101%;
    height: 1px;
    margin-bottom: -7px;
    display: inline-block;
    background-color: transparent;
    transform: scaleX(0);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    transition: all 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s !important; }
  a.line-link img {
    position: absolute;
    margin: -14px 0 0 -45px;
    transition: opacity 0.3s ease 0s !important; }
  a.line-link:hover {
    color: #ababab !important; }
    a.line-link:hover:after {
      background-color: #ababab;
      transform: scaleX(1); }
    a.line-link:hover img {
      opacity: 0.5; }
  a.line-link.accent {
    color: #be2e0e; }
  a.line-link.white {
    color: #fff; }
    a.line-link.white:hover {
      color: #be2e0e !important; }
      a.line-link.white:hover:after {
        background-color: #be2e0e; }
  a.line-link.disabled {
    pointer-events: none; }

a.arrow-link {
  display: inline-block;
  font-size: 16px;
  text-transform: uppercase; }
  a.arrow-link:after {
    content: url("../../../media/arrow-right-yellow.svg");
    vertical-align: bottom;
    display: inline-block;
    height: 22px;
    padding-left: 20px; }
  a.arrow-link:hover {
    letter-spacing: .5px; }
    a.arrow-link:hover:after {
      padding-left: 15px; }

a.image-link {
  position: relative;
  display: block;
  box-sizing: border-box; }
  a.image-link .img {
    overflow: hidden;
    height: 500px; }
    a.image-link .img img {
      transition: transform 1s cubic-bezier(0.075, 0.82, 0.165, 1) 0s !important; }
    a.image-link .img h3 {
      position: absolute;
      width: 100%;
      top: calc(50% - 28px);
      font-size: 50px;
      text-transform: uppercase;
      text-align: center;
      color: #fff; }
  a.image-link:hover {
    filter: brightness(0.9); }
    a.image-link:hover .img img {
      transform: scale(1.05); }

a.back-bt {
  font-size: 16px; }
  a.back-bt img {
    vertical-align: middle;
    margin-right: 15px;
    transition: margin 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s !important; }
  a.back-bt:hover img {
    margin-right: 10px; }

.only-home {
  display: none; }

.only-admin {
  display: none; }

body.logged-in .only-admin {
  display: block; }

/* *********************************************************************************************************************
 * MAIN LAYOUT
 */
body > .wrapper {
  opacity: 0;
  -webkit-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both; }

.wrapper_inner {
  position: relative;
  width: 1200px;
  margin: 0 auto; }

.flex {
  display: flex;
  justify-content: space-between; }

#content {
  margin: 60px 0 40px 0; }
  #content > .wrapper_inner {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between; }
    #content > .wrapper_inner > div {
      box-sizing: border-box;
      vertical-align: top; }

.main {
  width: 69%; }

.side {
  width: 31%;
  padding-left: 47px; }

.section {
  position: relative;
  margin: 10px 0; }
  .section h2 {
    max-width: 220px;
    margin-bottom: 15px; }
  .section.first {
    margin-top: 0; }
    .section.first h1 {
      margin-bottom: 15px;
      font-family: 'Montserrat';
      font-weight: 800;
      font-size: 28px; }
      .section.first h1 span {
        display: inline-block;
        width: 30px;
        height: 3px; }
      .section.first h1 .num-results {
        width: auto;
        height: auto;
        margin-left: 10px;
        font-weight: 500;
        font-size: 14px; }
  .section.home {
    margin-top: 0; }
  .section.latest {
    margin-top: 0; }
  .section.related h2 {
    display: inline-block; }
  .section.related .tags {
    display: inline-block;
    margin-left: 20px; }
    .section.related .tags a {
      display: inline-block;
      margin: 0 8px 5px 0;
      padding: 3px 8px;
      font-size: 13px;
      color: #fff;
      border-radius: 3px; }
      .section.related .tags a span {
        padding-left: 6px;
        font-size: 16px;
        font-weight: 700; }
      .section.related .tags a:hover {
        padding: 3px 10px;
        filter: brightness(1.1); }
    .section.related .tags.new-line {
      display: block;
      margin: 0 0 15px 0; }
  .section.video:not(.first) {
    margin-bottom: 50px;
    margin-left: 30px; }
    .section.video:not(.first) h2 {
      position: relative;
      top: 45px;
      margin: 0 0 0 -30px; }
    .section.video:not(.first) .article-grid {
      position: relative;
      margin: 0 20px 0 165px; }
  .section.same {
    min-height: 320px; }
    .section.same .profile {
      display: flex;
      flex-flow: row wrap;
      justify-content: space-between;
      position: absolute;
      top: 100px;
      left: 30px;
      width: 300px; }
      .section.same .profile .img {
        overflow: hidden;
        width: 100px;
        height: 100px;
        border-radius: 50%; }
        .section.same .profile .img img {
          transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s !important; }
      .section.same .profile .data {
        width: 180px; }
        .section.same .profile .data h3 {
          font-size: 23px;
          color: #be2e0e; }
        .section.same .profile .data p {
          word-break: break-word;
          -webkit-hyphens: auto;
          -moz-hyphens: auto;
          -ms-hyphens: auto;
          hyphens: auto;
          margin-top: 8px;
          font-size: 14px; }
          .section.same .profile .data p a {
            color: #be2e0e; }
    .section.same:not(.first) {
      margin-left: 30px; }
      .section.same:not(.first) h2 {
        position: relative;
        top: 30px;
        margin: 0 0 0 -30px; }
      .section.same:not(.first) .article-grid {
        position: relative;
        margin: 0 20px 0 378px; }
      .section.same:not(.first) .profile {
        cursor: pointer; }
        .section.same:not(.first) .profile .data p {
          overflow: hidden;
          max-height: 128px; }
        .section.same:not(.first) .profile:hover .img img {
          transform: scale(1.05);
          filter: brightness(1.05); }
    .section.same.first .profile {
      position: relative;
      box-sizing: border-box;
      top: 0;
      left: 0;
      width: 100%;
      margin-bottom: 20px;
      padding: 30px; }
      .section.same.first .profile .data {
        width: calc(100% - 120px);
        padding-top: 10px; }

/* *********************************************************************************************************************
 * GRID & ARTICLES
 */
.article-grid {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between; }
  .article-grid article {
    position: relative;
    width: 400px; }
    .article-grid article a {
      display: block; }
      .article-grid article a .img {
        position: relative;
        overflow: hidden;
        height: 270px; }
        .article-grid article a .img img {
          transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s !important; }
        .article-grid article a .img span {
          position: absolute;
          bottom: 1px;
          left: 1px;
          padding: 5px 5px 3px 5px;
          font-size: 13px;
          background-color: #fff; }
          .article-grid article a .img span i {
            font-family: "Times New Roman", Times, serif;
            font-size: 14px; }
          .article-grid article a .img span.sponsor {
            top: 2px;
            left: auto !important;
            right: 2px !important;
            bottom: auto !important;
            font-size: 9px;
            line-height: 1.1;
            text-align: right;
            color: #fff;
            background-color: rgba(0, 0, 0, 0.8); }
      .article-grid article a .data {
        box-sizing: border-box;
        padding: 20px 0; }
        .article-grid article a .data h3 {
          overflow: hidden;
          word-break: break-word;
          -webkit-hyphens: auto;
          -moz-hyphens: auto;
          -ms-hyphens: auto;
          hyphens: auto;
          transition: color 0.3s ease 0s !important; }
        .article-grid article a .data p {
          overflow: hidden;
          word-break: break-word;
          -webkit-hyphens: auto;
          -moz-hyphens: auto;
          -ms-hyphens: auto;
          hyphens: auto;
          margin: 10px 0; }
        .article-grid article a .data .date {
          font-family: 'Montserrat';
          font-weight: 800;
          font-size: 12px;
          text-transform: uppercase;
          color: #be2e0e; }
      .article-grid article a:hover .img img {
        transform: scale(1.05);
        filter: brightness(1.05); }
      .article-grid article a:hover .data h3 {
        color: #555555; }
  .article-grid.one-column article {
    margin-bottom: 10px;
    padding-top: 10px;
    border-top: 1px solid #c0dbdb; }
    .article-grid.one-column article a .img,
    .article-grid.one-column article a .title {
      display: inline-block;
      vertical-align: top;
      box-sizing: border-box; }
    .article-grid.one-column article a .img {
      width: 35%;
      height: 75px; }
    .article-grid.one-column article a .title {
      width: 63%;
      padding-left: 10px; }
      .article-grid.one-column article a .title h3 {
        overflow: hidden;
        word-break: break-word;
        -webkit-hyphens: auto;
        -moz-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
        max-height: 72px;
        font-size: 20px; }
    .article-grid.one-column article a .data {
      padding: 10px 0 15px 0; }
      .article-grid.one-column article a .data p {
        margin: 0 0 7px 0;
        font-size: 14px; }
    .article-grid.one-column article a:hover .title h3 {
      color: #555555; }
  .article-grid.two-columns article {
    margin-bottom: 25px; }
    .article-grid.two-columns article a .img span {
      bottom: 3px;
      left: 3px;
      padding: 8px 8px 5px 8px;
      font-size: 17px; }
      .article-grid.two-columns article a .img span i {
        font-size: 17px; }
      .article-grid.two-columns article a .img span.sponsor {
        font-size: 14px; }
    .article-grid.two-columns article .data {
      height: 185px;
      padding: 20px;
      background-color: #f2f2f2; }
      .article-grid.two-columns article .data h3 {
        max-height: 58px; }
      .article-grid.two-columns article .data p {
        max-height: 48px; }
  .article-grid.four-columns article {
    width: 186px; }
    .article-grid.four-columns article a .img {
      height: 125px; }
    .article-grid.four-columns article a .data h3 {
      max-height: 65px;
      font-size: 18px; }
    .article-grid.four-columns article a .data p {
      max-height: 55px;
      margin: 7px 0;
      font-size: 14px; }
  .article-grid .no-results {
    margin-bottom: 30px;
    font-size: 22px; }

article.annonser {
  margin-bottom: 20px;
  padding: 10px;
  border: 1px solid #ababab !important;
  background-color: #f2f2f2; }

.article-grid article.annonser a .img {
  width: 100%;
  height: auto !important; }
  .article-grid article.annonser a .img img {
    vertical-align: top; }
.article-grid article.annonser a:hover .img img {
  transform: scale(1);
  opacity: 0.8; }
.article-grid.two-columns article.annonser {
  margin-bottom: 25px; }

.side .latest article.annonser {
  margin: 10px 0 20px 0; }
  .side .latest article.annonser:before {
    content: '';
    position: absolute;
    display: block;
    width: calc(100% + 2px);
    height: 1px;
    top: -21px;
    left: -1px;
    background-color: #c0dbdb; }
  .side .latest article.annonser + article.annonser {
    margin-top: 20px; }

/* *********************************************************************************************************************
 * SHARED ELEMENTS
 */
#back_to_top {
  right: 15px !important;
  bottom: 3px; }
  #back_to_top > span {
    border: 0;
    background-color: transparent !important; }
    #back_to_top > span i {
      color: #ababab; }
  #back_to_top:hover > span i {
    color: #222; }

/* PRELOAD */
.preload,
.preload:after {
  position: absolute;
  z-index: 2;
  width: 60px;
  height: 60px;
  left: 50%;
  top: 50%;
  margin: -30px 0 0 -30px;
  border-radius: 50%; }

.preload {
  background-color: transparent;
  border-top: 2px solid #f2f2f2;
  border-right: 2px solid #f2f2f2;
  border-bottom: 2px solid #f2f2f2;
  border-left: 2px solid #be2e0e;
  transform: translateZ(0);
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-duration: .8s;
  animation-name: preload-loading; }

@keyframes preload-loading {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
#searchform {
  position: relative;
  vertical-align: top;
  margin-top: 32px; }
  #searchform input[type="text"] {
    box-sizing: border-box;
    outline: none;
    width: 100%;
    padding: 0 10px;
    font-size: 14px;
    line-height: 35px;
    border: 1px solid #ababab;
    border-radius: 30px; }
    #searchform input[type="text"]:focus {
      outline: none; }
  #searchform button {
    position: absolute;
    cursor: pointer;
    top: 7px;
    right: 10px;
    border: 0;
    background: 0; }
    #searchform button:hover {
      opacity: 0.5; }

.paragraph-two-columns {
  column-count: 2;
  column-gap: 40px; }
  .paragraph-two-columns p {
    margin: 0 0 20px 0; }

.icon-list li {
  margin-bottom: 25px;
  font-size: 16px;
  line-height: 23px; }
.icon-list img {
  vertical-align: bottom;
  height: 26px;
  padding-right: 25px; }

.slider {
  max-width: 960px;
  margin: 0 auto; }
  .slider ul li {
    position: relative; }
    .slider ul li span {
      position: absolute;
      top: 30px;
      left: 0;
      padding: 0 10px;
      font-size: 14px;
      line-height: 28px;
      text-transform: uppercase;
      letter-spacing: 1px;
      background-color: #fff; }
  .slider .slick-prev,
  .slider .slick-next {
    position: absolute;
    cursor: pointer;
    display: block;
    outline: none;
    z-index: 1;
    top: calc(50% - 15px);
    width: 61px;
    height: 34px;
    padding: 0;
    color: transparent;
    border: none;
    background: transparent; }
    .slider .slick-prev:before,
    .slider .slick-next:before {
      content: url("../../../media/slider-arrow.svg"); }
    .slider .slick-prev:hover,
    .slider .slick-next:hover {
      padding: 0 10px; }
  .slider .slick-prev {
    transform: rotate(180deg);
    left: -110px; }
  .slider .slick-next {
    right: -110px; }

.lg .lg-sub-html {
  text-align: left; }

.lightbox .lb-caption {
  font-weight: 400; }

.vc_col-has-fill {
  padding-left: 15px !important;
  padding-right: 15px !important; }

.vc_row-has-fill {
  margin-left: 0 !important;
  margin-right: 0 !important; }

.pagination {
  display: inline-block;
  width: 100%;
  margin: 0;
  text-align: center;
  position: relative; }

.wp-pagenavi {
  margin: 30px 0 40px 0 !important; }
  .wp-pagenavi .pages {
    display: none; }
  .wp-pagenavi a, .wp-pagenavi span {
    display: inline-block;
    box-sizing: border-box;
    width: 35px;
    height: 35px;
    margin: 0 4px;
    padding-top: 9px;
    font-family: 'Montserrat';
    font-weight: 800;
    font-size: 14px;
    color: #222;
    text-decoration: none;
    border-radius: 50%;
    border: 1px solid #72b6b7; }
  .wp-pagenavi a img {
    vertical-align: middle; }
  .wp-pagenavi a:hover {
    color: #222; }
  .wp-pagenavi .current {
    color: #fff;
    background-color: #72b6b7; }
  .wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink, .wp-pagenavi .first, .wp-pagenavi .last {
    font-size: 20px;
    border: 0; }
  .wp-pagenavi .previouspostslink {
    margin-right: 6px; }
  .wp-pagenavi .nextpostslink {
    margin-left: 6px; }
  .wp-pagenavi .extend {
    font-size: 18px;
    font-weight: 500;
    border: 0;
    color: #ababab; }

.share {
  padding-top: 8px;
  font-size: 16px; }
  .share span {
    vertical-align: top;
    line-height: 1.7; }
  .share a {
    margin-left: 5px;
    transition: filter 0.1s ease 0s !important; }
    .share a:hover {
      filter: invert(27%) sepia(42%) saturate(3249%) hue-rotate(350deg) brightness(87%) contrast(104%); }

#cookie-notice {
  font-family: 'Hind', sans-serif !important;
  font-size: 15px !important; }
  #cookie-notice .cookie-notice-container {
    padding: 30px 0; }
  #cookie-notice #cn-close-notice {
    display: none; }
  #cookie-notice .cn-text-container h6 {
    font-size: 21px;
    line-height: 1.5;
    text-align: left;
    color: #fff; }
  #cookie-notice .cn-text-container a {
    text-decoration: underline;
    color: #fff; }
  #cookie-notice .cn-buttons-container {
    vertical-align: top; }
  #cookie-notice .boxed-link {
    height: 40px;
    margin: 6px 0 0 40px !important;
    font-size: 17px;
    line-height: 40px;
    text-align: center;
    text-transform: none;
    background-color: transparent;
    color: #72b6b7;
    border: 1px solid #72b6b7;
    border-radius: 0; }

/* *********************************************************************************************************************
 * HEADER - MENU
 */
header {
  height: 100px;
  border-bottom: 1px solid #c0dbdb; }
  header .flex {
    height: 100px; }
  header .logo {
    width: calc(100% - 370px); }
  header a.sok {
    width: 140px;
    height: 25px;
    margin-top: 37px;
    text-align: center;
    font-size: 15px;
    font-weight: 800;
    line-height: 27px;
    color: #72b6b7;
    border: 1px solid #72b6b7;
    border-radius: 4px; }
    header a.sok:hover {
      color: #fff;
      background-color: #72b6b7; }
  header form {
    width: 195px;
    margin-left: 20px; }
  header .menu {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin-top: 10px; }
    header .menu .home-bt {
      display: inline-block;
      vertical-align: top;
      width: 20px;
      margin-right: 28px;
      opacity: 0.6; }
      header .menu .home-bt img {
        width: 17px; }
      header .menu .home-bt:hover {
        opacity: 0.4; }
    header .menu .swiper {
      display: inline-block;
      box-sizing: border-box;
      width: calc(100% - 70px); }
      header .menu .swiper .swiper-slide {
        width: auto; }
        header .menu .swiper .swiper-slide:before {
          content: '|';
          display: inline-block;
          pointer-events: none;
          padding: 0 7px;
          color: #ccc;
          transform: translateY(1px); }
        header .menu .swiper .swiper-slide:first-child:before {
          display: none; }
        header .menu .swiper .swiper-slide a {
          vertical-align: bottom;
          font-size: 13px;
          font-weight: 700; }
          header .menu .swiper .swiper-slide a:hover {
            opacity: 0.7; }
    header .menu .swiper-button-prev {
      top: 10px;
      left: 28px; }
    header .menu .swiper-button-next {
      top: 10px;
      right: 0; }

/* *********************************************************************************************************************
 * FOOTER
 */
footer {
  padding: 35px 0 50px 0;
  background-color: #242424; }
  footer .flex {
    justify-content: flex-start; }
    footer .flex > div {
      padding-top: 25px;
      font-size: 16px;
      line-height: 1.5;
      color: #fff; }
  footer .footer-logo-claim {
	flex-direction: row;
  }
  footer .claim {
    margin-left: 90px; }
  footer .editors {
    margin-left: 180px; }
  footer .address {
	  min-width: 158px;
    margin-left: 90px; }
  footer #back_to_top {
    position: absolute;
    right: 0; }
    footer #back_to_top img {
      transform: rotate(-90deg); }

/* *********************************************************************************************************************
 * PAGE HOME
 */
.home .section.shome .article-grid article.big {
  width: 100%; }
  .home .section.shome .article-grid article.big .img {
    height: 450px; }
    .home .section.shome .article-grid article.big .img span {
      bottom: 153px; }
      .home .section.shome .article-grid article.big .img span.sponsor {
        font-size: 16px; }
  .home .section.shome .article-grid article.big .data {
    position: relative;
    height: 150px;
    margin-top: -150px;
    background-color: rgba(0, 0, 0, 0.8); }
    .home .section.shome .article-grid article.big .data h3 {
      max-height: 29px;
      color: #fff; }
    .home .section.shome .article-grid article.big .data p {
      color: #fff; }

/* *********************************************************************************************************************
 * ARTIKEL
 */
.artikel .a-header .subt {
  text-transform: uppercase;
  font-weight: 800;
  font-size: 18px;
  color: #ababab; }
.artikel .a-header h1 {
  overflow: hidden;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  margin: 10px 0 15px 0; }
.artikel .a-header .date {
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  color: #be2e0e; }
.artikel .a-header .sponsor {
  display: inline-block;
  margin-left: 20px;
  padding: 5px 10px 3px 10px;
  font-size: 13px;
  line-height: 13px;
  color: #fff;
  background-color: #000; }
.artikel .a-header .intro {
  margin: 15px 0; }
  .artikel .a-header .intro p {
    font-size: 24px;
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto; }
.artikel .author-share-wrapper {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between; }
  .artikel .author-share-wrapper > div {
    box-sizing: border-box;
    vertical-align: top; }
  .artikel .author-share-wrapper .authors .author {
    display: inline-block;
    margin-right: 40px; }
    .artikel .author-share-wrapper .authors .author .img {
      display: inline-block;
      overflow: hidden;
      float: left;
      width: 35px;
      height: 35px;
      margin-right: 10px;
      border-radius: 50%;
      border: 2px solid transparent;
      transition: border 0.3s ease 0s !important; }
    .artikel .author-share-wrapper .authors .author h5 {
      display: inline-block;
      font-family: 'Montserrat';
      font-size: 12px;
      line-height: 35px;
      color: #be2e0e; }
    .artikel .author-share-wrapper .authors .author:hover .img {
      border-color: #be2e0e; }
.artikel .a-img {
  margin: 30px 0 0 0; }
  .artikel .a-img > span {
    display: block;
    padding-top: 10px;
    font-size: 13px;
    color: #999; }
.artikel .video-container {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  height: 0;
  margin: 20px 0 0 0;
  padding-bottom: 56.25%; }
  .artikel .video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .artikel .video-container + span {
    display: block;
    padding-top: 10px;
    font-size: 13px;
    color: #999; }
.artikel .a-content {
  margin: 30px 0 50px 0; }
  .artikel .a-content .vc_row:last-child .wpb_wrapper > div:last-child,
  .artikel .a-content .vc_row:last-child .wpb_wrapper > div:last-child div {
    margin-bottom: 0; }
  .artikel .a-content .capital {
    font-size: 45px;
    font-weight: 700;
    line-height: 0; }
  .artikel .a-content h2 {
    margin-bottom: 15px;
    color: #000 !important; }
  .artikel .a-content h3, .artikel .a-content h4, .artikel .a-content h5, .artikel .a-content h6 {
    margin-bottom: 5px; }
  .artikel .a-content h6 {
    font-family: 'Hind'; }
  .artikel .a-content .vc_cta3 {
    padding: 40px !important;
    background-color: #e0ecec !important; }
    .artikel .a-content .vc_cta3 .vc_cta3-content-header {
      border: 0; }
  .artikel .a-content p a {
    color: #be2e0e;
    text-decoration: underline; }
    .artikel .a-content p a:hover {
      opacity: 0.7; }

/* *********************************************************************************************************************
 * LEGAL
 */
.page-legal .legal-block {
  padding: 60px 10% 100px 10%; }
.page-legal h1 {
  margin-bottom: 60px;
  color: #be2e0e; }
  .page-legal h1:after {
    content: '';
    display: block;
    width: 50px;
    height: 3px;
    margin-top: 10px;
    background-color: #be2e0e; }

/* *********************************************************************************************************************
 * FIREFOX POSITION FIXES
 */
@-moz-document url-prefix() {}
/* *********************************************************************************************************************
 * LANG EXCEPTIONS
 */
/* *********************************************************************************************************************
 * IMPORT RESPONSIVE
 */
/* *********************************************************************************************************************
 * RESPONSIVE MEDIA QUERIES
 */
/* *********************************************************************************************************************
 * DISABLE SMOOTH SCROLLING WHEN USERS HAVE PREFERS-REDUCED-MOTION ENABLED
 */
@media screen and (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto; } }
/* *********************************************************************************************************************
 * FOR RETINA
 */
/* *********************************************************************************************************************
 * VERTICAL BREAK POINTS
 */
/* *********************************************************************************************************************
 * BREAK POINT < 1500
 */
/* *********************************************************************************************************************
 * BREAK POINT < 1400
 */
/* *********************************************************************************************************************
 * BREAK POINT < 1300
 */
@media screen and (max-width: 1300px) {
  .wrapper_inner {
    width: 1000px; }

  h1 {
    font-size: 40px; }

  h3 {
    font-size: 21px; }

  p {
    font-size: 17px; }

  footer .claim {
    margin-left: 50px; }
  footer .address {
    margin-left: 90px; }

  .section.first h1 {
    font-size: 26px; }
  .section.video:not(.first) h2 {
    top: -20px; }
  .section.video:not(.first) .article-grid {
    margin: 0 20px 0 125px;
    padding-bottom: 20px; }
  .section.same:not(.first) .profile {
    top: 90px;
    width: 230px; }
    .section.same:not(.first) .profile .img {
      width: 50px;
      height: 50px; }
    .section.same:not(.first) .profile .data {
      width: 160px; }
      .section.same:not(.first) .profile .data h3 {
        font-size: 19px; }
  .section.same:not(.first) .article-grid {
    margin: 0 20px 0 295px; }

  .article-grid article {
    width: 335px; }
    .article-grid article a .img {
      height: 220px; }
  .article-grid.one-column article a .img {
    height: 60px; }
  .article-grid.one-column article a .title h3 {
    max-height: 64px;
    font-size: 17px; }
  .article-grid.two-columns article .data h3 {
    max-height: 54px; }
  .article-grid.two-columns article .data p {
    max-height: 45px; }
  .article-grid.four-columns article {
    width: 165px; }
    .article-grid.four-columns article a .img {
      height: 110px; }
    .article-grid.four-columns article a .data h3 {
      max-height: 62px;
      font-size: 17px; }

  .home .section.shome .article-grid article.big .img {
    height: 400px; }

  .artikel .a-header .subt {
    font-size: 17px; }
  .artikel .a-header .intro p {
    font-size: 22px; } }
/* *********************************************************************************************************************
 * BREAK POINT < 1200
 */
/* *********************************************************************************************************************
 * PORTRAIT TABLET TO LANDSCAPE AND DESKTOP  < 1000
 */
@media screen and (max-width: 1000px) {
  .wrapper_inner {
    width: 90%; }

  h1 {
    font-size: 40px; }

  h3 {
    font-size: 21px; }

  p {
    font-size: 17px; }

  .main {
    width: 100%; }

  .side {
    width: 100%;
    padding-left: 0; }

  header .logo {
    padding: 20px 30px 0 0; }
  header a.sok {
    width: 125px; }
  header form {
    margin-left: 0; }

  footer .flex > div {
    font-size: 15px; }

  .section.related .tags {
    display: block;
    margin: 0 0 20px 0; }

  .side .section.latest,
  #latest_anchor .section.latest {
    margin: 10px 0; }
    .side .section.latest .article-grid article .title,
    #latest_anchor .section.latest .article-grid article .title {
      margin-top: 20px; }
      .side .section.latest .article-grid article .title h3,
      #latest_anchor .section.latest .article-grid article .title h3 {
        overflow: hidden;
        word-break: break-word;
        -webkit-hyphens: auto;
        -moz-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
        font-size: 17px; }
    .side .section.latest .article-grid article .data,
    #latest_anchor .section.latest .article-grid article .data {
      padding-top: 0; }
    .side .section.latest .article-grid article:nth-child(n+9),
    #latest_anchor .section.latest .article-grid article:nth-child(n+9) {
      display: none; }

  .article-grid.two-columns article {
    width: 48%; }

  #cookie-notice .cookie-notice-container {
    padding: 30px; }
  #cookie-notice .cn-text-container h6 {
    text-align: center; }
  #cookie-notice .boxed-link {
    margin: 20px 0 0 0 !important; } }
/* *********************************************************************************************************************
 * MANAGE HEADER AND SOME ARTICLE GRID ELEMENTS
 * DIFERENTLY FOR PORTRAIT AND LANDSCAPE PHONES  < 768
 */
@media screen and (max-width: 767px) and (orientation: portrait) {
  header {
    height: 110px; }
    header .flex {
      display: block;
      height: 110px; }
    header .logo {
      width: 100%;
      max-width: 400px;
      margin-top: 0;
      padding: 0; }
    header a.sok {
      display: inline-block;
      width: 100px;
      height: 20px;
      text-align: right;
      font-size: 14px;
      line-height: 20px;
      text-decoration: underline;
      margin-top: 0;
      border: 0; }
    header form {
      width: calc(100% - 140px); }
    header .menu .swiper .swiper-slide a {
      font-size: 12px; }

  #searchform {
    position: absolute;
    top: 63px;
    right: 0;
    margin-top: 0; }
    #searchform input[type="text"] {
      line-height: 30px; }
    #searchform button {
      top: 5px; } }
@media screen and (max-width: 767px) and (orientation: landscape) {
  header .logo {
    width: calc(100% - 340px); }
  header form {
    width: 150px; }

  .article-grid article a .img img {
    width: 100%; }
  .article-grid.four-columns article a .img {
    height: auto; } }
/* *********************************************************************************************************************
 * VERTICAL MOBILES AND DOWN  < 768
 */
@media screen and (max-width: 767px) {
  h1 {
    font-size: 32px; }

  p {
    font-size: 17px; }

  .wp-pagenavi {
    margin: 30px 0 40px 0 !important; }
    .wp-pagenavi .pages {
      display: none; }
    .wp-pagenavi a, .wp-pagenavi span {
      display: inline-block;
      box-sizing: border-box;
      width: 25px;
      height: 25px;
      padding-top: 6px;
      font-family: 'Montserrat';
      font-weight: 500;
      font-size: 11px; }
    .wp-pagenavi .nextpostslink,
    .wp-pagenavi .previouspostslink {
      margin: 0; }
    .wp-pagenavi .extend {
      width: 16px;
      margin: 0; }

  footer {
    text-align: center; }
    footer .flex {
      display: block; }
      footer .flex > div {
        margin-left: 0 !important; }

  #content {
    margin: 60px 0 40px 0; }

  .section.first h1 {
    font-size: 19px; }
  .section.video:not(.first) {
    margin: 0;
    background-color: transparent !important; }
    .section.video:not(.first) h2 {
      margin-left: 0; }
    .section.video:not(.first) .article-grid {
      margin: 0; }
      .section.video:not(.first) .article-grid article:nth-child(3) {
        display: none; }
  .section.same {
    min-height: 200px; }
    .section.same:not(.first) {
      margin: 40px 0;
      padding: 0 5%; }
      .section.same:not(.first) h2 {
        top: -20px;
        margin-left: 0; }
      .section.same:not(.first) .profile {
        position: relative;
        box-sizing: border-box;
        top: 0px;
        left: 0;
        width: 100%; }
        .section.same:not(.first) .profile .data {
          width: calc(100% - 70px); }
      .section.same:not(.first) .article-grid {
        margin: 20px 0 0 0; }
    .section.same.first .profile {
      padding: 20px; }
      .section.same.first .profile .img {
        width: 50px;
        height: 50px; }
      .section.same.first .profile .data {
        width: calc(100% - 70px); }
        .section.same.first .profile .data h3 {
          font-size: 20px; }

  .article-grid article {
    width: 100%; }
    .article-grid article a .img {
      height: auto; }
      .article-grid article a .img img {
        width: 100%;
        vertical-align: top; }
  .article-grid.two-columns article {
    width: 100%; }
    .article-grid.two-columns article .data {
      height: auto; }
      .article-grid.two-columns article .data h3 {
        max-height: none; }
      .article-grid.two-columns article .data p {
        max-height: none; }
  .article-grid.four-columns article {
    width: 49%; }
    .article-grid.four-columns article a .data h3 {
      font-size: 16px; }

  .home .section.shome .article-grid article.big .img {
    height: 400px; }

  .artikel .author-share-wrapper .authors {
    width: 100%;
    margin-bottom: 10px; }
  .artikel .a-header .subt {
    font-size: 15px; }
  .artikel .a-header .intro p {
    font-size: 20px; }

  .page-legal .legal-block {
    padding: 20px 0 50px 0; }
  .page-legal h1 {
    margin-bottom: 30px; } }
/* *********************************************************************************************************************
 * SMALL DEVICES  < 350
 */
