@charset "UTF-8";

.material-symbols-outlined {
  font-variation-settings:
  'FILL' 0,
  'wght' 100,
  'GRAD' 0,
  'opsz' 24
}

/* -------- Fonts -------- */
@font-face {
  font-family: Spezia;
  src: url('../otf/spezia-regular.otf');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: Spezia;
  src: url('../otf/spezia-medium.otf');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: Spezia-serif;
  src: url('../otf/speziaserif-mediuma.otf');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: Spezia-serif;
  src: url('../otf/speziaserif-mediumitalica.otf');
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: Spezia-mono;
  src: url('../otf/speziamono-regular.otf');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: Spezia-wide;
  src: url('../otf/speziawide-regular.otf');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: Spezia-wide;
  src: url('../otf/speziawide-medium.otf');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: FA-Brands;
  src: url('../ttf/fa-brands-400.ttf');
  font-weight: 400;
  font-style: normal;
}

/* -------- Variables -------- */
:root {
  --color-black-std: #000000;
  --color-darkblue-std: #142127;
  --color-white-std: #ffffff;
  --color-yarnwhite-std: #ececdc;

  --color-corporate-1: #CA91C5; /* Purple/lila */
  --color-corporate-2: #BC361A; /* Red/dark */

  --border-radius-std: 0px;

  --box-shadow-straight: 0px 2px 5px 1px rgba(0,0,0,0.2);
}

.pagination {
  --bs-pagination-active-bg: var(--color-darkblue-std);
  --bs-pagination-active-border-color: var(--color-darkblue-std);
  --bs-pagination-color: var(--color-darkblue-std);
  --bs-pagination-border-radius: 0;
}


/* -------- Default styles -------- */
body {
  font-family: Spezia-serif, Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 15px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: var(--color-white-std);
  overflow-x: hidden !important;
}

h1,h2,h3,h4,h5 {
  font-family: Spezia-wide, Arial, Helvetica, sans-serif;
  line-height: 1 !important;
  font-weight: 500;
  text-transform: uppercase;
}

.h1, h1 {
  font-size: calc(2rem + .9vw);
}

.h2, h2 {
  font-size: calc(1.6rem + .9vw);
}

.h3, h3 {
  font-size: calc(1.6rem + .9vw);
}

.h4, h4 {
  font-size: calc(1rem + .3vw);
}

.title_indent {
  display: block;
  margin: 0px 0px 0px 40px;
}

@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 46px;
  }
  h2, .h2 {
    font-size: 40px;
  }
  h4, .h4 {
    font-size: 1.2rem;
  }
}

a {
  color: inherit;
  text-decoration: underline;
}

a:hover {
  color: inherit;
  opacity: 0.5;
  text-decoration: underline;
}

a.btn:hover {
  opacity: 1;
  text-decoration: none;
}

a.cleanlink {
  text-decoration: none;
}

a.cleanlink:hover {
  color: inherit;
  text-decoration: none;
  opacity: inherit;
}

button {
  background: transparent;
  border: 0;
}

input,
textarea {
  border-radius: var(--border-radius-std) !important;
  border: 0px !important;
}

ul {
  padding-left: 1em;
  list-style-position: outside;
  list-style-type: square;
}

/* -------- Bootstrap rewrites -------- */
.wrapper {
  padding: 128px 0px 0px 0px;
}

.btn {
  border-radius: var(--border-radius-std);
  font-family: Spezia-serif, Arial, Helvetica, sans-serif;
  padding: 15px 30px;
  font-size: 16px;
}

.btn-sm {
  padding: 3px 15px;
  font-size: 15px;
  line-height: 25px;
}

.btn_story {
  font-family: Spezia, Arial, Helvetica, sans-serif;
  padding: 3px 8px;
  font-weight: 500;
}

.btn_story img {
  width: 20px;
}

.btn_story:hover img {
  filter: invert(100%) brightness(120%);
}

.btn-light {
  background-color: var(--color-yarnwhite-std);
}

