/* vietnamese */
@font-face {
  font-family: 'Quicksand';
  font-style: normal;
 /* font-weight: 300;*/
  src: url('../fonts/QuicksandNormal.woff2') format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Quicksand';
  font-style: normal;
 /* font-weight: 300;*/
  src: url('../fonts/QuicksandLatinExt'.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Quicksand';
  font-style: normal;
 /* font-weight: 300;*/
  src: url('../fonts/QuicksandLatin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* vietnamese */
@font-face {
  font-family: 'Muli';
  font-style: normal;
 /* font-weight: 400;*/
  src: url('../fonts/MuliVietnamese.woff2') format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Muli';
  font-style: normal;
/*  font-weight: 400;*/
  src: url('../fonts/MuliLatinExt.woff2') format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Muli';
  font-style: normal;
 /* font-weight: 400;*/
  src: url('../fonts/MuliLatin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}

:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #28a745;
  --bs-teal: #20c997;
  --bs-cyan: #17a2b8;
  --bs-white: #fff;
  --bs-gray: #949494;
  --bs-gray-dark: #414141;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #eeeeee;
  --bs-gray-300: #e7e7e7;
  --bs-gray-400: #dadada;
  --bs-gray-500: #bbbbbb;
  --bs-gray-600: #949494;
  --bs-gray-700: #545454;
  --bs-gray-800: #414141;
  --bs-gray-900: #2a2a2a;
  --bs-primary: #0b88e0;
  --bs-secondary: #949494;
  --bs-success: #28a745;
  --bs-info: #17a2b8;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #414141;
  --bs-primary-rgb: 218, 77, 77;
  --bs-secondary-rgb: 148, 148, 148;
  --bs-success-rgb: 40, 167, 69;
  --bs-info-rgb: 23, 162, 184;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 65, 65, 65;
  --bs-white-rgb: 255, 255, 255;
  --bs-veraggrey-rgb:107,109,110;
  --bs-veragrot-rgb:165,36,54;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 42, 42, 42;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: "Muli", Helvetica, Arial, sans-serif;
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size:18px;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.4;
  --bs-body-color: #2a2a2a;
  --bs-body-bg: #fff;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #333;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0;
  --bs-border-radius-sm: 0;
  --bs-border-radius-lg: 0;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-2xl: 2rem;
  --bs-border-radius-pill: 50rem;
  --bs-link-color: #0b88e0;
  --bs-link-hover-color: #b52626;
  --bs-code-color: #d63384;
  --bs-highlight-bg: #fcf8e3;
  --bs-heading-color: #b48f17;
  --frame-link-color: #5163a3;
  --bs-link-color-rgb: 81, 99, 163;

}
.accordion {
  --bs-accordion-btn-padding-y: 0.75rem;
  --bs-accordion-btn-padding-x: 1rem;
}

body {

    background-image: url("../../images/bg.webp");
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
}
a {
    text-decoration: none;
}

h1,h2,h3,h4,h5,h6{
  margin-top: 20px;	
  color: #b48f17;
  /*font-weight: bold;*/
  font-weight: 500;
}

h1 a,h2 a,h3 a,h4 a,h5 a,h6 a{
  margin-top: 20px;	
  color: #b48f17 !important;
  /*font-weight: bold;*/
  font-weight: 500;
  text-decoration:none;
}

h1{
  font-size: 30px;
  line-height: 38px;
  margin-bottom: 4px;
}
h2{  
  font-size: 28px;  
  line-height: 35px;
  margin-bottom: 4px;
 }
 
h3{
  font-size: 26px;
  line-height: 29px;
  margin-bottom: 4px;
}

h4{
  font-size: 24px;
  line-height: 26px;
  margin-bottom: 4px;
}

h5{
  font-size: 22px;
  line-height: 24px;
  margin-bottom: 4px;
}

h6{
  font-size: 20px;
  line-height: 22px;
  margin-bottom: 4px;
}

strong {
    font-weight: 700;
}


.navbar-mainnavigation .nav-link.nav-link-main:before {
    background: #0b89df;

}

.carousel-header.awesome.none {
    display: none;
}

.headerlogo{
    margin-left: auto;
    margin-right: auto;
}

.breadcrumb
{
	display:none;
}

.carousel-fullscreen{
	top:-40px;
}

.navbar+a+.carousel-fullscreen, .navbar+a+.carousel-fullscreen .carousel-item, .navbar+a+a+.carousel-fullscreen, .navbar+a+a+.carousel-fullscreen .carousel-item, .navbar+.main-section>a+.carousel-fullscreen, .navbar+.main-section>a+.carousel-fullscreen .carousel-item, .navbar+.main-section>a+a+.carousel-fullscreen, .navbar+.main-section>a+a+.carousel-fullscreen .carousel-item {
    height: calc(100vw * 0.6625); /* 16:9 Seitenverhältnis */
		max-height: 105vh; /* Nicht höher als 105% der Viewport-Höhe */
		/*min-height: 400px;  Mindesthöhe für sehr breite Bildschirme */
		/*padding-top: 15px;*/
}

@media (min-width: 992px) {
    .navbar-fixed-top.navbar-default-transition+a+.carousel-fullscreen, .navbar-fixed-top.navbar-default-transition+a+.carousel-fullscreen .carousel-item, .navbar-fixed-top.navbar-default-transition+a+a+.carousel-fullscreen, .navbar-fixed-top.navbar-default-transition+a+a+.carousel-fullscreen .carousel-item, .navbar-fixed-top.navbar-default-transition+.main-section>a+.carousel-fullscreen, .navbar-fixed-top.navbar-default-transition+.main-section>a+.carousel-fullscreen .carousel-item, .navbar-fixed-top.navbar-default-transition+.main-section>a+a+.carousel-fullscreen, .navbar-fixed-top.navbar-default-transition+.main-section>a+a+.carousel-fullscreen .carousel-item, .navbar-fixed-top.navbar-inverse-transition+a+.carousel-fullscreen, .navbar-fixed-top.navbar-inverse-transition+a+.carousel-fullscreen .carousel-item, .navbar-fixed-top.navbar-inverse-transition+a+a+.carousel-fullscreen, .navbar-fixed-top.navbar-inverse-transition+a+a+.carousel-fullscreen .carousel-item, .navbar-fixed-top.navbar-inverse-transition+.main-section>a+.carousel-fullscreen, .navbar-fixed-top.navbar-inverse-transition+.main-section>a+.carousel-fullscreen .carousel-item, .navbar-fixed-top.navbar-inverse-transition+.main-section>a+a+.carousel-fullscreen, .navbar-fixed-top.navbar-inverse-transition+.main-section>a+a+.carousel-fullscreen .carousel-item {
        height: calc(100vw * 0.5625); /* 16:9 Seitenverhältnis */
		max-height: 105vh; /* Nicht höher als 105% der Viewport-Höhe */
		min-height: 400px; /* Mindesthöhe für sehr breite Bildschirme */
    }
	.backendlayout-3_columns .maincontent-wrap {
        order: 2;
        --section-gaps: 2;
        --section-colspan: 8;
    }
    .backendlayout-3_columns .subcontent-wrap {
        order: 3;
        --section-gaps: 2;
        --section-colspan: 2;
    }
}
@media (min-width: 768px) {
    .navbar+a+.carousel-fullscreen, .navbar+a+.carousel-fullscreen .carousel-item, .navbar+a+a+.carousel-fullscreen, .navbar+a+a+.carousel-fullscreen .carousel-item, .navbar+.main-section>a+.carousel-fullscreen, .navbar+.main-section>a+.carousel-fullscreen .carousel-item, .navbar+.main-section>a+a+.carousel-fullscreen, .navbar+.main-section>a+a+.carousel-fullscreen .carousel-item {
        height: calc(100vw * 0.5625); /* 16:9 Seitenverhältnis */
		max-height: 105vh; /* Nicht höher als 105% der Viewport-Höhe */
		min-height: 400px; /* Mindesthöhe für sehr breite Bildschirme */
    }
}
@media (min-width: 576px) {
    .navbar+a+.carousel-fullscreen, .navbar+a+.carousel-fullscreen .carousel-item, .navbar+a+a+.carousel-fullscreen, .navbar+a+a+.carousel-fullscreen .carousel-item, .navbar+.main-section>a+.carousel-fullscreen, .navbar+.main-section>a+.carousel-fullscreen .carousel-item, .navbar+.main-section>a+a+.carousel-fullscreen, .navbar+.main-section>a+a+.carousel-fullscreen .carousel-item {
        height: calc(100vw * 0.5625); /* 16:9 Seitenverhältnis */
		max-height: 105vh; /* Nicht höher als 105% der Viewport-Höhe */
		/*min-height: 400px;  Mindesthöhe für sehr breite Bildschirme */
    }
}

.btn_primary, 
.simplefavorites-clear, 
.modal__step-nav__button, 
.btn_primary:visited, 
.modal__step-nav__button:visited, 
.btn_primary:hover, 
.modal__step-nav__button:hover, 
.btn_primary:focus, 
.modal__step-nav__button:focus, 
.btn_primary:active, 
.modal__step-nav__button:active {
    color: #fff;
    background-color: #b48f17;
    border-color: #b48f17;
    -webkit-transition: all .15s ease;
    -moz-transition: all .15s ease;
    -o-transition: all .15s ease;
    transition: all .15s ease;
}

/************** Such Widget ******************/
#search_all_mobil
{
    display: none;
    margin: 0 !important;
}

.form-control{
	height:43px;
}

.searchheadline {
    text-align: center !important;
    font-weight: bold !important;
}

.form-wrapper {
    margin-top: 25px !important;
}

.search-wrapper1 {
    text-align: center;
    padding: 20px 15px !important;
    top: 250px;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, .85);
    box-shadow: 0 0 13px rgba(0, 0, 0, .3);
    font-size: 16px;
    line-height: 20px;
    z-index: 100;
    min-height: 200px;
}

.search-wrapper2 {
   /* width: 1000px;
    height: 200px;*/
    display: inline-block;
    text-align: center;
    margin: auto;
    padding: 20px 15px !important;
    top: 250px;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, .85);
    box-shadow: 0 0 13px rgba(0, 0, 0, .3);
    font-family: 'Muli', sans-serif;
    font-size: 16px;
    line-height: 20px;
    position: fixed;
    z-index: 100;
	max-width:1000px;
	min-height: 200px;
}

.search-wrapper1 label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}

.search-wrapper2 label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}

