/*
Theme Name: WP Bootstrap Starter
Theme URI: https://afterimagedesigns.com/wp-bootstrap-starter/
Author: Afterimage Designs
Author URI: https://afterimagedesigns.com/
Description:  The best WordPress starter theme based on the most powerful frameworks in the world: "_s" (by Automattic, the main people behind WordPress development), Twitter Bootstrap (the most popular HTML, CSS, and JS framework for developing responsive, mobile first projects on the web) and Font Awesome (or Fontawesome, a full suite of 675+ pictographic icons for easy scalable vector graphics on websites). This theme, like WordPress, is licensed under the GPL. You can use this theme as base for your next WordPress theme project and you are allowed to remove the link at the footer or do whatever you want. Your feedback on how we can continuously improve this WordPress Starter Theme Bootstrap will be highly appreciated. Page templates includes Right-sidebar (default page template), Left-Sidebar, Full-Width, Blank with container, Blank without container Page. Other features - Currently using Bootstrap v4.0.0 , Widgetized footer area, WooCommerce ready, Compatible with Contact Form 7, Compatible with Visual Composer, Compatible with Elementor Page Builder. This theme will be an active project which we will update from time to time. Check this page regularly for the updates.
Version: 3.1.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: wp-bootstrap-starter
Tags: blog, custom-menu, featured-images, threaded-comments, translation-ready, right-sidebar, custom-background, e-commerce, theme-options, sticky-post, full-width-template
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Woocommerce
# Footer
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html,
body {
  height: 100%;
}

body {
  margin: 0;
  -webkit-font-smoothing: auto;
  padding-top: 76px;
  color: #474747;
  font-size: 1rem;
  line-height: 1.665;
}
@media (min-width: 992px) {
  body {
    padding-top: 148px;
  }
}

#page {
  width: 100%;
}
@media (min-width: 992px) {
  #page {
    min-height: 100%;
    margin-bottom: -405px;
  }
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
  -webkit-transition: all .3s ease .2s;
  -moz-transition: all .3s ease .2s;
  -ms-transition: all .3s ease .2s;
  -o-transition: all .3s ease .2s;
  transition: all .3s ease .2s;
}

a:active,
a:hover {
  outline: 0;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 2.5rem;
}

hr {
  box-sizing: content-box;
  height: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

ul {
  padding-left: 0;
  list-style: none;
  margin-bottom: 1.5em;
}
ul:last-child {
  margin-bottom: 0;
}

b,
strong {
  font-weight: 500;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  clear: both;
  color: #333;
  font-weight: 300;
  /*margin-top: 24px;*/
  margin-bottom: 1rem;
}
h1 {
  font-size: 2.25rem;
  padding-bottom: 1.5rem;
}
h2 {
  font-size: 1rem;
  padding-bottom: 0.5rem;
  margin-bottom: 0.75rem;
  line-height: 1.25;
  text-transform: uppercase;
  color: #114377;
  font-weight: 700;
  font-family: 'Roboto Condensed', sans-serif;
  letter-spacing: 1px;
}
h3 {
  font-size: 1rem;
  line-height: 25px;
}
h4 {
  font-size: 1rem;
  line-height: 20px;
}
h5 {
  font-size: 1rem;
  line-height: 17.5px;
}