.btn-dark {
  background-color: var(--color-darkblue-std);
}

.btn-secondary {
  background-color: var(--color-corporate-1);
  border-color: var(--color-corporate-1);
}

.btn-link {
  color: var(--color-darkblue-std);
  font-family: Spezia-serif, Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-style: italic;
  font-size: 16px;
  padding: 0px;
  text-decoration: none;
}

.btn-link:hover {
  color: inherit;
  text-decoration: underline;
}

.btn-link::before {
  content: url(../svg/arrow_down_right.svg);
  width: 20px;
  display: inline-block;
}

.btn-link.color_white_std::before {
  content: url(../svg/arrow_1_right.svg);
  width: 20px;
  display: inline-block;
}

.btn-link-var {
  color: var(--color-darkblue-std);
  font-family: Spezia, Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  padding: 0px;
}

.btn-link-var::before {
  content: url(../svg/arrow_dark_1_right.svg);
  width: 20px;
  display: inline-block;
}

/* -------- Global -------- */
.font_spezia {
  font-family: Spezia, Arial, Helvetica, sans-serif;
  font-weight: 400;
}

.font_spezia_medium {
  font-family: Spezia, Arial, Helvetica, sans-serif;
  font-weight: 500;
}

.font_spezia_mono {
  font-family: Spezia-mono, Arial, Helvetica, sans-serif;
  font-weight: 400;
}

.font_spezia_wide_medium {
  font-family: Spezia-wide, Arial, Helvetica, sans-serif;
  font-weight: 500;
}

.font_spezia_serif {
  font-family: Spezia-serif, Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-style: normal;
}

.font_spezia_serif_italic {
  font-family: Spezia-serif, Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-style: italic;
}

.font_sm {
  font-size: 11px;
  line-height: 1;
}

.font_md {
  font-size: 14px;
  line-height: 1;
}


.dark_text {
  color: var(--color-darkblue-std);
}

.light_text {
  color: var(--color-white-std);
}

.image_sm {
  height: 200px;
  width: 100%;
  object-fit: cover;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.image_square {
  aspect-ratio: 1 / 1;
  width: 100%;
  object-fit: cover;
}

.bg_white_std {
  background-color: var(--color-white-std);
}

.bg_black_std {
  background-color: var(--color-black-std);
}

.color_white_std {
  color: var(--color-white-std);
}

.bg_darkblue_std {
  background-color: var(--color-darkblue-std);
  color: var(--color-white-std);
}

.bg_corporate_1_std {
  background-color: var(--color-corporate-1);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg_yarnwhite_std {
  background-color: var(--color-yarnwhite-std);
}

.box_shadow_straight {
  box-shadow: var(--box-shadow-straight);
}

.icon_plus {
  font-family: Spezia, Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 24px;
}

.z_index_1 {
  z-index: 1;
}

/* -------- Header -------- */
#wrapper-navbar {
  box-shadow: var(--box-shadow-straight);
  position: fixed;
  width: 100%;
  background-color: rgba(256,256,256,0.95);
  z-index: 10;
}

.header_negative_margin {
  margin-top: -86px;
}

.usp_ct ul {
  list-style: square;
  list-style-position: inside;
}

.header_logo_ct img {
  height: 54px;
  margin: 0px 10px 0px 0px;
}

.header_logo_ct div a:first-child img {
  height: 13.89px;
}

.header_logo_ct div a:nth-child(2) img {
  height: 16.99px;
}

.header_logo_ct div a:nth-child(3) img {
  height: 13.89px;
}

.header_logo_ct div a:first-child {
  line-height: 13.89px;
  margin: -2px 0px 5px;
}

.header_logo_ct div a:nth-child(2) {
  line-height: 16.99px;
  margin: 0px 0px 1px;
}

.header_logo_ct div a:nth-child(3)   {
  line-height: 13.89px;
}

.header_logo_ct_text a {
  text-decoration: none;
}

.header_logo_ct_text a:hover {
  text-decoration: none;
  opacity: 1 !important;
}

.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "+";
  border-top: none;
  border-right: none;
  border-bottom: none;
  border-left: none;
}

