@charset "UTF-8";
/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap");
html,
button,
input,
select,
textarea {
  color: #7b7878;
}

html {
  font-size: 12px;
  line-height: 15px;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ee821e;
  margin: 20px 0;
  padding: 0;
  float: left;
  width: 100%;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */
audio,
canvas,
img,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}

b,
strong {
  font-weight: bold;
}

/* ==========================================================================
 Author's custom styles
 ========================================================================== */
body {
  min-height: 100%;
  position: relative;
  font-family: "Roboto", "Fira Sans", sans-serif;
  font-size: 18px;
  line-height: 26px;
  color: #e2e2e2;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: transparent;
  background: #000;
}

a {
  outline: none !important;
}

a:hover,
a:focus {
  text-decoration: none;
}

a img {
  border: 0;
  outline: none;
}

img {
  max-width: 100%;
}

html,
body {
  height: 100%;
}

::-webkit-input-placeholder {
  opacity: 1 !important;
}

::-moz-placeholder {
  opacity: 1 !important;
}

:-ms-input-placeholder {
  opacity: 1 !important;
}

.btn-primary {
  border: none;
  padding: 5px 30px;
  text-transform: uppercase;
  min-height: 43px;
  line-height: 43px;
  font-size: 18px;
  border-radius: 5px;
  color: #000 !important;
  font-weight: 500 !important;
  background: #e2e2e2;
  letter-spacing: 1.5px;
}
@media (max-width: 767px) {
  .btn-primary {
    margin-bottom: 10px;
  }
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  background: #e2e2e2;
}

.main-wrapper {
  min-height: 100%;
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}

header {
  /* float: left; */
  width: 100%;
  /*height: 112px;*/
  margin: 0;
  padding: 0;
}

header.header {
  position: fixed;
  z-index: 9;
  background: #000;
  padding: 20px 0 21px 0;
  /* transition: padding .3s; */
  transition: padding 0.3s ease;
}

header .logo {
  padding: 0;
  /* margin: 20px 0 21px 0; */
  width: auto;
}

header .logo a {
  outline: none;
  padding: 0;
  margin: 0;
  width: auto;
}

header .logo a img {
  border: none;
  width: 100px;
}

header .logo a:hover {
  text-decoration: none;
}

header .home-nav {
  border: 0;
  border-radius: 0;
  margin-bottom: 0;
  padding: 0;
}

.navbar-nav {
  flex-direction: row;
}

.navbar-collapse {
  -ms-flex-preferred-size: initial;
  flex-basis: initial;
  -ms-flex-positive: 0;
  flex-grow: 0;
}

.home-nav .navbar-header {
  width: 100%;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.home-nav .navbar-header #navbar {
  border: none;
  /*padding: 0;*/
}

.home-nav ul.navbar-nav {
  float: none;
  margin-top: 0;
}

.home-nav li {
  padding: 0;
  margin: 0 22px 0 0;
  float: left;
  font-size: 20px;
  line-height: 22px;
  font-weight: 500;
}
.home-nav li:last-child {
  margin-right: 40px;
}
.home-nav li a {
  padding: 13px;
  border-radius: 5px;
  margin: 0;
  float: left;
  font-size: 24px;
  line-height: 22px;
  color: #e2e2e2;
  font-weight: 500;
}
.home-nav li a:hover, .home-nav li a:focus {
  color: #000;
}

header.sticky .home-nav li a {
  color: #e2e2e2;
  text-shadow:none;
}
header.sticky .home-nav li a.nav-active, header.sticky .home-nav li a:hover {
  background-color: #e2e2e2;
  color: #000;
}

@media (max-width: 991px) {
  header .home-nav li a {
    color: #000;
  }
}
.home-banner {
  float: left;
  width: 100%;
  margin: 0 0 9px 0;
  padding: 0;
  position: relative;
}

/* .innerpage-wrapper .home-banner{
    margin: 0 0 25px 0;
} */
.home-banner:empty {
  padding-top: 130px;
}

.home-banner img {
  border: none;
  /* max-width: 100%;
  max-height: 610px */
}

.home-banner img[class] {
  width: 100%;
}

.object-fit_fill {
  -o-object-fit: fill;
  object-fit: fill;
}

.navbar-push {
  padding-right: 15px;
  padding-left: 15px;
  margin-left: 0;
  margin-right: 0;
}

.content-wrapper {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0 0 106px;
}

.innerpage-wrapper .content-wrapper {
  margin-bottom: 166px;
}

.content-wrapper h1, .content-wrapper h2, .content-wrapper h3, .content-wrapper h4, .content-wrapper h5, .content-wrapper h6 {
  color: #e2e2e2;
  font-weight: 700;
  text-align: left;
  width: 100%;
}
.content-wrapper h1 {
  font-size: 46px;
  line-height: 48px;
  margin: 16px 0 24px 0;
  padding: 0 0 20px 0;
  border-bottom: 2px solid #e3e3e3;
}
.content-wrapper h2 {
  font-size: 46px;
  line-height: 48px;
  margin: 16px 0 24px 0;
  padding: 0 0 20px 0;
}
.content-wrapper h3 {
  padding: 0;
  text-transform: none;
  margin: 0 0 12px;
  font-size: 24px;
  line-height: 28px;
}
@media (min-width: 992px) {
  .content-wrapper h3 {
    font-size: 30px;
    line-height: 34px;
    margin: 0 0 20px;
  }
}
.content-wrapper h4 {
  font-size: 24px;
  line-height: 32px;
  padding: 0;
  text-transform: none;
  margin: 0 0 10px;
}
.content-wrapper h5 {
  font-size: 26px;
  line-height: 30px;
  margin: 0;
}
.content-wrapper h6 {
  font-size: 24px;
  line-height: 26px;
  margin: 0;
}
.content-wrapper p {
  color: #e2e2e2;
  font-size: 18px;
  font-weight: 300;
  line-height: 27px;
  margin: 10px 0;
  padding: 0;
}
@media (min-width: 992px) {
  .content-wrapper p {
    margin: 18px 0;
  }
  .content-wrapper p {
  font-size: 28px;
  line-height: 37px;
}

}


