/* PATHS */
/* COLORS */
.feh-font-icon, .site-header .menu-scroll-down:before {
  display: block;
  font-family: 'feh-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.button-link, .post-navigation .nav-previous .nav-subtitle,
.post-navigation .nav-next .nav-subtitle, form input[type="submit"],
form button, .panel-layout .so-widget-sow-button .ow-button-base a, .button-link:visited, .post-navigation .nav-previous .nav-subtitle:visited,
.post-navigation .nav-next .nav-subtitle:visited, form input[type="submit"]:visited,
form button:visited, .panel-layout .so-widget-sow-button .ow-button-base a:visited {
  font-size: 1rem !important;
  background: #fff !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: 1px solid #fecf02 !important;
  text-shadow: none !important;
  color: #094992 !important;
  padding: 12px 24px !important;
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0;
  border-radius: 0 !important;
  -moz-transition: background 0.25s !important;
  -o-transition: background 0.25s !important;
  -webkit-transition: background 0.25s !important;
  transition: background 0.25s !important;
  text-decoration: none !important;
  text-transform: none !important;
  background: #094992 !important;
  color: #fff !important;
  border: 0 !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  -webkit-transition: none !important;
  transition: none !important;
}
.button-link:hover, .post-navigation .nav-previous .nav-subtitle:hover,
.post-navigation .nav-next .nav-subtitle:hover, form input[type="submit"]:hover,
form button:hover, .panel-layout .so-widget-sow-button .ow-button-base a:hover, .button-link:focus, .post-navigation .nav-previous .nav-subtitle:focus,
.post-navigation .nav-next .nav-subtitle:focus, form input[type="submit"]:focus,
form button:focus, .panel-layout .so-widget-sow-button .ow-button-base a:focus, .button-link:active, .post-navigation .nav-previous .nav-subtitle:active,
.post-navigation .nav-next .nav-subtitle:active, form input[type="submit"]:active,
form button:active, .panel-layout .so-widget-sow-button .ow-button-base a:active {
  -moz-transition: background 0.25s !important;
  -o-transition: background 0.25s !important;
  -webkit-transition: background 0.25s !important;
  transition: background 0.25s !important;
  background: #fecf02 !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  -webkit-transition: none !important;
  transition: none !important;
}
.button-link:hover span, .post-navigation .nav-previous .nav-subtitle:hover span,
.post-navigation .nav-next .nav-subtitle:hover span, form input[type="submit"]:hover span,
form button:hover span, .panel-layout .so-widget-sow-button .ow-button-base a:hover span, .button-link:focus span, .post-navigation .nav-previous .nav-subtitle:focus span,
.post-navigation .nav-next .nav-subtitle:focus span, form input[type="submit"]:focus span,
form button:focus span, .panel-layout .so-widget-sow-button .ow-button-base a:focus span, .button-link:active span, .post-navigation .nav-previous .nav-subtitle:active span,
.post-navigation .nav-next .nav-subtitle:active span, form input[type="submit"]:active span,
form button:active span, .panel-layout .so-widget-sow-button .ow-button-base a:active span {
  color: #094992 !important;
}

@font-face {
  font-family: 'feh-icons';
  src: url("../fonts/feh-icons.eot?a84hfk");
  src: url("../fonts/feh-icons.eot?a84hfk#iefix") format("embedded-opentype"), url("../fonts/feh-icons.ttf?a84hfk") format("truetype"), url("../fonts/feh-icons.woff?a84hfk") format("woff"), url("../fonts/feh-icons.svg?a84hfk#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
.icon-slider-arrow-down-blue:before {
  content: "\e9c3";
  color: #304898;
}

.icon-slider-arrow-down-white:before, .site-header .menu-scroll-down:before {
  content: "\e9c4";
  color: #fff;
}

.icon-slider-arrow-down-yellow:before {
  content: "\e9c5";
  color: #ffd000;
}

/*--------------------------------------------------------------

--------------------------------------------------------------*/
.site * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.site,
.site button,
.site input,
.site select,
.site textarea {
  color: #094992;
  font-family: "Chivo", sans-serif;
}
.site a,
.site a:visited {
  color: #094992 !important;
  text-decoration: underline;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  -webkit-transition: none !important;
  transition: none !important;
}
.site a:hover,
.site a:focus,
.site a:active {
  color: #094992 !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline: 0 !important;
}
.site a img,
.site a img {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.site strong {
  font-size: 1rem;
  font-weight: bold;
}

.site-content h1, .site-content h2, .site-content h3, .site-content h4, .site-content h5, .site-content h6 {
  color: #094992 !important;
  letter-spacing: normal !important;
  text-transform: none !important;
  line-height: 1.375 !important;
}
.site-content h1 a, .site-content h1 a:hover, .site-content h1 a:focus, .site-content h1 a:active, .site-content h2 a, .site-content h2 a:hover, .site-content h2 a:focus, .site-content h2 a:active, .site-content h3 a, .site-content h3 a:hover, .site-content h3 a:focus, .site-content h3 a:active, .site-content h4 a, .site-content h4 a:hover, .site-content h4 a:focus, .site-content h4 a:active, .site-content h5 a, .site-content h5 a:hover, .site-content h5 a:focus, .site-content h5 a:active, .site-content h6 a, .site-content h6 a:hover, .site-content h6 a:focus, .site-content h6 a:active {
  color: #094992 !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  text-decoration: none !important;
}
.site-content h1 {
  font-size: 2.25rem !important;
  font-weight: 300 !important;
  margin-bottom: 24px !important;
}
.site-content h1:after {
  display: block;
  content: "";
  width: 96px !important;
  height: 3px;
  background: #fecf02;
  margin-top: 18px;
}
@media screen and (max-width: 720px) {
  .site-content h1 {
    font-size: 1.5rem !important;
  }
}
@media screen and (max-width: 320px) {
  .site-content h1 {
    font-size: 1.25rem !important;
  }
}
.site-content h2 {
  font-size: 1.5rem !important;
  font-weight: 700 !important;
  margin-bottom: 12px !important;
  padding-top: 24px;
}
@media screen and (max-width: 720px) {
  .site-content h2 {
    font-size: 1.25rem !important;
  }
}
@media screen and (max-width: 320px) {
  .site-content h2 {
    font-size: 1rem !important;
  }
}
.site-content h3 {
  font-size: 1.25rem !important;
  font-weight: 300 !important;
  margin-bottom: 8px !important;
  padding-top: 12px;
}
@media screen and (max-width: 720px) {
  .site-content h3 {
    font-size: 1rem !important;
  }
}
.site-content h4, .site-content h5, .site-content h6 {
  font-size: 1rem !important;
  font-weight: 700 !important;
  margin-bottom: 6px !important;
  padding-top: 8px;
}
.site-content ul, .site-content ol {
  position: relative;
  left: 24px;
}
.site-content h1 + p {
  padding-top: 24px;
}
.site-content blockquote {
  color: #007d9d;
}
.site-content .entry-header {
  padding: 0 !important;
}
.site-content .entry-meta {
  text-transform: none;
  font-weight: normal;
  font-size: 1rem;
  letter-spacing: 0;
}
.site-content .entry-meta a, .site-content .entry-meta a:visited {
  color: #007d9d !important;
  text-decoration: none;
}
@media screen and (max-width: 640px) {
  .site-content .entry-content img {
    width: 100%;
    float: none;
  }
}
.site-content .post-edit-link {
  background: none;
}
.site-content iframe {
  margin-bottom: 0;
}

#wpadminbar input {
  border: none !important;
}

/*--------------------------------------------------------------
  HEADER
--------------------------------------------------------------*/
.site-header {
  background: #fff !important;
}
.site-header .custom-header {
  display: block !important;
  min-height: 100vh;
}
@media screen and (max-width: 980px) {
  .site-header .custom-header {
    min-height: 0;
    height: auto !important;
  }
}
.site-header .custom-header-media {
  display: block !important;
  height: auto !important;
  position: relative !important;
}
.site-header .custom-header-media:before {
  display: none !important;
}
.site-header .menu-scroll-down {
  display: block !important;
  position: absolute;
  top: auto !important;
  right: 0;
  bottom: 10%;
  left: 0;
  margin: auto;
  padding: 0 !important;
  width: 100px;
  height: 35px;
  text-decoration: none;
  text-align: center;
}
.site-header .menu-scroll-down .icon {
  display: none;
}
.site-header .menu-scroll-down:before {
  font-size: 2em;
  width: 100px;
  height: 35px;
}
.site-header .menu-scroll-down:hover:before {
  color: #fecf02;
}

/*--------------------------------------------------------------
  FOOTER
--------------------------------------------------------------*/
footer#colophon {
  background: #094992;
  margin-top: 0;
  border-top: 1px solid #fff;
}
footer#colophon * {
  color: #fff !important;
}
footer#colophon a, footer#colophon a:visited {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-decoration: none;
}
footer#colophon a:hover, footer#colophon a:focus, footer#colophon a:active {
  text-decoration: underline;
}
footer#colophon .widget-column {
  width: 100%;
}
footer#colophon .widget-column .so-panel {
  padding-bottom: 0;
}
footer#colophon .site-info {
  margin-left: 0;
  width: 50%;
}
footer#colophon .social-navigation {
  float: right;
  text-align: right;
  width: 50%;
}
footer#colophon .social-navigation a, footer#colophon .social-navigation a:visited {
  margin: 0 0 0.5em 1em;
  background-color: #fff;
}
footer#colophon .social-navigation a, footer#colophon .social-navigation a *, footer#colophon .social-navigation a:visited, footer#colophon .social-navigation a:visited * {
  color: #094992 !important;
}
footer#colophon .social-navigation a:hover, footer#colophon .social-navigation a:focus, footer#colophon .social-navigation a:active {
  background-color: #fecf02;
}

