/* barlow-condensed-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "BarlowCondensed";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/barlow-condensed-v12-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* barlow-condensed-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "BarlowBold";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/barlow-condensed-v12-latin-600.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* elms-sans-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Elms Sans";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/elms-sans-v5-latin-300.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* elms-sans-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Elms Sans";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/elms-sans-v5-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* elms-sans-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Elms Sans";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/elms-sans-v5-latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
.boldtext {
  font-family: "Elms Sans", sans-serif;
  font-weight: 700;
}

.regulartext {
  font-family: "Elms Sans", sans-serif;
  font-weight: 300;
}

.gradient-text {
  --start: #97C00E;
  --end: #848384;
  background: linear-gradient(90deg, var(--start), var(--end));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

header #header-image {
  background-image: url("../images/kiesel.jpg");
  background-size: cover;
  background-position: center;
  height: 400px;
  position: relative;
  border-bottom-right-radius: 20px;
  margin-bottom: 100px;
}
header #header-image .overlay {
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 1;
  opacity: 0.9;
  top: 0;
  left: 0;
}
header #header-image .bildmarke {
  position: absolute;
  z-index: 2;
  bottom: 20px;
  left: -2px;
  top: 425px;
}
header #header-image .bildmarke img {
  max-width: 400px !important;
}
@media (max-width: 992px) {
  header #header-image .bildmarke {
    top: 418px;
  }
  header #header-image .bildmarke img {
    max-width: 300px !important;
  }
}
header nav {
  background: #7FCC27;
  height: 80px;
  margin-top: 30px;
}
header nav .menu {
  display: block;
}
header nav .menu ul {
  display: flex;
  list-style: none;
  justify-content: flex-start;
  padding-left: 0;
}
header nav .menu ul li {
  list-style: none;
  height: 100%;
  margin: 0;
  padding: 0px;
}
header nav .menu ul li a {
  color: #fff;
  font-family: "Elms Sans", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 80px;
  height: 100%;
  display: block;
  text-decoration: none;
  padding-left: 25px;
  padding-right: 25px;
}
@media (min-width: 1201px) {
  header nav .menu ul li a:hover {
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: #7A7376;
  }
}
header nav .menu ul li.current-menu-item a, header nav .menu ul li.current_page_item a, header nav .menu ul li.current-menu-ancestor a {
  color: #fff;
  text-decoration: none;
  background-color: #7A7376;
}
@media (max-width: 1200px) {
  header nav .menu ul li.current-menu-item a, header nav .menu ul li.current_page_item a, header nav .menu ul li.current-menu-ancestor a {
    text-decoration: underline;
    transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: #7FCC27;
  }
}
header nav .menu ul .sub-menu {
  position: absolute;
  margin-top: 0px;
  padding: 10px;
  border-radius: 0px;
  display: none;
  background-color: #7A7376;
}
@media (max-width: 1200px) {
  header nav .menu ul .sub-menu {
    background-color: #7FCC27;
  }
}
header nav .menu ul .sub-menu li {
  margin: 0;
  padding: 5px 10px;
}
header nav .menu ul .sub-menu li a {
  line-height: normal;
  font-size: 18px;
  color: #fff;
  text-decoration: none;
}
header nav .menu ul .sub-menu li a:hover {
  text-decoration: underline;
}
header nav .menu ul .sub-menu.submenu-open {
  display: block;
  padding-bottom: 30px;
  border-bottom-right-radius: 10px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1200px) {
  header nav .menu ul .sub-menu {
    position: relative;
    margin-top: 10px;
    padding-left: 10px;
    display: block;
  }
  header nav .menu ul .sub-menu.submenu-open {
    display: block;
    padding-bottom: 10px;
    border-bottom-right-radius: 10px;
    transition: all 0.3s ease-in-out;
  }
}
@media (max-width: 1200px) {
  header nav {
    height: 80px;
  }
  header nav .menu {
    display: none;
  }
  header nav .menu ul {
    flex-direction: column;
    display: flex;
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #7FCC27;
    position: relative;
    z-index: 9;
  }
  header nav .menu ul li {
    margin-bottom: 10px;
  }
  header nav .menu ul li a {
    line-height: normal;
    font-size: 20px;
  }
}

.submenu-desktop {
  padding: 20px 25px !important;
}
.submenu-desktop ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}
.submenu-desktop ul a {
  color: #7A7376;
  text-decoration: none;
  font-size: 18px !important;
  margin-right: 15px;
}
.submenu-desktop ul li.current-menu-item a {
  text-decoration: underline;
}

html {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  background-color: #f8fcff;
  font-family: "Elms Sans";
  font-size: 20px;
}

body {
  width: 100%;
  height: auto;
  overflow-x: hidden;
  background-color: #f8fcff;
  font-family: "Elms Sans";
  font-size: 20px;
  padding-bottom: 85px;
  padding-top: 30px;
}
body #top-logo, body .logofooter img {
  max-width: 80%;
}
body .bg-blue {
  background-color: rgba(3, 34, 62, 0.3);
}
body .bg-darkblue {
  background-color: rgb(3, 34, 62);
}
body .bg-lightgrey {
  background-color: rgba(3, 34, 62, 0.03);
}
body h1 {
  font-size: 40px;
}
@media screen and (max-width: 768px) {
  body h1 {
    font-size: 30px;
  }
}
body h1, body h2, body h3, body h4 {
  font-family: "Elms Sans";
  font-weight: 700;
}
body h1.topline:before, body h2.topline:before, body h3.topline:before, body h4.topline:before {
  content: " ";
  width: 35px;
  height: 5px;
  margin: 7.8px 16.3px 30.2px 0;
  background-color: #e8a422;
  display: block;
}
body h1.white, body h2.white, body h3.white, body h4.white {
  color: white;
}
body h1.fw500, body h2.fw500, body h3.fw500, body h4.fw500 {
  font-weight: 500;
  font-family: "Elms Sans";
}
body h1.fs16, body h2.fs16, body h3.fs16, body h4.fs16 {
  font-size: 16px;
}
body h1.fs23, body h2.fs23, body h3.fs23, body h4.fs23 {
  font-size: 23px;
}
body h1.fs18, body h2.fs18, body h3.fs18, body h4.fs18 {
  font-size: 18px;
}
body h1.fs20, body h2.fs20, body h3.fs20, body h4.fs20 {
  font-size: 20px;
}
body h1.fs30, body h2.fs30, body h3.fs30, body h4.fs30 {
  font-size: 30px;
}
body h1.fs36, body h2.fs36, body h3.fs36, body h4.fs36 {
  font-size: 36px;
}
@media (max-width: 768px) {
  body h1.fs36, body h2.fs36, body h3.fs36, body h4.fs36 {
    font-size: 28px;
  }
}
@media (max-width: 480px) {
  body h1.fs36, body h2.fs36, body h3.fs36, body h4.fs36 {
    font-size: 24px;
  }
}
body h1.fw600, body h2.fw600, body h3.fw600, body h4.fw600 {
  font-weight: 600;
}
body h1 .inforow, body h2 .inforow, body h3 .inforow, body h4 .inforow {
  letter-spacing: 0.64px;
}
body h1 a.beige, body h2 a.beige, body h3 a.beige, body h4 a.beige {
  color: #e8a422 !important;
}
body #page-wrap {
  max-width: 1320px;
  height: 100%;
  margin: auto;
  overflow-x: hidden;
}
body a {
  color: #062b4d;
  text-decoration: underline;
}
body a:hover {
  text-decoration: none;
}
body #header, body #header-mobile {
  z-index: 9999;
}
@media (max-width: 1200px) {
  body #header #header-inner-container, body #header-mobile #header-inner-container {
    background-color: #03223e;
    max-width: 100%;
  }
}
body #header .headershortcode, body #header-mobile .headershortcode {
  margin-top: -40px;
}
body #header .mobile, body #header-mobile .mobile {
  display: none;
}
@media (max-width: 1200px) {
  body #header .mobile, body #header-mobile .mobile {
    display: block !important;
    position: relative;
    z-index: 9999;
  }
}
body #header .contact, body #header-mobile .contact {
  padding-right: 50px;
}
@media (max-width: 1400px) {
  body #header .contact, body #header-mobile .contact {
    padding-right: 0px;
    padding-left: 50px;
  }
}
@media (max-width: 1200px) {
  body #header .contact, body #header-mobile .contact {
    display: none !important;
  }
}
body #header .contact .whatsapp, body #header-mobile .contact .whatsapp {
  padding-left: 20px;
}
body #header .contact .whatsapp:before, body #header-mobile .contact .whatsapp:before {
  content: " ";
  display: inline-block;
  background-image: url("../images/icons/whatsapp-glyph-black.svg");
  background-size: 20.2px 20.4px;
  background-repeat: no-repeat;
  width: 20.2px;
  height: 20.4px;
  vertical-align: middle;
  margin-right: 15px;
}
body #header .contact .telefon, body #header-mobile .contact .telefon {
  padding-left: 20px;
}
body #header .contact .telefon:before, body #header-mobile .contact .telefon:before {
  content: " ";
  display: inline-block;
  background-image: url("../images/icons/phone.svg");
  background-size: 17.1px 17.1px;
  background-repeat: no-repeat;
  width: 17px;
  height: 17px;
  vertical-align: text-bottom;
  margin-right: 20px;
}
body #header .contact .clock, body #header-mobile .contact .clock {
  margin-right: 20px;
}
body #header .contact .clock:before, body #header-mobile .contact .clock:before {
  content: " ";
  display: inline-block;
  background-image: url("../images/icons/clock.svg");
  background-size: 17.1px 17.1px;
  background-repeat: no-repeat;
  width: 17px;
  height: 17px;
  vertical-align: text-bottom;
  margin-right: 5px;
}
body #header #headerbackground, body #header-mobile #headerbackground {
  pointer-events: none;
  height: 400px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-top: -20px;
}
body #header #headerbackground .overlay, body #header-mobile #headerbackground .overlay {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0) 25%, #000);
  width: 100%;
  height: 100%;
}
body #header .headercontent, body #header-mobile .headercontent {
  width: 100%;
  height: auto;
  margin-top: -430px;
  position: relative;
  padding-top: 200px;
}
body #header .headercontent.more-margin-top, body #header-mobile .headercontent.more-margin-top {
  margin-top: -500px;
}

.sticky {
  height: 76px;
  top: 0;
  position: fixed !important;
  z-index: 9999;
}
@media (max-width: 1400px) {
  .sticky {
    height: 74px;
  }
}

#headerbackground-mobile, #headerbackground {
  pointer-events: none;
  height: 400px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-top: -20px;
}
#headerbackground-mobile .overlay, #headerbackground .overlay {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0) 25%, #000);
  width: 100%;
  height: 100%;
}

.headercontent-mobile, .headercontent {
  width: 100%;
  height: auto;
  margin-top: -430px;
  position: relative;
  padding-top: 200px;
}
.headercontent-mobile.more-margin-top, .headercontent.more-margin-top {
  margin-top: -500px;
}

.footerheadline {
  color: #848384 !important;
}

#menuopener {
  width: 40px;
  height: 40px;
  position: absolute;
  z-index: 9999;
  top: 75px;
  right: 15px;
}
#menuopener #nav-icon {
  width: 40px;
  height: 30px;
  margin-top: -10px;
  cursor: pointer;
}
#menuopener #nav-icon span {
  position: absolute;
  text-align: end;
  background-color: #fff;
  width: 40px;
  height: 3px;
  margin-bottom: 8px;
  display: block;
  transition: all 0.3s ease-in-out;
}
#menuopener #nav-icon span:nth-child(1) {
  margin-top: 0;
}
#menuopener #nav-icon span:nth-child(2) {
  width: 30px;
  margin-left: 10px;
  margin-top: 24px;
}
#menuopener #nav-icon span:nth-child(3) {
  margin-top: 48px;
}
#menuopener #nav-icon.open span:nth-child(1) {
  margin-top: 18px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
#menuopener #nav-icon.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}
#menuopener #nav-icon.open span:nth-child(3) {
  margin-top: 20px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

@media (min-width: 1201px) {
  #menucontainer ul {
    display: grid;
    list-style: none;
    padding: 0;
    margin-bottom: 20px;
    grid-columns: 1 !important;
    /* width: 14%; */
    grid-template-columns: auto auto auto auto auto auto;
    margin: auto;
  }
}

