/*
 Theme Name:   Bricks Child Theme
 Theme URI:    https://bricksbuilder.io/
 Description:  Use this child theme to extend Bricks.
 Author:       Bricks
 Author URI:   https://bricksbuilder.io/
 Template:     bricks
 Version:      1.1
 Text Domain:  bricks
*/


/**
 * ACCENT HEADING
 **/
.bk-accent-heading::before {
	content: "";
	display: flex;
	position: relative;
	border-radius: 1em;
	width: 4px;
	height: 4px;
	background-color: var(--primary);
}

.bk-accent-heading {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 0.75rem;	
}

/**
 * BUTTONS
 **/
/* Primary Button */
.brxe-button.btn--primary {
	display: flex;
	flex-direction: row;
	align-content: center;
	justify-content: center;
	gap: 1rem;
}

.brxe-button.btn--primary::before { 
	content: ""; 
	display: flex; 
	position: relative; 
	border-radius: 1em; 
	width: 4px; 
	height: 4px; 
	background-color: var(--white);
}


.brxe-button.btn--primary:hover::before { 
	background-color: var(--primary);
}

/**
 * HEADER
 **/
#header-site-logo .bricks-site-logo {
    width: 16rem;
    padding-left: 1rem;
    padding-right: 1rem;
}

@media only screen and (max-width: 1090px) and (min-width: 990px)  {
	.brxe-nav-nested ul {
		gap: 1rem !important;
	}
	
	#header-site-logo .bricks-site-logo {
		width: 13rem !important;
	}
}

#header nav ul li {
	display: flex;
    align-items: center;
    gap: 0.5rem;
}

#header nav ul li:hover {
	color: var(--primary);
	transition: all .3s ease-in-out;
}

#header nav ul li::before {
	content: "";
	display: flex;
	position: relative;
	border-radius: 1em;
	width: 4px;
	height: 4px;
	background-color: var(--white);
	transition: all .3s ease-in-out;
}

#header nav ul li:hover::before {
	background-color: var(--primary);
}

#header nav ul li::before {
	transition: all .3s ease-in-out;
}

#header nav ul li:nth-child(3)::before {
	display: none;
}


/**
 * SLIDER GALERIE
 **/

/*
#bk-gallery-slider .fr-slide.is-active.is-visible,
#bk-gallery-slider .fr-slide.is-visible {
	height: 90%;
	transition: all .5s ease-in-out;
}


#bk-gallery-slider .fr-slide.is-visible.is-next {
	height: 100%;	
	transition: all .5s ease-in-out;
}

.startseite-review_icon-box .icon svg {
	width: 8rem;
    height: auto;
}
*/


/**
 * KONTAKTFORMULAR
 **/
#kontaktformular button.bricks-button:hover {
	background-color: var(--base);
	color: var(--primary);
	transition: all .3s ease-in-out;
}

#kontaktformular button.bricks-button:hover::before {
	content: "";
	display: flex;
	position: relative;
	border-radius: 1em;
	width: 4px;
	height: 4px;
	background-color: var(--primary);	
	transition: all .3s ease-in-out;
}

#kontaktformular button.bricks-button,
#kontaktformular button.bricks-button::before {
	transition: all .3s ease-in-out;
}

/**
 * BETT INFO BOXEN
 **/
.bk-bett-box .bk-bett-info-box::before,
.bk-bett-box .bk-bett-info-box,
.bk-bett-box,
.bk-bett-box:hover {
	transition: all .3s ease-in-out;
}

.bk-bett-box:hover .brxe-icon {
	transform: rotate(-45deg);
	transition: transform .3s ease-in-out;
}

.bk-bett-box .brxe-icon {
	transition: transform .3s ease-in-out;
}

.bk-bett-info-box {
	position: relative;
}

.bk-bett-info-box::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(var(--base-trans-60), var(--base-trans-90));
	opacity: 1;
	transition: opacity .3s ease-in-out;
}

.bk-bett-box:hover .bk-bett-info-box::before {
	opacity: 0.4;
}

.bk-bett-info-box {
	background-size: 100% !important;
	background-position: center;
	transition: background-size .6s cubic-bezier(.25,.1,.25,1);
}

.bk-bett-box:hover .bk-bett-info-box {
	background-size: 105% !important;
}

/**
 * BETT DETAILSSEITE
 **/
/* Icon Anpassungen der Shortcodes */
.bk-ausstattung-fuesse {
	display: flex;
	gap: 2rem;
}

.bk-ausstattung-fuesse__item {
	display: flex;
	align-items: center;
	gap: 0.5rem;
}


.bk-ausstattung-fuesse__item img {
	width: 2.5rem;
    height: auto;
}

.bk-ausstattung-zubehoer {
	display: flex;
	gap: 1.5rem;
}

.bk-ausstattung-zubehoer__item {
	display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

.bk-ausstattung-zubehoer__text {
	background-color: var(--white);
    padding-top: 0.4rem;
    padding-right: 0.8rem;
    padding-bottom: 0.4rem;
    padding-left: 0.8rem;
    width: fit-content;	
	border-radius: 6rem;
}

.bk-ausstattung-zubehoer__item img {
	width: 18rem;
    height: auto;
}

@media (max-width: 767px) {
	.bk-ausstattung-zubehoer,
	.bk-ausstattung-fuesse {
		flex-wrap: wrap;
		gap: 1rem;
	}
	
	.bk-ausstattung-zubehoer__item img {
		width: 14rem;
	}
}

/* Image Gallery */
#bk_ausstattung .brxe-image-gallery .bricks-image-caption {
    width: fit-content;
    background: #fff;
    color: #111;
    border-radius: 24px;
}

#bk_ausstattung #stoffe-gallery .bricks-image-caption,
#bk_ausstattung #innenleben .bricks-image-caption,
#holz-gallery .bricks-image-caption {
    width: fit-content;
    background: #fff;
    color: #111;
    border-radius: 24px;
	font-size: var(--text-s);
    padding: 0.2rem 0.6rem;
    margin: 0.5rem;
    line-height: 1.2;
}

/*
 * FAQ BETT DETAILSEITE
 */
#bk_accordion-faq .accordion-content-wrapper {
	display: none;
}

#bk_accordion-faq .brx-open .accordion-content-wrapper {
	display: flex;
}