
/* Global Changes */

/* Custom Colors */
:root {
    --bg: #f5f1eb;
    --text: #202020;
    --muted: #666;
    --card: #ffffff;
    --border: #e5ddd2;
    --shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

/* Fonts */
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-VariableFont_opsz,wght.ttf');
  font-weight: 100 900;
}
@font-face {
  font-family: 'georgia';
  src: url('../fonts/georgia.ttf');
  font-weight: 100 400;
}
@font-face {
  font-family: 'georgia';
  src: url('../fonts/georgiab.ttf');
  font-weight: 500 900;
}

/* Headline Sizes */
h1, .h1{
  font-family: 'georgia';
  font-size: clamp(2.5rem, 5vw, 4.5rem);
  line-height: 1.02;
  hyphens: manual;
  margin: 0 0 14px;
  font-weight: 700;
  color: var(--text);
}
h2, .h2{
  font-family: 'Georgia';
  font-size: clamp(2rem, 3vw, 3rem);
  margin: 0 0 8px;
  color: var(--text);
  font-weight: bold;
}
h3, .h3{
  font-family: 'Inter';
  margin: 0 0 8px;
  font-size: 1.17em;
  color: var(--text);
  font-weight: bold;
  margin-bottom: 1em;
}
h4, .h4{
  font-family: 'Inter';
  font-size: 1.33em;
  color: var(--text);
  font-weight: bold;
}

h5, .h5, h6, .h6{
  font-family: 'Inter';
}
h6, .h6{
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 10px;
}

a, p a {
  color: inherit;
  text-decoration: none;
}

body{
	line-height: 1.55;
	font-family: 'Inter';
	color: var(--text);
}