@media (max-width: 992px) {
  .footer-menu-row-items {
    margin-top: -70px !important;
  }
}

#footermenu li a {
  font-size: 15px !important;
  text-decoration: none;
}

.footerlogo {
  padding-left: 20px;
}

#menuopener {
  width: 40px;
  height: 40px;
  position: absolute;
  z-index: 9999;
  top: 85px;
  right: 15px;
}
#menuopener #nav-icon {
  width: 40px;
  height: 30px;
  margin-top: -10px;
  cursor: pointer;
}
#menuopener #nav-icon span {
  position: absolute;
  text-align: end;
  background-color: #fff;
  width: 40px;
  height: 3px;
  margin-bottom: 8px;
  display: block;
  transition: all 0.3s ease-in-out;
}
#menuopener #nav-icon span:nth-child(1) {
  margin-top: 0;
}
#menuopener #nav-icon span:nth-child(2) {
  width: 30px;
  margin-left: 10px;
  margin-top: 24px;
}
#menuopener #nav-icon span:nth-child(3) {
  margin-top: 48px;
}
#menuopener #nav-icon.open span:nth-child(1) {
  margin-top: 18px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
#menuopener #nav-icon.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}
#menuopener #nav-icon.open span:nth-child(3) {
  margin-top: 20px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

