body {
  color: #555555;
}

body > section,
body > main > section,
body > footer {
  position: relative;
  margin: 0 auto;
  padding: 6.25rem 0;
  overflow: hidden;
}

h1.display-2 {
  font-size: 2rem;
}

@media (min-width: 550px) {
  h1.display-2 {
    font-size: 3.28125rem;
  }
}

strong,
b {
  color: #555;
  font-weight: 500;
}

#ueberuns p {
  color: #999;
}

.text-shadow {
}

.text-secondary {
  color: #b1d4e0 !important;
}

.fw-50 {
  flex: 0 0 50% !important;
  width: 50% !important;
}

.navbar-brand {
  height: 50px;
  margin-top: 0rem;
  margin-bottom: 0rem;
  margin-right: 3rem;
}

.navbar-brand .navbar-logo {
  width: initial;
  max-height: 100%;
}

.navbar-nav .nav-link {
  font-size: 1rem;
}

@media (min-width: 550px) {
  .navbar-brand {
    height: 50px;
  }
}

@media (min-width: 1200px) {
  header[class*="-dark"] {
    border-color: rgba(0, 0, 0, 0);
  }
}

@media (max-width: 1199.98px) {
  header {
    background: #000;
  }
}

.border-language-left {
  border-top: 1px #aaaaaa solid;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0px;
}

@media (min-width: 1200px) {
  .border-language-left {
    border-left: 1px #aaaaaa solid;
    border-top: none;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
  }
}

.header-dark[class*="-not-top"][class*="-pinned"]
  .navbar-nav
  .nav-item
  .nav-link,
.header-light[class*="-not-top"][class*="-pinned"]
  .navbar-nav
  .nav-item
  .nav-link {
  color: #ffffff;
}

.header-dark[class*="-not-top"][class*="-pinned"]
  .navbar-nav
  .nav-item
  .nav-link:hover,
.header-light[class*="-not-top"][class*="-pinned"]
  .navbar-nav
  .nav-item
  .nav-link:hover {
  color: #b1d4e0;
}

.header-dark[class*="-not-top"][class*="-pinned"],
.header-light[class*="-not-top"][class*="-pinned"] {
  background: #124168;
}

.burger span,
.burger span::before,
.burger span::after {
  background-color: #ffffff;
}

.burger.clicked span:before,
.burger.clicked span:after {
  background-color: #ffffff;
}

.text-white .list-group-item a {
  color: rgba(255, 255, 255, 0.5);
}

.logo-sm {
  max-height: 4rem;
}

.eyebrow {
}

ol {
  line-height: 1.75em;
  /*color: #999;*/
}
ol li {
  padding-bottom: 1rem;
}

.nav-item.dropdown.active .nav-link.dropdown-toggle {
  /*color: #b1d4e0 ;*/

  color: #fff;
  font-weight: 600;
}

.overlay-active {
  overflow: initial;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #ddd;
}

.list-group-item.activeLink,
.list-group-item a.activeLink {
  color: #ec632d;
  font-weight: 500;
}

.list-group-categories .badge-primary {
  background: #124168;
}

.alert-btn {
  font-size: 1.2rem;
}

.alert-btn:hover {
  background: #666;
}

header.headroom {
  background: #124168;
  color: #ffffff;
}

header.headroom a {
  color: #ffffff;
}

.navbar-dark .navbar-nav .nav-link {
  /*color: #FFF;*/
  color: #ffffff;
}

.navbar-dark .navbar-nav .nav-link:hover {
  /*color: #79c5ef;*/
  color: #b1d4e0;
}

.nav-item i {
  font-size: 2.6rem;
}

.nav-item-side i {
  font-size: 1.2rem;
}

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
  /*font-weight: 500;*/
}

#kontakt h2.telFooter {
  font-size: 1.2rem;
}

.presentation-icon {
  width: 100px;
}

.bg-footer {
  background: #124168;
}

.bg-dark {
  background: #124168 !important;
}

footer .h3 {
  font-size: 1.6rem;
}

.btn-secondary {
  color: #124168;
  /*background: #5885af;
  border-color: #5885af;*/
  font-weight: 500;
}

.btn-primary,
.btn-secondary {
  text-transform: none;
  font-weight: 400;
}

@media (min-width: 768px) {
  #kontakt h2.telFooter {
    font-size: 1.8rem;
  }
}

@media (min-width: 1200px) {
  #kontakt h2.telFooter {
    font-size: 2rem;
  }
}

.container p {
  /*color: #151515;*/
}