p {
  margin-bottom: 1.5em;
}
p:last-child {
  margin-bottom: 0;
}
h1.entry-title,
h1.page-title,
.home h1 {
  font-size: 2.25rem;
  font-weight: 300;
}
.home h1.entry-title {
  display: none;
}
h2.entry-title a {
  font-weight: inherit;
  font-family: inherit;
}
h3.widget-title {
  font-size: 1.2rem;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

.container-fluid {
  /*max-width: 1920px;*/
  margin: 0 auto;
}

/* 15px -> 30px */
/*@media (min-width: 992px) {
  .container,
  .container-fluid {
    padding-right: 30px;
    padding-left: 30px;
  }
  .row {
    margin-right: -30px;
    margin-left: -30px;
  }
  .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-right: 30px;
    padding-left: 30px;
  }
}*/
/* 15px -> 30px */

.content {
  margin: 0 auto;
  max-width: 1170px;
}
.content-wide.full-width .content {
  max-width: none;
}
.content-wide {
  margin: 0 -15px;
  margin-bottom: 40px;
  /*padding-top: 60px;
  padding-bottom: 60px;*/
}
@media (min-width: 992px) {
  .content-wide {
    margin: 0 -15px;
    margin-bottom: 100px;
  }
}
.content-wide .content-text {
  margin-bottom: 0;
}

.content-wide .content-wrapper {
  margin-left: 0;
  margin-right: 0;
}

video,
iframe,
object {
  max-width: 100%;
  width: auto;
  height: auto;
}

@media (min-width: 992px) {
  .content > .content-wrapper {
    padding: 0 85px;
  }
  .content-wide.full-width .content > .content-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
  .content-wide {
    padding-left: 15px;
    padding-right: 15px;
  }
  .content-wide.full-width {
    padding-left: 0;
    padding-right: 0;
  }
  .content-wide .content-wrapper {
    margin-left: -15px;
    margin-right: -15px;
  }
  .content-wide.full-width .content-wrapper {
    margin-left: 0;
    margin-right: 0;
  }
}

.greybox {
  background: #2f2f2f;
  color: #999 !important;
  padding: 1.8rem 2rem;
}
.greybox p:last-child {
  margin-bottom: 0;
}
.greybox h2,
.greybox h3 {
  font-family: 'Roboto Condensed', sans-serif;
  color: #eee;
  font-weight: 700;
  margin-bottom: 0.75rem;
  text-transform: uppercase;
  font-size: 1rem;
  letter-spacing: 1px;
  margin-top: 0;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
.nf-form-wrap .nf-form-fields-required {
  display: none;
}
.nf-form-wrap .nf-field-container {
  margin-bottom: 20px;
}
.nf-form-wrap .nf-field-element textarea {
  height: 244px;
}

.nf-field-label label {
  font-weight: 400 !important;
  margin: 0;
}

.nf-field-element ul {
  list-style: none;
}
.nf-field-element ul li::before {
  display: none;
}
.nf-form-wrap .list-checkbox-wrap .nf-field-element li,
.nf-form-wrap .list-radio-wrap .nf-field-element li {
  float: left;
  margin: 0 !important
}
.list-checkbox-wrap .nf-field-element li input,
.list-radio-wrap .nf-field-element li input {
  margin: 0 !important;
  background: #cfcfd0;
}
.list-checkbox-wrap .nf-field-element li label,
.list-radio-wrap .nf-field-element li label {
  margin: 0 20px 0 0 !important;
}

input[type="radio"],
input[type="checkbox"] {
  visibility: hidden;
  position: absolute;
}
input[type="radio"] + label::before,
input[type="checkbox"] + label::before {
  height: 17px;
  width: 17px;
  margin-bottom: -2px;
  margin-right: 4px;
  content: " ";
  display: inline-block;
  border: 0;
  background: #cfcfcf;
}
input[type="radio"]:checked + label::before,
input[type="checkbox"]:checked + label::before {
  background: #b92819;
}

input[type="radio"] + label::before {
  border-radius: 50%;
}
input[type="checkbox"] + label::before {
  border-radius: 2px;
}

input[type="text"],
input[type="email"],
input[type="search"],
textarea,
select {
  padding: 15px 10px 5px;
  font-size: 0.875rem;
  line-height: 1;
  color: #555555;
  font-weight: 400;
  background: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
select {
  padding: 5px 8px;
}
select option {
  padding: 0;
}
.nf-form-wrap .nf-field-element input[type="text"],
.nf-form-wrap .nf-field-element input[type="email"],
.nf-form-wrap .nf-field-element input[type="search"] {
  height: 46px;
}
input[type="submit"],
input[type="button"],
button,
.elementor-button {
  color: #fff;
  border: none;
  font-family: 'Roboto Condensed', sans-serif;
  -webkit-transition: all .3s ease .2s;
  transition: all .3s ease .2s;
  letter-spacing: 1px;
  font-weight: 400;
  text-transform: uppercase;
  display: inline-block;
  padding: 12px 40px !important;
  font-size: 1rem;
  line-height: 1.5;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  border-radius: 3px !important;
  background: #114377;
  float: right;
}
@media (max-width: 991px) {
  input[type="submit"],
  input[type="button"],
  input[type="search"],
  button,
  .elementor-button {
    width: 100% !important;
  }
}
.elementor-button {
  width: auto !important;
  float: none;
  color: #fff !important;
}
.elementor-button .elementor-button-text {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
}
input[type="submit"]:focus,
input[type="submit"]:hover,
input[type="button"]:focus,
input[type="button"]:hover,
button:focus,
button:hover,
.elementor-button:focus,
.elementor-button:hover {
  opacity: 0.8;
}

.nf-form-wrap .animate .label,
.search-form .animate .label {
  padding: 0;
  margin: 0;
  text-align: left;
  display: block;
  position: absolute;
  left: 11px;
  top: 16px;
  cursor: auto;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  font-weight: 300 !important;
  font-size: 14px;
  line-height: 1;
}
.search-form .animate .label {
  top: 18px;
}
.nf-form-wrap .animate.focused .label,
.search-form .animate.focused .label {
  top: 4px;
  font-size: 10px;
}

.g-recaptcha {
  transform-origin: left top;
  -webkit-transform-origin: left top;
}
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
header#masthead {
  padding: 0;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.1);
  box-shadow: 0 1px 2px rgba(0,0,0,.1);
}
/*@media (min-width: 992px) {
  header#masthead {
    height: 125px;
  }
}*/


.navbar-brand > a {
  color: rgba(0, 0, 0, 0.9);
  font-size: 1.1rem;
  outline: medium none;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
}
.navbar-brand > a > img {
  max-height: 35px;
}
@media (min-width: 992px) {
  .navbar-brand > a > img {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
  }
  #page.scroll .navbar-brand > a > img {
    max-height: 25px;
  }
}

