/*
 Theme Name:    KTL - ChildTheme - NBL
 Template:      ktl-base
 Version:       1.0.1
 Author: steven@breitenstein.it
 Author URI: https://breitenstein.it
 */
/* Color Options
 --------------------------------------------- */
.has-red-color {
  color: #da4d43;
}
.has-red-background-color {
  background-color: #da4d43;
}
.has-green-color {
  color: #009a8f;
}
.has-green-background-color {
  background-color: #009a8f;
}
.has-light-blue-color {
  color: #7aaace;
}
.has-light-blue-background-color {
  background-color: #7aaace;
}
.has-dark-blue-color {
  color: #2d3347;
}
.has-dark-blue-background-color {
  background-color: #2d3347;
}
.has-blue-color {
  color: #2d3347;
}
.has-blue-background-color {
  background-color: #2d3347;
}
.has-grey-color {
  color: #f2f2f2;
}
.has-grey-background-color {
  background-color: #f2f2f2;
}
.has-default-color {
  color: #696969;
}
.has-default-background-color {
  background-color: #696969;
}
body {
  color: #696969;
  background-color: #fff;
  word-wrap: break-word;
  font-family: 'Futura Bk BT', sans-serif;
  line-height: 1.8;
  font-size: 16px;
}
@media (max-width: 778px) {
  body {
    line-height: 1.4;
    font-size: 14px;
  }
}
a {
  color: #404040;
}
a:hover {
  color: #1e3e95;
}
a:focus {
  color: #1e3e95;
}
.single .entry-content a {
  color: #1e3e95;
}
.single .entry-content a:hover {
  background: #1e3e95;
  color: #fff;
}
.single .entry-content a:focus {
  background: #1e3e95;
  color: #fff;
}
.single .entry-content .page-links a:hover {
  background-color: transparent;
}
.single .entry-content .page-links a:focus {
  background-color: transparent;
}
h1 {
  color: inherit;
  font-family: 'Futura Bk BT', sans-serif;
}
h2 {
  color: inherit;
  font-family: 'Futura Bk BT', sans-serif;
}
h3 {
  color: inherit;
  font-family: 'Futura Bk BT', sans-serif;
}
h4 {
  color: inherit;
  font-family: 'Futura Bk BT', sans-serif;
}
h5 {
  color: inherit;
  font-family: 'Futura Bk BT', sans-serif;
}
h6 {
  color: inherit;
  font-family: 'SassoonInfantStd';
}
.h1 {
  color: inherit;
  font-family: 'Futura Bk BT', sans-serif;
}
.h2 {
  color: inherit;
  font-family: 'Futura Bk BT', sans-serif;
}
.h3 {
  color: inherit;
  font-family: 'Futura Bk BT', sans-serif;
}
.h4 {
  color: inherit;
  font-family: 'Futura Bk BT', sans-serif;
}
.h5 {
  color: inherit;
  font-family: 'Futura Bk BT', sans-serif;
}
.h6 {
  color: inherit;
  font-family: 'SassoonInfantStd';
}
strong, b {
  color: inherit;
}
blockquote:before {
  color: #1e3e95;
}
blockquote p {
  margin: 0;
}
button {
  border-color: transparent;
  background: #1e3e95;
  color: #fff;
}
button:hover {
  background-color: #1e3e95;
  border-color: transparent;
  color: #fff;
}
button:focus {
  background-color: #1e3e95;
  border-color: transparent;
  color: #fff;
}
input {
  font-family: 'Futura Bk BT', sans-serif;
}
select {
  font-family: 'Futura Bk BT', sans-serif;
  color: #808080;
  border: 1px solid #f2f2f2;
}
textarea {
  font-family: 'Futura Bk BT', sans-serif;
  color: #808080;
  border: 1px solid #f2f2f2;
}
textarea:focus {
  color: #111;
}
input[type="search"] {
  color: #808080;
  border: 1px solid #f2f2f2;
}
input[type="search"]:focus {
  color: #111;
}
input[type="text"] {
  color: #808080;
  border: 1px solid #f2f2f2;
}
input[type="text"]:focus {
  color: #111;
}
input[type="email"] {
  color: #808080;
  border: 1px solid #f2f2f2;
}
input[type="email"]:focus {
  color: #111;
}
input[type="tel"] {
  color: #808080;
  border: 1px solid #f2f2f2;
}
input[type="tel"]:focus {
  color: #111;
}
input[type="url"] {
  color: #808080;
  border: 1px solid #f2f2f2;
}
input[type="url"]:focus {
  color: #111;
}
input[type="password"] {
  color: #808080;
  border: 1px solid #f2f2f2;
}
input[type="password"]:focus {
  color: #111;
}
.btn-primary {
  color: #fff;
  background-color: #1e3e95;
  border-color: #1e3e95;
}
.btn-primary:hover {
  color: #fff;
  background-color: #152c6b;
  border-color: #0d1b40;
}
.btn-primary:focus {
  color: #fff;
  background-color: #0d1b40;
  border-color: #040916;
  box-shadow: none !important;
}
.btn-primary:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: #0d1b40;
  border-color: #040916;
}
.btn-white {
  color: #1e3e95;
  background-color: #fff;
  border-color: #1e3e95;
}
.btn-white:hover {
  color: #1e3e95;
  background-color: #e6e6e6;
  border-color: #0d1b40;
}
.btn-white:focus {
  color: #1e3e95;
  background-color: #ccc;
  border-color: #040916;
  box-shadow: none !important;
}
.btn-white:not(:disabled):not(.disabled):active {
  color: #1e3e95;
  background-color: #ccc;
  border-color: #040916;
}
.screen-reader-text:hover {
  background-color: #f2f2f2;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  color: #2d3347;
}
.screen-reader-text:active {
  background-color: #f2f2f2;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  color: #2d3347;
}
.screen-reader-text:focus {
  background-color: #f2f2f2;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  color: #2d3347;
}
.entry-content.grey-bg {
  background: #f2f2f2;
}
.entry-content.content-form {
  border: 1px solid #f2f2f2;
}
.entry-content.grid-view .grid-item {
  background-color: #f2f2f2;
}
.entry-content.grid-view .grid-item .grid-item-header {
  font-family: 'Futura Bk BT', sans-serif;
  color: #fff;
  background-color: #1e3e95;
}
.entry-content.grid-view .grid-item .read-more {
  border: 1px solid #808080;
}
.entry-content.grid-view .grid-item:hover .grid-item-header {
  color: #f2f2f2;
  background-color: #1a3580;
}
.entry-content.grid-view .grid-item:hover .read-more {
  color: #1e3e95;
  background: #fff;
  border: 1px solid #1e3e95;
}
.entry-content.grid-view .grid-item .grid-item-button-wrap .btn-more-info {
  color: #1e3e95;
  background-color: #fff;
  border-color: #1e3e95;
}
.entry-content.grid-view .grid-item .grid-item-button-wrap .btn-booking {
  color: #fff;
  background-color: #1e3e95;
  border-color: #1e3e95;
}
.circular-menu .nav a {
  color: #fff;
  box-shadow: rgba(0, 0, 0, 0.35) 0 0 10px 0;
  background-color: #f2f2f2;
}
.circular-menu .nav a span {
  color: #fff;
}
.circular-menu .MainBtn {
  color: #fff;
}
.circular-menu .MainBtn span {
  color: #fff;
}
#overlay-infobox {
  background: rgba(0, 0, 0, 0.35);
}
img.custom-logo {
  max-width: 100%;
  height: 80px;
  margin: 30px 0;
}
#ktl-home-slider-section {
  background: #fff;
}
#ktl-home-slider-section:after:not(.ktl-content-slider) {
  background: #fff;
  box-shadow: #111 0 0 54px 0;
}
#ktl-home-slider-section .bx-wrapper .bx-pager {
  color: #fff;
}
#ktl-home-slider-section .bx-wrapper .bx-pager.bx-default-pager a.bx-pager-link {
  background: rgba(255, 255, 255, 0.35);
  color: transparent;
}
#ktl-home-slider-section .bx-wrapper .bx-pager.bx-default-pager a.bx-pager-link:before {
  background: rgba(255, 255, 255, 0.55);
}
#ktl-home-slider-section .bx-wrapper .bx-prev {
  left: 20px;
}
#ktl-home-slider-section .bx-wrapper .bx-prev:after {
  font-family: 'FontAwesome';
  color: #fff;
}
#ktl-home-slider-section .bx-wrapper .bx-next:after {
  font-family: 'FontAwesome';
}
#ktl-home-slider-section .bx-wrapper .ktl-slide .ktl-slide-caption .ktl-slide-caption-bg {
  background: #1e3e95;
}
#ktl-home-slider-section .bx-wrapper .ktl-slide .ktl-slide-cap-title {
  color: #fff;
  font-family: 'SassoonInfantStd';
}
#ktl-home-slider-section .bx-wrapper .ktl-slide .ktl-slide-cap-desc {
  font-size: 18px;
}
#ktl-home-slider-section .bx-wrapper .ktl-slide .slider-read-more {
  background: #2d3347;
  border: 2px solid transparent;
}
#ktl-home-slider-section .bx-wrapper .ktl-slide .slider-read-more:hover {
  background: #fff;
  color: #2d3347;
  border: 2px solid #2d3347;
}
.ktl-content-slider {
  background: #fff;
}
.ktl-content-slider .bx-wrapper .ktl-slide .ktl-slide-caption .ktl-slide-caption-bg {
  background: #1e3e95;
}
.ktl-content-slider .bx-wrapper .ktl-slide .ktl-slide-cap-title {
  color: #2d3347;
}
.ktl-content-slider .bx-wrapper .ktl-slide .ktl-slide-cap-desc {
  color: #fff;
}
.ktl-content-slider .bx-wrapper .ktl-slide .slider-read-more {
  background: #2d3347;
  color: #fff;
  border: 2px solid transparent;
}
.ktl-content-slider .bx-wrapper .ktl-slide .slider-read-more:hover {
  background: #fff;
  color: #2d3347;
  border: 2px solid #2d3347;
}
table thead th {
  background: #2d3347;
  color: #fff;
}
table thead td {
  background: #2d3347;
  color: #fff;
}
table tbody tr td {
  border: 1px solid #ccc !important;
}
table tbody tr:nth-of-type(even) {
  background-color: #e4e6eb;
}
table tbody tr:nth-of-type(odd) {
  background-color: #f2f2f2;
}
table tfoot tr td {
  background: #e4e6eb;
  border: 1px solid #ccc;
}
article.sticky.post {
  background: #f2f2f2;
}
.breadcrumb {
  background-color: transparent !important;
}
.breadcrumb span a {
  color: #808080;
  background-color: #f2f2f2;
}
.page-links span {
  color: #fff;
  background-color: #1e3e95;
}
.page-links a span {
  background-color: #f2f2f2;
  color: #696969;
}
.page-links a:hover span {
  background-color: #1e3e95;
  color: #fff;
}
.page-links a:focus-within span {
  background-color: #1e3e95;
  color: #fff;
}
.entry-meta a {
  color: #808080;
}
.entry-meta a:hover {
  color: #1e3e95;
}
.entry-meta a:focus {
  color: #1e3e95;
}
h1.entry-title {
  color: #2d3347;
  font-family: 'Futura Bk BT', sans-serif;
}
h1.entry-title a {
  color: #f2f2f2;
}
h1.entry-title a:hover {
  color: #1e3e95;
}
h1.entry-title a:focus {
  color: #1e3e95;
}
h3.entry-title {
  color: #404040;
  font-family: 'Futura Bk BT', sans-serif;
}
h3.entry-title a {
  color: #f2f2f2;
}
h3.entry-title a:hover {
  color: #1e3e95;
}
h3.entry-title a:focus {
  color: #1e3e95;
}
hr.section-divider {
  border-color: #9d9d9d;
}
.show-more-categories .subcategories {
  background-color: #fff;
}
.post-inner-content .cat-item:after {
  background: #1e3e95;
}
.post-inner-content .cat-item a {
  color: #696969;
  font-family: 'Futura Bk BT', sans-serif;
}
.post-inner-content .cat-item a:hover {
  color: #1e3e95;
}
.post-inner-content .cat-item a:focus {
  color: #1e3e95;
}
article.post .post-categories:after {
  background: #1e3e95;
}
article.post .post-categories a {
  color: #696969;
  font-family: 'Futura Bk BT', sans-serif;
}
article.post .post-categories a:hover {
  color: #1e3e95;
}
article.post .post-categories a:focus {
  color: #1e3e95;
}
.entry-footer > * {
  color: #696969;
}
.entry-footer a {
  color: #696969;
}
.entry-footer a:hover {
  color: #1e3e95;
}
.entry-footer a:focus {
  color: #1e3e95;
}
.read-more a {
  border-left: 2px solid #808080;
  border-right: 2px solid #808080;
  color: #696969;
  font-family: 'Futura Bk BT', sans-serif;
}
.read-more a:hover {
  color: #1e3e95;
}
.read-more a:focus {
  color: #1e3e95;
}
.comment-author .fn {
  font-family: 'Futura Bk BT', sans-serif;
}
.cat-title {
  border-bottom: 1px solid #f2f2f2;
}
.cat-title a {
  color: #1e3e95;
  font-family: 'Futura Bk BT', sans-serif;
}
.pagination li a {
  color: #1e3e95;
}
.pagination li:hover a {
  color: #1e3e95;
}
.pagination li:focus-within a {
  color: #1e3e95;
}
.pagination > .active > a {
  color: #fff;
  background-color: #1e3e95;
  border-color: #1e3e95;
}
.pagination > .active > a:hover {
  color: #fff;
  background-color: #1e3e95;
  border-color: #1e3e95;
}
.pagination > .active > a:focus {
  color: #fff;
  background-color: #1e3e95;
  border-color: #1e3e95;
}
.pagination > .active > span {
  color: #fff;
  background-color: #1e3e95;
  border-color: #1e3e95;
}
.pagination > .active > span:hover {
  color: #fff;
  background-color: #1e3e95;
  border-color: #1e3e95;
}
.pagination > .active > span:focus {
  color: #fff;
  background-color: #1e3e95;
  border-color: #1e3e95;
}
.pagination > li > a {
  border-color: #f2f2f2;
}
.pagination > li > span {
  border-color: #f2f2f2;
}
.wp-caption {
  border: 1px solid #f2f2f2;
}
.thumbnail .caption {
  color: #696969;
}
.widget-area .inner {
  background: #f2f2f2;
}
.widget:not(.footer-nav) ul li {
  border-bottom: 1px solid #f2f2f2;
}
#secondary .widget-title:after {
  background: #1e3e95;
}
.recent-posts-wrapper .post .post-image {
  background-color: #808080;
}
.tagcloud a {
  background-color: #f2f2f2;
  font-family: 'Futura Bk BT', sans-serif;
}
.tagcloud a:hover {
  color: #fff !important;
  background-color: #1e3e95;
  border-color: #1e3e95;
}
.tagcloud a:focus {
  color: #fff !important;
  background-color: #1e3e95;
  border-color: #1e3e95;
}
.btn-default {
  background: #f2f2f2;
  border-color: transparent;
  color: #696969;
  font-family: 'Futura Bk BT', sans-serif;
}
.btn-default:hover {
  background-color: #1e3e95;
  border-color: transparent;
  color: #fff;
}
.btn-default:focus {
  background-color: #1e3e95;
  border-color: transparent;
  color: #fff;
}
.btn-default:active {
  background-color: #1e3e95;
  border-color: transparent;
  color: #fff;
}
.label-default {
  background: #f2f2f2;
  border-color: transparent;
  color: #696969;
  font-family: 'Futura Bk BT', sans-serif;
}
.woocommerce #respond input#submit {
  background: #f2f2f2;
  border-color: transparent;
  color: #696969;
  font-family: 'Futura Bk BT', sans-serif;
}
.woocommerce #respond input#submit:hover {
  background-color: #1e3e95;
  border-color: transparent;
  color: #fff;
}
.woocommerce #respond input#submit:focus {
  background-color: #1e3e95;
  border-color: transparent;
  color: #fff;
}
.woocommerce #respond input#submit.alt {
  background: #f2f2f2;
  border-color: transparent;
  color: #696969;
  font-family: 'Futura Bk BT', sans-serif;
}
.woocommerce #respond input#submit.alt:hover {
  background-color: #1e3e95;
  border-color: transparent;
  color: #fff;
}
.woocommerce #respond input#submit.alt:focus {
  background-color: #1e3e95;
  border-color: transparent;
  color: #fff;
}
.woocommerce a.button {
  background: #f2f2f2;
  border-color: transparent;
  color: #696969;
  font-family: 'Futura Bk BT', sans-serif;
}
.woocommerce a.button:hover {
  background-color: #1e3e95;
  border-color: transparent;
  color: #fff;
}
.woocommerce a.button:focus {
  background-color: #1e3e95;
  border-color: transparent;
  color: #fff;
}
.woocommerce button.button {
  background: #f2f2f2;
  border-color: transparent;
  color: #696969;
  font-family: 'Futura Bk BT', sans-serif;
}
.woocommerce button.button:hover {
  background-color: #1e3e95;
  border-color: transparent;
  color: #fff;
}
.woocommerce button.button:focus {
  background-color: #1e3e95;
  border-color: transparent;
  color: #fff;
}
.woocommerce input.button {
  background: #f2f2f2;
  border-color: transparent;
  color: #696969;
  font-family: 'Futura Bk BT', sans-serif;
}
.woocommerce input.button:hover {
  background-color: #1e3e95;
  border-color: transparent;
  color: #fff;
}
.woocommerce input.button:focus {
  background-color: #1e3e95;
  border-color: transparent;
  color: #fff;
}
.woocommerce a.button.alt {
  background: #f2f2f2;
  border-color: transparent;
  color: #696969;
  font-family: 'Futura Bk BT', sans-serif;
}
.woocommerce a.button.alt:hover {
  background-color: #1e3e95;
  border-color: transparent;
  color: #fff;
}
.woocommerce a.button.alt:focus {
  background-color: #1e3e95;
  border-color: transparent;
  color: #fff;
}
.woocommerce button.button.alt {
  background: #f2f2f2;
  border-color: transparent;
  color: #696969;
  font-family: 'Futura Bk BT', sans-serif;
}
.woocommerce button.button.alt:hover {
  background-color: #1e3e95;
  border-color: transparent;
  color: #fff;
}
.woocommerce button.button.alt:focus {
  background-color: #1e3e95;
  border-color: transparent;
  color: #fff;
}
.woocommerce input.button.alt {
  background: #f2f2f2;
  border-color: transparent;
  color: #696969;
  font-family: 'Futura Bk BT', sans-serif;
}
.woocommerce input.button.alt:hover {
  background-color: #1e3e95;
  border-color: transparent;
  color: #fff;
}
.woocommerce input.button.alt:focus {
  background-color: #1e3e95;
  border-color: transparent;
  color: #fff;
}
.woocommerce .woocommerce-info {
  border-top-color: #1e3e95;
}
.woocommerce .woocommerce-info:before {
  color: #1e3e95;
}
.btn.btn-default {
  background: #f2f2f2;
  border-color: transparent;
  color: #696969;
  font-family: 'Futura Bk BT', sans-serif;
}
.input-group-btn:last-child > .btn {
  background: #f2f2f2;
  border-color: transparent;
  color: #696969;
  font-family: 'Futura Bk BT', sans-serif;
}
.input-group-btn:last-child > .btn:hover {
  background-color: #1e3e95;
  border-color: transparent;
  color: #fff;
}
.input-group-btn:last-child > .btn:focus {
  background-color: #1e3e95;
  border-color: transparent;
  color: #fff;
}
input[type=submit] {
  background: #f2f2f2;
  border-color: transparent;
  color: #696969;
  font-family: 'Futura Bk BT', sans-serif;
}
input[type=submit]:hover {
  border-color: transparent;
  color: #fff;
  background: #1e3e95;
}
input[type=submit]:focus {
  border-color: transparent;
  color: #fff;
  background: #1e3e95;
}
.label-default[href]:hover {
  background-color: #1e3e95;
  border-color: transparent;
  color: #fff;
}
.label-default[href]:focus {
  background-color: #1e3e95;
  border-color: transparent;
  color: #fff;
}
#image-navigation .nav-previous a {
  border: 1px solid #f2f2f2;
}
#image-navigation .nav-previous a:hover {
  border-color: transparent;
  color: #fff;
  background-color: #1e3e95;
}
#image-navigation .nav-previous a:focus {
  border-color: transparent;
  color: #fff;
  background-color: #1e3e95;
}
#image-navigation .nav-next a {
  border: 1px solid #f2f2f2;
}
#image-navigation .nav-next a:hover {
  border-color: transparent;
  color: #fff;
  background-color: #1e3e95;
}
#image-navigation .nav-next a:focus {
  border-color: transparent;
  color: #fff;
  background-color: #1e3e95;
}
#infinite-handle span {
  border: 1px solid #f2f2f2;
  background: #fff;
  color: #1e3e95;
}
#infinite-handle span:hover {
  background-color: #1e3e95;
  color: #fff;
}
#infinite-handle span:focus-within {
  background-color: #1e3e95;
  color: #fff;
}
.languae-switch-wrap .widget ul li {
  border: 2px solid #808080;
  box-shadow: rgba(0, 0, 0, 0.35) 0 0 5px 0;
}
.site-name .navbar-brand {
  color: #696969;
}
.tagline {
  font-family: 'SassoonInfantStd';
  color: #1e3e95;
}
.site-description {
  color: #808080;
}
html input[type=button]:hover {
  background: #1e3e95;
  color: #fff;
}
html input[type=button]:focus {
  background: #1e3e95;
  color: #fff;
}
input[type=reset]:hover {
  background: #1e3e95;
  color: #fff;
}
input[type=reset]:focus {
  background: #1e3e95;
  color: #fff;
}
.comment-form #submit {
  background: #f2f2f2;
}
.comment-form #submit:hover {
  background: #1e3e95;
  color: #fff;
}
.comment-form #submit:focus {
  background: #1e3e95;
  color: #fff;
}
.comment-form input[type="text"] {
  border: 1px solid #f2f2f2;
}
.comment-form textarea {
  border: 1px solid #f2f2f2;
}
.flex-caption .post-categories a:hover {
  color: #1e3e95;
}
.flex-caption .post-categories a:focus {
  color: #1e3e95;
}
.flex-caption .read-more a:hover {
  color: #1e3e95;
}
.flex-caption .read-more a:focus {
  color: #1e3e95;
}
.flex-caption h2:hover {
  color: #1e3e95;
}
.flex-caption h2:focus-within {
  color: #1e3e95;
}
.comment-meta.commentmetadata a {
  color: #404040;
}
.comment-meta.commentmetadata a:hover {
  color: #1e3e95;
}
.comment-meta.commentmetadata a:focus {
  color: #1e3e95;
}
.post-navigation a {
  font-family: 'Futura Bk BT', sans-serif;
}
.paging-navigation a {
  font-family: 'Futura Bk BT', sans-serif;
}
.nav .open > a {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.nav .open > a:hover {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.nav .open > a:focus {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.nav:not(.ktl-mobile-menu) li.menu-item-has-children > a:after {
  font-family: 'FontAwesome';
}
.navbar.navbar-default {
  background-color: #fff;
  font-family: 'Futura Bk BT', sans-serif;
  border-top: 1px solid #1e3e95;
  border-bottom: 1px solid #1e3e95;
}
.navbar-default {
  border: none;
}
.navbar-default .navbar-nav > li > a {
  color: #696969;
}
.navbar-default .navbar-nav > li > a:hover {
  color: #1e3e95;
  background-color: transparent;
}
.navbar-default .navbar-nav > li > a:focus {
  color: #1e3e95;
  background-color: transparent;
}
.navbar-default .navbar-nav > .open > a {
  color: #1e3e95;
  background-color: transparent;
}
.navbar-default .navbar-nav > .open > a:hover {
  color: #1e3e95;
  background-color: transparent;
}
.navbar-default .navbar-nav > .open > a:focus {
  color: #1e3e95;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a {
  color: #1e3e95;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a:hover {
  color: #1e3e95;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a:focus {
  color: #1e3e95;
  background-color: transparent;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
  color: #f2f2f2;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
  color: #fff;
  background-color: #1e3e95;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
  color: #fff;
  background-color: #1e3e95;
}
.navbar-default .navbar-nav .open .dropdown-menu > li.active > a {
  color: #fff;
}
.navbar-default .navbar-nav .current-menu-ancestor a.dropdown-toggle {
  color: #1e3e95;
  background-color: transparent;
}
.navbar-default .navbar-toggle:hover {
  background-color: transparent;
}
.navbar-default .navbar-toggle:focus {
  background-color: transparent;
}
.navbar-default .navbar-toggle:focus span {
  background-color: #1e3e95;
}
.navbar-default .navbar-nav.ktl-mobile-menu > li > a:hover {
  color: #404040;
}
.navbar-default .navbar-nav.ktl-mobile-menu > li > a:focus {
  color: #404040;
}
.navbar-brand {
  font-family: 'Futura Bk BT', sans-serif;
  color: #f2f2f2;
}
.dropdown-menu > li > a {
  color: #808080;
}
.dropdown-menu > li > a:hover {
  color: #fff;
  background-color: #1e3e95;
}
.dropdown-menu > li > a:focus {
  color: #fff;
  background-color: #1e3e95;
}
.dropdown-menu li {
  border-bottom: 1px solid #f2f2f2;
}
.dropdown-menu > .active > a {
  background-color: #1e3e95;
  color: #fff;
}
.dropdown-menu > .active > a:hover {
  background-color: #1e3e95;
  color: #fff;
}
.dropdown-menu > .active > a:focus {
  background-color: #1e3e95;
  color: #fff;
}
.dropdown-menu .divider {
  background-color: #404040;
}
.ktl-dropdown:after {
  font-family: 'FontAwesome';
}
.ktl-mobile-menu .dropdown-menu > li > a:hover {
  color: #404040;
  background-color: #fff;
}
.ktl-mobile-menu .dropdown-menu > li > a:focus {
  color: #404040;
  background-color: #fff;
}
.flexslider {
  background-color: #fff;
}
#respond {
  background-color: transparent !important;
}
.comment-list li .comment-body:after {
  background: #1e3e95;
}
.comment .comment-body {
  background-color: #fff;
}
.comment-reply-link {
  background: #f2f2f2;
  color: #111;
  font-family: 'Futura Bk BT', sans-serif;
}
.comment-respond .required {
  color: #1e3e95;
}
.gallery-caption {
  background-color: #fff;
  color: #fff;
}
#footer-area {
  background-color: #2d3347;
  color: #fff;
}
.footer-nav ul li {
  width: calc(15% - 7px);
}
.footer-nav ul li a {
  border-bottom: 1px solid #fff;
}
.footer-nav a {
  color: #fff;
}
.footer-nav a:hover {
  color: #404040;
}
@media (max-width: 768px) {
  .footer-nav ul li.menu-item-has-children:after {
    font-family: 'FontAwesome';
  }
}
.footer-form-wrap {
  background: #e4e6eb;
  color: #696969;
}
.footer-form-wrap .cf7-footer-form select, .footer-form-wrap .cf7-footer-form input[type="text"], .footer-form-wrap .cf7-footer-form input[type="email"], .footer-form-wrap .cf7-footer-form textarea, .footer-form-wrap .cf7-footer-form input[type="tel"] {
  border: 1px solid #808080;
  background-color: #fff;
}
.copyright {
  font-family: 'Futura Bk BT', sans-serif;
  color: #696969;
}
.copyright a {
  color: #696969;
}
.site-info {
  color: #404040;
}
.site-info a {
  color: #808080;
}
.site-info a:hover {
  color: #1e3e95;
}
.site-info a:focus {
  color: #1e3e95;
}
.scroll-to-top {
  background: #404040;
  background: #1e3e95;
  color: #fff;
}
.scroll-to-top:hover {
  background: #1e3e95;
}
.scroll-to-top:focus {
  background: #1e3e95;
}
#social a {
  color: #696969;
}
#social a:hover {
  color: #1e3e95;
}
#social a:focus {
  color: #1e3e95;
}
.header-search-icon {
  background: transparent;
  color: #696969;
}
.header-search-icon:hover {
  background: transparent;
  color: #1e3e95;
}
.header-search-icon:focus {
  background: transparent;
  color: #1e3e95;
}
@media (max-width: 768px) {
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a {
    color: #fff;
    background-color: #1e3e95;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #1e3e95;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover {
    color: #fff;
    background-color: #1e3e95;
  }
  .navbar-collapse {
    background: #fff;
  }
  body .dropdown-menu > .active > a {
    background-color: transparent;
    color: #2d3347;
  }
  body .dropdown-menu > .active > a:hover {
    background-color: transparent;
    color: #2d3347;
  }
  body .dropdown-menu > .active > a:focus {
    background-color: transparent;
    color: #2d3347;
  }
  body .dropdown-menu > li > a:hover {
    background-color: transparent;
    color: #2d3347;
  }
  body .dropdown-menu > li > a:focus {
    background-color: transparent;
    color: #2d3347;
  }
}
@media (min-width: 768px) {
  .blog.home .page-1 article.post:nth-child(2) .post-inner-content {
    border-bottom: 1px solid #f2f2f2;
  }
}
/**
 **  MegaMenu Extras
 */