.dropdown-item p {
  color: #999;
}

p {
  color: #555;
}

/*Jobs*/

.infobox {
  border-radius: 0.25rem !important;
}

.infobox-text p {
  color: #ffffff;
}

/*Powermail */
.tx-powermail label {
  color: #666;
}

body [class*="container"] form .row:not(:last-child) {
  margin-bottom: 0.125rem;
}

/*------------------------------------
  Go To
------------------------------------*/
/*
.u-go-to {
  display: none;
  position: relative;
  z-index: 100;
  width: 2.5rem;
  height: 2.5rem;
  background-color: #21c87a;
  color: #fff;
  font-size: 0.75rem;
  border-radius: 0.25rem;
  opacity: 0.5;
  transition: 0.3s ease-out;
}

.u-go-to__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.u-go-to:hover, .u-go-to:focus:hover {
  color: #fff;
  opacity: 1;
}
+/


/*Team*/
.user-list > li {
  width: 7.125rem;
}

ul.team-list-items {
  margin-left: 0px;
  padding-left: 0px;
}

ul.team-list-items li {
  list-style: none;
}

.clearer {
  clear: both;
}

.accordion-content .accordion-content-wrapper {
}

.team-accordion .accordion-content-wrapper {
  border-top: 1px solid #ddd;
  padding-top: 2rem;
}

.mitarbeiter-label-description,
.team-name {
  font-weight: 500;
}

.team-area .accordion-group .accordion:not(:first-child) {
  margin-top: 2px;
}

.team-area .accordion-group .accordion {
  border: 0;
  background-color: rgba(255, 255, 255, 0.5);
}

.team-area .accordion-group .accordion:hover {
  background-color: rgba(255, 255, 255, 0.9);
}

.socialmedia-text {
  padding-bottom: 10px;
}

/*VideoHeader */
.videoHeader {
  position: relative;
  background-color: #1c3f60;
  height: 100vh;
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
}

.videoHeader video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.videoHeader .container {
  position: relative;
  z-index: 2;
}

.videoHeader .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #151b26;
  opacity: 0.2;
  z-index: 1;
}

.videoHeader .overlay3 {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  /* background: url(../img/hg_verlauf_v3.png); */
  /*background-image: url(../img/hg_verlauf_v11.png);*/
  background-repeat: repeat-x;
  background-position: bottom;
}

.intro-h1 {
  font-weight: 900;
  font-size: 3.5rem;
  line-height: 1;
  margin-bottom: 30px;
  color: #fff;
}

.intro-h1-main {
  font-size: 2.5rem;
  font-weight: 900;
  text-shadow: 1px 2px 3px #666;
  color: #fff;
}

.intro-h1-sub {
  font-size: 1.5rem;
  font-weight: 400;
  color: #fff;
}

.intro-h2 {
  font-size: 1rem;
  font-weight: 300;
  text-shadow: 1px 2px 3px #666;
  color: #fff;
}

.infoslider {
}

.intro-text-area {
  height: 80%;
}

@media (min-width: 555px) {
  .intro-h1 {
    font-weight: 900;
    font-size: 5.5rem;
    line-height: 0.8;
    margin-bottom: 30px;
  }

  .intro-h1-sub {
    font-size: 2.5rem;
    font-weight: 400;
  }

  .intro-h2 {
    font-size: 1.25rem;
    font-weight: 300;
  }

  .intro-h1-main {
    font-size: 4.5rem;
    font-weight: 900;
    text-shadow: 1px 2px 3px #666;
    color: #fff;
    line-height: 5rem;
  }

  .intro-text-area {
    height: 100%;
  }
}

/* News */
.news a {
  border-radius: 0.25rem;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s;
  position: relative;
  padding: 0;
  display: inline-block;
  background: none;
  color: inherit;
}

.news-modul .blockquote p {
  font-size: 1.25rem;
}
article.latest-news p {
  color: #ffffff;
}