@media screen and (min-width: 768px) {
  .nav-link {
    display: flex;
  }
  .pll-parent-menu-item {
    display: none;
  }
}

.search_toggler {
  width: 40px;
  height: 40px;
  margin: 0px 5px 0px 0px;
}

#toggle-search-btn-desktop span {
  font-size: 28px;
}

.header_search {
  position: fixed;
  top: 130px;
  left: 0;
  z-index: 8;
  width: 100%;
  background-color: var(--color-white-std);
  padding: 10px;
  box-shadow: var(--box-shadow-straight);
  display: none; 
  opacity: 0; 
  transition: all 0.3s ease;
}

/* Animation for sliding in */
@keyframes slideInFromTop {
  0% {
    top: -100px;
    opacity: 0;
  }
  100% {
    top: 130px;
    opacity: 1;
  }
}

.show-search {
  display: block;
  animation: slideInFromTop 0.5s ease forwards; /* 0.5s duration for the animation */
}

@media screen and (max-width: 768px) {
  /* Bootstrap rewrite */
  .wrapper {
    padding: 64px 0px 0px 0px;
  }
  /* Header */
  #wrapper-navbar {
    background-color: rgba(256,256,256,1);
  }
  .header_logo_ct img {
    height: 36px;
    margin: 0px 7px 0px 0px;
  }
  .header_logo_ct div a:first-child img {
    height: 9.24px;
  }
  .header_logo_ct div a:nth-child(2) img {
    height: 11.3px;
  }
  .header_logo_ct div a:nth-child(3) img {
    height: 9.24px;
  }
  .header_logo_ct div a:first-child {
    line-height: 9.24px;
    margin: -1px 0px 3px;
  }
  .header_logo_ct div a:nth-child(2) {
    line-height: 11.3px;
    margin: 0px 0px 1px;
  }
  .header_logo_ct div a:nth-child(3)   {
    line-height: 9.24px;
  }
  .header_search {
    top: 63px !important; /* Adjust position for mobile */
  }
  .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "+";
    border-top: none;
    border-right: none;
    border-bottom: none;
    border-left: none;
    right: 0px;
    position: absolute;
  }
  .dropdown-menu {
    border: none;
    padding: 0px 0px 20px 20px;
    margin-top: -10px !important;
  }
  .title_indent {
    display: block;
    margin: 0px 0px 0px 20px;
  }
}

.nav-link {
  color: var(--color-black-std);
  font-weight: 500;
}

.nav-link:hover {
  color: var(--color-black-std);
  opacity: 0.5;
  text-decoration: none;
}

.navbar-toggler {
  border: none;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(20, 33, 39, 1)' stroke-linecap='square' stroke-miterlimit='10' stroke-width='1' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  width: 2em;
  height: 2em;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.pll-switcher-select {
  display: inline-block;
  text-decoration: none;
  color: var(--color-darkblue-std);
  border: 1px solid var(--color-black-std);
  background-color: var(--color-white-std);
  padding: 6px 10px;
  line-height: 17px;
  font-family: Spezia, Arial, Helvetica, sans-serif;
  opacity: 1;
  text-transform: uppercase;
  appearance: none;
}

.pll-switcher-select::-ms-expand {
  display: none;
}


.wpml-floating-language-switcher {
  display: inline-block;
}

.wpml-ls-legacy-dropdown-click {
  width: auto;
  max-width: 100%;
}

.wpml-ls-legacy-dropdown-click a {
  display: inline-block;
  text-decoration: none;
  color: var(--color-darkblue-std);
  border: 1px solid var(--color-darkblue-std);
  background-color: var(--color-yarnwhite-std);
  padding: 6px 10px;
  line-height: 17px;
  font-family: Spezia-serif, Arial, Helvetica, sans-serif;
  opacity: 1;
}

.wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle {
  position: relative;
  padding-right: 10px;
}

.wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle::after {
  display:none;
}

#breadcrumbs {
  font-size: 15px;
}