#mega-menu-wrap-primary {
  border-top: 1px solid #009a8f !important;
  border-bottom: 1px solid #009a8f !important;
}
.mega-sticky-wrapper #mega-menu-wrap-primary.mega-menu-wrap {
  background: #fff !important;
}
@media (min-width: 779px) {
  #mega-menu-wrap-primary .mega-menu-item-1168 > .mega-sub-menu li a {
    color: #009a8f !important;
  }
  #mega-menu-wrap-primary .mega-menu-item-1168 a:hover {
    color: #009a8f !important;
  }
  #mega-menu-wrap-primary .mega-menu-item-7875 > .mega-sub-menu li a {
    color: #7aaace !important;
  }
  #mega-menu-wrap-primary .mega-menu-item-7875 a:hover {
    color: #7aaace !important;
  }
  #mega-menu-wrap-primary .mega-menu-item-1496 > .mega-sub-menu li a {
    color: #2d3347 !important;
  }
  #mega-menu-wrap-primary .mega-menu-item-1496 a:hover {
    color: #2d3347 !important;
  }
}
/**
 **  Sidebar Nav
 */
.bit-section-nav h3.widget-title {
  font-family: 'Futura Bk BT', sans-serif;
}
.bit-section-nav h3.widget-title a {
  background: #2d3347;
  color: #fff;
}
.bitsn-list li {
  border-top: 1px solid #2d3347;
  background: #f2f2f2;
}
.bitsn-list li a {
  color: #111;
}
.bitsn-list li.current_page_parent {
  background: transparent;
  color: #111;
}
.bitsn-list li.current_page_parent > a {
  color: #111;
}
.bitsn-list li.current_page_ancestor {
  background: #e4e6eb;
  color: #111;
}
.bitsn-list li.current_page_ancestor > a {
  color: #111;
}
.bitsn-list ul li {
  border-top: 1px solid #2d3347 !important;
  background: #f2f2f2;
}
.bitsn-list ul li ul.sub-open {
  background: transparent;
}
.bitsn-list ul.sub-open li {
  background: #f2f2f2;
}
.bitsn-list ul.sub-open li:hover {
  background: transparent;
}
.bitsn-list ul.sub-open li:hover > a {
  color: #fff;
}
.bitsn-list li.page_item_has_children {
  color: #111;
}
.bitsn-list li.page_item_has_children.current_page_item {
  background: #e4e6eb !important;
  color: #111;
}
.bitsn-list li.page_item_has_children.current_page_item > a {
  color: #111;
}
.bitsn-list li.page_item_has_children.current_page_item:hover {
  background: #2d3347 !important;
}
.bitsn-list li.page_item_has_children.current_page_item:hover > a {
  color: #fff !important;
}
.bitsn-list li.current_page_item > a {
  color: #696969;
}
.bitsn-list li.current_page_item:hover {
  background: #2d3347 !important;
}
.bitsn-list li.current_page_item:hover > a {
  color: #fff !important;
}
.bitsn-list li:hover {
  background: #2d3347;
  color: #fff;
}
.bitsn-list li:hover > a {
  color: #fff;
}
.bitsn-list li:hover ul.sub-open {
  background: #2d3347;
}
/* Rating Star Widgets Style */
.rating-stars {
  background: rgba(17, 17, 17, 0.5);
}
.rating-stars ul > li.star > i.fa {
  color: #f0ad4e;
}
/* Übernachtungen Detailview */
.accomodations .price_info {
  background-color: #e4e6eb;
}
.accomodations .price_info .price .btn-booking {
  color: #fff;
  background-color: #1e3e95;
  border-color: #1e3e95;
}
/* Unterkunft Kontakt Widget*/
.booking-widget {
  background: #1e3e95;
  color: #fff;
}
.booking-widget h2 {
  color: #fff;
}
/* Booking Section */
.section-booking-search .booking-widget {
  background: rgba(30, 62, 149, 0.7);
  color: #fff;
}
@media (max-width: 768px) {
  .section-booking-search .booking-widget {
    background: rgba(30, 62, 149, 1);
    color: #fff;
  }
}
/* Events Section */
.section-headline {
  font-family: 'Futura Bk BT', sans-serif;
  color: #1e3e95;
}
.events-section-wrapper .events-post .events-excerpt a {
  color: #696969;
}
.events-section-wrapper .events-post .events-excerpt a h3 {
  color: #1e3e95;
}
.events-section-wrapper .events-post .events-date {
  font-family: 'Futura Bk BT', sans-serif;
  color: #1e3e95;
}
.events-section-wrapper .events-post .events-date .event_extra_message {
  color: #696969;
}
.events-section-wrapper .events-post .events-date .fa {
  color: #696969;
}
.events-section-wrapper .events-post:hover {
  background: #f2f2f2;
  color: #696969;
}
.events-section-wrapper .events-post:hover .events-excerpt a {
  color: #1e3e95;
}
.events-section-wrapper .events-post:hover .events-excerpt a h3 {
  color: #1e3e95;
}
.events-section-wrapper .events-post:hover .events-date {
  color: #1e3e95;
}
.events-section-wrapper .events-post:hover .events-date .event_extra_message {
  color: #696969;
}
.events-section-wrapper .events-post:hover .events-date .fa {
  color: #696969;
}
.wpcf7-form input[type="submit"], .wpcf7-form .wpcf7-submit {
  background: #1e3e95 !important;
  color: #fff;
  border: 1px solid #fff;
}
.wpcf7-form input[type="submit"]:hover, .wpcf7-form .wpcf7-submit:hover {
  background: #2d3347 !important;
}
.wp-block-image figcaption {
  background: rgba(0, 154, 143, 0.85);
  color: #fff;
}
.blog-item-wrap {
  margin-bottom: 25px;
}