/*--------------------------------------------------------------
  LAYOUT
--------------------------------------------------------------*/
#content {
  padding-top: 144px;
  padding-bottom: 72px !important;
  /*
  	@include breakpoint($bp-xl) {
  		padding-top: $padding-default*6;
  	}
  
  	@include breakpoint($bp-m) {
  		padding-top: $padding-default*4;
  	}
  */
}
@media screen and (max-width: 768px) {
  #content {
    padding-top: 96px;
  }
}

.wrap {
  max-width: 1200px !important;
  padding-left: 24px;
  padding-right: 24px;
}

.home #content {
  padding-top: 0;
  padding-bottom: 0 !important;
}
.home article {
  border-top: 0 !important;
}

.layout-one-col-section-start #content {
  padding-top: 72px;
  padding-bottom: 0 !important;
}
.layout-one-col-section-start #primary {
  max-width: none !important;
}

.layout-one-col #primary {
  max-width: none !important;
}

.has-sidebar #primary {
  width: 62% !important;
}
@media screen and (max-width: 768px) {
  .has-sidebar #primary {
    width: 100% !important;
  }
}
.has-sidebar #secondary {
  width: 32% !important;
}
@media screen and (max-width: 768px) {
  .has-sidebar #secondary {
    width: 100% !important;
  }
}

