/*@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;500;600;700;800&family=Montserrat&family=Raleway:wght@300;400;500;600;700;800&family=Roboto:wght@300;400&display=swap');*/
body {
  font-family: 'Raleway', sans-serif;
  color: #020303;
}
.lato {
  font-family: 'Lato', sans-serif;
}
.montserrat {
  font-family: 'Raleway', sans-serif;
}
.roboto {
  font-family: 'Raleway', sans-serif;
}
a {
  transition: all ease .3s;
  -webkit-transition: all ease .3s;
  -moz-transition: all ease .3s;
  -o-transition: all ease .3s;
  color: #cbb155;
}
a:hover {
  text-decoration: none;
  color: #cbb155;
}
p {
  margin-bottom: 0;
}
ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.topBar {
  background-color: #1b375d;
  padding: 18px 0 18px 0;
/*  margin: 0 0 16px 0;*/
  position: fixed;
  z-index: 10;
  width: 100%;
  margin-top: -120px;
}
.topMenuLeft li {
  display: inline-block;
  padding-right: 25px;
}
.topMenuLeft li:last-child {
  padding-right: 0px;
}
.topMenuLeft li a {
  color: #fff;
  position: relative;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
}
.topMenuLeft li a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  content: "\f111";
  font-size: 4px;
  right: -15px;
  top: 10px;
}
.topMenuLeft li:last-child a::before {
  display: none;
}
.topMenuCenter ul li {
  display: inline-block;
  padding-right: 10px;
}
.topMenuCenter ul li:last-child {
  padding-right: 0px;
}
.social i {
  color: #fff;
  font-size: 25px;
  margin-left: 10px;
}
.topMenuCenter ul li a {
  color: #fff;
  font-family: 'Roboto', sans-serif;
}
.topMenuCenter ul li a span.icon {
  display: inline-flex;
  width: 25px;
  height: 25px;
  border: 1.5px solid #fff;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
  margin-right: 5px;
}
.topMenuCenter ul li a span.icon img {
  width: 12px;
  height: 12px;
  object-fit: contain;
}
.topMenuRight h2 {
  color: #cbb155;
  font-size: 22px;
  margin: 0;
  font-weight: 400;
  margin-right: 10px;
}
.navbar-light .navbar-nav a.nav-link {
  font-size: 16px;
  color: rgb(0, 0, 0);
  padding: 10px 15px;
  position: relative;
  font-weight: 500;
}
.navbar-light .navbar-nav li:last-child a.nav-link {
  padding-right: 0;
}
.navbar-light .navbar-nav li a.nav-link::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  content: "\f111";
  font-size: 2px;
  right: 0;
  top: 22px;
}
.navbar-light .navbar-nav li:last-child a.nav-link::before {
  display: none;
}
.bannerSection {
  position: relative;
  background-image: url(../images/bannerImage.png);
  height: 620px;
  background-size: cover;
}
.bannerSectionImpressum {
  position: relative;
  height: 20px;
  background-size: cover;
}
.bannerSection::before {
  content: "";
  background-color: #0000000d;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.mainNav {
  background-color: rgba(255, 255, 255, 0.92);
  /*	position: relative;*/
  position: fixed;
  z-index: 10;
  width: 100%;
  margin-top: -56px;
  box-shadow: 0 2px 6px rgba(51, 51, 51, 0.5);
}
.bannerInner {
  position: relative;
  text-align: center;
  padding-top: 35px;
  margin-top: 120px;
}
.bannerInner h1 {
  color: #1b375d;
  font-weight: 400;
  font-size: 40px;
  margin-bottom: 0;
}
.bannerInner h1 span {
  font-weight: 700;
  color: #fff;
}
.bannerInner h2 {
  color: #1b375d;
  font-weight: 400;
  font-size: 25px;
  margin-bottom: 0;
}
.bannerInner h2 span {
  color: #fff;
}
.siteBtn a {
  background-color: #cbb155;
  color: #fff;
  display: block;
  max-width: 320px;
  text-align: center;
  border-radius: 4px;
  border: 1.5px solid #cbb155;
  padding: 10px 0;
  margin: 0 auto;
  font-weight: 500;
}
.siteBtn a:hover {
  color: #cbb155;
  background-color: #fff;
}
.siteBtnBlue a {
  background-color: #1b375d;
  color: #fff;
  display: block;
  max-width: 320px;
  text-align: center;
  border-radius: 4px;
  border: 1.5px solid #1b375d;
  padding: 10px 0;
  margin: 0 auto;
  font-weight: 500;
  position: relative;
  z-index: 9999;
}
.siteBtnBlue a:hover {
  color: #1b375d;
  background-color: #fff;
}
.pentHouse {
  margin-top: -42px;
  position: relative;
}
.titleBox {
  margin: 15px 0;
}
.titleBox h1 {
  font-weight: 400;
}
.titleBox h1 span.yellow {
  color: #cbb155;
}
.titleBox h1 span.blue {
  color: #1b375d;
}
span.blue {
  color: #1b375d;
}
.titleBox p {
  font-size: 18px;
}
.productDetail ul li {
  position: relative;
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  line-height: 40px;
  padding-left: 34px;
}
.productDetail ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  background-image: url(../images/right.svg);
  width: 28px;
  height: 28px;
  background-size: contain;
  background-repeat: no-repeat;
}
.readMoreBtn {
  color: #1b375d;
  font-weight: 500;
  font-size: 18px;
  cursor: pointer;
  padding-top: 20px;
  padding-bottom: 10px;
}
.readMoreBtn img {
  max-width: 72px;
  display: block;
  margin: 0 auto;
  position: relative;
  top: -10px;
  left: -6px;
}
.fullImage img {
  max-width: 100%;
  width: 100%;
  height: 700px;
  object-fit: cover;
  object-position: center;
}
/*.productDetail02 ul li {
  position: relative;
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  line-height: 40px;
  padding-left: 34px;
    font-weight: 600;
}*/