.left-content-info {
  float: left;
  width: 100%;
}

.left-content-info p {
  color: #7a3c44;
  font-size: 24px;
  font-weight: 300;
  line-height: 32px;
  margin: 0;
  padding: 0;
  text-align: left;
}

.left-content-info p b {
  color: #7a3c44;
  font-weight: 700;
}

.right-content-info {
  padding-left: 6px;
  float: left;
  width: 100%;
}

footer .right-content-info ul {
  list-style: none;
  padding-left: 0;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  background-color: #e2e2e2;
}

.btn-contact {
  margin-top: 6px;
}

.block-repeater {
  margin-bottom: 60px;
}

.block-repeater[data-anchor] {
  padding-top: 100px;
  margin-top: -100px;
}

.info-txt {
  color: #999999;
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
  margin: 28px 0 -3px 0;
  padding: 0;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 3px;
}

.right-content-info .accordion {
  padding: 0;
  margin: 0;
  float: left;
  width: 100%;
}

.right-content-info .accordion .accordion-group {
  border: 0;
  margin: 50px 0 0 0;
  padding: 0;
  width: 100%;
  border-radius: 0;
  float: left;
  border-top: 2px solid #e3e3e3;
}

.right-content-info .accordion .accordion-group .accordion-heading {
  background: transparent;
  padding: 0;
  margin: 0;
  float: left;
  width: 100%;
}

.right-content-info .accordion .accordion-group .accordion-heading .accordion-toggle {
  display: block;
  position: relative;
  z-index: 2;
}

.right-content-info .accordion .accordion-group .accordion-heading .accordion-toggle::after {
  content: "";
  display: inline-block;
  width: 29px;
  height: 17px;
  position: absolute;
  right: 0;
  top: 0;
  background: url("../images/icon_arrow_down.png") no-repeat right top;
}

/*.right-content-info .accordion .accordion-group .accordion-heading .accordion-toggle.collapsed::after {
  content: '';
  display: inline-block;
  width: 29px;
  height: 17px;
  position: absolute;
  right: 0;
  top: 0;
  background: url("../images/icon_arrow_up.png") no-repeat right top;
}
.right-content-info .accordion .accordion-group .accordion-body {
  float: left;
  width: 100%
}*/
.acc-custom-arrow-down {
  display: inline-block;
  width: 29px;
  height: 17px;
  position: absolute;
  right: 0;
  top: 15px;
  background: url("../images/icon_arrow_down.png") no-repeat right top;
}

.acc-custom-arrow-up {
  display: inline-block;
  width: 29px;
  height: 17px;
  position: absolute;
  right: 0;
  top: 15px;
  background: url("../images/icon_arrow_up.png") no-repeat right top;
}

.right-content-info .panel-group .panel-default .panel-heading .panel-title a.accordion-toggle {
  display: block;
  position: relative;
  z-index: 2;
}

.right-content-info .panel-group .panel-default .panel-heading .panel-title .glyphicon {
  position: absolute;
  right: 0;
  cursor: pointer;
}

.display-block {
  display: block;
}

.display-none {
  display: none;
}

/*.acc-custom {
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  color: #337ab7 !important;
}
.acc-custom:hover {
  color: #23527c !important;
}*/
#accordion .panel-heading h4.panel-title {
  position: relative;
}

/*bootstrap custom*/
.panel {
  border: none;
}

.panel-group .panel-heading + .panel-collapse > .panel-body {
  border-top: none;
}

.panel-default > .panel-heading {
  border-top: 2px solid #e3e3e3;
}

.panel-heading {
  padding-left: 0;
  padding-top: 0;
}

.panel-body {
  padding: 0;
}

.txt-caps {
  text-transform: uppercase;
}

.teams-block .right-content-info h6 {
  line-height: 32px;
  color: #333333;
  text-transform: uppercase;
  margin-top: 24px;
  margin-bottom: 14px;
}

.teams-block .right-content-info h6.team-heading {
  line-height: 32px;
  color: #333333;
  text-transform: uppercase;
  margin-bottom: 26px;
  margin-top: 0;
}

ul.team-wrapper {
  float: left;
  width: 100%;
  padding: 0 0 3px 0;
  margin: 0;
  list-style-type: none;
  border-bottom: 2px solid #e3e3e3;
}

ul.team-wrapper li {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0 50px 47px 0;
  max-width: 335px;
}

ul.team-wrapper li:nth-child(2n) {
  margin-right: 0;
}

ul.team-wrapper li .team-details {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
}

ul.team-wrapper li .team-details .img-faces {
  float: left;
  width: 100%;
  padding: 0;
  text-align: center;
  margin: 0;
  height: 224px;
  background: #aeaeae;
}

ul.team-wrapper li .team-details .img-faces img {
  text-align: center;
}

ul.team-wrapper li .team-details p {
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
  margin-bottom: 9px;
}

ul.team-wrapper li .team-details .team-title-caps,
ul.team-wrapper li .team-details p.team-title {
  margin: 0;
  float: left;
  width: 100%;
  font-weight: 300;
  font-size: 18px;
  margin-bottom: 10px;
  color: #333333;
}

ul.team-wrapper li .team-details .team-title-caps {
  text-transform: none;
  margin-top: 12px;
  margin-bottom: 4px;
}

ul.team-wrapper li .team-details span.tele {
  margin: 0;
  float: left;
  width: 100%;
  position: relative;
  padding: 7px 0 7px 29px;
  border-bottom: 1px solid #e3e3e3;
  border-top: 1px solid #e3e3e3;
}

ul.team-wrapper li .team-details span {
  font-weight: 400;
}