body.has-sidebar.error404 #primary .page-header,
body.has-sidebar.error404 #primary .page-content {
  float: none !important;
  width: 100% !important;
}

/*--------------------------------------------------------------
  SITE-LOGO
--------------------------------------------------------------*/
#site-logo {
  width: 100%;
  position: relative;
  z-index: 10;
  padding: 10px;
  background: #fff;
}
#site-logo img {
  display: block;
  max-width: 240px;
  margin: auto;
}
@media screen and (max-width: 980px) {
  #site-logo img {
    width: 150px;
  }
}

/*--------------------------------------------------------------
  MAIN NAVIGATION
--------------------------------------------------------------*/
.navigation-top {
  font-size: 1.125rem;
  border-top: 0;
  border-bottom: 0;
  -moz-box-shadow: 0 10px 16px -10px #ccc;
  -webkit-box-shadow: 0 10px 16px -10px #ccc;
  box-shadow: 0 10px 16px -10px #ccc;
}
@media screen and (max-width: 980px) {
  .navigation-top {
    bottom: auto;
  }
}
.navigation-top .wrap {
  max-width: 1200px;
  padding: 0 24px;
}
@media screen and (max-width: 980px) {
  .navigation-top .wrap {
    padding: 0;
  }
}
.navigation-top .nav-logo {
  display: block;
  position: absolute;
  top: 6px;
  text-indent: -9999px;
  width: 120px;
  height: 60px;
  background: url("../img/FEH_LOGO.svg") no-repeat;
  background-size: contain;
}
@media screen and (max-width: 980px) {
  .navigation-top .nav-logo {
    width: 100px;
    height: 50px;
    left: 12px;
  }
}

.navigation-top.site-navigation-fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}

.navigation-top .main-navigation {
  margin-left: 0;
}

.navigation-top .main-navigation ul li {
  position: relative;
}
.navigation-top .main-navigation ul a {
  font-weight: 400;
  text-decoration: none;
}
.navigation-top .main-navigation ul a, .navigation-top .main-navigation ul a:visited {
  color: #094992;
}

.navigation-top .main-navigation > div > ul {
  text-align: right;
}
.navigation-top .main-navigation > div > ul > li > a {
  padding: 24px 12px;
}
.navigation-top .main-navigation > div > ul > li > a:after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 12px;
  left: 12px;
  right: 0;
  height: 2px;
  width: 50px;
}
.navigation-top .main-navigation > div > ul > li:hover a:after, .navigation-top .main-navigation > div > ul > li:focus a:after, .navigation-top .main-navigation > div > ul > li:active a:after {
  background-color: #094992 !important;
}
.navigation-top .main-navigation > div > ul > li.current_page_item a:after, .navigation-top .main-navigation > div > ul > li.current-page-ancestor a:after {
  background-color: #094992;
}
.navigation-top .main-navigation > div > ul li:hover > ul,
.navigation-top .main-navigation > div > ul li.focus > ul {
  left: 0;
}
.navigation-top .main-navigation > div > ul li.menu-item-has-children::before,
.navigation-top .main-navigation > div > ul li.page_item_has_children::before,
.navigation-top .main-navigation > div > ul li.menu-item-has-children::after,
.navigation-top .main-navigation > div > ul li.page_item_has_children::after {
  display: none;
}

.navigation-top .main-navigation ul ul {
  top: 75px;
  border: 0;
  background: #094992;
  text-align: left;
  padding: 0;
  font-size: 1rem;
}
.navigation-top .main-navigation ul ul li {
  -moz-transition: none;
  -o-transition: none;
  -webkit-transition: none;
  transition: none;
}
.navigation-top .main-navigation ul ul li a, .navigation-top .main-navigation ul ul li a:visited {
  -moz-transition: none;
  -o-transition: none;
  -webkit-transition: none;
  transition: none;
  padding-top: 12px;
  padding-bottom: 12px;
  color: #fff !important;
}
.navigation-top .main-navigation ul ul li a:hover, .navigation-top .main-navigation ul ul li a:focus, .navigation-top .main-navigation ul ul li a:active {
  background: #fecf02;
  color: #094992 !important;
  -moz-transition: none;
  -o-transition: none;
  -webkit-transition: none;
  transition: none;
}

@media screen and (max-width: 980px) {
  .navigation-top .main-navigation {
    font-size: 1rem;
  }
  .navigation-top .main-navigation button.menu-toggle {
    display: block;
    float: right;
    margin: 0;
    padding: 12px;
  }
  .navigation-top .main-navigation button.menu-toggle:focus {
    outline: 0;
  }
  .navigation-top .main-navigation button.menu-toggle .icon {
    width: 36px;
    height: 36px;
    margin: 0;
    top: 0;
  }
  .navigation-top .main-navigation button.dropdown-toggle {
    display: block;
    right: 6px;
    font-size: 1.5rem;
    padding: 6px;
  }
}