.search-wrapper1 .btn {
    width: 100%;
    text-align: center !important;
    line-height: 1em !important;
    padding: 0.8em 0 !important;
    margin: 1.5em 0 0 0;
}

.search-wrapper2 .btn {
    width: 100%;
    text-align: center !important;
    line-height: 1em !important;
    padding: 0.8em 0 !important;
    margin: 1.5em 0 0 0;
}



@media (max-width: 991px) {
    #search_all_mobil
	{
		display: block;
		margin: 0 !important;
	}
	#search_all, #search_map
	{
		display: none;
		margin: 0 !important;
	}
	
	.search-wrapper2 {
		width: 100%;
		/*height: 515px;*/
		position: unset;
		/*margin-top: -25px;*/
	}
	
	.search-wrapper2 label {
		padding-top: 15px;
	}
	.search-wrapper1 label {
		padding-top: 15px;
	}
	
.navbar+a+.carousel-fullscreen, .navbar+a+.carousel-fullscreen .carousel-item, .navbar+a+a+.carousel-fullscreen, .navbar+a+a+.carousel-fullscreen .carousel-item, .navbar+.main-section>a+.carousel-fullscreen, .navbar+.main-section>a+.carousel-fullscreen .carousel-item, .navbar+.main-section>a+a+.carousel-fullscreen, .navbar+.main-section>a+a+.carousel-fullscreen .carousel-item {
    height: calc(100vw * 0.5625); /* 16:9 Seitenverhältnis */
			max-height: 100vh; /* Nicht höher als 105% der Viewport-Höhe */
			/*min-height: 400px;  Mindesthöhe für sehr breite Bildschirme */
			/*padding-top: 15px;*/
			top: 0px;
	}
	
}