#breadcrumbs a {
  text-decoration: none;
}

.product_overview_hero #breadcrumbs {
  opacity: 0.6;
}

@media screen and (max-width: 768px) {
  .product_overview_hero .light_text {
    color: var(--color-darkblue-std);
  }
}

.offcanvas-body .story_menu a::before {
  content: '';
  background-image: url(../svg/arrow_dark_1_right.svg);
  background-size: 16px 16px;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 20px;
}
.offcanvas-header h5 {
  font-size: 26px;
  font-family: spezia;
  font-weight: 400; 
}
.offcanvas-header img {
  height: 25px; 
}
.offcanvas-body .story_menu li {
  padding: 0px 0px 20px 0px;
}
.offcanvas-body .story_menu a {
  text-decoration: none;
  font-size: 20px;
}

@media screen and (max-width:768px) {
  #navbarNavDropdown {
    padding: 50px 20px;
    font-size: 20px;
    height: 100vh;
  }
  .navbar-nav {
  }
  .nav-link {
    padding-bottom: 26px;
  }
  #navbarNavDropdown ul a::before {
    content: '';
    background-image: url(../svg/arrow_dark_1_right.svg);
    background-size: 16px 16px;
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 20px;
  }
}

/* -------- Footer -------- */
.pre_footer {
  background-image: url(../jpg/hero_1-2.jpg);
  background-size: cover;
  background-position: center center;
  position: relative;
}

.pre_footer::after {
  content: '';
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background-color: rgba(0,0,0,0.6);
  position: absolute;
}

footer a,
footer a:hover {
  text-decoration: none;
}

footer ul {
  line-height: 30px;
}

footer .h3, h3 {
  font-size: calc(1rem + .9vw);
}

.brands {
  font-family: FA-Brands, Arial, Helvetica, sans-serif;
  font-size: 24px;
}

/* -------- Homepage -------- */
.hero_slide {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 650px;
}

.hero_slide_alt {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 100%;
}


.hero_slide::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-color: var(--color-black-std);
  opacity: 0.4;
}

.hero_slide_alt::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: linear-gradient(0deg, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 100%);
}


.hero_slide_tranparent::before {
  content:'';
  background-color: transparent;
}

.hero_slide img {
  width: 100%;
  object-fit: cover;
}

.hero_slide_alt img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}

.hp_hero_slide_text {
  bottom: 210px;
  position: absolute;
}

.hp_hero_slide_text > div:nth-of-type(2) div {
  width: 40%;
}

@media screen and (max-width: 992px) {
  .hp_hero_slide_text > div:nth-of-type(2) div {
    width: 100%;
  }
}

.branches_ct {
  margin-top: -140px;
}

.branches_ct img {
  height: calc(100% + 15px);
  margin-top: -15px;
}

.branches_ct_image_holder {
  text-align:center;
}

.branches_ct .col-12:nth-child(4) .branches_ct_image_holder,
.branches_ct .col-12:nth-child(5) .branches_ct_image_holder {
  text-align: left;
}

.branches_ct > div {
  outline: 15px solid var(--color-white-std);
}

.branches_ct div div div,
.product_overview_tiles div div div div {
  background-color: var(--color-corporate-2);
  color: var(--color-white-std);
}

.branches_ct div div:nth-child(2n) div,
.product_overview_tiles div div div:nth-child(2n) div {
  background-color: var(--color-corporate-1);
  color: var(--color-white-std);
}

.product_overview_tiles div div div:nth-child(3n) div {
  background-color: var(--color-white-std);
  color: var(--color-darkblue-std);
}