a {
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}

.site-leftmargin {
  margin-left: 150px;
}
@media (max-width: 1580px) {
  .site-leftmargin {
    margin-left: auto;
  }
}

.fs-18, .fs18 {
  font-size: 18px !important;
}

.fs-30, .fs30 {
  font-size: 30px !important;
}

.fs40, .fs-40 {
  font-size: 40px !important;
}

.text-green {
  color: #7FCC27;
}

.text-white {
  color: #FFFFFF;
}

.text-gray {
  color: #848384;
}

.br-bottom {
  border-bottom-right-radius: 20px;
}

.br-20 {
  border-radius: 20px;
}

.postgrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  position: relative;
}
.postgrid .postgrid-item {
  padding: 15px;
  min-height: 400px;
}
.postgrid .postgrid-item .postgrid-image {
  margin-bottom: 10px;
  height: 100%;
  width: 100%;
  background-position: center;
  background-size: 240%;
  position: relative;
  transition: all 0.4s ease;
}
.postgrid .postgrid-item .postgrid-image:hover {
  background-size: 270%;
}
.postgrid .postgrid-item .postgrid-image .overlay {
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 1;
  opacity: 0.9;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: end;
  background: linear-gradient(to top, rgba(248, 246, 246, 0.8) 0%, rgba(248, 246, 246, 0) 25%);
}
.postgrid .postgrid-item .postgrid-image .overlay h2 {
  z-index: 3;
  padding-bottom: 30px;
  font-size: 46px;
}
@media (max-width: 992px) {
  .postgrid {
    grid-template-columns: repeat(1, 1fr);
    display: grid;
    gap: 20px;
  }
  .postgrid .postgrid-item {
    padding: 15px;
    min-height: 400px;
    height: auto;
  }
  .postgrid .postgrid-item .postgrid-image {
    margin-bottom: 10px;
    height: 100%;
  }
}