.navbar-brand > a:visited,
.navbar-brand > a:hover {
  text-decoration: none;
}

#page-sub-header {
  position: relative;
  padding-top: 28rem;
  padding-bottom: 0;
  text-align: center;
  font-size: 1.25rem;
  background-size: cover !important;
  background-position: center !important;
  margin-top: -50px;
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.25);
  box-shadow: 0 1px 1px rgba(0,0,0,.25);
  overflow: hidden;
}
#page-sub-header .metaslider .slides li {
  height: 28rem;
  overflow: hidden;
}
#page-sub-header .metaslider .slides img {
  width: auto;
  height: 100%;
  min-height: 28rem;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
@media (min-width: 992px) {
  #page-sub-header .metaslider .slides img {
    width: 100%;
    height: auto;
  }
}
#page-sub-header iframe,
#page-sub-header .metaslider {
  width: 100%;
  margin-top: -28rem;
  height: 28rem;
}
#page-sub-header.iframe {
  padding-top: 24.875rem;
}
#page-sub-header iframe,
#page-sub-header .cmplz-blocked-content-container {
  margin-top: -24.875rem;
  height: 24.875rem;
}
#page-sub-header::after {
  content: '';
  display: block;
  width: 100%;
  height: 4px;
  background: #114377;
}

/*.header-image-wrapper {
  padding: 0;
  background: none;
  margin-bottom: 0;
  max-height: 650px;
  min-height: 150px;
  overflow: hidden;
  width: auto;
  position: relative;
  z-index: 970;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 0;
}*/
/*.header-image-wrapper img {
  width: auto;
  height: 163px;
}*/


.font-size-0 {
  font-size: 0 !important;
}

.cmplz-cookiebanner .cmplz-buttons .cmplz-btn {
	padding: 10px !important;
}

body:not(.theme-preset-active) #page-sub-header h1 {
  line-height: 1.6;
  font-size: 4rem;
  color: #563e7c;
  margin: 0 0 1rem;
  border: 0;
  padding: 0;
}

#page-sub-header p {
  margin-bottom: 0;
  line-height: 1.4;
  font-size: 1.25rem;
  font-weight: 300;
}
body:not(.theme-preset-active) #page-sub-header p {
color: #212529;
}
a.page-scroller {
  color: #333;
  font-size: 2.6rem;
  display: inline-block;
  margin-top: 2rem;
}

