.single-brand main section:not(.brand-header) {
	margin-top: 2rem;
	margin-bottom: 2rem;
	max-width: 100%;
}

.single-brand section svg.video-svg {
	fill:  rgb(23 23 23);
	color:  rgb(23 23 23);
}

.single-brand section.related {
	padding-top: 2rem;
	padding-bottom: 2rem;
	margin-bottom:0;
	z-index:1;
}

.single-brand section.related::before{
    right:0;
}

.single-brand section.related::after{
    left:0;
}

.single-brand section.related:before,
.single-brand section.related::after{
    background: rgb(38 38 38);
}

.single-brand section.related:before,
.single-brand section.related:after{
    z-index:-1;
    content: '';
    position: absolute;
    top:0px;
    bottom: 0px;
    min-height:100%;
    width:100vw;
}

.single-brand .general-carousel {
	padding-bottom: 2rem;
	padding-top: 2rem;
}

.single-brand .general-carousel:before,
.single-brand .general-carousel:after{
	content:unset !important;
}

.single-brand section.related>.container-fluid {
	width: 90%;
}

section.brand-header {
	margin-top: 0 !important;
	overflow: hidden;
	position: relative;
	max-width: unset !important;
	width: 100% !important;
	width: 100vw;
	margin-top: 0;
	min-height: 336px;
}

section.brand-header .vail {
	background-image: linear-gradient(180deg, #000, transparent);
	width: 100%;
	height: 10rem;
	position: absolute;
	top: 0;
	pointer-events: none;
	z-index: 30;
}

section.brand-header video {
	transition-duration: 0.7s;
	width: 100%;
	opacity: 1;
	height: 100%;
	object-fit: cover;
	z-index: 10;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	position: absolute;
	max-width: 100%;
	display: block;
	vertical-align: middle;
}

section.brand-intro .pre-title {
	font-size: 1rem;
	line-height: 1.5rem;
	margin-bottom: 1rem;
}

section.brand-intro .brand-title {
	font-size: 1.875rem;
	line-height: 2.25rem;
	margin: 1rem 0;
}

.hidden-text-wrapper {
	padding: 2rem;
	z-index: 20;
	bottom: 0;
	left: 0;
}

.hidden-text {
	opacity: 0;
	transition-property: all;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 0.5s;
	max-height: 0;
}

.partner-logos {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.75rem;
}

.partners-logo-wrapper {
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
	padding-left: 2rem;
	padding-right: 2rem;
	background-color: hsla(0, 0%, 100%, 0.05);
}

.partners-logo-wrapper img {
	max-width: 100%;
	height: auto;
	filter: grayscale(100%) invert(100%);
}

.single-brand .toggle-button {
	all: unset;
	border: 1px solid rgb(255 255 255);
}

.single-brand .toggle-button:focus {
	outline: revert;
}

.single-brand main .btn.btn--primary,
.single-brand .toggle-button {
	cursor: pointer;
	border-radius: 0.25rem;
	border-width: 1px;
	padding: 0.5rem 1rem;
	text-align: center;
	font-size: 0.875rem;
	line-height: 1.25rem;
	font-weight: 800;
	transition-property: all;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 0.15s;
	color: rgb(255 255 255/1);
}

.single-brand main .btn.btn--primary {
	background: var(--wp--preset--color--orange);
	border-color: var(--wp--preset--color--orange);
}

.details-wrapper {
	background-color: hsla(0, 0%, 100%, 0.05);
	padding-top: 2.75rem;
	padding-bottom: 2.75rem;
	padding-left: 2rem;
	padding-right: 2rem;
}

div.usp {
	margin-bottom: 0.5rem;
	display: flex;
	width: 100%;
	align-items: center;
	border-radius: 0.25rem;
	background-color: hsla(0, 0%, 100%, 0.05);
	padding: 0.75rem 1rem;
	color: hsla(0, 0%, 100%, 0.8);
}

div.usp svg {
	margin-right: 0.75rem;
}

.contact-wrapper figure+p {
	margin-top: 1.25rem;
}

.contact-persons {
	row-gap: 15px;
}

.newsletter-section .container-fluid>.row {
	row-gap: 1.5rem;
}

.related-items {
	row-gap: calc(var(--bs-gutter-x));
}

.underline {
	border-radius: 0.375rem;
	width: 3.5rem;
	height: 0.25rem;
	margin-bottom: 0.75rem;
}

.underline.default {
	background-color: var(--wp--preset--color--orange);
	outline: 1px solid var(--wp--preset--color--orange) !important;
}

.single-brand .container-fluid {
	max-width: var(--wp--custom--cabb-block-content-wide-size);
}

/* Show more show less */

.single-brand .text-content {
	max-height: 128px;
	overflow: hidden;
	transition: max-height 0.3s ease;
	position: relative;
}

.single-brand .text-content p:first-child{
	margin-top:0;
}

.single-brand .text-container.expanded .text-content {
	max-height: none;
}

.single-brand .text-container .text-content *{
	width:100%;
}

.single-brand .text-container:not(.expanded) .text-content::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 60px;
	background: linear-gradient(to bottom,
			transparent,
			rgb(23 23 23));
	pointer-events: none;
}

@media (min-width: 640px) {
	section.brand-header {
		min-height: 304px;
		height: 50vh;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	.partner-logos {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
}

@media (min-width: 768px) {
	.single-brand main .btn {
		padding: 0.75rem 1.5rem;
		font-size: 1rem;
		line-height: 1.5rem;
	}
}

@media (min-width: 1024px) {

	.single-brand main section:not(.brand-header) {
		margin-top: 4rem;
		margin-bottom: 4rem;
	}
	
	section.brand-intro .pre-title {
		font-size: 1rem;
		line-height: 1.5rem;
	}

	section.brand-intro .brand-title {
		font-size: 3rem;
		line-height: 1;
		margin-bottom: 2rem;
	}

	.related-item:hover .hidden-text {
		opacity: 1;
		max-height: 8rem;
	}

	section.brand-header {
		min-height: 608px;
	}

	.single-brand section.related {
		padding-top: 6rem;
		padding-bottom: 6rem;
	}
}

@media (min-width: 1536px) {
	section.brand-header {
		height: 75vh;
	}
}