@media screen and (max-width: 980px) {
  .navigation-top .main-navigation > div > ul {
    display: none;
    clear: both;
    text-align: center;
    text-transform: uppercase;
    padding: 0;
  }
  .navigation-top .main-navigation > div > ul > li {
    display: block;
    border-top: 1px solid #fecf02;
  }
  .navigation-top .main-navigation > div > ul > li > a {
    padding: 12px 24px;
  }
  .navigation-top .main-navigation > div > ul > li > a:after {
    left: 0;
    right: 0;
    margin: auto;
    bottom: 8px;
  }
}

@media screen and (max-width: 980px) {
  .navigation-top .main-navigation ul ul {
    display: none;
    position: relative;
    left: auto;
    top: auto;
    text-align: center;
    border: 0;
  }
  .navigation-top .main-navigation ul ul li a {
    display: block;
    width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .navigation-top .main-navigation ul ul.toggled-on {
    display: block !important;
  }
}

.home .navigation-top .main-navigation > div > ul > li.current_page_item a:after {
  background-color: #fff;
}

.home .navigation-top .main-navigation li ul {
  display: none;
}

.home .navigation-top.site-navigation-fixed .main-navigation li:hover ul {
  display: block;
}
@media screen and (max-width: 980px) {
  .home .navigation-top.site-navigation-fixed .main-navigation li:hover ul {
    display: none;
  }
}

/*--------------------------------------------------------------
  POST NAVIGATION
--------------------------------------------------------------*/
.post-navigation {
  margin: 48px 0;
}
.post-navigation .nav-title {
  display: none;
}
.post-navigation .nav-links {
  padding: 0;
}
.post-navigation .nav-previous,
.post-navigation .nav-next {
  font-weight: normal;
}
.post-navigation .nav-previous .nav-subtitle,
.post-navigation .nav-next .nav-subtitle {
  display: inline-block;
  letter-spacing: 0;
  font-size: 1rem;
  margin: 0;
}

.has-sidebar #secondary h1, .has-sidebar #secondary h2, .has-sidebar #secondary h3, .has-sidebar #secondary h4, .has-sidebar #secondary h5, .has-sidebar #secondary h6 {
  font-size: 0.875em;
}
.has-sidebar #secondary h1 a:hover,
.has-sidebar #secondary h1 a:focus,
.has-sidebar #secondary h1 a:active, .has-sidebar #secondary h2 a:hover,
.has-sidebar #secondary h2 a:focus,
.has-sidebar #secondary h2 a:active, .has-sidebar #secondary h3 a:hover,
.has-sidebar #secondary h3 a:focus,
.has-sidebar #secondary h3 a:active, .has-sidebar #secondary h4 a:hover,
.has-sidebar #secondary h4 a:focus,
.has-sidebar #secondary h4 a:active, .has-sidebar #secondary h5 a:hover,
.has-sidebar #secondary h5 a:focus,
.has-sidebar #secondary h5 a:active, .has-sidebar #secondary h6 a:hover,
.has-sidebar #secondary h6 a:focus,
.has-sidebar #secondary h6 a:active {
  text-decoration: underline !important;
}
.has-sidebar #secondary h2 {
  font-weight: 300 !important;
  padding-top: 12px;
}
.has-sidebar #secondary h3, .has-sidebar #secondary h4, .has-sidebar #secondary h5, .has-sidebar #secondary h6 {
  padding-top: 6px;
}
.has-sidebar #secondary > .widget {
  background-color: #094992;
  color: #fff;
  padding: 12px 24px;
  margin-bottom: 48px;
}
@media screen and (max-width: 980px) {
  .has-sidebar #secondary > .widget {
    padding: 6px 12px;
  }
}
@media screen and (max-width: 768px) {
  .has-sidebar #secondary > .widget {
    padding: 12px 24px;
  }
}
@media screen and (max-width: 540px) {
  .has-sidebar #secondary > .widget {
    padding: 6px 12px;
  }
}
.has-sidebar #secondary > .widget h2, .has-sidebar #secondary > .widget h3, .has-sidebar #secondary > .widget h4, .has-sidebar #secondary > .widget h5, .has-sidebar #secondary > .widget h6 {
  color: #fff !important;
}
.has-sidebar #secondary > .widget img {
  width: 100% !important;
}
.has-sidebar #secondary > .widget a, .has-sidebar #secondary > .widget a:visited {
  color: #fff !important;
}
.has-sidebar #secondary > .widget .so-widget-sow-button .ow-button-base {
  margin-bottom: 8px;
}
.has-sidebar #secondary > .widget .so-widget-sow-button .ow-button-base a {
  color: #094992 !important;
  background-color: #fff !important;
}
.has-sidebar #secondary > .widget .so-widget-sow-button .ow-button-base a:hover, .has-sidebar #secondary > .widget .so-widget-sow-button .ow-button-base a:focus, .has-sidebar #secondary > .widget .so-widget-sow-button .ow-button-base a:active {
  background-color: #fecf02 !important;
}