.productDetail02 ul li {
position: relative;
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    line-height: 40px;
    padding-left: 34px;
}

.productDetail02 ul li::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  content: "\f111";
  left: 22px;
  top: 1px;
  font-size: 4px;
  color: #1b375d;
  height: auto;
}
.darkBG {
  background-color: #dee1e399
}
.fullImage02 {
  margin-top: -22px;
  background-color: #fff;
  position: relative;
}
.fullImage02 img {
  height: 600px;
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}

.img_grundriss {  max-width: 100%;
height: auto;}



.titleBox h5 {
  color: #676767;
  font-size: 16px;
}
.tableBox {
  max-width: 530px;
  margin: 40px auto;
}
.tableBox tr td {
  color: #1b375d;
  font-size: 18px;
  font-weight: 500;
  padding-top: 5px;
  padding-bottom: 5px;
}
.tableBox tr td b {
  color: #1b375d;
}
.blogBox img {
  max-width: 100%;
  height: 220px;
  width: 100%;
  object-fit: cover;
}
.blogBox > div {
  background-color: #1b375d;
  color: #fff;
  padding: 25px;
}
.blogBox > div > h2 {
  font-weight: 400;
  font-size: 24px;
  margin-bottom: 15px;
}
.blogBox > div > p {
  font-size: 18px;
}
.myaccordion .card, .myaccordion .card:last-child .card-header {
  border: none;
}
.myaccordion .card-header {
  border-bottom-color: transparent;
  background: transparent;
}
.myaccordion .fa-stack {
  font-size: 18px;
}
.myaccordion .btn {
  width: 100%;
  font-weight: bold;
  color: #004987;
  padding: 0;
}
.myaccordion .btn-link:hover, .myaccordion .btn-link:focus {
  text-decoration: none;
}
.myaccordion li + li {
  margin-top: 10px;
}
.myaccordion .card-header h3 {
  position: relative;
  font-family: 'Raleway';
  padding-left: 40px;
  font-weight: 600;
  cursor: pointer;
  font-size: 24px;
}
.myaccordion .card-header h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(../images/right.svg);
  width: 30px;
  height: 30px;
  background-size: contain;
  background-repeat: no-repeat;
}
.accordionBody {
  padding-left: 40px;
}

.card-header {
  padding-top: 1px;
  padding-bottom: 1px;
}