.footer-content {
  min-height: 200px;
  margin-top: 100px;
}
.footer-content ul {
  list-style: none;
}
.footer-content ul a {
  text-decoration: none;
  color: #000;
  font-family: "Elms Sans", sans-serif;
  font-weight: 400;
}

.footerbottom {
  background: #7FCC27;
  background: linear-gradient(360deg, rgb(127, 204, 39) 100%, rgb(238, 241, 244) 100%);
  height: 50px;
  margin-top: 50px;
}

.footer-custom-bg {
  background-color: rgba(0, 5, 0, 0.05);
}

.footer-accent {
  color: #a3e635;
}

.footer-link {
  transition: color 0.3s;
}

.footer-link:hover {
  color: #848384 !important;
  text-decoration: none;
}

.footer-social-link {
  transition: color 0.3s;
}

.footer-social-link:hover {
  color: #848384 !important;
  text-decoration: none;
}

#servicebar {
  box-shadow: 0 33px 36px 0 rgba(93, 108, 123, 0.08);
  background: white;
  padding: 100px;
}
#servicebar img {
  height: 61px;
  width: auto;
  margin-bottom: 20px;
}

.staricon {
  margin-right: 5px;
}

#yellowbanner {
  background-image: url("../images/yellow_banner.webp");
  min-height: 100px;
}