/************** Such Widget Ende******************/

/************** Cards  ******************/
/* Overflow für den Bildcontainer verhindern */
.card-img-top {
    overflow: hidden;
}

/* Sanfte Transition für das Bild */
.card-img-top img {
    transition: transform 0.4s ease;
}

/* Zoom-Effekt beim Hover */
.card:hover .card-img-top img {
    transform: scale(1.1);
}

/* Optional: Zusätzliche Karten-Effekte */
.card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;

}

.card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.card-subtitle{
    display:none;
    position: absolute;
    top: 90px;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 95%;
	font-size: 1.1rem;
	font-weight: normal;
}

.card_body{
	display:none;
}

.card-body {
	/*
	position: relative;
	bottom: 50%;
	margin-bottom: -60px;*/
	position: absolute;
    text-align: center;
	padding: 0;
	z-index: 2;
	border-radius: 4px;
	color: white;
	width: 100%;
	bottom: 0px;
}
.card-title {
    margin-bottom: 0rem;
    background: rgba(0, 0, 0, 0.63);
	backdrop-filter: blur(5px);
	padding: 7px;
/*	width: 80%;*/
    margin-left: auto;
    margin-right: auto;
}


.card-img-top::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    transition: background 0.4s ease;
    z-index: 1;
}

.card:hover .card-img-top::before {
    background: rgba(0, 0, 0, 0.63);
}