.branches_ct div div div div,
.product_overview_tiles figure {
  background-image: url(../png/bg_red_dots_sm.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 200px;
}

.branches_ct div div:nth-child(2n) div div {
  background-image: url(../png/bg_white_dots_sm.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 200px;
}

.block_2offgrid_images img {
  height: 430px;
  object-fit: cover;
  object-position: top;
}

.halfpage_image_left,
.halfpage_image_right {
  position: relative;
}

.halfpage_image_left .image,
.halfpage_image_right .image {
  content: '';
  top: 0px;
  left: 0px;
  width: 50%;
  height: 100%;
  position: absolute;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.halfpage_image_right .image {
  right: 0px;
  left: auto;
}

.halfpage_image_left img,
.halfpage_image_right img {
  height: 250px;
  width: 100%;
  object-fit: cover;
}

.halfpage_image_left .divider,
.halfpage_image_right .divider {
  position: absolute;
  right: 0px;
  top: 1px;
  width: calc(50% - 144px);
  border-top: 1px solid var(--color-darkblue-std);
  z-index: -1;
}

.halfpage_image_right .divider {
  left: 0px;
  right: auto;
}

#carouselProducts img {
  height: 100%;
  object-fit: cover;
}

#carouselProducts .carousel-item > div > div {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

@media screen and (max-width:576px) {
  #carouselProducts .carousel-item > div > div {
    background-image: none !important;
  }
}

#carouselProducts .carousel-indicators {
  bottom: -40px;
  left: 0;
  justify-content: space-between;
  margin-right: 0px;
  margin-left: 0px;
  margin-bottom: 0px;
}

#carouselProducts .carousel-indicators [data-bs-target] {
  width: auto;
  height: auto;
  padding: 0;
  margin-right: 0px;
  margin-left: 0px;
  text-indent: 0px;
  background-color: transparent;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

#carouselProducts .carousel-indicators [data-bs-target]::before {
  content: url(../svg/arrow_dark_1_right.svg);
  width: 13px;
  display: inline-block;
}

.hp_products_ct_text {
  height: 536px;
}

#carouselCustomers .carousel-item {
  height: 500px;
}

@media screen and (max-width: 996px) {
  .hp_products_ct_text {
    height: 400px;
  }
  #carouselCustomers .carousel-item {
    height: auto;
  }
}

#carouselCustomers .carousel-indicators {
  position: relative;
  margin: 0px;
  justify-content: inherit !important;
  margin-top: -30px;
}

#carouselCustomers .carousel-indicators [data-bs-target] {
  width: 10px;
  height: 10px;
  background-color: var(--color-darkblue-std);
}

.image_hover_area:hover .image_overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.8);
  color: var(--color-white-std);
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.bg_corporate_1_std h3,
.hp_news_ct h3 {
  font-size: calc(1rem + .9vw);
}

/* Product overview */
.product_overview_hero {
    height: 650px;
    position:relative;
    object-fit: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.product_overview_hero_low {
    height: 80vh;
}

.product_overview_hero .text_ct {
  width: 36%;
}

.product_overview_tiles img {
  margin-top: -20px;
  width: 70% !important;
}

.product_overview_tiles h2 {
  height: 70px;
}

/* References */
#carousel-25132 img {
  padding: 20px;
  height: 100px;
  max-width: 134px;
}

/* Standard page */
.page_header {
  height: 450px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

#right-sidebar {
  border-left: 1px solid var(--color-darkblue-std);
  padding-left: 50px;
  margin-left: 0px;
}