@media (min-width: 768px) {
  body:not(.theme-preset-active) #page-sub-header h1 {
    font-size: 3.750rem;
  }
  body:not(.theme-preset-active) #page-sub-header {
    font-size: 1.25rem;
  }
}
@media (min-width: 992px) {
  #page-sub-header p {
    max-width: 43rem;
    margin: 0 auto;
  }
}

.search-form label {
  display: block;
  float: left;
  margin-bottom: 0;
  width: 100%;
}
/*.search-form-container .search-form label,
.search-form-wrap .search-form label {
  width: 100%;
}*/
.search-form .btn {
  display: block;
  float: left;
}
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#masthead nav {
  padding-left: 0;
  padding-right: 0;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
  color: #666;
  padding: 0;
  font-weight: 400;
  font-size: 1rem;
  text-transform: none;
  line-height: 50px;
}
@media (max-width: 991px) {
  body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
    font-size: 1.075rem;
  }
}
@media (min-width: 992px) {
  body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
    padding: 0 20px;
  }
  #menu-item-97 {
    display: none;
  }
}
body:not(.theme-preset-active) #masthead .navbar-row-1 .navbar-nav > li > a {
  line-height: 35px;
  font-weight: 700;
  font-family: 'Roboto Condensed', sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 0.875rem;
  padding: 0 5px;
  color: #333;
}
body:not(.theme-preset-active) #masthead .navbar-row-1 .navbar-nav > li::after {
  content: '-';
  padding: 0 5px;
}
/*body:not(.theme-preset-active) #masthead .navbar-row-1 .navbar-nav > li:last-child > a {
  display: block;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 31px;
  border: 2px solid #666;
  border-radius: 100%;
  margin-left: 5px;
  padding: 0;
  letter-spacing: 0;
}
body:not(.theme-preset-active) #masthead .navbar-row-1 .navbar-nav > li:last-child > a > i {
  font-size: 1rem;
}*/
body:not(.theme-preset-active) #masthead .navbar-row-1 .navbar-nav > li:last-child::after {
  display: none;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover,
body:not(.theme-preset-active) #masthead .navbar-nav > li.current_page_item > a {
  color: #114377;
  text-decoration: none;
}

