h1, h2, h3, h4, h5, p, a, ul, .inline-menu ul li a, .e-intro p {
  font-family: 'MinionPro-Regular'; }

@media (min-width: 1200px) {
  header.container {
    width: 1260px; }
  .inline-menu ul li a {
    padding: 35px 0 34px; } }

.sf-live-edit .ch2 {
  display: none !important; }

.one.columns.html.one_html {
  margin-left: 0px !important;
  margin-right: 0px !important;
  padding: 0px !important;
  width: 100%;
  max-width: 100%;
  margin-bottom: 0px !important; }

.bildform {
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  padding-bottom: 51px;
  height: 100%; }

.stad {
  background-size: cover; }

.stad-center {
  background-size: cover;
  background-position: center; }

.stad-bottom {
  background-size: cover;
  background-position: center bottom; }

.stad-top {
  background-size: cover;
  background-position: 20% 10%; }

#startbild {
  background-image: url("https://d29ly7uq16xz5t.cloudfront.net/editor/dist/16354/uploads/startbild-maj-2024-kopiera.jpg?t=46e9e20597cf96b18504afd9f13bb83a");
  margin-bottom: -61px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center; }
  @media (min-width: 991.98px) {
    #startbild {
      background-position: 0px -200px; } }

#aventyr {
  background: url("https://d29ly7uq16xz5t.cloudfront.net/editor/dist/16354/uploads/img2180w.jpg?t=c7d74bcc4fdc3776755fbf4cbc658afb") no-repeat center center;
  margin-bottom: -61px;
  height: 500px;
  width: 99vw; }

#sportlov {
  background-image: url("https://d29ly7uq16xz5t.cloudfront.net/editor/dist/16354/uploads/2.jpg?t=420d9b05344285c777a4090efb74f3b8");
  margin-bottom: -61px; }

#gotland {
  background-image: url("https://d29ly7uq16xz5t.cloudfront.net/editor/dist/16354/uploads/2.jpg?t=420d9b05344285c777a4090efb74f3b8");
  margin-bottom: -61px; }

#assisi {
  background-image: url("https://d29ly7uq16xz5t.cloudfront.net/editor/dist/16354/uploads/20190416180847img08841.jpg?t=7559d48059b753ba6381a48788e101c8");
  margin-bottom: -61px; }

#omoss {
  background-image: url("https://d29ly7uq16xz5t.cloudfront.net/editor/dist/16354/uploads/dsc0112.jpg?t=a0f2f6e4eeb74b079055b3042107ac36");
  margin-bottom: -61px; }

#foot {
  background: white; }

.cls-1 {
  fill: #EFEEEE;
  border: 0px; }

.one.columns.html.one_html.last-snippet {
  margin-bottom: 0px; }

/*#ruta {
    width: 150px;
    height: 150px;
    background-color: white;
    z-index: -999;
    margin-right: 76.5px;
    margin-left: 76.5px;
}*/
#lager2 {
  border: 0px; }