ul.team-wrapper li .team-details span.tele a::before {
  content: "";
  display: inline-block;
  width: 21px;
  height: 21px;
  position: absolute;
  left: 0px;
  top: 7px;
  background: #007482 url("../images/icon_tele.png") no-repeat center center;
  border-radius: 16px;
}

ul.team-wrapper li .team-details span.tele a {
  font-size: 16px;
  line-height: 21px;
  color: #7a3c44;
  float: left;
}

ul.team-wrapper li .team-details span.tele a:hover {
  color: #005660;
}

ul.team-wrapper li .team-details span.tele a:hover::before {
  background-color: #005660;
}

ul.team-wrapper li .team-details span.email-link {
  margin: 0;
  float: left;
  width: 100%;
  position: relative;
  padding: 7px 0 7px 29px;
  font-size: 16px;
  line-height: 21px;
  color: #7a3c44;
  border-bottom: 1px solid #e3e3e3;
}

ul.team-wrapper li .team-details span.email-link a::before {
  content: "";
  display: inline-block;
  width: 21px;
  height: 21px;
  position: absolute;
  left: 0;
  top: 7px;
  background: #7a3c44 url("../images/icon_email.png") no-repeat center center;
  border-radius: 16px;
}

ul.team-wrapper li .team-details span.email-link a {
  font-size: 16px;
  line-height: 21px;
  color: #7a3c44;
  float: left;
}

ul.team-wrapper li .team-details span.email-link a:hover {
  color: #b1616b;
}

ul.team-wrapper li .team-details span.email-link a:hover::before {
  background-color: #7a3c44;
}

.contact-block ul.contact-block-wrapper {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.contact-block ul.contact-block-wrapper li {
  float: left;
  width: 100%;
  padding: 15px 0 12px 0;
  margin: 0;
  border-top: 1px solid #e3e3e3;
}

.contact-block ul.contact-block-wrapper li:last-child {
  border-bottom: 1px solid #e3e3e3;
}

.contact-block ul.contact-block-wrapper li .contact-details {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
}

.contact-block ul.contact-block-wrapper li .contact-details label {
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  float: left;
  padding: 0 5px 0 0;
  margin: 0;
}

.contact-block ul.contact-block-wrapper li .contact-details .contact-role {
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
  float: left;
  padding: 0 0 0 10px;
  margin: 0;
  position: relative;
}

.contact-block ul.contact-block-wrapper li .contact-details .contact-role::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  position: absolute;
  left: 0px;
  top: 10px;
  border-radius: 16px;
  background-color: #333333;
}

.contact-block ul.contact-block-wrapper li .contact-details .contact-number,
.contact-block ul.contact-block-wrapper li .contact-details .contact-mail {
  margin: 0 0 0 5px;
  padding: 0 0 0 10px;
  float: left;
  position: relative;
}

.contact-block ul.contact-block-wrapper li .contact-details .contact-number::before,
.contact-block ul.contact-block-wrapper li .contact-details .contact-mail::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  position: absolute;
  left: 0px;
  top: 10px;
  border-radius: 16px;
  background-color: #333333;
}

.contact-block ul.contact-block-wrapper li .contact-details .contact-number a,
.contact-block ul.contact-block-wrapper li .contact-details .contact-mail a {
  font-size: 18px;
  line-height: 26px;
  color: #7a3c44;
  float: left;
  font-weight: 700;
}

.contact-block ul.contact-block-wrapper li .contact-details .contact-number a:hover,
.contact-block ul.contact-block-wrapper li .contact-details .contact-mail a:hover {
  color: #1a839e;
}

footer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  float: left;
  width: 100%;
  margin: 20px 0 0 0;
  height: auto;
  background-color: #262626;
  padding: 20px 0;
}
footer p {
  font-size: 18px;
  line-height: 22px;
  padding: 0;
  margin: 0;
  color:#e2e2e2;
}
footer .container > .row > .col-md-6 {
  max-width: 50%;
}

.scrollToTop {
  width: 50px;
  height: 50px;
  padding: 0px;
  margin: 0;
  border-radius: 25px;
  text-align: center;
  position: fixed;
  bottom: 80px;
  right: 0px;
  display: none;
  background: #e3e3e3 url("../images/icon_scroll_top.png") no-repeat center center;
  z-index: 3;
}

.scrollToTop:hover {
  text-decoration: none;
}

.overlay {
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  z-index: 100;
  top: 0;
  left: 0;
  background-color: #000;
  position: absolute;
  display: none;
}

/* .mobileNav-show .overlay {
    display: block;
    opacity: 0.3;
} */
.collapse.in {
  height: auto !important;
}

#accordion > div > div.panel-heading > h4.panel-title {
  float: none;
}

/*acc*/
.morecontent span {
  display: none;
}

.morelink {
  display: inline-block;
}

/*.more {
  position: relative;
  border-top: 2px solid #e3e3e3;
}*/
.more .more-heading span {
  position: absolute;
  right: 0;
  top: 15px;
}

.accordion-wrapper {
  float: left;
  width: 100%;
  padding: 0px;
  margin: -15px 0 14px 0;
}

.accordion-wrapper .more {
  padding: 0;
  margin: 43px 0 0 0;
  float: left;
  width: 100%;
  position: relative;
  border-top: 2px solid #e3e3e3;
  color: #333333;
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
  text-align: left;
}

.accordion-wrapper .more .more-heading {
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  cursor: pointer;
  margin-bottom: 15px;
  margin-top: 9px;
}

.accordion-wrapper .more .more-heading:hover,
.accordion-wrapper .more .morecontent .morelink {
  color: #1a839e;
  cursor: pointer;
}

.accordion-wrapper .more .morecontent .morelink {
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
  font-weight: 700;
  color: #7a3c44;
}

.accordion-wrapper .more .moreellipses {
  margin-left: -5px;
}

/*Responsive changes UAT*/
ul.team-wrapper li .team-details .img-responsive img {
  width: auto !important;
  height: auto !important;
}