.navbar-brand {
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  margin: 0;
}
@media (max-width: 767px) {
  .navbar-brand {
    margin-right: 30px;
  }
}
@media (min-width: 992px) {
  .navbar-brand {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.navbar-toggle .icon-bar {
  background: #000 none repeat scroll 0 0;
}

.dropdown-menu .dropdown-toggle::after {
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
  border-top: 0.3em solid transparent;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

.dropdown-item {
  line-height: 1.2;
  padding-bottom: 0.313rem;
  padding-top: 0.313rem;
}

.dropdown-menu {
  min-width: 12.500rem;
}

.dropdown .open .dropdown-menu {
  display: block;
  left: 12.250em;
  top: 0;
}

.dropdown-menu .dropdown-item {
  white-space: normal;
  background: transparent;
  line-height: 1.6;
}
.dropdown-menu .dropdown-item:hover {
  background: transparent;
}

@media (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
}
@media (min-width: 768px) {
  .dropdown-menu li > .dropdown-menu {
    right: -9.875rem;
    top: 1.375rem;
  }
}
@media (max-width: 991px) {
  .navbar-nav .dropdown-menu {
    border: medium none;
    margin-left: 1.250rem;
    padding: 0;
  }

  .dropdown-menu li a {
    padding: 0;
  }

  #masthead .navbar-nav > li > a {
    padding-bottom: 0.625rem;
    padding-top: 0.313rem;
  }

  .navbar-light .navbar-toggler {
    border: medium none;
    outline: none;
    width: auto !important;
    padding: 15px !important;
    margin: -12px -15px;
    width: 55px;
    height: 55px;
  }
  .navbar-toggler-icon {
    width: 25px;
    height: 25px;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
.comment-content.card-block {
  padding: 20px;
}

.navigation.post-navigation {
  padding-top: 1.875rem;
}

.post-navigation .nav-previous a,
.post-navigation .nav-next a {
  border: 1px solid #ddd;
  border-radius: 0.938rem;
  display: inline-block;
  padding: 0.313rem 0.875rem;
  text-decoration: none;
}

.post-navigation .nav-next a::after {
  content: " \2192";
}

.post-navigation .nav-previous a::before {
  content: "\2190 ";
}

.post-navigation .nav-previous a:hover,
.post-navigation .nav-next a:hover {
  background: #eee none repeat scroll 0 0;
}

@media (min-width: 992px) {
  .navbar .navbar-row {
    max-width: 1200px;
    width: 100%;
    padding: 0 65px;
    margin: 0 auto;
  }
}
@media (min-width: 1200px) {
  .navbar .navbar-row {
    padding: 0 80px;
  }
}

.navbar .navbar-row-1 {
  background: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-left: -15px;
  margin-right: -15px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  border-bottom: 1px solid rgba(0,0,0,.075)
}
@media (max-width: 991px) {
  .navbar .navbar-row-1 .navbar-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .navbar .navbar-row-1 {
    padding-top: 30px;
    padding-bottom: 30px;
    min-height: 98px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
  }
  #page.scroll .navbar .navbar-row-1 {
    padding-top: 15px;
    padding-bottom: 15px;
    min-height: 0;
  }
}

.navbar .navbar-row-2 {
  background: #f8f8f8;
  margin-left: -15px;
  margin-right: -15px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}
.home .navbar .navbar-row-2 {
  background: rgba(255, 255, 255, 0.9);
}

.search-form-wrap,
.search-form-container {
  position: relative;
  height: 50px;
}
.search-form-wrap {
  width: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.search-form-container {
  width: 250px;
}
@media (min-width: 992px) {
  .search-form-wrap {
    width: 250px;
    margin-top: 0;
    margin-bottom: 0;
  }
}
.search-form-container {
  display: none;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 990;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
@media (min-width: 992px) {
  .search-form-container {
    display: block;
  }
}
.search-form-container.visible {
  opacity: 1;
}
.search-form-container .inner {
  display: block;
  position: absolute;
  right: 20px;
  bottom: 5px;
  background: #fff;
  padding: 10px;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.1);
  box-shadow: 0 1px 2px rgba(0,0,0,.1);
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.search-form-container .inner.collapse {
  bottom: -70px;
}
.search-form-container .search-form button[type="submit"] {
  display: none;
}
/*.form-control {
  -webkit-border-radius: 0;
  border-radius: 0;
}
.search-form-container .search-form .form-control,
.search-form-wrap .search-form .form-control {
  line-height: 24px;
  padding: 6px 12px;
  height: 38px;
}*/
.search-form input[type="search"] {
  height: 50px;
  width: 100%;
}
@media (min-width: 992px) {
  .search-form input[type="search"] {
    padding-bottom: 15px;
  }
}

.search-form-wrap .search-form {
  display: block;
}
@media (min-width: 992px) {
  .search-form-wrap .search-form {
    display: none;
  }
}

.search-form div {
  width: calc(100% - 50px);
  position: relative;
  float: left;
}
@media (min-width: 992px) {
  .search .search-form div,
  .error404 .search-form div {
    width: calc(50% - 50px);
  }
}
.search-form-container .search-form div {
  width: 100%;
}

#meta-nav {
  display: none;
  padding-left: 20px;
  padding-right: 20px;
}

@media (min-width: 992px) {
  #meta-nav {
    display: block;
  }
}

.search-trigger,
.search-form button {
  width: 50px;
  height: 50px;
  background: #114377;
  text-align: center;
  line-height: 50px;
  color: #fff;
  margin-right: -230px;
  z-index: 10;
  display: none;
}
.search-trigger:focus,
.search-trigger:hover {
  opacity: 0.8;
  color: #fff;
}
@media (min-width: 992px) {
  .search-trigger {
    display: block;
  }
}

.search-form button {
  margin-right: 0;
  display: block;
  line-height: 1;
  padding: 0 !important;
  width: 50px !important;
  border-radius: 0 !important;
}
@media (min-width: 992px) {
  .search .search-form button,
  .error404 .search-form button {
    float: left;
  }
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 0.313rem;
  line-height: normal;
  padding: 0.938rem 1.438rem 0.875rem;
  text-decoration: none;
  top: 0.313rem;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

a img.alignright {
  float: right;
  margin: 0.313rem 0 1.25rem 1.25rem;
}

a img.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.alignleft {
  float: left;
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignleft {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignright {
  margin: 0.313rem 0 1.25rem 1.25rem;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 3em;
  font-size: 0.875rem;
  /* Make sure select elements fit in widgets. */
}
@media (min-width: 768px) {
  .widget {
    margin: 0 0 1.5em;
  }
}
.widget select {
  max-width: 100%;
}

.widget_search .search-form input[type="submit"] {
  display: none;
}

.nav > li > a:focus,
.nav > li > a:hover {
  background-color: #eee;
  text-decoration: none;
}
.half-rule {
  width: 6rem;
  margin: 2.5rem 0;
}
.widget_categories .nav-link {
  display: inline-block;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
#content.site-content {
  padding-bottom: 6.75rem;
  padding-top: 4.125rem;
}

.sticky .entry-title::before {
  content: '\f08d';
  font-family: "Font Awesome\ 5 Free";
  font-size: 1.563rem;
  left: -2.5rem;
  position: absolute;
  top: 0.375rem;
  font-weight: 900;
}

.sticky .entry-title {
  position: relative;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

/*.page-content,
.entry-content,*/
.entry-summary {
  margin: 0 0 2.5em 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.page-template-blank-page .entry-content,
.blank-page-with-container .entry-content {
  margin-top: 0;
}

.post.hentry {
  margin-bottom: 4rem;
}

.posted-on, .byline, .comments-link {
  color: #9a9a9a;
}

.entry-title > a {
  color: inherit;
}

.entry-content ul li::before {
  content: '\f069';
  font-family: 'FontAwesome';
  font-size: 9px;
  position: relative;
  top: -2px;
  margin-right: 5px;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.comment-body .pull-left {
  padding-right: 0.625rem;
}

.comment-list .comment {
  display: block;
}

.comment-list {
  padding-left: 0;
}

.comments-title {
  font-size: 1.125rem;
}

.comment-list .pingback {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  padding: 0.563rem 0;
}

.comment-list .pingback:first-child {
  border: medium none;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  background: #f1f1f1 none repeat scroll 0 0;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 0.313rem 0.313rem 0;
  text-align: center;
}
.wp-caption img[class*="wp-image-"] {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: auto;
}
.wp-caption .wp-caption-text {
  font-size: 0.688rem;
  line-height: 1.063rem;
  margin: 0;
  padding: 0.625rem;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-item .gallery-columns-2 {
  max-width: 50%;
}
.gallery-item .gallery-columns-3 {
  max-width: 33.33333%;
}
.gallery-item .gallery-columns-4 {
  max-width: 25%;
}
.gallery-item .gallery-columns-5 {
  max-width: 20%;
}
.gallery-item .gallery-columns-6 {
  max-width: 16.66667%;
}
.gallery-item .gallery-columns-7 {
  max-width: 14.28571%;
}
.gallery-item .gallery-columns-8 {
  max-width: 12.5%;
}
.gallery-item .gallery-columns-9 {
  max-width: 11.11111%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugin Compatibility
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Woocommerce
--------------------------------------------------------------*/
.woocommerce-cart-form .shop_table .coupon .input-text {
  width: 8.313rem !important;
}

.variations_form .variations .value > select {
  margin-bottom: 0.625rem;
}

.woocommerce-MyAccount-content .col-1,
.woocommerce-MyAccount-content .col-2 {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Elementor
--------------------------------------------------------------*/
.elementor-page article .entry-footer {
  display: none;
}

.elementor-page.page-template-fullwidth #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.elementor-page .entry-content {
  margin-top: 0;
}

.content-wrapper .elementor-row,
.nf-row {
  width: auto;
  margin-left: -15px;
  margin-right: -15px;
  flex-grow: 1;
}
.elementor-editor-active .content-wrapper .elementor-row {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated,
.nf-cell {
  padding: 0 15px !important;
}


@media (max-width: 767px) {
  .nf-cell {
    width: 100% !important;
  }
}

.elementor-widget:not(:last-child) {
  margin-bottom: 40px !important;
}
.elementor-column {
  margin-bottom: 40px !important;
}
@media (min-width: 768px) {
  .elementor-widget:not(:last-child) {
    margin-bottom: 60px !important;
  }
  .elementor-column {
    margin-bottom: 0 !important;
  }
}

.elementor a,
.entry-content a {
  color: #114377;
}
.elementor a:hover,
.entry-content a:hover {
  color: #114377;
  text-decoration: none;
}

/*--------------------------------------------------------------
## Visual Composer
--------------------------------------------------------------*/
.vc_desktop article .entry-footer {
  display: none;
}

.vc_desktop #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.vc_desktop .entry-content {
  margin-top: 0;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer#colophon {
  color: #999;
  font-size: 0.75rem;
  padding: 1.25rem 0;
}
@media (min-width: 992px) {
  footer#colophon {
    height: 60px;
  }
}
body:not(.theme-preset-active) footer#colophon {
  background: #252525;
}
.copyright {
  margin-bottom: 0;
  text-align: center;
}

.copyright a,
footer#colophon a {
  color: inherit;
}

@media (max-width: 767px) {
  #masthead .navbar-nav > li > a {
    padding-bottom: 0.938rem;
    padding-top: 0.938rem;
  }
}

#footer-widget {
  background: #2f2f2f;
  color: #999;
  padding-top: 3.125rem;
  padding-bottom: 1.625rem;
}
@media (min-width: 992px) {
  #footer-widget {
    height: 345px;
  }
}
#footer-widget .widget-title {
  font-family: 'Roboto Condensed', sans-serif;
  color: #eee;
  border-bottom: 1px solid rgba(255,255,255,.05);
  font-weight: 400;
  margin-bottom: 1.565rem;
  padding-bottom: 1.565rem;
  text-transform: uppercase;
  font-size: 1rem;
  letter-spacing: 1px;
  margin-top: 0;
}
#footer-widget a {
  color: #999;
}
#footer-widget .nav li {
  margin-bottom: 0.625rem;
  padding-bottom: 0.55rem;
  border-bottom: 1px solid rgba(255,255,255,.05);
}
#footer-widget .nav-link {
  padding: 0;
}
#footer-widget .nav-link:focus,
#footer-widget .nav-link:hover,
#footer-widget a:focus,
#footer-widget a:hover {
  background: transparent;
  /*color: #114377;*/
  text-decoration: underline;
}