#inforow {
  padding: 40px 150px;
  box-shadow: 0 33px 36px 0 rgba(93, 108, 123, 0.08);
}

#contact-banner {
  box-shadow: 0 33px 36px 0 rgba(93, 108, 123, 0.08);
}
@media (max-width: 992px) {
  #contact-banner {
    margin-top: 90px !important;
  }
}

@media (max-width: 992px) {
  .partner-content.image-bg {
    min-height: 350px;
    width: 100%;
  }
  .partner-content.image-bg:after {
    content: "";
    display: block;
    background-image: url("../images/yellow_sidebar.webp");
    width: 100%;
    height: 10px;
    background-size: 100%;
    position: relative;
    top: 350px;
  }
}

#partner-banner {
  height: 500px;
  box-shadow: 0 33px 36px 0 rgba(93, 108, 123, 0.08);
  background-image: url("../images/yellow_sidebar.webp");
  background-position: left;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 992px) {
  #partner-banner {
    height: auto;
    background-image: none;
  }
}

@media screen and (max-width: 1200px) {
  #team, #subpages {
    width: 100% !important;
    max-width: 100% !important;
    display: block !important;
  }
}

input, select {
  border-radius: 0 !important;
}

input[type=text], input[type=email], input[type=tel], input[type=number], input[type=password], textarea, select {
  padding: 20px !important;
}

.frm_primary_label {
  font-size: 20px !important;
  font-weight: 600 !important;
}
@media screen and (max-width: 1200px) {
  .frm_primary_label {
    font-size: 16px !important;
  }
}
@media screen and (max-width: 992px) {
  .frm_primary_label {
    font-size: 15px !important;
  }
}

*::-webkit-input-placeholder, *::placeholder, select {
  font-size: 16px !important;
  color: rgba(0, 0, 0, 0.5) !important;
}

select {
  background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ljk1IDEwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9LmNscy0ye2ZpbGw6IzQ0NDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmFycm93czwvdGl0bGU+PHJlY3QgY2xhc3M9ImNscy0xIiB3aWR0aD0iNC45NSIgaGVpZ2h0PSIxMCIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIxLjQxIDQuNjcgMi40OCAzLjE4IDMuNTQgNC42NyAxLjQxIDQuNjciLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMy41NCA1LjMzIDIuNDggNi44MiAxLjQxIDUuMzMgMy41NCA1LjMzIi8+PC9zdmc+) no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='16' width='16' viewBox='0 0 512 512'%3E%3C!--!Font Awesome Free 6.5.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2023 Fonticons, Inc.--%3E%3Cpath d='M233.4 406.6c12.5 12.5 32.8 12.5 45.3 0l192-192c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L256 338.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l192 192z'/%3E%3C/svg%3E");
  background-position: right 15px center; /* Change the px value here to change the distance */
  -moz-appearance: none;
  position: relative;
  -webkit-appearance: none;
  appearance: none;
  padding: 5px 30px;
}

.frm_submit {
  width: 100% !important;
  display: flex !important;
  justify-content: flex-end;
}
.frm_submit .frm_button_submit {
  transition: all 0.3s ease-in-out !important;
  border-radius: 0 !important;
  border: none !important;
  background-color: rgb(3, 34, 62) !important;
  color: white !important;
  padding: 20px 60px !important;
  text-transform: uppercase !important;
  font-size: 16px !important;
  font-weight: 600 !important;
}
@media (max-width: 992px) {
  .frm_submit .frm_button_submit {
    padding: 15px 30px !important;
  }
}
.frm_submit .frm_button_submit:hover {
  background-color: rgba(3, 34, 62, 0.8) !important;
}

@media screen and (max-width: 992px) {
  .frm4, .frm6, .frm3 {
    width: 100% !important;
    max-width: 100% !important;
    display: block !important;
    grid-column: span 12 !important;
  }
}

/* external stuff*/
@media (max-width: 1200px) {
  .slick-slide {
    margin: 0 5px !important;
  }
  .slick-slide .single-post {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.13);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.13);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.13);
  }
}

.slick-dots li {
  width: 55px;
  height: 3px;
}

.slick-dots li button:before {
  width: 47px;
  height: 6px;
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 3px;
}

.slick-dots li.slick-active button:before {
  width: 47px;
  content: "";
  background-color: #03223e;
}