.teams-block .right-content-info h4 {
  font-size: 24px;
  font-weight: 700;
  text-align: left;
  float: left;
  width: 100%;
  line-height: 32px;
  color: #333333;
  text-transform: uppercase;
  margin-bottom: 26px;
  margin-top: 0;
}

/* body {
    padding-top: 112px;
} */
ul.team-wrapper li .team-details span.pdf-link {
  margin: 0;
  float: left;
  width: 100%;
  position: relative;
  padding: 7px 0 7px 29px;
  font-size: 16px;
  line-height: 21px;
  color: #7a3c44;
  border-bottom: 1px solid #e3e3e3;
}

ul.team-wrapper li .team-details span.pdf-link a:before {
  content: "";
  display: inline-block;
  width: 21px;
  height: 21px;
  position: absolute;
  left: 0;
  top: 7px;
  background: #7a3c44 url("../images/icon_pdf.png") no-repeat center center;
  border-radius: 16px;
}

ul.team-wrapper li .team-details span.pdf-link a {
  font-size: 16px;
  line-height: 21px;
  color: #7a3c44;
  float: left;
}

ul.team-wrapper li .team-details span.pdf-link a:hover::before {
  background-color: #b1616b;
}

.right-content-info .file-list {
  padding: 0;
  list-style: none;
  float: left;
}

.right-content-info .file-list li a {
  color: #7a3c44;
  position: relative;
  padding: 7px 0 7px 29px;
  display: block;
}

.right-content-info .file-list li a:before {
  content: "";
  display: inline-block;
  width: 21px;
  height: 21px;
  position: absolute;
  left: 0;
  top: 10px;
  background: #7a3c44 url("../images/icon_pdf.png") no-repeat center center;
  border-radius: 16px;
}

.right-content-info .file-list li a:hover::before {
  background-color: #1a839e;
}

header.header nav.bg-light {
  background-color: transparent !important;
}

header.header.sticky {
  /* background-color: #f8f9fa!important; */
  background-color: #000 !important;
  padding: 10px 0 11px 0;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  opacity: 0.95;
}

header.header .logo a img {
  transition: 0.3s ease;
  width: 117px;
}
@media (min-width: 500px) {
  header.header .logo a img {
    width: 117px;
  }
}
@media (min-width: 550px) {
  header.header .logo a img {
    width: 117px;
  }
}
header.header .logo.mobile-logo {
  display: block;
}
header.header .logo.desktop {
  display: none;
}
@media (min-width: 1200px) {
  header.header .logo.mobile-logo {
    display: none !important;
  }
  header.header .logo a img {
    width: 180px;
  }
  header.header .logo {
    display: none;
  }
  header.header .logo.weiss {
    display: block;
		margin-top:-14px;
  }
  header.header.sticky .logo {
    display: block;
  }
  header.header.sticky .logo.weiss {
    display: none;
  }
  header.header.sticky .logo a img {
    width: 100px;
  }
}

#nav_klc-intern h3 {
  color: #999999;
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
  margin: 28px 0 -3px 0;
  padding: 0;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 3px;
}

.main-banner .owl-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: calc(50% - 17px);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
}

.main-banner .owl-nav > button.owl-prev {
  left: -88px;
}

.main-banner .owl-nav > button.owl-next {
  right: -88px;
}

.main-banner .owl-nav > button.owl-next,
.main-banner .owl-nav > button.owl-prev {
  position: relative;
  outline: none;
}

.main-banner.owl-carousel .owl-nav > button > .fa {
  font-size: 90px;
  font-weight: bold;
  color: #027e99;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  line-height: 59px;
}

.main-banner.owl-carousel .owl-stage-outer .item img {
  max-height: 100%;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  width: 100%;
}

.main-banner.owl-carousel .owl-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 15px;
}

.main-banner.owl-carousel .owl-dots > button {
  width: 20px;
  height: 20px;
  background: transparent;
  border-radius: 50%;
  border: 2px solid #027e99;
  opacity: 1;
  outline: none;
}

.main-banner.owl-carousel .owl-dots > button:not(:last-child) {
  margin-right: 10px;
}

.main-banner.owl-carousel .owl-dots > button.active {
  background: #027e99;
}

.main-banner.owl-carousel .owl-stage-outer .slider-zoomIcon {
  width: 30px;
  height: 30px;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  right: 0px;
  bottom: 0px;
  pointer-events: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.main-banner.owl-carousel .owl-stage-outer .slider-zoomIcon > span {
  color: #fff;
  position: absolute;
  width: 16px;
  height: 16px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: url(../images/fullscrenImg.png);
  background-size: contain;
  background-repeat: no-repeat;
}

/* team card */
#nav_klc-intern header h4 {
  color: #7a3c44;
  font-size: 46px;
  font-weight: 700;
  line-height: 48px;
  margin: 16px 0 24px 0;
  padding: 0 0 20px 0;
  text-align: left;
  border-bottom: 2px solid #e3e3e3;
  float: left;
  width: 100%;
}

.frame-layout-6 .quote .quote__body,
.frame-layout-0 .quote .quote__body {
  -ms-flex: 0 0 66.66%;
  flex: 0 0 66.66%;
  max-width: 66.66%;
}