.card-body {
  padding-top: 1px;
  padding-bottom: 10px;
}
.accordionBody p {
        margin-top: 6px;
  margin-bottom: 15px;
  color: #676767;
  font-size: 18px;
}
.myaccordion .card-header h3.active::before {
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.card {
  padding: 5px 0;
}
.title02 h2 {
  font-weight: 400;
  color: #1b375d;
  text-align: center;
  margin-top: 80px;
  margin-bottom: 15px;
}
.card {
  background-color: transparent;
}
.btnPosi {
  position: relative;
  top: 24px;
}
.presiBox {}
.presiBox p {
  font-size: 18px;
}
.presiBox a {
  display: block;
  text-align: center;
  color: #1b375d;
  font-size: 24px;
  font-weight: 400;
  margin-top: 15px;
  margin-bottom: 15px;
}
.sliderImage img {
  max-width: 100%;
  width: 285px;
  object-fit: fill;
  border-radius: 100%;
}
.sliderContent h5 {
  font-size: 36px;
  font-weight: 500;
}
.sliderContent h2 {
  font-size: 28px;
  font-weight: 700;
}
.sliderContent p {
  font-size: 24px;
  font-weight: 300;
  line-height: normal;
  margin-top: 15px;
}
.sliderBox {
  padding: 130px 0 80px
}
.arrowleft img {
  max-width: 80px;
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.arrowRight img {
  max-width: 80px;
}
.carousel-control-prev {
  left: -160px;
}
.carousel-control-next {
  right: -160px;
}
.kontaktInner {
  border-top: 1px solid #020303;
  max-width: 620px;
  margin: 60px auto;
  padding-top: 60px;
}
.kontaktInner h1 {
  color: #1b375d;
  margin-bottom: 25px;
}
.kontaktInner h5 {
  margin-bottom: 0;
}
.kontaktInner h2 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 0;
}
.kontaktInner h2 span {
  color: #1b375d;
}
.kontaktInner h2 b {
  font-weight: 500;
  color: #cbb155
}
footer {
  background-color: #1b375d;
  padding: 40px 0;
}
.footerTopMenu ul {
  text-align: center;
}
.footerTopMenu ul li {
  display: inline-block;
}
.footerTopMenu ul li a {
  color: #fff;
  position: relative;
  font-size: 20px;
  padding: 0 1rem;
  font-family: 'Raleway';
}
.footerTopMenu ul li a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  content: "\f111";
  font-size: 2px;
  right: 0;
  top: 14px;
}
.footerTopMenu ul li:last-child a::before {
  display: none;
}
.socialf a {
  color: #fff;
  font-size: 25px;
  display: inline-block;
  margin: 0 5px;
}
.footerSecondlist li {
  display: inline-block;
}
.footerSecondlist li a {
  color: #fff;
}
.footerSecondlist li {
  display: inline-block;
  margin-left: 20px;
}
.footerSecondlist li:first-child {
  margin-left: 0px;
}
.footerBottom {
  padding: 15px;
}
.footerBottom a {
  color: #000000;
  font-weight: 500;
  padding-left: 25px;
}
button:focus {
  outline: none;
}
.navbar-light .navbar-toggler {
  border-color: rgba(0, 0, 0, 0);
}
.mygalleryImages ul {
  text-align: center;
  display: grid;
  grid-template-columns: 20% 20% 20% 20% 20%;
}
.mygalleryImages ul li {}
.mygalleryImages ul li img {
  height: 360px;
  object-fit: cover;
  background-position: center;
  width: 100%;
}
.more {
  color: #1b375d;
  font-weight: 500;
  font-size: 22px;
  cursor: pointer;
  padding-top: 40px;
  padding-bottom: 50px;
  text-align: center;
  position: relative;
}
.more::before {
  content: "";
  background-image: url(../images/down-arrow.svg);
  width: 70px;
  height: 70px;
  background-size: contain;
  position: absolute;
  left: 0;
  right: 20px;
  bottom: -5px;
  margin: 0 auto;
  background-repeat: no-repeat;
}
.more.less::before {
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.scrollTop {
  position: fixed;
  right: 2%;
  bottom: 4%;
  background-color: #fff;
  padding: 20px;
  opacity: 0;
  transition: all 0.4s ease-in-out 0s;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  border: 1px solid #b1b1b1;
  -webkit-box-shadow: 0px 0px 10px 5px rgba(183, 183, 183, 0.54);
  -moz-box-shadow: 0px 0px 10px 5px rgba(183, 183, 183, 0.54);
  box-shadow: 0px 0px 10px 5px rgba(183, 183, 183, 0.54);
}
.scrollTop img {
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  max-width: 30px;
}
.text_kleiner, .text_kleiner p {
  font-size: 14px;
}