/* Custom Classes*/
.text-muted p{
  color: var(--muted);
}
.d-inline{
  display: inline;
}
.d-flex-content-center{
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Header */

.header, .header.cloned{
	backdrop-filter: blur(8px);
  background-color: rgba(245, 241, 235, 0.92);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow: none;
 
}
.mainmenu ul li{
  margin-left: 11px;
  margin-right: 11px;
}
.mainmenu ul li a{
	color: var(--muted);
  font-size: .96rem;
  font-family: 'Inter';
  font-weight: 400;
}
.mainmenu ul li.page_item_5{
  margin-right: 0px;
}
.mainmenu ul li.page_item_5 a{
  line-height: normal;
  display: inline-block;
  color: #ffffff;
  padding: 13px 18px;
  border-radius: 999px;
  font-weight: 600;
  transition: .2s ease;
  background: var(--accentColor);
  transition: transform .2s ease;
}
.mainmenu ul li.page_item_5 a.active, .header.cloned .mainmenu ul li.page_item_5 a.active{
  color: var(--secondColor);
  font-weight: 600;
}
.mainmenu ul li.page_item_5 a:hover{
  transform: translateY(-1px);
}
.header.original .mainmenu ul li a.trail, .header.original .mainmenu ul li a.active, .header.cloned .mainmenu ul li a.trail, .header.cloned .mainmenu ul li a.active, .mod_pct_megamenu .mod_navigation a.active{
  font-weight: 500;
}

/* Content */
.ce_text ul li{
  margin-bottom: 10px;
}
.ce_customlink[data-style="style1"] a, .ce_hyperlink.style1 a{
  border: 1px solid var(--border);
  color: var(--text);
  background: #fff;
  display: inline-block;
  padding: 13px 18px;
  border-radius: 999px;
  font-weight: 600;
  transition: .2s ease;
  margin-bottom: 0px;
}
.ce_customlink[data-style="style2"] a, .ce_hyperlink.style2 a{
  display: inline-block;
  padding: 13px 18px;
  border: 0px;
  border-radius: 999px;
  font-weight: 600;
  transition: .2s ease;
  background: var(--accentColor);
  color: #fff;
  margin-bottom: 0px;
}

.ce_customlink[data-style="style1"] a:hover, .ce_customlink[data-style="style2"] a:hover, .ce_hyperlink.style1 a:hover, .ce_hyperlink.style2 a:hover{
  transform: translateY(-1px);
}
.ce_wrap.shadow-3{
  box-shadow: var(--shadow);
}
.mod_article.article-pb-s > .container{
  padding-top: 72px;
  padding-bottom: 72px;
}
.jumbotron{
  background: linear-gradient(135deg, var(--accentColor), #214f6a);
}
.jumbotron h3{
  font-family: Georgia, serif;
  font-size: 2rem;
  margin: 0 0 10px;
}
.jumbotron .ce_customlink{
  display: flex;
  align-items: center;
  justify-content: left;
  height: 100%;
}
.offer .ce_iconbox_outside{
  box-shadow: var(--shadow);
}
.offer.ce_iconbox:hover .ce_iconbox_outside.padding{
  box-shadow: var(--shadow);
}
.offer h4{
  margin: 0 0 8px;
  font-size: 1.08rem;
}
.offer.ce_iconbox:not(.version2):not(.version3) .ce_iconbox_cwrapper{
  margin-top: 0px;
  text-align: left;
}
.offer.ce_iconbox .ce_iconbox_outside.padding .content{
  opacity: 1;
}
.offer.ce_iconbox .ce_iconbox_outside.padding .content p{
  margin: 0;
  color: var(--muted);
  font-size: .95rem;
}
.zimmer-list {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: 24px;
  overflow: hidden;
  box-shadow: var(--shadow);
}
.zimmer-list .inside{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.zimmer-list .ce_image img{
  width: 100%;
  height: 230px;
  object-fit: cover;
}
.zimmer-list .ce_text{
  padding: 22px 22px 0px;
}
.zimmer-list .ce_list{
  padding: 0px 22px;
}
.zimmer-list .ce_list li:first-child{
  padding-top: 8px !important;
}
.zimmer-list .ce_list ul{
  padding-left: 0px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.zimmer-list .ce_list ul li{
  list-style: none;
  display: inline-block;
  font-size: .84rem;
  color: #444;
  background: #f7f4ef;
  border: 1px solid var(--border);
  padding: 8px 10px;
  border-radius: 999px;
}
.zimmer-list .ce_list ul li:after{
  content:none;
}
.zimmer-list .ce_list h6{
  color: var(--secondColor);
}
.zimmer-list .ce_customlink{
  padding: 22px;
}
.home-banner .ce_headline{
  letter-spacing: .12em;
  font-size: .77rem;
}
.home-banner .ce_customlink{
  margin-right: 10px;
  margin-bottom: 10px;
}
.home-banner .quickfacts{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 18px;
}
.home-banner .quickfacts > div{
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 18px;
  padding: 14px;
}
.home-banner .quickfacts div p{
  margin-bottom: 0px;
}
.home-banner .quickfacts div p strong{
  display: block;
  font-size: .92rem;
}
.home-banner, .home-banner-image{
  box-shadow: var(--shadow);
}
.home-banner-image{
  border-radius: 28px;
  overflow: hidden !important;
}
.home-banner-image.ce_text_imagebox:hover a:hover{
  transform: translate(0, 0px);
  -webkit-transform: translate(0, 0px);
}
.home-banner-image, .home-banner-image .ce_text_imagebox_image{
  height: 100% !important;
}
.home-banner-image .ce_text_imagebox_image{
  min-height: 500px;
}
.home-banner-image .ce_text_imagebox_image{
  position: relative;
}
.home-banner-image .ce_text_imagebox_image:after{
  content: '';
  position: absolute;
  top: 0;
  width: 100%;
  left:0;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, .18), rgba(0, 0, 0, .35));
}
.home-banner-image .ce_text_imagebox_image .content{
  max-width: 360px;
  background: rgba(255, 255, 255, .12);
  border: 1px solid rgba(255, 255, 255, .18);
  backdrop-filter: blur(12px);
  border-radius: 20px;
  padding: 18px;
}
.top-link{
  background-color: var(--secondColor);
}
.ce_accordion{
  background: #ffffff;
  box-shadow: var(--shadow);
  margin-bottom: 3px;
}
.ce_accordion .toggler{
  padding: 15px 20px;
}
.ce_accordion .toggler:hover, .ce_accordion .toggler.active{
  color: var(--secondColor);
}
#footer .mod_socials{
  display: flex;
  justify-content: center;
}

/* Footer */
#footer{
  background: var(--secondColor);
  color: #ffffff;
  font-size: inherit;
}
#footer a{
  color: #ffffff;
}
#footer h3{
  color: var(--accentColor);
}
#footer .ce_iconbox.version3 .ce_iconbox_inside{
  justify-content: center;
}
#footer .ce_gallery li:after, #footer .ce_gallery li:before{
  content: none;
}
#footer .ce_gallery ul.flex-gallery{
  justify-content: center;
}
#footer .privacy a{
  padding: 0px 5px;
}

/* Bottom */
#bottom .inside{
  padding: 20px 0 20px;
  padding-left: var(--contentPaddingLeftRight);
  padding-right: var(--contentPaddingLeftRight);
  font-size: .92rem;
  color: #ffffff;
}
#bottom .inside > div{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
#bottom .inside div div{
  display: flex;
  align-items: center;
  justify-content: center;
}
#bottom .inside .kundenstatements img{
  max-width: 180px;
}
#bottom .inside .starsrating img{
  max-width: 150px;
  margin-right: 20px;
}
#bottom .inside, #bottom .inside a{
  color: #ffffff;
}
@media only screen and (max-width: 1024px) {
  #bottom .inside > div{
    grid-template-columns: repeat(2, 1fr);
  }
  #bottom .inside div div{
    margin-bottom: 15px;
  }
  .home-banner .quickfacts{
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 767px) {
    .home-banner .quickfacts{
      grid-template-columns: repeat(1, 1fr);
    }
    .home-banner-image .ce_text_imagebox_image {
      min-height: 360px;
    }
    #bottom .inside > div{
      grid-template-columns: repeat(1, 1fr);
    }
}