form {
  background-color: transparent !important;
  border: 0 !important;
  padding-top: 0 !important;
}
form fieldset {
  border: 0;
  padding: 0;
  margin: 0;
}
form label {
  color: #094992;
  font-weight: normal;
}
form label strong {
  font-weight: 400 !important;
}
form input[type="text"],
form input[type="email"],
form input[type="number"],
form input[type="date"],
form input[type="search"],
form textarea,
form select {
  background-color: #fff;
  color: #094992 !important;
  border: 1px solid #094992 !important;
  padding: 0.5em;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
form select {
  height: auto;
}
form input[type="submit"],
form button {
  -moz-transition: none !important;
  -o-transition: none !important;
  -webkit-transition: none !important;
  transition: none !important;
  background: #094992 !important;
  color: #fff !important;
  border: none !important;
  padding: 12px 24px !important;
  margin-top: 12px;
  font-weight: normal;
}
form input[type="submit"]:hover, form input[type="submit"]:focus,
form button:hover,
form button:focus {
  -moz-transition: none !important;
  -o-transition: none !important;
  -webkit-transition: none !important;
  transition: none !important;
  background: #fecf02 !important;
  color: #094992 !important;
}
form.search-form button.search-submit {
  margin-top: 0;
  bottom: 1px;
  right: 1px;
  top: 1px;
}
form.search-form button.search-submit .icon {
  top: -5px;
}

/*--------------------------------------------------------------
  contact form 7 plugin styles
--------------------------------------------------------------*/
form.wpcf7-form .form-field,
form.wpcf7-form .form-select,
form.wpcf7-form .form-submit {
  margin-bottom: 24px;
  width: 100%;
}
form.wpcf7-form .form-field.w50l, form.wpcf7-form .form-field.w50r,
form.wpcf7-form .form-select.w50l,
form.wpcf7-form .form-select.w50r,
form.wpcf7-form .form-submit.w50l,
form.wpcf7-form .form-submit.w50r {
  width: 48%;
}
@media (max-width: 980px) {
  form.wpcf7-form .form-field.w50l, form.wpcf7-form .form-field.w50r,
  form.wpcf7-form .form-select.w50l,
  form.wpcf7-form .form-select.w50r,
  form.wpcf7-form .form-submit.w50l,
  form.wpcf7-form .form-submit.w50r {
    width: 100%;
    float: none;
  }
}
form.wpcf7-form .form-field.w50l,
form.wpcf7-form .form-select.w50l,
form.wpcf7-form .form-submit.w50l {
  float: left;
}
form.wpcf7-form .form-field.w50r,
form.wpcf7-form .form-select.w50r,
form.wpcf7-form .form-submit.w50r {
  float: right;
}
form.wpcf7-form .form-field.clr,
form.wpcf7-form .form-select.clr,
form.wpcf7-form .form-submit.clr {
  clear: both;
}
form.wpcf7-form .form-field br,
form.wpcf7-form .form-select br {
  display: none;
}
form.wpcf7-form .form-field > label,
form.wpcf7-form .form-select > label {
  margin-bottom: 8px;
  padding-top: 12px;
  color: #094992;
  font-size: 1.25rem;
  font-weight: 300;
  letter-spacing: normal;
  text-transform: none;
  line-height: 1.375;
}
form.wpcf7-form .form-field h3 {
  margin-bottom: 24px !important;
  text-align: center;
}
@media screen and (max-width: 720px) {
  form.wpcf7-form .form-field h3 {
    font-size: 1.25rem !important;
  }
}
form.wpcf7-form .form-select select {
  width: 100%;
}
form.wpcf7-form .form-field .wpcf7-radio .wpcf7-list-item,
form.wpcf7-form .form-field .wpcf7-checkbox .wpcf7-list-item {
  display: block;
  position: relative;
  float: left;
  margin: 0;
  padding: 0 6px;
}
@media screen and (max-width: 480px) {
  form.wpcf7-form .form-field .wpcf7-radio .wpcf7-list-item,
  form.wpcf7-form .form-field .wpcf7-checkbox .wpcf7-list-item {
    padding: 0 3px;
  }
}
form.wpcf7-form .form-field .wpcf7-radio .wpcf7-list-item label,
form.wpcf7-form .form-field .wpcf7-checkbox .wpcf7-list-item label {
  display: block;
  background-size: 65% auto;
  background-repeat: no-repeat;
  background-position: top center;
  cursor: pointer;
}
@media screen and (max-width: 480px) {
  form.wpcf7-form .form-field .wpcf7-radio .wpcf7-list-item label,
  form.wpcf7-form .form-field .wpcf7-checkbox .wpcf7-list-item label {
    background-size: 85% auto;
    font-size: 0.75em;
  }
}
form.wpcf7-form .form-field .wpcf7-radio .wpcf7-list-item-label,
form.wpcf7-form .form-field .wpcf7-radio input[type="radio"],
form.wpcf7-form .form-field .wpcf7-radio input[type="checkbox"],
form.wpcf7-form .form-field .wpcf7-checkbox .wpcf7-list-item-label,
form.wpcf7-form .form-field .wpcf7-checkbox input[type="radio"],
form.wpcf7-form .form-field .wpcf7-checkbox input[type="checkbox"] {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
}
form.wpcf7-form .form-field .wpcf7-radio .wpcf7-list-item-label,
form.wpcf7-form .form-field .wpcf7-checkbox .wpcf7-list-item-label {
  text-align: center;
  bottom: 42px;
}
form.wpcf7-form .form-field .wpcf7-radio input[type="radio"],
form.wpcf7-form .form-field .wpcf7-radio input[type="checkbox"],
form.wpcf7-form .form-field .wpcf7-checkbox input[type="radio"],
form.wpcf7-form .form-field .wpcf7-checkbox input[type="checkbox"] {
  bottom: 24px;
  margin: auto;
}
form.wpcf7-form .form-field .rooftype .wpcf7-radio .wpcf7-list-item:nth-child(1),
form.wpcf7-form .form-field .rooforientation .wpcf7-radio .wpcf7-list-item:nth-child(1) {
  display: none;
}
form.wpcf7-form .form-field .rooftype .wpcf7-radio .wpcf7-list-item,
form.wpcf7-form .form-field .rooftype .wpcf7-checkbox .wpcf7-list-item {
  width: 25%;
}
form.wpcf7-form .form-field .rooftype .wpcf7-radio .wpcf7-list-item label,
form.wpcf7-form .form-field .rooftype .wpcf7-checkbox .wpcf7-list-item label {
  height: 160px;
}
@media screen and (max-width: 980px) {
  form.wpcf7-form .form-field .rooftype .wpcf7-radio .wpcf7-list-item label,
  form.wpcf7-form .form-field .rooftype .wpcf7-checkbox .wpcf7-list-item label {
    height: 140px;
  }
}
@media screen and (max-width: 768px) {
  form.wpcf7-form .form-field .rooftype .wpcf7-radio .wpcf7-list-item label,
  form.wpcf7-form .form-field .rooftype .wpcf7-checkbox .wpcf7-list-item label {
    height: 160px;
  }
}
@media screen and (max-width: 640px) {
  form.wpcf7-form .form-field .rooftype .wpcf7-radio .wpcf7-list-item label,
  form.wpcf7-form .form-field .rooftype .wpcf7-checkbox .wpcf7-list-item label {
    height: 150px;
  }
}
@media screen and (max-width: 480px) {
  form.wpcf7-form .form-field .rooftype .wpcf7-radio .wpcf7-list-item label,
  form.wpcf7-form .form-field .rooftype .wpcf7-checkbox .wpcf7-list-item label {
    height: 140px;
  }
}
@media screen and (max-width: 320px) {
  form.wpcf7-form .form-field .rooftype .wpcf7-radio .wpcf7-list-item label,
  form.wpcf7-form .form-field .rooftype .wpcf7-checkbox .wpcf7-list-item label {
    height: 110px;
  }
}
form.wpcf7-form .form-field .rooftype .wpcf7-radio .wpcf7-list-item:nth-child(2) label,
form.wpcf7-form .form-field .rooftype .wpcf7-checkbox .wpcf7-list-item:nth-child(2) label {
  background-image: url("../img/icon-satteldach.svg");
}
form.wpcf7-form .form-field .rooftype .wpcf7-radio .wpcf7-list-item:nth-child(3) label,
form.wpcf7-form .form-field .rooftype .wpcf7-checkbox .wpcf7-list-item:nth-child(3) label {
  background-image: url("../img/icon-pultdach.svg");
}
form.wpcf7-form .form-field .rooftype .wpcf7-radio .wpcf7-list-item:nth-child(4) label,
form.wpcf7-form .form-field .rooftype .wpcf7-checkbox .wpcf7-list-item:nth-child(4) label {
  background-image: url("../img/icon-flachdach.svg");
}
form.wpcf7-form .form-field .rooftype .wpcf7-radio .wpcf7-list-item:nth-child(5) label,
form.wpcf7-form .form-field .rooftype .wpcf7-checkbox .wpcf7-list-item:nth-child(5) label {
  background-image: url("../img/icon-freiflaeche.svg");
}
form.wpcf7-form .form-field .rooforientation .wpcf7-radio .wpcf7-list-item,
form.wpcf7-form .form-field .rooforientation .wpcf7-checkbox .wpcf7-list-item {
  width: 20%;
}
form.wpcf7-form .form-field .rooforientation .wpcf7-radio .wpcf7-list-item label,
form.wpcf7-form .form-field .rooforientation .wpcf7-checkbox .wpcf7-list-item label {
  height: 150px;
}
@media screen and (max-width: 980px) {
  form.wpcf7-form .form-field .rooforientation .wpcf7-radio .wpcf7-list-item label,
  form.wpcf7-form .form-field .rooforientation .wpcf7-checkbox .wpcf7-list-item label {
    height: 130px;
  }
}
@media screen and (max-width: 768px) {
  form.wpcf7-form .form-field .rooforientation .wpcf7-radio .wpcf7-list-item label,
  form.wpcf7-form .form-field .rooforientation .wpcf7-checkbox .wpcf7-list-item label {
    height: 150px;
  }
}
@media screen and (max-width: 640px) {
  form.wpcf7-form .form-field .rooforientation .wpcf7-radio .wpcf7-list-item label,
  form.wpcf7-form .form-field .rooforientation .wpcf7-checkbox .wpcf7-list-item label {
    height: 130px;
  }
}
@media screen and (max-width: 480px) {
  form.wpcf7-form .form-field .rooforientation .wpcf7-radio .wpcf7-list-item label,
  form.wpcf7-form .form-field .rooforientation .wpcf7-checkbox .wpcf7-list-item label {
    height: 120px;
  }
}
@media screen and (max-width: 320px) {
  form.wpcf7-form .form-field .rooforientation .wpcf7-radio .wpcf7-list-item label,
  form.wpcf7-form .form-field .rooforientation .wpcf7-checkbox .wpcf7-list-item label {
    height: 100px;
  }
}
form.wpcf7-form .form-field .rooforientation .wpcf7-radio .wpcf7-list-item:nth-child(2) label,
form.wpcf7-form .form-field .rooforientation .wpcf7-checkbox .wpcf7-list-item:nth-child(2) label {
  background-image: url("../img/icon-kompass-ost.svg");
}
form.wpcf7-form .form-field .rooforientation .wpcf7-radio .wpcf7-list-item:nth-child(3) label,
form.wpcf7-form .form-field .rooforientation .wpcf7-checkbox .wpcf7-list-item:nth-child(3) label {
  background-image: url("../img/icon-kompass-suedost.svg");
}
form.wpcf7-form .form-field .rooforientation .wpcf7-radio .wpcf7-list-item:nth-child(4) label,
form.wpcf7-form .form-field .rooforientation .wpcf7-checkbox .wpcf7-list-item:nth-child(4) label {
  background-image: url("../img/icon-kompass-sued.svg");
}
form.wpcf7-form .form-field .rooforientation .wpcf7-radio .wpcf7-list-item:nth-child(5) label,
form.wpcf7-form .form-field .rooforientation .wpcf7-checkbox .wpcf7-list-item:nth-child(5) label {
  background-image: url("../img/icon-kompass-suedwest.svg");
}
form.wpcf7-form .form-field .rooforientation .wpcf7-radio .wpcf7-list-item:nth-child(6) label,
form.wpcf7-form .form-field .rooforientation .wpcf7-checkbox .wpcf7-list-item:nth-child(6) label {
  background-image: url("../img/icon-kompass-west.svg");
}
form.wpcf7-form .form-submit {
  text-align: left;
}
form.wpcf7-form span.wpcf7-not-valid-tip {
  color: #cc0000;
}
form.wpcf7-form .wpcf7-response-output {
  clear: both;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  padding: 12px 24px;
}
form.wpcf7-form .wpcf7-response-output.wpcf7-validation-errors {
  border-color: #cc0000;
}
form.wpcf7-form .wpcf7-response-output.wpcf7-mail-sent-ok {
  display: none !important;
}
form.wpcf7-form ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #888;
  opacity: 1;
  /* Firefox */
}
form.wpcf7-form :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #888;
}
form.wpcf7-form ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #888;
}