.quote {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

.quote .quote_image {
  -ms-flex: 0 0 33.33%;
  flex: 0 0 33.33%;
  max-width: 33.33%;
}

.quote .quote_image > img {
  border-radius: 50%;
  width: 100%;
  margin-right: 40px;
  height: auto;
}

.quote .quote__body {
  padding-left: 0;
}

.quote .quote__body .quote__body-p {
  font-size: 40px;
  line-height: 45px;
  position: relative;
  display: inline;
  /* padding: 0px 15px; */
}

.quote .quote__body .quote__body_name-p {
  margin: 0;
  margin-top: 10px;
  font-weight: 600;
}

/* .quote .quote__body .quote__body-p::before {
    content: '\f100';
    font-family: FontAwesome;
    position: absolute;
    left: 0px;
    top: 5px;
    font-size: 26px;
}

.quote .quote__body .quote__body-p::after {
    content: '\f101';
    font-family: FontAwesome;
    position: absolute;
    right: 0px;
    bottom: 0px;
    font-size: 26px;
} */
.frame-type-imageCarouselBlock {
  margin: 0 0 100px;
  /* max-width: 880px;
  margin: 0 auto; */
}

.frame-100.frame-type-quote .quote {
  flex-direction: column;
  align-items: flex-start;
}

.frame-100.frame-type-quote .quote .quote__body {
  -ms-flex: 0 0 66.66%;
  flex: 0 0 100%;
  max-width: 100%;
  padding-left: 22px;
}

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=search],
form textarea,
form select,
.form-control {
  box-shadow: none;
  height: 45px;
  width: 100%;
  padding: 12px;
  border: 1px solid #c2c2c2;
  border-radius: 6px !important;
  box-sizing: border-box;
  margin-top: 0;
  resize: vertical;
  color: #333;
  font-size: 18px;
  line-height: 26px;
  color: #333333;
  height: 45px;
}

form select {
  min-width: 200px;
  max-width: 240px;
}

form label {
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  color: #e2e2e2;
  margin-bottom: 16px;
}

/* form input, 
form textarea, 
.form-control {
    width: 100%;
    padding: 12px;
    border: 1px solid #c2c2c2;
    border-radius: 6px !important;
    box-sizing: border-box;
    margin-top: 6px;
    resize: vertical;
    color: #333;
    margin: 0 0 38px !important;
    height: 45px ;
}  */
.form-group,
.form-inline {
  margin: 0 0 38px;
}

.radio {
  margin-left: 15px;
}

.form-check {
  padding-left: 0;
}

form select option {
  font-size: 18px;
  line-height: 26px;
  color: #333333 !important;
}

form input::-webkit-input-placeholder,
form select::-webkit-input-placeholder {
  font-size: 18px;
  line-height: 26px;
  color: #333333 !important;
  font-weight: 300;
}

/* form input::-webkit-input-placeholder,
form select::-webkit-input-placeholder  {
    font-size: 18px;
    line-height: 26px;
    color: #333333 !important;
}

form input::-webkit-input-placeholder,
form select::-webkit-input-placeholder  {
    font-size: 18px;
    line-height: 26px;
    color: #333333 !important;
} */
form .g-recaptcha {
  margin-bottom: 38px;
}

.form-inline .form-group input[type=text] {
  margin: 0;
}

form button {
  margin-bottom: 38px;
}

.form-inline label {
  margin-right: 30px;
}

.map-info h4 a {
  color: #7a3c44;
}

.content-wrapper .map-info h4 {
  font-size: 13px;
  color: #000;
  line-height: normal;
  font-weight: 300;
  margin: 0;
}

.content-wrapper .map-info p {
  font-weight: 300;
  line-height: 20px;
  margin: 0;
  font-size: 14px;
  color: #000;
  line-height: normal;
}

.content-wrapper .map-info p strong {
  font-weight: 300;
}

#pxa-cookie-bar {
  color: #fff;
  font-size: 17px;
  box-sizing: border-box;
  bottom: 0;
  top: auto;
  left: 0;
  right: 0;
}

#pxa-cookie-bar.top-message-wrap .cookie-warning {
  background: #222;
}

#pxa-cookie-bar .cookie-container .btn-close {
  color: #000;
  background-color: #c8c8c8;
  transition: background 200ms ease-in-out, color 200ms ease-in-out, box-shadow 200ms ease-in-out;
  -webkit-transition: background 200ms ease-in-out, color 200ms ease-in-out, box-shadow 200ms ease-in-out;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  padding: 8px 15px;
  font-size: 13px;
  line-height: 13px;
  display: block;
  margin-left: 10px;
  float: right;
  max-width: 120px;
  width: 100%;
}

#pxa-cookie-bar a,
#pxa-cookie-bar a:visited {
  text-decoration: none;
  color: #c8c8c8;
  -webkit-transition: 200ms color;
  transition: 200ms color;
}

#pxa-cookie-bar p {
  color: #888;
  margin: 0;
  font-size: 13px;
  line-height: 15px;
}

.site-content .sub-heading {
  color: #999999;
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
  margin: 28px 0 -3px 0;
  padding: 0;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 3px;
}

.form-check span {
  margin-left: 10px;
}

.modal-item {
  margin: 0 0 30px;
}

.dhtmlmodal-link {
  display: block;
  position: relative;
  margin: 0 auto;
  max-width: 400px;
}

.dhtmlmodal-hover {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: #e2e2e2;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.dhtmlmodal-link img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}

.dhtmlmodal-caption {
  display: block;
  margin: 0 auto;
  padding: 25px;
  max-width: 400px;
  text-align: center;
  width: 100%;
  background-color: #262626;
}
.dhtmlmodal-caption h4 {
  text-align: center;
  line-height: 28px;
  font-size: 24px;
  margin: 0;
  text-transform: unset;
}
@media (min-width: 768px) and (max-width: 1201px) {
  .dhtmlmodal-caption {
    padding: 25px 5px;
  }
  .dhtmlmodal-caption h4 {
    font-size: 22px;
  }
}
@media (min-width: 768px) and (max-width: 1201px) and (max-width: 991px) {
  .dhtmlmodal-caption h4 {
    font-size: 20px;
  }
}

.modal-content {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
  padding: 100px 0;
  background:#000;
}

.modal-content.active {
  display: block;
}

.close-modal {
  position: absolute;
  top: 25px;
  right: 25px;
  width: 50px;
  height: 50px;
  background-color: transparent;
  cursor: pointer;
}

.close-modal .lr {
  z-index: 1051;
  width: 1px;
  height: 50px;
  margin-left: 25px;
  background-color: #222;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.close-modal .lr .rl {
  z-index: 1052;
  width: 1px;
  height: 50px;
  background-color: #222;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.modal-content h2 {
  text-transform: uppercase;
  font-size: 30px;
  margin-bottom: 15px;
  border-bottom: 0;
}

.modal-content img {
  border-radius: 50%;
  height: auto;
  width: auto;
  object-fit: cover;
}

.dhtmlmodal-hover {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: rgb(226, 226, 226, 0.3);
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.dhtmlmodal-hover:hover {
  opacity: 1;
}

.dhtmlmodal-hover .dhtmlmodal-hover-content {
  position: absolute;
  top: 50%;
  width: 100%;
  height: 20px;
  margin-top: -12px;
  text-align: center;
  font-size: 20px;
  color: #fff;
}

.dhtmlmodal-hover .dhtmlmodal-hover-content i {
  margin-top: -12px;
}

#content-carousel .item {
  padding: 33px 50px 25px 68px;
  min-height: 200px;
  background-color: #f7f7f7;
  width: 80%;
  margin-bottom: 8px;
  margin: 0 auto;
  margin-top: 30px;
  position: relative;
}

#content-carousel .item::before {
  content: " ";
  display: block;
  position: absolute;
  width: 100px;
  height: 65px;
  top: -24px;
  left: -23px;
  background-repeat: no-repeat;
  background-size: contain;
}

