@charset "UTF-8";
/*
Theme Name: Bold
Theme URI: https://www.welovebold.de
Author: Bold
Author URI: https://www.welovebold.de
Description: Bold - Basic Theme
Version: 1.0.0
*/
/* Begin google fonts */
@import './includes/css/featherlight.css';
@import './includes/css/featherlight.gallery.css';
@font-face {
  font-family: "Open Sans";
  src: url("./includes/fonts/Open_Sans/OpenSans-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Outfit";
  src: url("./includes/fonts/Outfit/Outfit-Thin.ttf") format("truetype");
  font-weight: 200;
}
@font-face {
  font-family: "Outfit";
  src: url("./includes/fonts/Outfit/Outfit-Light.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Outfit";
  src: url("./includes/fonts/Outfit/Outfit-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Outfit";
  src: url("./includes/fonts/Outfit/Outfit-Medium.ttf") format("truetype");
  font-weight: 500;
}
@font-face {
  font-family: "Outfit";
  src: url("./includes/fonts/Outfit/Outfit-SemiBold.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Outfit";
  src: url("./includes/fonts/Outfit/Outfit-Bold.ttf") format("truetype");
  font-weight: 700;
}
/* End google fonts */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*--------------------------------------------------------------
Mixins
--------------------------------------------------------------*/
/*--------------------------------------------------------------
Variables
 - Settings
 - Breakpoints
 - Colors
 - Font Size
 - Font Weight
--------------------------------------------------------------*/
/*--------------------------------------------------------------
Helper Classes
--------------------------------------------------------------*/
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}

.container {
  position: relative;
  padding: 0 15px;
  margin: 0 auto;
  max-width: 1230px;
  width: 100%;
  height: inherit;
  display: block;
}

.visible-sm {
  display: block;
}
@media (min-width: 768px) {
  .visible-sm {
    display: none;
  }
}

.clearfix {
  clear: both;
}

/*--------------------------------------------------------------
Main Elements and Classes
--------------------------------------------------------------*/
html {
  background: #fff;
}

html, body {
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  color: #1C4547;
}
@media (max-width: 767px) {
  html, body {
    font-size: 16px;
    line-height: 21px;
  }
}

.sticky {
  overflow: hidden;
}

#page {
  overflow: hidden;
}

.site-content-contain a {
  color: #1C4547;
}

section {
  padding: 200px 0;
}
section:first-child {
  padding-top: 80px;
}
@media (max-width: 767px) {
  section {
    padding: 120px 0;
  }
}
section.grey {
  background: #1C4547;
  color: #fff;
}
section.dark-grey {
  background: #132F31;
  color: #fff;
}
section.dark-grey .vc-text-slider .inner-wrapper {
  background: rgba(0, 0, 0, 0.15) !important;
}
section.dark-grey .vc-text-slider .arrows-text-slider .slick-arrow svg path {
  stroke: #fff !important;
}
section.light-grey {
  background: #fbfbfb;
}
section.light-grey.dot-left, section.light-grey.dot-right {
  z-index: 0 !important;
}
section.dot-right {
  position: relative;
}
section.dot-right:after {
  content: "";
  position: absolute;
  right: -20%;
  top: 0;
  bottom: 0;
  z-index: -1;
  background-image: url("/wp-content/themes/sfc/includes/images/dot.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}
section.dot-left {
  position: relative;
}
section.dot-left:after {
  content: "";
  position: absolute;
  left: -20%;
  top: 0;
  bottom: 0;
  z-index: -1;
  background-image: url("/wp-content/themes/sfc/includes/images/dot.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}
section.half-grey {
  background: linear-gradient(-180deg, #fbfbfb 50%, #fff 20%);
}
section.colored-background {
  position: relative;
  z-index: 0;
}
section.colored-background:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  background-image: url("/wp-content/themes/sfc/includes/images/background.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}

@media (max-width: 767px) {
  .no-mobile {
    display: none;
  }
}

h1, .h1, h2, .h2, h3, .h3 {
  font-weight: 600;
  font-size: 26px;
  line-height: 33px;
  margin-bottom: 10px;
  margin-top: 10px;
}
@media (max-width: 500px) {
  h1, .h1, h2, .h2, h3, .h3 {
    font-size: 22px;
    line-height: 24px;
  }
}

p {
  margin-top: 0;
}

.heading-wrapper {
  margin-bottom: 5px;
}

.heading-wrapper-icon {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 5px;
}
.heading-wrapper-icon img {
  width: 40px;
  height: 40px;
}
.heading-wrapper-icon .heading {
  padding-left: 10px;
}

.bld-position {
  margin-top: 20px;
}
@media (max-width: 500px) {
  .bld-position {
    margin-top: 0;
  }
}

.bld-btn {
  display: inline-block;
  border: 2px solid #DBDBDB;
  padding: 15px 20px;
  color: #1C4547;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.5s;
}
.bld-btn:hover {
  border-radius: 0;
}

.btn-white {
  color: #fff !important;
}

form input, form textarea {
  width: 100%;
  padding: 20px;
  font-weight: 500;
  font-size: 18px;
  background: rgba(0, 0, 0, 0.15);
  color: #fff;
  border: none;
  border-radius: 0 !important;
}
form input::placeholder, form textarea::placeholder {
  color: #fff;
}
form input[type=submit] {
  float: right;
  margin-top: 30px;
  border: 2px solid rgba(255, 255, 255, 0.1);
  padding: 15px 20px;
  width: auto;
  background: transparent;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  border-radius: 50px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.5s;
}
form input[type=submit]:hover {
  border-radius: 0;
}
form .first-row {
  display: flex;
  justify-content: space-between;
  margin: 0 -5px;
}
@media (max-width: 660px) {
  form .first-row {
    display: block;
    margin: 0;
  }
}
form .first-row .small {
  width: 33.33%;
  margin: 5px;
}
@media (max-width: 660px) {
  form .first-row .small {
    width: 100%;
    margin: 10px 0;
  }
}
form .full textarea {
  margin-top: 5px;
  width: 100%;
  resize: vertical;
  min-height: 355px;
}
@media (max-width: 660px) {
  form .full textarea {
    margin-top: 0;
  }
}

/**
  Single Aktuelles styles
 */
.single-aktuelles .header-image {
  height: auto;
}
.single-aktuelles .header-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.single-aktuelles .header-wrapper {
  background: #fbfbfb;
}
.single-aktuelles .header-wrapper .inner-wrapper {
  padding: 60px 0;
  border-bottom: 2px solid #A6C81E;
}
@media (max-width: 500px) {
  .single-aktuelles .header-wrapper .inner-wrapper {
    padding: 30px 0;
  }
}
.single-aktuelles .header-wrapper .inner-wrapper h1 {
  margin: 0;
}
@media (max-width: 350px) {
  .single-aktuelles .header-wrapper .inner-wrapper h1 {
    font-size: 20px;
    line-height: 22px;
  }
}
.single-aktuelles .header-wrapper .inner-wrapper .date {
  font-weight: 500;
  font-size: 20px;
  line-height: 25px;
  color: rgba(28, 69, 71, 0.3);
}
@media (max-width: 350px) {
  .single-aktuelles .header-wrapper .inner-wrapper .date {
    font-size: 18px;
    line-height: 23px;
  }
}
.single-aktuelles .entry-content section {
  padding: 50px 15px;
}

/*--------------------------------------------------------------
Header Classes
--------------------------------------------------------------*/
.home header .primary-navigation ul li a {
  opacity: 1;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  background: #fff;
  padding: 30px 0;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  header {
    padding: 10px 0;
  }
}
header.scrolled {
  padding: 10px 0;
}
header .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  header .primary-navigation {
    display: none;
  }
}
header .primary-navigation ul {
  margin: 0;
  padding: 0;
}
header .primary-navigation ul li {
  position: relative;
  display: inline-block;
}
header .primary-navigation ul li.kontakt a {
  border: 2px solid #DBDBDB;
  border-radius: 50px;
  transition: all 0.5s;
}
header .primary-navigation ul li.kontakt a:hover {
  border-radius: 0;
}
header .primary-navigation ul li.kontakt a:after {
  display: none;
}
header .primary-navigation ul li.current_page_item a {
  opacity: 1;
}
header .primary-navigation ul li.current_page_item a:after {
  width: 70%;
}
header .primary-navigation ul li a {
  position: relative;
  color: #1C4547;
  opacity: 0.3;
  padding: 10px 15px;
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  transition: all 0.3s;
}
header .primary-navigation ul li a:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -42.2px;
  height: 2px;
  width: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #A6C81E;
  transition: all 0.3s;
}
header .primary-navigation ul li a:hover {
  opacity: 1;
}
header .primary-navigation ul li a:hover:after {
  width: 70%;
}

.header-image {
  height: 700px;
  position: relative;
  margin: 0 10px;
}
@media (max-width: 767px) {
  .header-image {
    height: 350px;
  }
}
.header-image .image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.header-image .heading-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.header-image .heading-wrapper h1 {
  margin: 0 0 30px 0;
  font-weight: 700;
  font-size: 202px;
  line-height: 130px;
  text-align: center;
  letter-spacing: 0.02em;
}
@media (max-width: 1160px) {
  .header-image .heading-wrapper h1 {
    font-size: 130px;
    line-height: 80px;
  }
}
@media (max-width: 767px) {
  .header-image .heading-wrapper h1 {
    font-size: 80px;
    line-height: 80px;
    margin: 0 0 15px 0;
  }
}
@media (max-width: 500px) {
  .header-image .heading-wrapper h1 {
    font-size: 60px;
    line-height: 60px;
  }
}
.header-image .heading-wrapper .sub-headline {
  font-weight: 400;
  font-size: 24px;
  line-height: 30px;
  text-align: center;
}
@media (max-width: 767px) {
  .header-image .heading-wrapper .sub-headline {
    display: inline-block;
    width: 90vw;
  }
}
@media (max-width: 500px) {
  .header-image .heading-wrapper .sub-headline {
    font-size: 18px;
    line-height: 21px;
  }
}
.header-image .arrow {
  position: relative;
  display: block;
  margin: 0 auto;
  bottom: 100px;
  padding: 30px;
  animation: bounce 2s infinite;
}
@media (max-width: 767px) {
  .header-image .arrow {
    bottom: 80px;
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-20px);
  }
  60% {
    transform: translateY(-15px);
  }
}

.menu-burger {
  display: none;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
  cursor: pointer;
}
@media (max-width: 767px) {
  .menu-burger {
    display: block;
    z-index: 101;
  }
}
@media (max-width: 600px) {
  .menu-burger {
    right: 15px;
  }
}
.menu-burger span {
  display: block;
  height: 3px;
  width: 40px;
  background: #1C4547;
  margin-bottom: 5px;
  transition-duration: 0.22s;
}
.menu-burger span.active {
  background: #1C4547;
}
.menu-burger span:last-of-type {
  float: right;
  width: 18px;
  margin-bottom: 0;
}
.menu-burger.active .first {
  transform: rotate(-45deg);
}
.menu-burger.active .second {
  transform: rotate(45deg);
}
.menu-burger.active .last {
  display: none;
}

/*
  New Header animation
 */
.mobile-nav .overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  right: -100vw;
  width: 100vw;
  height: 100vh;
  transition: all 0.7s;
  overflow: hidden;
  background: #fff;
  z-index: 10;
}
.mobile-nav .overlay .site-branding {
  position: absolute;
  top: 35px;
  z-index: 10;
}
.mobile-nav .overlay.active {
  right: 0;
}
.mobile-nav .overlay .primary-navigation {
  position: relative;
  height: 100vh;
  padding: 70px;
}
@media (max-width: 768px) {
  .mobile-nav .overlay .primary-navigation {
    padding: 70px 30px;
  }
}
@media (max-width: 400px) {
  .mobile-nav .overlay .primary-navigation {
    padding: 70px 15px;
  }
}
.mobile-nav .overlay .primary-navigation a {
  color: #1C4547 !important;
}
.mobile-nav .overlay .primary-navigation ul {
  padding-left: 0;
  margin: 0;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 1100px) {
  .mobile-nav .overlay .primary-navigation ul {
    width: 90%;
    top: 50%;
  }
}
@media (max-width: 400px) {
  .mobile-nav .overlay .primary-navigation ul {
    width: 100%;
  }
}
.mobile-nav .overlay .primary-navigation li {
  position: relative;
  right: -60vw;
  display: block;
  float: none;
  list-style: none;
  text-align: center;
  margin-right: 0;
  transition: ease-in-out all 0.6s;
}
.mobile-nav .overlay .primary-navigation li.active {
  right: 0;
}
@media (max-width: 600px) {
  .mobile-nav .overlay .primary-navigation li {
    font-size: 36px;
    line-height: 50px;
  }
}
.mobile-nav .overlay .primary-navigation li a {
  position: relative;
  color: #1C4547;
  text-decoration: none;
  font-size: 56px;
  line-height: 86px;
  font-family: Outfit, "Open Sans", sans-serif;
  transition: all 0.3s;
}
@media (max-width: 1100px) {
  .mobile-nav .overlay .primary-navigation li a {
    font-size: 36px;
    line-height: 56px;
  }
}
@media (max-width: 500px) {
  .mobile-nav .overlay .primary-navigation li a {
    font-size: 26px;
    line-height: 36px;
  }
}
.mobile-nav .overlay .primary-navigation li a:after {
  content: "";
  position: absolute;
  width: 0;
  height: 5px;
  left: 0;
  bottom: -5px;
  background-color: #1C4547;
  transition: all 0.3s;
}
@media (max-width: 600px) {
  .mobile-nav .overlay .primary-navigation li a:after {
    display: none;
  }
}
.mobile-nav .overlay .primary-navigation li a:hover:after {
  width: 100%;
}
@media (max-width: 600px) {
  .mobile-nav .overlay .primary-navigation li a:hover:after {
    width: 0;
  }
}
.mobile-nav .overlay .primary-navigation li.current-menu-item > a {
  text-decoration: underline;
}
.mobile-nav .overlay .primary-navigation li.current-menu-item > a:after {
  display: none;
}
.mobile-nav .overlay .primary-navigation li.current-menu-item > a:hover:after {
  display: none;
}
.mobile-nav .overlay .primary-navigation li .sub-menu li {
  font-size: 24px;
  line-height: 34px;
}

/*--------------------------------------------------------------
Footer Classes
--------------------------------------------------------------*/
footer {
  position: relative;
  padding: 30px 0;
  height: 125px;
}
@media (max-width: 510px) {
  footer {
    height: auto;
  }
}
footer:before {
  content: "";
  position: absolute;
  top: 0;
  height: 2px;
  width: 100vw;
  background: #A6C81E;
}
footer .main-footer {
  display: flex;
  justify-content: flex-start;
}
@media (max-width: 510px) {
  footer .main-footer {
    display: block;
  }
}
@media (max-width: 510px) {
  footer .main-footer .logo_footer_box {
    width: 180px;
    display: block;
    margin: 0 auto;
  }
}
footer .main-footer .logo_footer_box img {
  width: 100%;
  height: 100% !important;
  max-width: 150px;
}
footer .main-footer .legal_footer_box {
  display: flex;
  align-items: center;
}
@media (max-width: 512px) {
  footer .main-footer .legal_footer_box {
    justify-content: center;
  }
}
footer .main-footer ul {
  display: flex;
  justify-content: flex-start;
  padding-left: 0;
  margin: 0 0 0 40px;
}
@media (max-width: 510px) {
  footer .main-footer ul {
    display: block;
    margin-left: 0;
    margin-bottom: 0;
  }
}
footer .main-footer ul li {
  list-style: none;
}
@media (max-width: 510px) {
  footer .main-footer ul li {
    text-align: center;
    margin-top: 10px;
  }
}
footer .main-footer ul li a {
  padding: 10px;
  text-decoration: none;
  color: #1C4547;
  font-weight: 600;
  font-size: 20px;
  line-height: 20px;
}
@media (max-width: 767px) {
  footer .main-footer ul li a {
    font-size: 18px;
    line-height: 18px;
  }
}
footer .main-footer ul li a:hover {
  text-decoration: underline;
}

.wpcf7-acceptance label {
  display: flex;
  justify-content: flex-start;
  gap: 20px;
  cursor: pointer;
}
.wpcf7-acceptance label input {
  width: 27px;
  height: 15px;
  -webkit-appearance: none;
  margin-top: 5px;
  cursor: pointer;
}
@media (max-width: 1120px) {
  .wpcf7-acceptance label input {
    width: 36px;
  }
}
@media (max-width: 840px) {
  .wpcf7-acceptance label input {
    width: 43px;
  }
}
@media (max-width: 630px) {
  .wpcf7-acceptance label input {
    width: 57px;
  }
}
@media (max-width: 490px) {
  .wpcf7-acceptance label input {
    width: 80px;
  }
}
.wpcf7-acceptance label input:checked {
  background: #A6C81E;
}
.wpcf7-acceptance .wpcf7-list-item {
  margin-left: 0;
}

.wpcf7 form .wpcf7-response-output {
  margin: 5em 0.5em 1em !important;
}

/*--------------------------------------------------------------
VC-Widgets Styles
--------------------------------------------------------------*/
/**
  Text Slider Classes
 */
.vc-text-slider .text-slider-wrapper {
  margin: 0 -10px;
}
.vc-text-slider .text-slider-wrapper .slider-item {
  margin: 10px;
}
.vc-text-slider .text-slider-wrapper .slider-item .inner-wrapper {
  background: rgba(28, 69, 71, 0.9);
  padding: 30px 30px 100px 30px;
  border-bottom: 2px solid #A6C81E;
}
@media (max-width: 900px) {
  .vc-text-slider .text-slider-wrapper .slider-item .inner-wrapper {
    padding: 15px 15px 50px 15px;
  }
}
.vc-text-slider .text-slider-wrapper .slider-item .inner-wrapper h3 {
  font-weight: 500;
  font-size: 20px;
  line-height: 25px;
  color: #fff;
  margin-top: 0;
}
@media (max-width: 600px) {
  .vc-text-slider .text-slider-wrapper .slider-item .inner-wrapper h3 {
    font-size: 18px;
    line-height: 23px;
  }
}
.vc-text-slider .text-slider-wrapper .slider-item .inner-wrapper .content {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #fff;
  margin-bottom: 0;
}
.vc-text-slider .arrows-text-slider {
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
  margin-right: -15px;
}
.vc-text-slider .arrows-text-slider .slick-arrow {
  padding: 0 15px;
  cursor: pointer;
}
.vc-text-slider .arrows-text-slider .slick-arrow svg {
  opacity: 0.3;
  transition: all 0.3s;
}
.vc-text-slider .arrows-text-slider .slick-arrow:hover svg {
  opacity: 1;
}

/**
  News Slider Classes
 */
.vc-news-slider {
  margin: 0 -10px;
}
.vc-news-slider .news-slider-wrapper {
  width: 100%;
}
.vc-news-slider .news-slider-wrapper a {
  color: #1C4547;
  text-decoration: none;
}
.vc-news-slider .news-slider-wrapper .slider-item {
  margin: 10px;
}
.vc-news-slider .news-slider-wrapper .slider-item img {
  display: block;
  width: 100%;
  height: 200px;
  object-fit: cover;
  filter: grayscale(100%);
}
.vc-news-slider .news-slider-wrapper .slider-item .inner-wrapper {
  background: #fff;
  padding: 30px;
  border-bottom: 2px solid #A6C81E;
}
.vc-news-slider .news-slider-wrapper .slider-item .inner-wrapper h3 {
  font-weight: 500;
  font-size: 20px;
  line-height: 25px;
  margin-top: 0;
}
.vc-news-slider .news-slider-wrapper .slider-item .inner-wrapper .content {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 0;
}
.vc-news-slider .news-slider-wrapper .slider-item .inner-wrapper .bld-btn {
  margin-top: 15px;
  display: inline-block;
  width: auto;
}
.vc-news-slider .arrows-news-slider {
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
  margin-right: -5px;
}
.vc-news-slider .arrows-news-slider .slick-arrow {
  padding: 0 15px;
  cursor: pointer;
}
.vc-news-slider .arrows-news-slider .slick-arrow svg {
  opacity: 0.3;
  transition: all 0.3s;
}
.vc-news-slider .arrows-news-slider .slick-arrow:hover svg {
  opacity: 1;
}

/**
  News Slider Classes
 */
.vc-logo-slider {
  margin: 0 -10px;
}
.vc-logo-slider .logo-slider-wrapper {
  width: 100%;
}
.vc-logo-slider .logo-slider-wrapper img {
  display: block;
  margin: 0 auto;
}
.vc-logo-slider .arrows-logo-slider {
  display: flex;
  justify-content: flex-end;
  margin-top: 70px;
  margin-right: -5px;
}
.vc-logo-slider .arrows-logo-slider .slick-arrow {
  padding: 0 15px;
  cursor: pointer;
}
.vc-logo-slider .arrows-logo-slider .slick-arrow svg {
  opacity: 0.3;
  transition: all 0.3s;
}
.vc-logo-slider .arrows-logo-slider .slick-arrow:hover svg {
  opacity: 1;
}

/**
  Fakten Boxen Classes
 */
.vc-fact-boxes .fact-boxes-wrapper {
  display: flex;
  justify-content: space-between;
  margin: 0 -10px;
}
@media (max-width: 950px) {
  .vc-fact-boxes .fact-boxes-wrapper {
    display: block;
    margin: 0;
  }
}
.vc-fact-boxes .fact-boxes-wrapper .fact-box {
  width: 33.33%;
  margin: 10px;
}
@media (max-width: 950px) {
  .vc-fact-boxes .fact-boxes-wrapper .fact-box {
    width: 100%;
    margin: 10px 0;
  }
}
.vc-fact-boxes .fact-boxes-wrapper .fact-box:nth-of-type(2n) {
  margin-top: 15%;
}
@media (max-width: 950px) {
  .vc-fact-boxes .fact-boxes-wrapper .fact-box:nth-of-type(2n) {
    margin-top: inherit;
  }
}
.vc-fact-boxes .fact-boxes-wrapper .fact-box:nth-of-type(3n) {
  margin-top: 10%;
}
@media (max-width: 950px) {
  .vc-fact-boxes .fact-boxes-wrapper .fact-box:nth-of-type(3n) {
    margin-top: inherit;
  }
}
.vc-fact-boxes .fact-boxes-wrapper .fact-box .inner-wrapper {
  padding: 30px 30px 40px 30px;
  border-bottom: 2px solid #A6C81E;
  border-top: 2px solid rgba(219, 219, 219, 0.3);
  border-left: 2px solid rgba(219, 219, 219, 0.3);
  border-right: 2px solid rgba(219, 219, 219, 0.3);
  background: #fff;
}
.vc-fact-boxes .fact-boxes-wrapper .fact-box .inner-wrapper h3 {
  display: inline-block;
  font-size: 60px;
  line-height: 60px;
  font-weight: 700;
  margin-top: 0;
  color: #A6C81E;
}
@media (max-width: 1150px) {
  .vc-fact-boxes .fact-boxes-wrapper .fact-box .inner-wrapper h3 {
    font-size: 50px;
    line-height: 50px;
  }
}
.vc-fact-boxes .fact-boxes-wrapper .fact-box .inner-wrapper span {
  display: inline-block;
  font-size: 40px;
  line-height: 56px;
  font-weight: 700;
  margin-left: 10px;
}
@media (max-width: 1150px) {
  .vc-fact-boxes .fact-boxes-wrapper .fact-box .inner-wrapper span {
    font-size: 30px;
    line-height: 40px;
  }
}
.vc-fact-boxes .fact-boxes-wrapper .fact-box .inner-wrapper .content {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
}

/**
  News Listing Classes
 */
.news-listing-wrapper {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 -10px;
  z-index: 1;
}
.news-listing-wrapper:after {
  content: "";
  position: absolute;
  right: -50%;
  top: -35%;
  z-index: -1;
  background-image: url("/wp-content/themes/sfc/includes/images/dot.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}
.news-listing-wrapper a {
  color: #1C4547;
  text-decoration: none;
}
.news-listing-wrapper .listing-item {
  width: calc(33.33% - 20px);
  margin: 10px;
}
@media (max-width: 1000px) {
  .news-listing-wrapper .listing-item {
    width: calc(50% - 20px);
  }
}
@media (max-width: 660px) {
  .news-listing-wrapper .listing-item {
    width: calc(100% - 20px);
  }
}
.news-listing-wrapper .listing-item img {
  display: block;
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.news-listing-wrapper .listing-item .inner-wrapper {
  background: #fff;
  padding: 30px;
  border-bottom: 2px solid #A6C81E;
  border-left: 2px solid rgba(219, 219, 219, 0.3);
  border-right: 2px solid rgba(219, 219, 219, 0.3);
}
.news-listing-wrapper .listing-item .inner-wrapper h3 {
  font-weight: 500;
  font-size: 20px;
  line-height: 25px;
  margin-top: 0;
}
.news-listing-wrapper .listing-item .inner-wrapper .content {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 0;
}
.news-listing-wrapper .listing-item .inner-wrapper .bld-btn {
  margin-top: 15px;
  display: inline-block;
  width: auto;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./includes/fonts/slick/slick.eot");
  src: url("./includes/fonts/slick/slick.eot?#iefix") format("embedded-opentype"), url("./includes/fonts/slick/slick.woff") format("woff"), url("./includes/fonts/slick/slick.ttf") format("truetype"), url("./includes/fonts/slick/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/*# sourceMappingURL=style.css.map */