form#wpcf7-contact-form label {
  display: none;
}

/*--------------------------------------------------------------
  GALLERY
--------------------------------------------------------------*/
#envirabox-title {
  display: none !important;
}

/*--------------------------------------------------------------
  master slider
--------------------------------------------------------------*/
#home-slider .msl .master-slider {
  position: relative;
  height: calc(100vh - 212px);
  max-height: calc(100vh - 212px);
}
@media screen and (max-width: 1280px) {
  #home-slider .msl .master-slider {
    height: auto;
  }
}
@media screen and (max-width: 980px) {
  #home-slider .msl .master-slider {
    min-height: calc(100vh - 94px);
  }
}
@media screen and (max-width: 980px) {
  #home-slider .msl .master-slider .ms-view,
  #home-slider .msl .master-slider .ms-slide,
  #home-slider .msl .master-slider .ms-slide-bgcont {
    min-height: calc(100vh - 94px) !important;
  }
}
@media screen and (max-width: 980px) {
  #home-slider .msl .master-slider .ms-slide-bgcont img {
    margin-top: 0 !important;
    min-height: calc(100vh - 94px) !important;
  }
}

#home-slider .ms-slide-info {
  display: none;
  box-sizing: border-box !important;
  position: absolute !important;
  top: 0 !important;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  padding: 24px;
  max-width: 50%;
  min-height: 0 !important;
  max-height: 100px;
  background: rgba(255, 255, 255, 0.6);
  text-transform: uppercase;
  font-weight: 300;
  font-size: 2.25rem;
  text-align: center;
}
#home-slider .ms-slide-info .ms-info p {
  margin: 0;
}
@media screen and (max-width: 1280px) {
  #home-slider .ms-slide-info {
    max-width: 70%;
  }
}
@media screen and (max-width: 980px) {
  #home-slider .ms-slide-info {
    padding: 12px;
    font-size: 1.5rem;
    max-height: 94px;
    top: 20vh !important;
    bottom: auto;
  }
}
@media screen and (max-width: 720px) {
  #home-slider .ms-slide-info {
    font-size: 1.25rem;
  }
}