#content-carousel .item h5 {
  margin: 0 0 20px;
}

#content-carousel .owl-dots {
  display: flex;
  align-items: center;
  justify-content: center;
}

#content-carousel .owl-dots span {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

#content-carousel button.owl-dot.active span {
  background: #7a3c44;
  opacity: 1;
}

#content-carousel button.owl-dot {
  margin: 0 5px;
  outline: none;
}

#content-carousel .owl-stage-outer {
  margin: 0 0 50px;
}

.content-wrapper ul li,
.content-wrapper ol li {
  color: #333333;
  font-size: 18px;
  font-weight: 300;
}

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

.modal-content .align-center {
  width: 100%;
}

.modal-content button {
  line-height: 18px;
  min-height: auto;
  padding: 10px;
}

.modal-content button i {
  margin-right: 3px;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #1a839e;
}

.frame-layout-5 .quote .quote__body {
  flex: 0 0 100%;
  width: 100%;
  max-width: 100%;
  margin-top: 30px;
  margin-bottom: 10px;
}

.frame-layout-5 .quote {
  justify-content: center;
}

.frame-layout-5 .quote .quote__body .quote__body-p {
  text-align: center;
  display: block;
}

a {
  color: #7a3c44;
}

a.social-icons__item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s ease;
  color: white;
  background: black;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin: 0;
}
a.social-icons__item:first-of-type {
  margin-right: 8px;
}
a.social-icons__item:hover {
  background: #7a3c44;
}

.footer-right {
  display: flex;
  align-items: flex-start;
  text-align: right;
}
.footer-right p {
  font-weight: 400;
}
.footer-right > div {
  flex-grow: 1;
}
.footer-right .frame-type-socialmedialink {
  margin: 0 0 0 10px;
  min-width: 70px;
}
@media (min-width: 768px) {
  .footer-right .frame-type-socialmedialink {
    text-align: center;
  }
}

.frame-indent-align-center {
  text-align: center;
}

/* .ce-uploads li a:before {
    content: '';
    display: inline-block;
    width: 21px;
    height: 21px;
    position: absolute;
    left: 0;
    top: 10px;
    background: #007482 url(../images/icon_pdf.png) no-repeat center center;
    border-radius: 16px;
} */
.ce-uploads li a {
  color: #7a3c44;
  position: relative;
  display: block;
  margin: 0;
  line-height: 22px;
}

.ce-uploads .pdf-wrap + div {
  padding: 0 0 0 8px;
}

textarea.form-control {
  height: 123px;
}

.form-check-input {
  margin-top: 7px;
}

.radio span {
  margin-left: 10px;
}

.content-wrapper ul.ce-uploads li {
  font-weight: 400;
  margin: 7px 0;
  display: flex;
  align-items: flex-start;
}

.pdf-wrap {
  background-color: #7a3c44;
  width: 21px;
  height: 21px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 21px;
}

.pdf-wrap img {
  width: 10px;
  height: 11px;
  padding: 0;
}

.form-check-label {
  display: flex;
}

.form-check-label input {
  margin-top: 4px;
}

.frame-photo-gallery .ce-gallery {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}

.frame-photo-gallery .ce-gallery .ce-row {
  width: 20%;
  padding: 0 5px;
  margin-bottom: 10px;
}

.frame-photo-gallery .ce-gallery .ce-column,
.frame-photo-gallery .ce-gallery img {
  width: 100%;
  /* height: 100%; */
}

.frame-photo-gallery .ce-gallery figure {
  width: 100%;
  /* height: 100%; */
}

.frame-photo-gallery .ce-gallery a {
  /* height: 100%; */
}

ul,
ol {
  padding-left: 20px;
}

.ce-uploads {
  margin: 0;
  padding: 0;
}

.ce-uploads span {
  display: inline-block;
}

span.ce-uploads-filesize {
  margin-left: 6px;
}

a.lightbox {
  display: block;
  position: relative;
}

.frame-type-textpic a.lightbox:after {
  content: "";
  width: 41px;
  height: 40px;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  right: 0;
  bottom: 0;
  background-image: url(../images/head-icon3.png);
  background-repeat: no-repeat;
  background-position: center;
}

.ce-gallery figcaption {
  font-size: 15px;
  font-weight: 300;
}

.ce-textpic.ce-left.ce-intext img,
.ce-textpic.ce-right.ce-intext img {
  margin-top: 6px;
}

.ce-textpic.ce-left.ce-intext.ce-nowrap img,
.ce-textpic.ce-right.ce-intext.ce-nowrap img {
  /* margin-top: 26px; */
  margin-top: 6px;
}