ul.pagination li.page-item {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
a.page-link {
}
.news-list-view .btn {
  /*text-transform: uppercase;*/
}

.extra {
  color: #fff;
}

/* Cookie */
.klaro.we_cookie_consent
  .cookie-notice:not(.cookie-modal-notice)
  .cm-btn.cm-btn-success,
.klaro.we_cookie_consent .cookie-modal .cm-btn.cm-btn-info.cm-btn-accept {
  background: #ef7d00;
}

.klaro.we_cookie_consent .cookie-notice:not(.cookie-modal-notice) .cm-link,
.klaro.we_cookie_consent
  .cookie-notice:not(.cookie-modal-notice)
  .cm-learn-more {
  color: #ef7d00;
}

.tx-we-cookie-consent a.btn-primary {
  background: #ef7d00;
  color: #fff;
}

.dp--cookie-check label {
  color: #ffffff;
}

.contenttable {
  width: 100%;
}

.contenttable td {
  padding: 10px;
  vertical-align: top;
}

.contenttable td:nth-child(1) {
  vertical-align: top;
  font-weight: 500;

  color: #124168;
}

.tile .tile-content::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  background: rgba(0, 0, 0, 0.2);
}

.heizungsrechner {
}

.card-custom {
  position: relative;
  /*display: flex;*/
  /*flex-direction: column;*/
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 0 solid #e5e5e5;
  border-radius: 0.25rem;
}

.card-body-custom {
  padding: 1.875rem;
}

.card-price .card-footer {
  color: #fff;
}

.nav-item-side i.insta-top,
.nav-item-side i.fb-top {
  font-size: 1.8rem;
}
.insta-top,
.fb-top {
  margin-right: 5px;
}

.table.preisliste th,
.table.preisliste td {
  padding: 0.75rem;
}

.preislisteQuickinfo {
  font-size: 1rem;
  font-style: italic;
}

.h3.underlined {
  border-bottom: solid 1px #ddd;
}

.responsive-video {
  /* position: relative;
    padding-bottom: 56.25%;
    padding-top: 0px;
    height: 0;
    */
  overflow: hidden;
}

.responsive-video iframe {
  width: 100%;
  height: 405px;
}

@media (min-width: 768px) {
  .responsive-video iframe {
    width: 410px;
    height: 230px;
  }
}

@media (min-width: 1200px) {
  .responsive-video iframe {
    width: 670px;
    height: 376px;
  }
}

@media (min-width: 1600px) {
  .responsive-video iframe {
    width: 720px;
    height: 405px;
  }
}

h1.intro-h1-main {
  margin-top: 12rem;
}

.footer-quicklinks {
  text-align: left;
}

@media (min-width: 555px) {
  .footer-quicklinks {
    text-align: right;
  }
}

#kontakt h2.telFooter {
  font-size: 1.2rem;
}
#kontakt .telFooter i {
  font-size: 1.2rem;
}

footer .h3 {
  font-size: 1rem;
}

@media (min-width: 768px) {
  #kontakt h2.telFooter {
    font-size: 1.8rem;
  }

  footer .h3 {
    font-size: 1.6rem;
  }
}

@media (min-width: 1200px) {
  #kontakt h2.telFooter {
    font-size: 2rem;
  }
}

a.simple-pr-title {
  color: #124168;
}
a.simple-pr-text {
  color: #1c3f60;
}
a.simple-pr-text:hover,
a.simple-pr-title:hover {
  color: #124168;
}

/*Formular */
.help-block {
  margin-top: 10px;
}
.form-check {
  padding-left: 0px;
}
.form-check span {
  padding-left: 0.25rem;
}

ul.user-list.objekte-list > li {
  position: relative;
  display: inline-block;
  width: 12rem;
  border-radius: 2%;
  z-index: 10;
  overflow: hidden;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s;
}

.team-area .accordion-group .accordion.ort-intro {
  border: 0;
  background-color: rgba(255, 255, 255, 0);
}

.owl-carousel[data-dots="true"].objekt-map {
  margin-bottom: 20px;
}

.card-price-3 .card-title {
  margin-bottom: 1rem;
}

.card-price-3 .card-body {
  padding-bottom: 1.875rem;
}

.card-price-3 .card-body p.ort-teaser-text {
  padding-top: 0.5rem;
}

.accordion-control-disable::after {
  display: none;
}

span.mitarbeiter-email {
  white-space: nowrap;
}

.accordion-content-wrapper p {
  color: #b1d4e0;
}

.main-akkordeon .accordion-content-wrapper p,
.main-team-akkordeon .accordion-content-wrapper p,
.main-jobs-akkordeon .accordion-content-wrapper p {
  color: #555;
}

.accordion-content-wrapper .btn {
}

.text-secondary p {
  color: #b1d4e0;
}

.leistungen p {
  color: #fff;
}

.alert-info {
  color: #124168;
  background-color: #b1d4e0;
  border-color: #b1d4e0;
}

.breadcrumb.breadcrumb-custom li.breadcrumb-item {
  font-size: 1rem;
}