/*--------------------------------------------------------------
  site origin page builder
--------------------------------------------------------------*/
.frontpage-panel .panel-layout .fp-border-top {
  border-top: 1px solid #fecf02;
}
.frontpage-panel .panel-layout .fp-shadow-bottom {
  -moz-box-shadow: 0 10px 16px -10px #ccc;
  -webkit-box-shadow: 0 10px 16px -10px #ccc;
  box-shadow: 0 10px 16px -10px #ccc;
}

.panel-layout .full-height {
  min-height: calc(100vh - 75px);
  padding: 72px 0;
}
.panel-layout .bg-blue {
  background: #094992;
}
.panel-layout .bg-blue *, .panel-layout .bg-blue a:visited {
  color: #fff !important;
}

.panel-layout .panel-grid {
  margin-bottom: 0 !important;
}

.panel-layout .widget {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}
.panel-layout .widget img {
  margin-bottom: 5px;
  width: 100%;
}
.panel-layout .widget_sow-editor .intro-text {
  max-width: 62%;
  margin: auto auto 48px auto;
  text-align: center;
}
@media screen and (max-width: 980px) {
  .panel-layout .widget_sow-editor .intro-text {
    max-width: 80%;
  }
}
@media screen and (max-width: 720px) {
  .panel-layout .widget_sow-editor .intro-text {
    max-width: none;
  }
}
.panel-layout .widget_sow-headline {
  padding: 0 !important;
  margin: 0 0 24px 0 !important;
}
.panel-layout .widget_sow-headline h1 {
  font-size: 2.5rem !important;
  font-weight: 300 !important;
  text-transform: uppercase !important;
}
@media screen and (max-width: 980px) {
  .panel-layout .widget_sow-headline h1 {
    font-size: 1.5rem !important;
  }
}
.panel-layout .widget_sow-headline h1:after {
  margin-left: auto;
  margin-right: auto;
  width: 48px !important;
}
.panel-layout .widget_sow-headline .sow-headline-container .decoration {
  display: none;
}