.innerpage-wrapper .content-wrapper .frame-default {
  margin: 0 0 50px;
}
.innerpage-wrapper .content-wrapper .frame-default.frame-space-before-large {
  margin-top: 4em;
}

.innerpage-wrapper .content-wrapper .frame-default.frame-type-header {
  margin: 0 0 0;
}

span.ce-uploads-description {
  margin-bottom: 10px;
}

iframe {
  max-width: 100%;
}

body.no-banner .content-wrapper {
  padding-top: 127px;
}

/* form styles */
.form-check-label input:checked ~ .checkmark {
  background-color: #027e99;
}

.form-check-label input:checked ~ .checkmark:after {
  display: block;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.form-check-label .checkmark:after {
  left: 13px;
  top: 9px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.form-check-label input:checked ~ .checkmark {
  background-color: #027e99;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 30px;
  width: 30px;
  background-color: #eee;
}

.checkbox .form-check .checkmark + span {
  padding-left: 44px;
}

.custom-control {
  margin-bottom: 15px;
}

form .form-group .custom-radio .custom-control-label {
  padding-left: 20px;
  font-weight: 400;
}

.custom-radio .custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}

form .form-group .custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background: #027e99;
  border-color: #027e99;
}

form .form-group .custom-radio .custom-control-label::before {
  width: 28px;
  height: 28px;
  border: none;
  left: -24px;
  top: 0;
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}

.custom-radio .custom-control-label::before,
.custom-file-label {
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.custom-radio .custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #dee2e6;
  border: #adb5bd solid 1px;
}

form .form-group .custom-radio .custom-control-label::after {
  top: 0;
  left: -24px;
  width: 28px;
  height: 28px;
}

.custom-radio .custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50%/50% 50%;
}

.custom-checkbox .custom-control-label::before {
  content: none;
}

.checkbox .form-check span {
  margin: 0;
}

.custom-control.custom-checkbox {
  padding: 0;
}

form .form-group .custom-file.file-upload {
  max-width: 360px;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  margin-bottom: 0;
}

form .form-group .custom-file.file-upload .custom-file-input {
  cursor: pointer;
}

form .form-group .custom-file.file-upload .custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0px;
  height: calc(1.5em + .75rem + 2px);
  padding: 0.375rem 11.9rem 0.375rem 4.5rem;
  font-weight: 400;
  line-height: 26px;
  color: #000;
  background-color: #fff;
  border: none;
  border-radius: 10px;
  font-size: 18px;
  cursor: pointer;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: pointer;
  border: 1px solid #c2c2c2;
}

form .form-group .custom-file.file-upload .custom-file-label::after {
  content: attr(data-before-content);
  height: auto;
  background: #7a3c44;
  color: #fff;
  border-radius: 0 10px 10px 0;
}

form .form-group .custom-file.file-upload .upload-img {
  width: 40px;
  height: 33px;
  position: absolute;
  top: 15px;
  left: 5px;
  z-index: 2;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

form .form-group .custom-file.file-upload .upload-img img {
  width: 100%;
  height: auto;
}

.btn-contact-wrap {
  margin-bottom: 0 !important;
}

span.error {
  color: red;
  margin-top: 5px;
  font-size: 14px;
  display: inline-block;
}

input.error {
  border: 1px solid red !important;
}

.form-control:disabled, .form-control[readonly] {
  background-color: #fff;
  opacity: 1;
}

.datepicker {
  max-width: 240px;
}

.ui-widget-header .ui-icon {
  background-image: url(../images/ui-icons_444444_256x240.png);
}

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
  color: #222;
}

.right-content-info h4 {
  margin: 0 !important;
}

.ce-table th,
.ce-table td {
  color: #333333;
  font-size: 18px;
  font-weight: 300;
}

span.ce-uploads-description {
  margin-bottom: 10px;
  color: #333333;
  font-size: 18px;
  font-weight: 300;
}

.map-info h4 a {
  font-weight: 700;
  font-size: 14px;
  color: #7a3c44;
}

.home-banner .intro-text {
  position: absolute;
  bottom: 2%;
  left: 15px;
  right: 15px;
  text-align: center;
  color: white;
}
@media (min-width: 768px) {
  .home-banner .intro-text {
    bottom: 10%;
  }
}
.home-banner .intro-text h1 {
  font-size: 75px;
}
.home-banner .intro-text h2 {
  font-size: 16px;
}
@media (min-width: 768px) {
  .home-banner .intro-text h2 {
    font-size: 20px;
  }
}
@media (min-width: 1024px) {
  .home-banner .intro-text h2 {
    font-size: 24px;
  }
}
@media (min-width: 1200px) {
  .home-banner .intro-text h2 {
    font-size: 2rem;
  }
}
.home-banner .intro-text h3 {
  font-size: 45px;
  font-style: italic;
  margin: 20px 0 25px;
}
.home-banner .intro-text ul {
  list-style: none;
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  padding: 0;
}
.home-banner .intro-text ul a {
  color: #a6a6a6;
}
.home-banner .intro-text ul a:hover {
  color: #7a3c44;
}
.home-banner .intro-text .btn-primary {
  text-transform: uppercase;
  padding: 5px 15px;
}
.home-banner .intro-text .header-message {
  background-color: white;
  border: 4px solid red;
  color: black;
  display: inline-block;
  font-size: 16px;
  line-height: 16px;
  padding: 0.6em;
  text-align: center;
  max-width: 80%;
  margin-bottom: 0;
  transform: rotate(8deg);
  font-weight: bolder;
}
@media (min-width: 550px) {
  .home-banner .intro-text .header-message {
    max-width: 65%;
    margin-bottom: 1rem;
    transform: rotate(15deg);
  }
}
@media (min-width: 992px) {
  .home-banner .intro-text .header-message {
    font-size: 18px;
    line-height: 22px;
    max-width: 45%;
    padding: 1em;
  }
}