.card:hover .card-title {
	background: rgba(0, 0, 0, 0);
    backdrop-filter: none;
}

.card:hover .card-subtitle{
   display:block;
}

.card:hover .card_body{
   display:block;
}

.card:hover .card-body{
   /*bottom: 70px;*/
       top: 10px;
    padding: 5px;
}

.card a:not(.btn) {
    color: #ffffff;
    text-decoration: none;
}

.card a:not(.btn):hover {
    color: #ffffff;
}

/************** Cards Ende******************/

hr {
    color: #c4cc69;
    border-width: 1px !important;
    height: 1px !important;
    background-image: -webkit-linear-gradient(left, transparent, #000, transparent) !important;
    background-image: linear-gradient(to right, transparent, #000, transparent) !important;
	border: none !important;
}

.accordion {
    --bs-accordion-btn-focus-box-shadow: none;
}

.accordion-button:not(.collapsed) {
    background-color:transparent;
}

.accordion-header {
    margin: 0;
	
}

.accordion-button{
	color: #b48f17;
	font-size: 26px;
}

button:focus:not(:focus-visible) {
    outline: none;
}

textarea.form-control {
    min-height: 135px;
}

.btn-primary{
    background: linear-gradient(135deg, #3498db, #2980b9);
    color: white;
    border: none;
    padding: 12px 30px;
    border-radius: 25px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    box-shadow: 0 4px 12px rgba(52, 152, 219, 0.3);
}

.textmedia, .textpic
 {
    gap: 20px;
}

footer a {
	color:#fff !important;
    text-decoration: none;
}

.proven_pos {
    float: left;
}

.hausdetails {
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse !important;
}

.detail_row_0 {
    background-color: #eee;
}

.detail_row_0 {
    background-color: #eee;
}
.detail_td2{
	float: right;
}

.detail_row td {
    padding: 2px 10px 2px 10px;
}

.footer-language {
    display: none;
}

.tooltip {
    display: inline-block !important;
    width: 21px;
    height: 21px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold !important;
    font-size: 14px;
    line-height: 1 !important;
    padding-top: 2px;
    color: #b48f17;
    text-align: center !important;
    border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    background-color: #fff;
    cursor: pointer;
    margin-left: 5px !important;
    border-radius: 100%;
    border-color: #b48f17;
    z-index: 1;
    opacity: 1 !important;
}

.section.footer-section.footer-section-content {
    overflow: visible;
}
.footer-section li
{
	font-size:16px;
}

#proSealWidget{
    padding-left:30px;
}

.sociallinks-list
 {
    justify-content: center;
}
.postteaser__posttitle {
    padding-top: 10px;
}
.postteaser__posttitle a {
    text-decoration: none;
}

.postlist__post {
    background-color: #fff;
    padding: 15px;
    margin-bottom: 15px;
}

.right .gallery-row{
	flex-direction: column;
}

.right .gallery-item {
    align-self: flex-end;
}