.eloquent-posts-inner {
  background-color: #ffffff; }

.eloquent-post {
  float: left;
  width: calc(100% / 3);
  cursor: pointer; }

@media screen and (max-width: 768px) {
  .eloquent-post {
    float: left;
    width: 50%; } }

@media screen and (max-width: 414px) {
  .eloquent-post {
    float: left;
    width: 100%; } }

.eloquent-entry {
  position: relative;
  display: block;
  overflow: hidden; }

.eloquent-entry-img figure {
  min-height: 400px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  transition: all 1.5s ease; }
  @media (min-width: 768px) {
    .eloquent-entry-img figure {
      height: 50vh; } }

.eloquent-entry-img .overlay {
  position: absolute;
  width: 100%;
  background: rgba(54, 65, 65, 0.23);
  height: 100%;
  top: 0;
  transition: all 1.5s ease; }

.video-block {
  margin-bottom: 60px;
  text-align: center; }
  @media screen and (max-width: 768px) {
    .video-block {
      margin-bottom: 30px; } }
  .video-block .hide-block {
    display: none; }
    .video-block .hide-block.visible {
      display: block;
      width: 350px;
      height: 220px;
      background-size: cover;
      margin-bottom: 50px;
      margin-top: 30px;
      margin-left: auto;
      margin-right: auto; }
  .video-block img {
    max-width: 350px; }

.eloquent-entry-info {
  position: absolute;
  max-width: 500px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding: 25px;
  top: 47%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  pointer-events: none; }
  .eloquent-entry-info h5 {
    color: #fff;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.34);
    margin-bottom: 25px;
    border-bottom: 3px solid #a6a6a6;
    padding-bottom: 4px;
    display: inline-block;
    pointer-events: auto; }
  .eloquent-entry-info h2,
  .eloquent-entry-info h2 > a {
    color: #fff;
    margin-bottom: 0;
    font-family: 'foundrysterling-boldeBdexpert';
    font-weight: 700;
    font-size: 25px;
    color: #FFFFFF;
    letter-spacing: -0.78px;
    line-height: 53px;
    pointer-events: auto;
    cursor: pointer; }
    @media (max-width: 768px) {
      .eloquent-entry-info h2,
      .eloquent-entry-info h2 > a {
        font-size: 30px;
        line-height: 36px; } }

.eloquent-entry:hover .overlay {
  background: rgba(0, 0, 0, 0.4); }

.eloquent-entry:hover figure {
  transform: scale(1.025); }

/* Blog post style */
.eloquent-blog-post {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 90px; }
  @media screen and (max-width: 768px) {
    .eloquent-blog-post {
      margin-bottom: 20px; } }

.blog-post-title {
  font-family: 'foundrysterling-boldeBdexpert';
  transform: translateY(-98%);
  line-height: 0.7;
  width: 99vw;
  display: flex;
  justify-content: flex-end;
  position: absolute;
  color: white;
  display: inline-block;
  word-break: break-word;
  font-size: 16rem;
  justify-content: flex-end;
  display: flex; }
  @media screen and (max-width: 768px) {
    .blog-post-title {
      font-size: 10rem; } }

.eloquent-table-title {
  font-weight: bold; }

.info-list-title {
  padding-left: 14px;
  padding-top: 10px; }

.info-table {
  background-color: #ffd904;
  padding-top: 25px;
  padding-bottom: 25px; }
  @media screen and (max-width: 768px) {
    .info-table {
      margin-left: 25px;
      margin-right: 25px; } }

.eloquent-table {
  list-style-type: none; }

.eloquent-blog-post h1 {
  text-align: center;
  margin-bottom: 15px;
  color: #ffffff; }

.eloquent-blog-meta {
  text-align: center;
  margin-bottom: 40px; }
  @media (max-width: 768px) {
    .eloquent-blog-meta {
      margin-bottom: 20px; } }
  .eloquent-blog-meta h4 {
    color: #000000;
    display: inline-block;
    margin-top: 0; }
  .eloquent-blog-meta .titledesc {
    display: none; }
    .eloquent-blog-meta .titledesc.visible {
      display: inline-block; }

.share-icon {
  color: #000000;
  margin-left: 5px;
  margin-right: 5px; }

.dot-divider:before {
  color: #000000; }

.eloquent-blog-content {
  margin-bottom: 30px; }
  @media (min-width: 768px) {
    .eloquent-blog-content {
      margin-bottom: 60px; } }

.eloquent-blog-content .main-image {
  margin-bottom: 60px; }
  @media screen and (max-width: 768px) {
    .eloquent-blog-content .main-image {
      margin-bottom: 30px; } }

.eloquent-blog-content p,
.eloquent-blog-content .introduction {
  margin-bottom: 40px; }
  @media screen and (max-width: 768px) {
    .eloquent-blog-content p,
    .eloquent-blog-content .introduction {
      margin-bottom: 20px; } }

.eloquent-post-tags {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding-top: 70px;
  padding-bottom: 70px; }

.eloquent-post-tags h4 {
  color: #ffda04;
  font-size: 0px;
  margin-bottom: 5px; }

.eloquent-post-tags ul {
  list-style: none;
  padding: 0;
  margin: 0; }

.eloquent-post-tag {
  max-width: 520px;
  padding: 0 50px;
  text-align: left;
  width: 100%;
  max-width: 33.33%;
  float: left;
  margin-bottom: 50px; }
  @media (max-width: 992px) {
    .eloquent-post-tag {
      padding: 0; } }
  @media (max-width: 768px) {
    .eloquent-post-tag {
      margin-bottom: 50px;
      float: none;
      max-width: 100%;
      width: 100%; }
      .eloquent-post-tag:last-child {
        margin-bottom: 0; } }
  .eloquent-post-tag:nth-child(3n + 4) {
    clear: both; }

@media (max-width: 768px) {
  .eloquent-post-tags-wrapper {
    display: block; }
  .eloquent-post-latest-posts {
    margin-bottom: 50px; } }

.eloquent-post-tag li,
.eloquent-post-tag a {
  font-size: 14px;
  line-height: 20px; }

.eloquent-post-tag li {
  margin-bottom: 0; }

.eloquent-post-latest-posts a {
  display: block;
  padding: 14px 0;
  border-bottom: 1px solid #dcdac9;
  font-size: 0px !important; }

.eloquent-post-latest-posts li:last-child a {
  border-bottom: 0; }

.vivid-post-navigate {
  margin-bottom: 0;
  background-color: #ffda04; }
  @media (max-width: 768px) {
    .vivid-post-navigate {
      padding: 20px; } }

.columns.latest-eloquent-posts {
  max-width: 100%;
  padding: 0;
  position: relative; }

.latest-eloquent-posts.last-snippet {
  margin-bottom: 0; }

.read-more-btn .sf-btn {
  background-color: rgba(255, 255, 255, 0.8);
  color: #272727;
  position: absolute;
  right: 0;
  top: 45px;
  transition: background-color 0.3s ease;
  padding: 24px 30px; }
  .read-more-btn .sf-btn:hover {
    transform: none;
    background-color: white; }
  .read-more-btn .sf-btn:after {
    content: "\f105";
    font-family: 'FontAwesome';
    margin-left: 20px; }

.pagination > li > a {
  border: 0;
  background: transparent;
  color: #7a7a7a;
  border-radius: 0;
  font-size: 19px;
  padding: 6px 8px;
  transition: border 0.2s ease; }

.pagination > .active > a,
.pagination > .active > a:hover,
.pagination > li > a:hover,
.pagination > li > a:focus,
.pagination > .active > a,
.pagination > .active > a:focus {
  border-bottom: 1px solid #fff;
  background: transparent;
  color: #fff; }

.pagination > li:first-child > a,
.pagination > li:last-child > a {
  border-radius: 0; }

.columns.feature-gallery {
  max-width: 100%;
  padding: 0;
  width: 100%;
  margin-bottom: 0; }

@media screen and (min-width: 992px) {
  .feature-gallery-wrapper {
    height: 50vw; } }

.feature-gallery-wrapper:after {
  content: '';
  display: table;
  clear: both; }

.feature-gallery-wrapper figure {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  transition: all 1.5s ease; }

.feature-gallery-wrapper .overlay {
  background: rgba(54, 65, 65, 0.23);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  transition: all 0.5s ease; }

.feature-gallery-left,
.feature-gallery-right {
  width: 100%;
  height: 100vw;
  cursor: pointer; }
  @media screen and (min-width: 992px) {
    .feature-gallery-left,
    .feature-gallery-right {
      width: 50%;
      float: left;
      height: 100%; } }

.feature-gallery-right {
  height: 170vw; }
  @media screen and (min-width: 768px) and (max-width: 992px) {
    .feature-gallery-right {
      height: 100vw; } }
  @media screen and (min-width: 992px) {
    .feature-gallery-right {
      height: 100%; } }

.feature-gallery-block {
  overflow: hidden; }
  .feature-gallery-block:hover .overlay {
    background: rgba(0, 0, 0, 0.4); }
  .feature-gallery-block:hover figure {
    transform: scale(1.055); }

.feature-gallery-content {
  position: absolute;
  max-width: 500px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding: 25px;
  top: 47%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  pointer-events: none; }
  .feature-gallery-content h2,
  .feature-gallery-content h3,
  .feature-gallery-content p {
    pointer-events: auto; }
  .feature-gallery-content h2,
  .feature-gallery-content h2 > a {
    font-family: 'foundrysterling-boldeBdexpert';
    color: #ffffff;
    margin-bottom: 0;
    cursor: pointer;
    font-size: 40px;
    line-height: 55px; }

.feature-gallery-primary-block {
  height: 100%;
  position: relative; }

.feature-gallery-top-block {
  height: 40%;
  position: relative; }
  @media screen and (min-width: 768px) {
    .feature-gallery-top-block {
      height: 50%; } }

.feature-gallery-bottom-block {
  height: 60%;
  position: relative; }
  @media screen and (min-width: 768px) {
    .feature-gallery-bottom-block {
      height: 50%; } }

.feature-gallery-bottom-block-left,
.feature-gallery-bottom-block-right {
  width: 100%;
  height: 50%;
  float: none;
  position: relative; }
  @media screen and (min-width: 768px) {
    .feature-gallery-bottom-block-left,
    .feature-gallery-bottom-block-right {
      float: left;
      width: 50%;
      height: 100%; } }

.feature-gallery-bottom-block-left {
  background: #ffffff; }

@media only screen and (max-width: 768px) {
  .color_block h3, h2 {
    font-size: 15px;
    line-height: 18px; }
  footer {
    margin-top: 0px !important; }
  .eloquent-table {
    padding-bottom: 60; }
  .colorblock-three-features a, p {
    font-size: 15px !important; }
  .colorblock-three-features h2 {
    font-size: 30px !important;
    line-height: 1.2; }
  [data-snippet="30"] h3 {
    -moz-hyphens: none !important;
    -ms-hyphens: none !important;
    -webkit-hyphens: none !important;
    hyphens: none !important; }
  .eloquent-blog-post h2 {
    font-size: 30px;
    line-height: 35px;
    -moz-hyphens: none !important;
    -ms-hyphens: none !important;
    -webkit-hyphens: none !important;
    hyphens: none !important; }
  .columns.video-text-columns h2 {
    font-size: 30px; }
  .columns.video-text-columns .tic-text {
    margin-left: 30px !important; } }

@media only screen and (max-width: 1360px) {
  #logo a.image-logo {
    left: auto; } }

.columns.wide-image-textblock-right {
  max-width: 100%;
  padding: 0;
  position: relative;
  margin-bottom: 60px;
  margin-top: 0px; }

.wide-image-textblock-right-image figure {
  width: 100%;
  height: 100vh;
  min-height: 700px;
  background-size: cover;
  background-position: center; }

.wide-image-textblock-right-content-wrapper {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  pointer-events: none; }

.wide-image-textblock-right-content {
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: none;
  padding: 25px 25px;
  pointer-events: auto; }
  @media screen and (min-width: 768px) {
    .wide-image-textblock-right-content {
      max-width: 490px;
      padding: 90px 80px;
      float: right; } }
  .wide-image-textblock-right-content .sf-btn {
    margin-bottom: 0px;
    margin-top: 30px; }

.columns.colorblock-three-features {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
  background-color: #ffd904;
  margin-bottom: 0;
  margin-top: 0; }
  .columns.colorblock-three-features:first-child {
    margin-top: 90px; }
  .columns.colorblock-three-features .column.colorblock-three-features {
    padding: 60px 0; }
    .columns.colorblock-three-features .column.colorblock-three-features .wrapper .container .intro {
      text-align: center;
      max-width: 730px;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 85px; }
      .columns.colorblock-three-features .column.colorblock-three-features .wrapper .container .intro h2 {
        font-family: "MinionPro-Regular";
        color: #2b2b2b;
        letter-spacing: 0.125em;
        font-size: 29px;
        color: #2b2b2b;
        font-size: 38px;
        letter-spacing: 0.125em;
        font-weight: 500; }
      .columns.colorblock-three-features .column.colorblock-three-features .wrapper .container .intro h3 {
        font-family: "MinionPro-Regular";
        color: #2b2b2b;
        letter-spacing: 0.09375em;
        font-size: 20px;
        line-height: 28px;
        color: #2b2b2b;
        font-size: 28px;
        letter-spacing: 0.09375em;
        font-weight: 500; }
      .columns.colorblock-three-features .column.colorblock-three-features .wrapper .container .intro h2 > a,
      .columns.colorblock-three-features .column.colorblock-three-features .wrapper .container .intro h3 > a {
        border-bottom: 1px solid #2b2b2b; }
        .columns.colorblock-three-features .column.colorblock-three-features .wrapper .container .intro h2 > a:hover,
        .columns.colorblock-three-features .column.colorblock-three-features .wrapper .container .intro h3 > a:hover {
          color: #2b2b2b;
          border-color: transparent; }
      .columns.colorblock-three-features .column.colorblock-three-features .wrapper .container .intro a,
      .columns.colorblock-three-features .column.colorblock-three-features .wrapper .container .intro p,
      .columns.colorblock-three-features .column.colorblock-three-features .wrapper .container .intro li {
        font-family: "MinionPro-Regular";
        color: #2b2b2b;
        letter-spacing: 0.08125em;
        font-size: 18px;
        color: #2b2b2b;
        font-weight: 300;
        opacity: 0.8; }
    .columns.colorblock-three-features .column.colorblock-three-features .wrapper .container .row .text {
      margin-bottom: 45px; }
      .columns.colorblock-three-features .column.colorblock-three-features .wrapper .container .row .text h2,
      .columns.colorblock-three-features .column.colorblock-three-features .wrapper .container .row .text h2 > a,
      .columns.colorblock-three-features .column.colorblock-three-features .wrapper .container .row .text h3,
      .columns.colorblock-three-features .column.colorblock-three-features .wrapper .container .row .text h3 > a {
        font-family: "MinionPro-Regular";
        color: #2b2b2b;
        letter-spacing: 0.09375em;
        font-size: 20px;
        line-height: 28px;
        color: #2b2b2b;
        font-size: 28px;
        letter-spacing: 0.09375em;
        font-weight: 500; }
      .columns.colorblock-three-features .column.colorblock-three-features .wrapper .container .row .text a,
      .columns.colorblock-three-features .column.colorblock-three-features .wrapper .container .row .text p,
      .columns.colorblock-three-features .column.colorblock-three-features .wrapper .container .row .text li {
        font-family: "MinionPro-Regular";
        color: #2b2b2b;
        letter-spacing: 0.08125em;
        font-size: 18px;
        color: #2b2b2b;
        font-weight: 300;
        opacity: 0.8; }
      .columns.colorblock-three-features .column.colorblock-three-features .wrapper .container .row .text h2 > a,
      .columns.colorblock-three-features .column.colorblock-three-features .wrapper .container .row .text h3 > a {
        border-bottom: 1px solid #2b2b2b; }
        .columns.colorblock-three-features .column.colorblock-three-features .wrapper .container .row .text h2 > a:hover,
        .columns.colorblock-three-features .column.colorblock-three-features .wrapper .container .row .text h3 > a:hover {
          border-color: transparent;
          color: #2b2b2b; }
      .columns.colorblock-three-features .column.colorblock-three-features .wrapper .container .row .text p a,
      .columns.colorblock-three-features .column.colorblock-three-features .wrapper .container .row .text li a {
        color: #000000;
        border-bottom: 1px solid #2b2b2b; }
        .columns.colorblock-three-features .column.colorblock-three-features .wrapper .container .row .text p a:hover,
        .columns.colorblock-three-features .column.colorblock-three-features .wrapper .container .row .text li a:hover {
          border-color: transparent;
          color: #2b2b2b; }
      .columns.colorblock-three-features .column.colorblock-three-features .wrapper .container .row .text:last-child {
        margin-bottom: 0px; }
      @media only screen and (min-width: 768px) {
        .columns.colorblock-three-features .column.colorblock-three-features .wrapper .container .row .text {
          margin-bottom: 0; } }
      .columns.colorblock-three-features .column.colorblock-three-features .wrapper .container .row .text .sf-btn {
        font-family: MinionPro;
        color: #2b2b2b;
        background-color: #f2f2f2;
        font-size: 19px;
        letter-spacing: 1.3px;
        font-weight: 500;
        -webkit-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        opacity: 1;
        text-transform: uppercase;
        padding: 5px 30px;
        border: 2px solid none;
        border-radius: 5px; }
        .columns.colorblock-three-features .column.colorblock-three-features .wrapper .container .row .text .sf-btn:hover {
          color: #2b2b2b;
          background-color: #c2c2c2;
          transform: none; }
    .columns.colorblock-three-features .column.colorblock-three-features .wrapper .container .row .col-sm-4 {
      /*@include media-medium() {
                            text-align: center;
                        }*/ }

.columns.video-text-columns,
.columns.text-video-columns {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0; }

.column.video-text-columns .tic-wrapper,
.column.text-video-columns .tic-wrapper {
  display: flex;
  flex-wrap: wrap; }

.column.video-text-columns .tic-column,
.column.text-video-columns .tic-column {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center; }
  @media only screen and (max-width: 1240px) {
    .column.video-text-columns .tic-column,
    .column.text-video-columns .tic-column {
      width: 100%; } }

.column.video-text-columns .tic-image,
.column.text-video-columns .tic-image {
  width: 100%;
  height: 100%;
  max-height: 100%;
  background-size: cover;
  background-position: center center; }
  @media only screen and (max-width: 1240px) {
    .column.video-text-columns .tic-image,
    .column.text-video-columns .tic-image {
      width: 100vw;
      height: 100vh;
      max-height: 500px; } }

.column.video-text-columns .tic-text,
.column.text-video-columns .tic-text {
  max-width: 585px; }
  @media only screen and (max-width: 1240px) {
    .column.video-text-columns .tic-text,
    .column.text-video-columns .tic-text {
      margin-left: auto;
      margin-right: auto;
      padding-top: 50px;
      padding-bottom: 50px; } }
  @media only screen and (max-width: 625px) {
    .column.video-text-columns .tic-text,
    .column.text-video-columns .tic-text {
      padding: 25px; } }

.column.video-text-columns .tic-column:nth-child(1) {
  order: 2; }

.column.video-text-columns .tic-column:nth-child(2) {
  order: 1; }

@media only screen and (max-width: 1240px) {
  .column.video-text-columns .tic-column:nth-child(1) {
    order: 2; }
  .column.video-text-columns .tic-column:nth-child(2) {
    order: 1; } }

.column.video-text-columns .tic-column:nth-child(1) {
  order: 2; }

.column.video-text-columns .tic-column:nth-child(2) {
  order: 1; }

@media only screen and (max-width: 1240px) {
  .column.video-text-columns .tic-column:nth-child(1) {
    order: 2; }
  .column.video-text-columns .tic-column:nth-child(2) {
    order: 1; } }

.columns.video-text-columns + .columns.video-text-columns,
.columns.text-video-columns + .columns.text-video-columns,
.columns.video-text-columns + .columns.text-video-columns,
.columns.text-video-columns + .columns.video-video-columns {
  margin-top: -60px; }
  @media only screen and (max-width: 768px) {
    .columns.video-text-columns + .columns.video-text-columns,
    .columns.text-video-columns + .columns.text-video-columns,
    .columns.video-text-columns + .columns.text-video-columns,
    .columns.text-video-columns + .columns.video-video-columns {
      margin-top: -30px; } }

.video-text-columns video {
  width: 100%;
  max-height: 100%;
  margin-top: -1px;
  margin-bottom: -1px; }

/*.columns.video-text-columns {
    margin-bottom: -10px !important;
    margin-top: -3px !important;
}*/
.tic-text {
  margin-left: 80px !important;
  margin-right: auto !important;
  padding: 15% 5% 15% 5% !important;
  height: inherit;
  justify-content: center center !important; }

blockquote {
  border-left-color: #ffda04; }

.sf-button a, .sf-button, .sf-btn, input[type='submit'], #sf_cart .blue_button, #payment_button .green_button, .green_button.sf-button, .divider span {
  background-color: #ffda04; }

.columns.vimeo-text-columns,
.columns.text-vimeo-columns {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0; }

.column.vimeo-text-columns .tic-wrapper,
.column.text-vimeo-columns .tic-wrapper {
  display: flex;
  flex-wrap: wrap; }

.column.vimeo-text-columns .tic-column,
.column.text-vimeo-columns .tic-column {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center; }
  @media only screen and (max-width: 1240px) {
    .column.vimeo-text-columns .tic-column,
    .column.text-vimeo-columns .tic-column {
      width: 100%; } }

.column.vimeo-text-columns .tic-image,
.column.text-vimeo-columns .tic-image {
  width: 100%;
  height: 100%;
  max-height: 100%;
  background-size: cover;
  background-position: center center; }
  @media only screen and (max-width: 1240px) {
    .column.vimeo-text-columns .tic-image,
    .column.text-vimeo-columns .tic-image {
      width: 100vw;
      height: 100vh;
      max-height: 500px; } }

.column.vimeo-text-columns .tic-text,
.column.text-vimeo-columns .tic-text {
  max-width: 585px; }
  @media only screen and (max-width: 1240px) {
    .column.vimeo-text-columns .tic-text,
    .column.text-vimeo-columns .tic-text {
      margin-left: auto;
      margin-right: auto;
      padding-top: 50px;
      padding-bottom: 50px; } }
  @media only screen and (max-width: 625px) {
    .column.vimeo-text-columns .tic-text,
    .column.text-vimeo-columns .tic-text {
      padding: 25px; } }

.column.vimeo-text-columns .tic-column:nth-child(1) {
  order: 2; }

.column.vimeo-text-columns .tic-column:nth-child(2) {
  order: 1; }

@media only screen and (max-width: 1240px) {
  .column.vimeo-text-columns .tic-column:nth-child(1) {
    order: 2; }
  .column.vimeo-text-columns .tic-column:nth-child(2) {
    order: 1; } }

.column.vimeo-text-columns .tic-column:nth-child(1) {
  order: 2; }

.column.vimeo-text-columns .tic-column:nth-child(2) {
  order: 1; }

@media only screen and (max-width: 1240px) {
  .column.vimeo-text-columns .tic-column:nth-child(1) {
    order: 2; }
  .column.vimeo-text-columns .tic-column:nth-child(2) {
    order: 1; } }

.columns.vimeo-text-columns + .columns.vimeo-text-columns,
.columns.text-vimeo-columns + .columns.text-vimeo-columns,
.columns.vimeo-text-columns + .columns.text-vimeo-columns,
.columns.text-vimeo-columns + .columns.vimeo-vimeo-columns {
  margin-top: -60px; }
  @media only screen and (max-width: 768px) {
    .columns.vimeo-text-columns + .columns.vimeo-text-columns,
    .columns.text-vimeo-columns + .columns.text-vimeo-columns,
    .columns.vimeo-text-columns + .columns.text-vimeo-columns,
    .columns.text-vimeo-columns + .columns.vimeo-vimeo-columns {
      margin-top: -30px; } }

.vimeo-text-columns video {
  width: 100%;
  max-height: 100%;
  margin-top: -1px;
  margin-bottom: -1px; }

/*.columns.video-text-columns {
    margin-bottom: -10px !important;
    margin-top: -3px !important;
}*/
blockquote {
  border-left-color: #000000; }

.eloquent-posts-inner {
  background-color: #ffffff; }

.eloquent-post {
  float: left;
  width: calc(100% / 3);
  cursor: pointer; }

@media screen and (max-width: 768px) {
  .eloquent-post {
    float: left;
    width: 50%; } }

@media screen and (max-width: 414px) {
  .eloquent-post {
    float: left;
    width: 100%; } }

.eloquent-entry {
  position: relative;
  display: block;
  overflow: hidden; }

.eloquent-entry-img figure {
  min-height: 400px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  transition: all 1.5s ease; }
  @media (min-width: 768px) {
    .eloquent-entry-img figure {
      height: 50vh; } }

.eloquent-entry-img .overlay {
  position: absolute;
  width: 100%;
  background: rgba(54, 65, 65, 0.23);
  height: 100%;
  top: 0;
  transition: all 1.5s ease; }

.video-block {
  margin-bottom: 60px;
  text-align: center; }
  @media screen and (max-width: 768px) {
    .video-block {
      margin-bottom: 30px; } }
  .video-block .hide-block {
    display: none; }
    .video-block .hide-block.visible {
      display: block;
      width: 350px;
      height: 220px;
      background-size: cover;
      margin-bottom: 50px;
      margin-top: 30px;
      margin-left: auto;
      margin-right: auto; }
  .video-block img {
    max-width: 350px; }

.eloquent-entry-info {
  position: absolute;
  max-width: 500px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding: 25px;
  top: 47%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  pointer-events: none; }
  .eloquent-entry-info h5 {
    color: #fff;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.34);
    margin-bottom: 25px;
    border-bottom: 3px solid #a6a6a6;
    padding-bottom: 4px;
    display: inline-block;
    pointer-events: auto; }
  .eloquent-entry-info h2,
  .eloquent-entry-info h2 > a {
    color: #fff;
    margin-bottom: 0;
    font-family: 'foundrysterling-boldeBdexpert';
    font-weight: 700;
    font-size: 25px;
    color: #FFFFFF;
    letter-spacing: -0.78px;
    line-height: 53px;
    pointer-events: auto;
    cursor: pointer; }
    @media (max-width: 768px) {
      .eloquent-entry-info h2,
      .eloquent-entry-info h2 > a {
        font-size: 30px;
        line-height: 36px; } }

.eloquent-entry:hover .overlay {
  background: rgba(0, 0, 0, 0.4); }

.eloquent-entry:hover figure {
  transform: scale(1.025); }

/* Blog post style */
.eloquent-blog-post {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 90px; }
  @media screen and (max-width: 768px) {
    .eloquent-blog-post {
      margin-bottom: 20px; } }

.blog-post-title {
  font-family: 'foundrysterling-boldeBdexpert';
  transform: translateY(-98%);
  line-height: 0.7;
  width: 99vw;
  display: flex;
  justify-content: flex-end;
  position: absolute;
  color: white;
  display: inline-block;
  word-break: break-word;
  font-size: 16rem;
  justify-content: flex-end;
  display: flex; }
  @media screen and (max-width: 768px) {
    .blog-post-title {
      font-size: 10rem; } }

.eloquent-table-title {
  font-weight: bold; }

.info-list-title {
  padding-left: 14px;
  padding-top: 10px; }

.info-table {
  background-color: #ffd904;
  padding-top: 25px;
  padding-bottom: 25px; }
  @media screen and (max-width: 768px) {
    .info-table {
      margin-left: 25px;
      margin-right: 25px; } }

.eloquent-table {
  list-style-type: none; }

.eloquent-blog-post h1 {
  text-align: center;
  margin-bottom: 15px;
  color: #ffffff; }

.eloquent-blog-meta {
  text-align: center;
  margin-bottom: 40px; }
  @media (max-width: 768px) {
    .eloquent-blog-meta {
      margin-bottom: 20px; } }
  .eloquent-blog-meta h4 {
    color: #000000;
    display: inline-block;
    margin-top: 0; }
  .eloquent-blog-meta .titledesc {
    display: none; }
    .eloquent-blog-meta .titledesc.visible {
      display: inline-block; }

.share-icon {
  color: #000000;
  margin-left: 5px;
  margin-right: 5px; }

.dot-divider:before {
  color: #000000; }

.eloquent-blog-content {
  margin-bottom: 30px; }
  @media (min-width: 768px) {
    .eloquent-blog-content {
      margin-bottom: 60px; } }

.eloquent-blog-content .main-image {
  margin-bottom: 60px; }
  @media screen and (max-width: 768px) {
    .eloquent-blog-content .main-image {
      margin-bottom: 30px; } }

.eloquent-blog-content p,
.eloquent-blog-content .introduction {
  margin-bottom: 40px; }
  @media screen and (max-width: 768px) {
    .eloquent-blog-content p,
    .eloquent-blog-content .introduction {
      margin-bottom: 20px; } }

.eloquent-post-tags {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding-top: 70px;
  padding-bottom: 70px; }

.eloquent-post-tags h4 {
  color: #ffda04;
  font-size: 0px;
  margin-bottom: 5px; }

.eloquent-post-tags ul {
  list-style: none;
  padding: 0;
  margin: 0; }

.eloquent-post-tag {
  max-width: 520px;
  padding: 0 50px;
  text-align: left;
  width: 100%;
  max-width: 33.33%;
  float: left;
  margin-bottom: 50px; }
  @media (max-width: 992px) {
    .eloquent-post-tag {
      padding: 0; } }
  @media (max-width: 768px) {
    .eloquent-post-tag {
      margin-bottom: 50px;
      float: none;
      max-width: 100%;
      width: 100%; }
      .eloquent-post-tag:last-child {
        margin-bottom: 0; } }
  .eloquent-post-tag:nth-child(3n + 4) {
    clear: both; }

@media (max-width: 768px) {
  .eloquent-post-tags-wrapper {
    display: block; }
  .eloquent-post-latest-posts {
    margin-bottom: 50px; } }

.eloquent-post-tag li,
.eloquent-post-tag a {
  font-size: 14px;
  line-height: 20px; }

.eloquent-post-tag li {
  margin-bottom: 0; }

.eloquent-post-latest-posts a {
  display: block;
  padding: 14px 0;
  border-bottom: 1px solid #dcdac9;
  font-size: 0px !important; }

.eloquent-post-latest-posts li:last-child a {
  border-bottom: 0; }

.vivid-post-navigate {
  margin-bottom: 0;
  background-color: #ffda04; }
  @media (max-width: 768px) {
    .vivid-post-navigate {
      padding: 20px; } }

.columns.latest-eloquent-posts {
  max-width: 100%;
  padding: 0;
  position: relative; }

.latest-eloquent-posts.last-snippet {
  margin-bottom: 0; }

.read-more-btn .sf-btn {
  background-color: rgba(255, 255, 255, 0.8);
  color: #272727;
  position: absolute;
  right: 0;
  top: 45px;
  transition: background-color 0.3s ease;
  padding: 24px 30px; }
  .read-more-btn .sf-btn:hover {
    transform: none;
    background-color: white; }
  .read-more-btn .sf-btn:after {
    content: "\f105";
    font-family: 'FontAwesome';
    margin-left: 20px; }

.pagination > li > a {
  border: 0;
  background: transparent;
  color: #7a7a7a;
  border-radius: 0;
  font-size: 19px;
  padding: 6px 8px;
  transition: border 0.2s ease; }

.pagination > .active > a,
.pagination > .active > a:hover,
.pagination > li > a:hover,
.pagination > li > a:focus,
.pagination > .active > a,
.pagination > .active > a:focus {
  border-bottom: 1px solid #fff;
  background: transparent;
  color: #fff; }

.pagination > li:first-child > a,
.pagination > li:last-child > a {
  border-radius: 0; }

.inline-menu ul a {
  font-size: 1em !important; }

.top-menu-wrapper {
  margin-bottom: 0px !important; }

.eloquent-entry-info h2 {
  font-size: 40px !important; }

.eloquent-posts-wrapper {
  background-color: #ffda04 !important; }

.columns.color_block {
  margin-bottom: 0px !important; }

.columns.form {
  margin-top: 60px !important; }

.columns.wide_image_with_text3 {
  margin-top: 0px !important;
  margin-bottom: 0px !important; }

.wide_image .overlay {
  display: none; }

[data-snippet="49"] {
  background-color: #ffda04; }

[data-snippet="49"] input {
  background-color: #ffffff !important; }

.columns.video-text-columns {
  margin-bottom: 0px !important; }

.kontakt {
  background-color: #ffda04; }

.columns.form .act_as_snippet_area_main p, p, ol, ul, label, .label-style, .snippet_area_main, .act_as_snippet_area_main, .menu a, .sf-button, .sf-btn, input[type='submit'], .text a, .product-collection article .price, .product .price, .sf-link {
  color: #000000;
  text-transform: none !important; }

[data-snippet="46"] {
  margin-bottom: 60px !important; }

.buttonAppendContainer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 5px 0 0;
  background: #f5f5f5; }
  .buttonAppendContainer .appendCurrentCount {
    background: #dcdcdc;
    padding: 10px 0;
    width: 100%;
    text-align: center; }

.buttonAppendContainer {
  display: flex; }

.editMode .buttonAppendContainer {
  display: none !important; }