.ce-bullets, .ce-bodytext > ul {
  margin-top: 20px;
  margin-bottom: 20px;
}

.topIcons > * {
  margin: 0 5px;
}
.topIcons a {
  color: #e2e2e2;
}
.topIcons a:hover {
  color: #fff;
}
.topIcons .icon {
  width: 25px;
  font-size: 25px;
  vertical-align: bottom;
}
@media (min-width: 500px) {
  .topIcons .icon {
    width: 30px;
    font-size: 30px;
  }
}
@media (min-width: 768px) {
  .topIcons .icon {
    width: 40px;
    font-size: 35px;
  }
}
.topIcons .icon > span {
  vertical-align: bottom;
}
.topIcons .icon > span:before {
  vertical-align: bottom;
}
.topIcons .glyphicon {
  font-family: "Glyphicons Halflings";
}
.topIcons .glyphicon-earphone:before {
  content: "";
}
.topIcons .glyphicon-map-marker:before {
  content: "";
}
.topIcons .glyphicon-envelope:before {
  content: "✉";
}
.topIcons .mobile {
  display: inline-block;
}
.topIcons .desktop {
  display: none;
}

@media (min-width: 992px) {
  .navbar > .container {
    margin-top: 18px;
  }

  .topIcons {
    position: fixed;
    top: 5px;
    right: 10px;
  }
  .topIcons .icon {
    width: 22px;
    font-size: 20px;
  }
  .topIcons .mobile {
    display: none;
  }
  .topIcons .desktop {
    display: inline-block;
  }
}
/*.tx-md-fullcalendar {
    background-color: #f7f7f7;
}
.tx-md-fullcalendar .fc-ltr .fc-toolbar.fc-header-toolbar .fc-left button.fc-today-button {
    display: none;
}
.tx-md-fullcalendar .fc-ltr .fc-toolbar.fc-header-toolbar .fc-right {
    display: none;
}
.tx-md-fullcalendar .fc-ltr .fc-toolbar.fc-header-toolbar .fc-center {
    display: flex;
    width: 100%;
}
.tx-md-fullcalendar .fc-ltr .fc-toolbar.fc-header-toolbar .fc-center h2 {
    text-align: center;
    padding: 0;
    border: none;
}
.tx-md-fullcalendar .fc-ltr .fc-toolbar.fc-header-toolbar .fc-left {
    display: flex;
    position: absolute;
    width: 95%;
}
.tx-md-fullcalendar .fc-ltr .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.tx-md-fullcalendar .fc-ltr .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .fc-button-primary {
    flex: 0 0 auto;
    background: none;
    border: none;
    padding: 0;
    margin: 0;
}
.tx-md-fullcalendar .fc-ltr .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .fc-button-primary .fc-icon {
    font-size: 2.6em;
    color: #7a3c44;
    font-weight: bold;
}
.tx-md-fullcalendar .fc-unthemed .fc-content, .tx-md-fullcalendar .fc-unthemed .fc-divider, .tx-md-fullcalendar .fc-unthemed .fc-list-heading td, .tx-md-fullcalendar .fc-unthemed .fc-list-view, .fc-unthemed .fc-popover, .tx-md-fullcalendar .fc-unthemed .fc-row, .fc-unthemed tbody,.tx-md-fullcalendar .fc-unthemed td, .fc-unthemed th,.tx-md-fullcalendar .fc-unthemed thead {
    border: none;
}
.tx-md-fullcalendar .fc td.fc-today {
    border-style: none;
}
.tx-md-fullcalendar .fc-ltr .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .fc-button-primary:focus {
    box-shadow: none;
}
.tx-md-fullcalendar .fc-unthemed th {
    border: none;
    background: #7a3c44;
    color: #fff;
    padding: 4px 0px;
    font-weight: 500;
}
.tx-md-fullcalendar .fc-toolbar.fc-header-toolbar {
    margin-bottom: 0em;
    margin-top: 1em;
}
.tx-md-fullcalendar .fc-view-container table {
    border-collapse: initial;
    border-spacing: 10px;
}
.tx-md-fullcalendar .fc-view-container table tbody.fc-body > tr > td .fc-content-skeleton table > thead > tr >td {
    background: #fff !important;
    text-align: center;
    padding: 4px 0px;
    pointer-events: none;
}
.tx-md-fullcalendar .fc-view-container table tbody.fc-body > tr > td .fc-content-skeleton table > thead > tr >td a.fc-day-number {
    float: none;
}
.tx-md-fullcalendar .fc-view-container table tbody.fc-body > tr > td .fc-content-skeleton table > thead > tr >td.active {
    background: #7a3c44 !important;
    color: #fff;
}*/
/*.tx-md-fullcalendar .fc-view-container table tbody.fc-body > tr > td .fc-content-skeleton table > tbody {
    position: absolute;
    visibility: hidden;
    height: 0;
}*/
/*.fc-dayGrid-view .fc-body .fc-row {
    min-height: 2.5em !important;
    height: 2.5rem !important;
}
td.fc-widget-content .fc-scroller {
    height: auto !important;
}
.booking {
    display: flex;
    align-items: center;
    margin-left: 20px;
}
.booking span.bookingcolorbox {
    background: #7a3c44;
    width: 30px;
    height: 1.2rem;
    display: block;
}
.booking p.bookingText {
    color: #7a3c44;
    font-weight: bold;
    margin-left: 20px;
}
.tx-md-fullcalendar .fc-view-container table tbody.fc-body > tr > td .fc-content-skeleton table > thead > tr >td.fc-other-month {
    visibility: hidden;
}*/
/*# sourceMappingURL=style.css.map */

	#nav_ueber-uns .frame-type-text {
	padding-bottom:20px;
}
.right-content-info {
	vertical-align:bottom;
	bottom:5px;
}
.right-content-info a {
	color:#e2e2e2;
}
footer h5 {
	font-size: 22px;
    line-height: 24px;
}
.block-repeater {
	margin-bottom: 160px;
}