#back-to-top {
  position: fixed;
  right: 15px;
  bottom: -40px;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: rgba(0,0,0,.7);
  color: #fff;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
#back-to-top.visible {
  bottom: 15px;
}

@media (min-width: 992px) {
  #footer-push {
    clear: both;
    height: 405px;
  }
}
/*--------------------------------------------------------------
# Media Query
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Notebook
--------------------------------------------------------------*/
@media (max-width: 1199px) {
  html {
    font-size: 95%;
  }
}

@media (max-width: 1199px) {
  .navbar-dark .dropdown-item {
    color: #fff;
  }
  .navbar-nav .dropdown-menu {
    background: transparent;
    box-shadow: none;
    border: none;
  }
}
/*--------------------------------------------------------------
## Netbook
--------------------------------------------------------------*/
@media (max-width: 1023px) {
  html {
    font-size: 90%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media (max-width: 991px) {
  html {
    font-size: 85%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media (max-width: 767px) {
  html {
    font-size: 80%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media (max-width: 479px) {
  html {
    font-size: 75%;
  }
}
/*--------------------------------------------------------------
## Footer - Rechtlicher Hinweis
--------------------------------------------------------------*/
.d-md-block {
  display: none !important;
}

#cookie-law-info-bar {  
  font-size: inherit;
  font-weight: inherit;
}