.panel-layout .responsive-off {
  -webkit-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}
.panel-layout .responsive-off .panel-grid-cell {
  padding: 0 !important;
  -webkit-flex: none !important;
  flex: none !important;
}

#section-company {
  padding-top: 72px;
}
#section-company .widget img {
  width: auto;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
#section-company .widget_sow-editor .intro-text {
  font-size: 1.25rem;
  margin-bottom: 36px;
}
@media screen and (max-width: 720px) {
  #section-company .widget_sow-editor .intro-text {
    font-size: 1rem;
  }
}
#section-company .so-widget-sow-button .ow-button-base a {
  font-size: 1.25rem !important;
}

#section-products-services .widget_sow-editor h2 {
  min-height: calc(1.25rem * 1.375 * 2);
  font-size: 1.25rem !important;
  font-weight: 300 !important;
  text-transform: uppercase !important;
  padding: 0 !important;
}
#section-products-services .widget_sow-editor p {
  font-size: .925rem;
  margin-bottom: 12px;
}
#section-products-services .widget_sow-editor h3 {
  font-family: "Chivo", sans-serif !important;
  font-size: 1rem !important;
  font-weight: bold !important;
  padding-top: 0;
  margin-bottom: 12px !important;
  display: block;
  min-height: calc(1rem * 1.375 * 2);
}
#section-products-services .widget_sow-editor h3 + p {
  min-height: 240px;
}

#section-business .widget img {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  margin-bottom: 0;
}
#section-business .widget a:hover,
#section-business .widget a:focus,
#section-business .widget a:active {
  color: #fecf02 !important;
}
#section-business .widget_sow-editor h2 {
  text-align: center;
  margin-bottom: 72px !important;
  margin-top: -12px;
  padding-top: 0;
}

#section-parallax-deco-1 {
  height: 260px;
}

/*--------------------------------------------------------------
  recent post with thumbnails
--------------------------------------------------------------*/
#main .rpwwt-widget ul {
  left: 0;
}
#main .rpwwt-widget ul li {
  width: 33%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 2%;
  float: left;
  border: 0;
}
#main .rpwwt-widget ul li:nth-child(3n+1) {
  clear: both;
}
@media screen and (max-width: 768px) {
  #main .rpwwt-widget ul li {
    width: 100%;
    padding: 24px 2px;
    float: none;
    border-bottom: 1px solid #fecf02;
  }
  #main .rpwwt-widget ul li:last-child {
    border-bottom: 0;
  }
}
#main .rpwwt-widget ul li img {
  width: auto !important;
  height: auto !important;
  margin-bottom: 24px;
}
#main .rpwwt-widget ul li .rpwwt-post-title {
  font-size: 1.25rem;
  margin-bottom: 12px;
  display: block;
}
#main .rpwwt-widget ul li .rpwwt-post-date {
  color: #007d9d;
}

/*--------------------------------------------------------------
  WP Datepicker
--------------------------------------------------------------*/
.ui-datepicker {
  border: 1px solid #fecf02;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.ui-datepicker .ui-datepicker-header {
  background: none;
  color: #094992;
  border: none;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  margin-top: 3px;
}
.ui-datepicker .ui-datepicker-prev:hover, .ui-datepicker .ui-datepicker-prev:focus, .ui-datepicker .ui-datepicker-prev:active,
.ui-datepicker .ui-datepicker-next:hover,
.ui-datepicker .ui-datepicker-next:focus,
.ui-datepicker .ui-datepicker-next:active {
  background: none;
  top: 2px;
  border: none;
}
.ui-datepicker .ui-datepicker-prev:hover, .ui-datepicker .ui-datepicker-prev:focus, .ui-datepicker .ui-datepicker-prev:active {
  left: 2px;
}
.ui-datepicker .ui-datepicker-next:hover, .ui-datepicker .ui-datepicker-next:focus, .ui-datepicker .ui-datepicker-next:active {
  right: 2px;
}
.ui-datepicker .ui-state-default {
  border: 1px solid #fecf02;
  background: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.ui-datepicker .ui-state-default:hover {
  background: #fecf02;
  color: #094992;
}
.ui-datepicker .ui-state-highlight {
  background: #094992;
  color: #fff !important;
}
.ui-datepicker tr {
  border-bottom: 0;
}

/*--------------------------------------------------------------
  google maps builder plugin styles
--------------------------------------------------------------*/
.google-maps-builder img {
  width: auto !important;
}
.google-maps-builder .gmb-infobubble-container {
  padding: 18px !important;
}