@media screen and (max-width: 768px) {
  .branches_ct > div {
    outline: 0px;
  }
  /*.branches_ct div div div {
    background-color: var(--color-darkblue-std);
    color: var(--color-white-std);
  } */
  .branches_ct div div div div {
    width: 25%;
  }
  .branches_ct div div div h4 {
    width: 75%;
  }
  .branches_ct div div div div,
  .branches_ct div div:nth-child(2n) div div  {
    height: 76px;
  }
  .branches_ct img {
    height: 80px;
    margin-top: -4px;
  }
  .block_2offgrid_images img {
    height: 200px;
    width: 100%;
    aspect-ratio: 1 / 1;
  }
  .center_right_block_image {
    height: 260px;
  }

  .hp_products_ct {
    overflow:hidden;
  }
  .hp_products_ct h2 {
    background-color: var(--color-darkblue-std);
    color: var(--color-white-std);
  }
  #carouselProducts .carousel-indicators {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    bottom: 0px;
    background-color: var(--color-darkblue-std);
    border-top: 1px solid #1e323c;
  }
  #carouselProducts .carousel-indicators button {
    color: var(--color-white-std);
  }
  #carouselProducts .carousel-indicators [data-bs-target]::before {
    content: url(../svg/arrow_1_right.svg);
  }
  #carouselCustomers .carousel-indicators {
    margin: 0px 0px 0px 1.5rem;
  }
  .bg_corporate_1_std h3,
  .hp_news_ct h3 {
    font-size: calc(1rem + 1.5vw);
  }
  /* Product overview */
  .product_overview_hero {
    height: 85vh;
    background-position: -680px center;
    margin-bottom: 150px !important;
  }
  .product_overview_hero .text_ct,
  .hero_slide_tranparent .text_ct {
    width: 100%;
    background-color: var(--color-yarnwhite-std);
    padding: 20px 20px 0px 20px;
    margin-bottom: -100px;
    /* height: 150px;*/
  }
  /* Inspiration */
  .hero_slide_tranparent {
    height: 60vh;
    margin-bottom: 150px !important;
  }
  /* Standard tempalte */
  #right-sidebar {
    border-left: 0px;
  }
}

/* OWL */
#carousel-25132 .owl-nav {
	display: flex;
  	justify-content: space-between;
  	width: calc(100% + 60px);
  	margin: -66px 0px 0px -30px;
}

.owl-prev:after {
	content: url(../svg/arrow_dark_1_right.svg);
  	width: 20px;
  	display: inline-block;
  	transform: rotate(180deg);
}

.owl-next:after {
	content: url(../svg/arrow_dark_1_right.svg);
  	width: 20px;
  	display: inline-block;
}

@media screen and (max-width: 576px) {
	#carousel-25132 .owl-nav {
	display: none;
}
}

/* Gravity forms */
body .gform_wrapper .gform_footer input[type=submit],
.gform-theme-button {
  border-radius: var(--border-radius-std);
  font-family: Spezia-serif, Arial, Helvetica, sans-serif;
  padding: 15px 30px;
  font-size: 18px;
  background-color: var(--color-darkblue-std);
  color: var(--color-white-std);
}

.gform_wrapper.gravity-theme .gform_fields {
  grid-row-gap: 10px !important;
}

/* Blog main overview */
.widget-area aside {
  margin: 0px 0px 30px 0px;
}

.widget-area aside h3 {
  font-size: 26px;
}

.widget-area aside ul li a {
  text-decoration: none;
}

.blog_overview h2 {
  font-size: 26px;
  height: 50px;
}

.blog_overview_single img {
  height: 250px;
  object-fit: cover;
}

.otgs-development-site-front-end {
  display: none;
}

/* Contact block */
.contact_block_form {
  background-image: url(../jpg/bg_purple_dotted.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.frm-fluent-form input,
.frm-fluent-form textarea {
  box-shadow: inset var(--box-shadow-straight);
}

.ff-default .ff-el-form-control {
  font-family: Spezia, Arial, Helvetica, sans-serif;
}

.ff-default .ff_btn_style,
.ff-btn-submit {
  background-color: var(--color-black-std) !important;
  color: var(--color-white-std) !important;
  border-radius: var(--border-radius-std) !important;
  font-family: Spezia-serif, Arial, Helvetica, sans-serif !important;
  padding: 15px 30px !important;
  font-size: 16px !important;
}

.contact_block_form .fluentform {
  width: 100%;
}

/* Default page */
.default_page_content {
  margin-top: -200px;
  z-index: 8;
  position: relative;
}

.default_page_content h2 {
  font-size: 34px;
  margin-top: 50px;
}

.default_page_content h2:first-child {
  margin-top: 0px;
}

@media screen and (max-width: 768px) {
  .default_page_content {
    margin-top: -300px;
    z-index: 8;
    position: relative;
  }
}
