
body {
    font-family: "Raleway", sans-serif;
    color: rgb(56, 56, 54);
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    margin-top: 1rem;
    margin-bottom: 1.5rem;
}h3 {
    font-size: 1.1rem;
    font-weight: 500;
    margin-bottom: 0;
}
#bread a {
    color: #212529 !important;
    text-decoration: navajowhite;
}
header {
    position: fixed;
    padding: 10px;
    width: 100%;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    padding: 0;
    background: rgb(255, 255, 255);
    z-index: 500;
    transition: all 0.5s;
}.bg-light {
    background-color: rgb(255, 255, 255) !important;
}

.modal-xxl {
    max-width: 1280px;
}
.modal-body h5 {
    text-transform: capitalize;
    font-weight: 400;
    margin-bottom: 0;
}
.navbar-expand-lg .navbar-nav {
    flex-direction: column !important;
}

.layout.layout--onecol {
    padding: 60px 120px;
}
.ds-3col-equal > .group-left,
.ds-3col-equal > .group-middle,
.ds-3col-equal > .group-right,
.ds-2col > .group-left,
.ds-2col > .group-right,
.field--name-field-bild-r3-a1 {
    padding: 0px;
}.layout.row {
    margin: 25px 0;
}
#block-pagetitle {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0,0,0,0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}
main b,main strong {
    font-weight: bolder;
    color: RGB(164, 136, 120);
}
main img {
    border-radius: 5px;
    box-shadow: 0 2px 15px rgba(0,0,0,.1);    width: 100%;
}
.block-field-blocknodeappartementfield-image img,
.block-field-blocknodezimmerfield-image img {
    box-shadow: none;
}
.page-node-type-appartement img,
.page-node-type-zimmer img{
    width: 100%;
    border-radius: 5px;height: auto;
  
}
.layout.layout--twocol-section.layout--twocol-section--33-67 {
    margin: 0 0 120px 0;
}

.view-header {
    margin-top: 120px;
    margin-bottom: 60px;
}
.view-header h2 {
    font-size: 3rem;
    position: relative;
    color: rgb(56, 56, 54);
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
}
.view-header p {
    margin: 15px 0 0 0;
    text-transform: uppercase;
    color: RGB(164, 136, 120);
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
}

.view-header p::after {
    content: '';
    width: 100px;
    height: 2px;
    background: RGB(164, 136, 120);
    display: inline-block;
    margin: 5px 10px;
}



/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
#contact  {
background: rgba(155, 135, 120,.5);padding: 60px 0;margin-top: 80px;
}
.contact .contact-about h3 {
  font-size: 28px;
  margin: 0 0 10px 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 1px;
  color: #2A2C4A;
}

.contact .contact-about p {
  font-size: 14px;
  line-height: 24px;
  font-family: "Raleway", sans-serif;
  color: #888;
}

.contact .social-links {
  padding-bottom: 20px;
}

.contact .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #fff;
  color: #353C6F;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  border: 1px solid #353C6F;
}

.contact .social-links a:hover {
  background: #353C6F;
  color: #fff;
}

.contact .info {
  color: #444444;
}

.contact .info i {
  font-size: 32px;
  color: #293f86;
  float: left;
  line-height: 1;
}

.contact .info p {
  padding: 0 0 10px 42px;
  line-height: 28px;
  font-size: 14px;
}
.infotext  {
  padding: 60px 0;
}
.appdetails strong{
  color: #A48878;
}

hr {
    border: 2px solid #A48878;
}


@media (max-width: 768px) {
 .view-header h2 {font-size: 2rem;word-wrap: anywhere;}.block-field-blocknodeappartementfield-header-titel, .block-field-blocknodezimmerfield-header-titel {font-size: 1rem;}
}
@media (max-width: 575px) {
  .view-header h2 {font-size: 2rem;word-wrap: anywhere;}.block-field-blocknodeappartementfield-header-titel, .block-field-blocknodezimmerfield-header-titel {font-size: 1rem;}
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: rgb(230, 230, 230);
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
  padding: 30px 0;
  color: #2A2C4A;
  font-size: 14px;
}

#footer .credits {
  font-size: 13px;
  padding-top: 5px;
  color: #2A2C4A;
}

#footer .footer-links a {
  color: #2A2C4A;
  padding-left: 15px;
}

#footer .footer-links a:first-child {
  padding-left: 0;
}

#footer .footer-links a:hover {
  color: #353C6F;
}
.path-frontpage h2 {
    font-size: 1.5rem !important;    padding-top: 10px;
}
#block-bootstrap5-content {
    margin-top: 120px;
}
