/*!
Theme Name: VR Immo
Theme URI: https://vr-immo-partner.de
Author: webcoon
Author URI: https://webcoon.de
Description: Theme für VR Immo Partner
Version: 1.0.0
Tested up to: 7.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: vr
*/


/*--------------------------------------------------------------
# GLOBAL
--------------------------------------------------------------*/

:root {
	--br: 10px;
}

body {
    font-family: var(--font-family), sans-serif;
	font-weight: var(--font-weight);
	line-height: 1.5em;
	font-size: var(--font-size);
	padding: 0;
	margin: 0;
	overflow-x: hidden;
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
	color: var(--font-color);
}

.no-scroll {
	overflow: hidden;
}

*, *:after, *:before {
	box-sizing: border-box;
}

a {
	color: var(--main-color);
	text-decoration: none;
}

p a {
	color: var(--sub-color);
	text-decoration: underline;
}

a:hover, p a:hover {
	text-decoration: underline;
}

p {
	margin: 0 0 15px;
}

p:last-child, p:only-child {
	margin: 0;
}

input, textarea {
	box-shadow: unset;
	outline: unset;
	color: var(--text-color);
	font-family: var(--font-family), sans-serif;
	font-weight: var(--font-weight);
	line-height: 1em;
	font-size: var(--font-size);
}

strong {
	font-weight: 600;
}

img, video {
	width: 100%;
	height: auto;
	display: block;
}

::placeholder { 
	color: var(--text-color);
	opacity: 0.8; 
}

:-ms-input-placeholder { 
	color: var(--text-color);
}

::-ms-input-placeholder { 
	color: var(--text-color);
}

.overflow-hidden, .overflow-hidden body {
	overflow: hidden;
}


#content ul {
	list-style: disc;
	list-style-position: outside;
	padding: 0;
	padding-left: 20px;
	margin: 0 0 15px;
}

#content ul li {
	padding-left: 0;
	margin-bottom: 5px;
}

#content ol li {
	margin-bottom: 10px;
}


.upc {
	text-transform: uppercase;
}

.strong {
	font-weight: 600;
}

h1, .style-h1, h5, .style-h5 {
	margin: 0;
}

h2, .style-h2 {
	margin: 0 !important;
}

h1, .style-h1, h5, .style-h5 {
	margin: 0;
}

.m-b-0 > h4, .m-b-0 > .style-h4 {
	margin-bottom: 5px !important;
}

.menu-button a, .cf-senden, .nl-submit {
	padding: 10px 25px;
	color: #fff;
	text-transform: normal;
	border-radius: 100px;
	position: relative;
	display: inline-flex;
	align-items: center;
	transition: all .4s ease;
	text-decoration: none !important;
	background: var(--main-color);
	border: 1px solid var(--main-color);
	flex-wrap: nowrap;
	white-space: nowrap;
	line-height: 1em;
	font-size: var(--font-size) !important;
	font-weight: 400 !important;
	opacity: 1 !important;
	font-family: var(--font-family);
	cursor: pointer;
}

.menu-button a {
	background: unset !important;
	border-color: var(--text-color);
}

.h-wh .menu-button a {
	background: unset !important;
	border-color: #fff;
}

body.h-wh #header.scroll-up .menu > li.menu-button > a {
	border-color: var(--text-color) !important;
}

body.h-wh #header:not(.scroll-up) .lang-icon {
	filter: brightness(100);
}

a.button {
	padding: 0;
	color: #fff;
	text-transform: normal;
	position: relative;
	display: inline-flex;
	align-items: center;
	text-decoration: none !important;
	font-size: var(--font-size) !important;
	font-weight: 400 !important;
	opacity: 1 !important;
	font-family: var(--font-family);
	background: var(--main-color);
	border: 1px solid var(--main-color);
	line-height: 1em;
	border-radius: 100px;
	padding: 2px 2px 2px 25px;
  	gap: 15px;
	transition: all .4s ease;
}

.btn-icon {
	aspect-ratio: 1/1;
	background: #fff;
	width: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
	padding-left: 3px;
}

a.button .btn-icon img {
	width: 8px;
}

.btn-no-bg .button {
	background: unset !important;
}

.menu-button a:hover, a.button:hover {
	opacity: .7 !important;
}

.bg-color-w .btn-icon, .btn-no-bg a.button:not(.color-w) .btn-icon{
	background: var(--text-color);
}

a.button.bg-color-w .btn-icon img, .btn-no-bg a.button:not(.color-w) .btn-icon img {
  	filter: brightness(0) invert(1);
}

.subline {
	margin-bottom: 10px !important;
}

.image.br img {
	border-radius: var(--br);
}

.col.br {
	border-radius: var(--br);
}

.col {
	gap: 0 10px;
}

.col > div.button {
	width: auto;
}

.col > div.button.t-c {
	margin-left: auto;
	margin-right: auto;
}

.col > div.button.t-r {
	margin-left: auto;
}

.col > div.button.t-l {
	margin-right: auto;
}

.col > .image img, .col > .pg-el > .image img {
	border-radius: var(--br);
}

.linie-unten:after {
	content:"";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	width: var(--width);
  	max-width: var(--maxwidth);
	margin: 0 auto;
	height: 1px;
	background: var(--color-1);
}

.linie-oben:after {
	content:"";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	width: var(--width);
  	max-width: var(--maxwidth);
	margin: 0 auto;
	height: 1px;
	background: var(--color-1);
}

.font-big {
	font-size: 22px;
	line-height: 1.3em;
}

.text-line-right {
	display: flex;
	align-items: center;
}

.text-line-right:after {
	content:"";
	display: block;
	width: 120px;
	margin: auto 60px;
	height: 1.5px;
	background: var(--sub-color);
}

.swiper-pagination {
	justify-content: flex-start;
	gap: 8px;
}

.swiper-pagination-bullet {
	height: 3px;
  	width: 80px;
	background: var(--bg-color);
}

.swiper-pagination-bullet-active {
	background: var(--main-color);
}

.swiper-pagination-bullet::after {
	display: none !important;
}

.socials {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.socials a {
	height: 45px;
	width: 45px;
	background: #393939;
	padding: 5px;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	filter: unset !important;
}

.socials a:hover {
	background: var(--main-color) !important;
}

.socials span, .socials a svg {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 20px;
	width: 20px;
	object-fit: contain;
}

.socials a svg * {
	fill: var(--color-1);
}

.socials a:hover svg * {
	fill: var(--sub-color);
}

.jobs-badge{
	display:inline-flex;
	align-items:center;
	justify-content:center;
	position: absolute;
	background: var(--main-color);
	color: #fff;
	border-radius: 100%;
	right: -3px;
	top: -10px;
	height: 25px;
	width: 25px;
	font-size: 16px;
	font-weight: 400;
	line-height: 1em;
	padding: 0 0 3px;
	text-align: center;
	transform: translateX(100%);
}

/*--------------------------------------------------------------
# HOME
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# LAYOUTS
--------------------------------------------------------------*/

/* HERO SLIDER */

.hero-slider .slide-inner {
	min-height: 660px;
	height: 80vh;
	max-height: 1000px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.hero-slider .slide-inner ._content {
	max-width: var(--maxwidth);
	width: var(--width);
	position: relative;
	z-index: 4;
	margin: auto 0 5%;
}

.hero-slider .slide-inner ._content a.button {
	background: unset;
  	border: 1px solid;
}

.hero-slider .slide-inner ._content .headline *, .hero-slider .slide-inner ._content .headline {
	color: #fff;
}

.hero-slider .image video, .hero-slider .image img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.hero-slider .image {
	background: var(--text-color);
}

.hero-slider .image {
	position: absolute;
	top: 0;
  	bottom: 0;
	left: 0;
	right: 0;
}

.hero-slider .image:after {
	content:"";
	position: absolute;
	left: 0;
	bottom: 0;
	top: 0;
	right: 0;
	z-index: 2;
	background: rgb(255,255,255);
	background: linear-gradient(to top, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0.8));
}


.hero-slider .swiper-pagination {
	position: absolute;
	bottom: 30px;
	left: 0;
	right: 0;
	z-index: 9;
}

.hero-slider .swiper-pagination-bullet::after {
	background: #fff7;
}

.hero-slider .swiper-pagination-bullet-active::after {
	background: #fff;
}

.hero-slider ._button {
	margin-top: 20px;
}


/* KUNDEN SLIDER */

.kunden-slider .swiper-slide {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.kunden-slider img {
	max-height: 40px;
	object-fit: contain;
}


/* REFERENZEN SLIDER */

.referenzen-slider .slide-inner {
	display: grid;
	grid-template-columns: 200px 1fr;
	gap: 25px;
	align-items: center;
}

.referenzen-slider .slide-inner ._title {
	order: 3;
  	line-height: 1.3em;
}

.referenzen-slider .slide-inner ._text {
	order: 1;
  	grid-column: 1 / -1;
}

.referenzen-slider .slide-inner ._image {
	order: 2;
}


/* FULL SLIDER */

.fullsize-slider .swiper-slide  {
	position: relative;
}

.fullsize-slider ._content {
	max-width: var(--maxwidth);
	width: var(--width);
	margin: auto;
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.fullsize-slider ._content * {
	color: #fff;
}

.fullsize-slider .swiper-pagination {
	position: absolute;
	bottom: 30px;
	left: 0;
	right: 0;
	margin: auto;
	justify-content: center;
	align-items: flex-end;
}

.fullsize-slider .swiper-pagination-bullet {
	height: unset !important;
  	min-width: 150px !important;
	width: unset !important;
	text-align: center;
	padding-bottom: 10px;
	background: unset !important;
	position: relative;
}

.bullet-label {
	font-size: 14px;
	line-height: 1em;
	color: #fff;
	opacity: 0;
	transition: all .3s ease;
	text-transform: uppercase;
}

.fullsize-slider .swiper-pagination-bullet:after {
	content: "";
	display: block !important;
	border-radius: 0 !important;
	border: 0 !important;
	margin: 0 !important;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 1px;
  	width: 100%;
	background: #fff;
	transition: all .3s ease;
}

.fullsize-slider .swiper-pagination-bullet-active:after, .fullsize-slider .swiper-pagination-bullet:hover:after {
  	height: 4px;
	background: var(--main-color);
}

.fullsize-slider .swiper-pagination-bullet-active .bullet-label, .fullsize-slider .swiper-pagination-bullet:hover .bullet-label {
	opacity: 1;
}


/* AUSZEICHNUNGEN SLIDER */

.auszeichnungen-slider .swiper-pagination {
	display: none;
}

.auszeichnungen-slider ._image {
	filter: grayscale(10);
  	opacity: .7;
	transition: all .3s ease;
}

.auszeichnungen-slider ._image:hover {
	filter: grayscale(0);
  	opacity: 1;
}


/* TAG LIST */

.tag-liste {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	white-space: nowrap;
}

.tag-liste .list {
	background: var(--bg-color);
	padding: 6px 15px;
	border-radius: var(--br);
}


/* ROW LAYOUT */

.img-banner {
	min-height: 580px;
	padding: 80px 60px;
	width: calc(var(--width) + 120px) !important;
	max-width: calc(var(--maxwidth) + 120px) !important;
}

.img-banner .col {
	margin-top: auto;
	max-width: calc(var(--maxwidth) / 2.5);
}

.img-banner .col * {
	color: #fff;
}

.img-banner .bg-img {
	border-radius: var(--br);
}

.img-banner .bg-img::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	top: 0;
	right: 0;
	z-index: 2;
	background: linear-gradient(to left, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.8));
}


/* TAB CONTENT */

.tabcontent {
	display: grid;
	grid-template-columns: 1fr 1.4fr;
	gap: 100px;
}

.tab-navigation-item {
	padding: 17.5px 0 17.5px 30px;
	border-left: 3px solid #fff;
	transition: all .3s ease;
	flex-direction: column;
}

.tab-navigation-item .tab-title {
	opacity: .4;
	transition: all .3s ease;
	cursor: pointer;
	max-width: 280px;
}

.tab-navigation-item.active, .tab-navigation-item:hover {
	border-left: 3px solid var(--main-color);
}

.tab-navigation-item.active .tab-title, .tab-navigation-item:hover .tab-title {
	opacity: 1;
}

.tab-navigation-item  a.button {
	background: unset;
	color: var(--text-color);
	font-weight: 600 !important;
	padding: 0 !important;
	border: 0 !important;
	margin-top: 20px;
}

.tab-elements { 
	position: relative; overflow: hidden; 
}

.tab-element { 
	position: absolute; top: 0; left: 0; width: 100%; 
}

.tab-navigation-item .tab-content { 
	display: none; 
}

  
.tab-element .image img {
	border-radius: var(--br);
}



/* ACCORDION */

.accordion-title {
  	padding: 20px 50px 20px 0px;
}

.accordion-content {
  	padding: 0px;
}

.accordion .accordion-element:first-child {
  border-top: 1px solid var(--color-2) !important;
}

.accordion .accordion-element {
  border-bottom: 1px solid var(--color-2) !important;
}

/* GALERIE */

.gal-3-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: auto auto;
	gap: 15px;
  }
  
.gal-3-grid picture {
	width: 100%;
	height: 100%;
	overflow: hidden;
	border-radius: var(--br);
}

.gal-3-grid picture {
	grid-row: 1 / span 2;
	grid-column: 1 / 2;
}

.gal-3-grid picture:nth-child(2) {
	grid-row: 1;
	grid-column: 2;
}

.gal-3-grid picture:nth-child(3) {
	grid-row: 2;
	grid-column: 2;
}

.gal-3-grid picture img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	border-radius: var(--br);
}
  





/* IMAGES */

.ratio-3-4 {
	aspect-ratio: 3/4;
  	object-fit: cover;
}


/* IMAGES ANIMATION */

.img-animation {
  position: relative;
  overflow: hidden;
  border-radius: var(--br);
}

.img-animation img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translateY(60%) scale(1.3);
  filter: blur(10px);
  opacity: 0;
  transition: transform 1.5s cubic-bezier(0.15, 0.85, 0.35, 1), filter 1s cubic-bezier(0.15, 0.85, 0.35, 1), opacity .7s cubic-bezier(0.15, 0.85, 0.35, 1);
  will-change: transform, filter, opacity;
}

.img-animation.-up img {
  transform: translateY(-60%) scale(1.3);
}

.animated .img-animation img {
  transform: translateY(0) scale(1);
  filter: blur(0);
  opacity: 1;
}



/*--------------------------------------------------------------
# AKTUELLES
--------------------------------------------------------------*/

.insights-filters {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: center;
	width: 100%;
	margin-bottom: 50px;
}

.filter-item {
	color: var(--text-color);
	display: block;
	padding: 10px 25px;
	border: 1px solid var(--text-color);
	border-radius: var(--br);
	transition: all .3s ease;
	text-decoration: none !important;
}

.filter-item.is-active, .filter-item:hover {
	background: var(--text-color);
	color: #fff;
}

.insights-news {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: calc(var(--spacing) / 2.5);
	justify-content: center;
	margin: 0 auto;
}

.insight-item {
	width: 100%;
}

.insight-item .thumb img {
	display: block;
	width: 100%;
	height: 320px;
	object-fit: cover;
	border-radius: var(--br);
}

.insight-item-content {
	padding: 25px;
}

.insight-title {
	margin: 10px 0 30px 0;
}

.insight-title a {
	hyphens: auto;
	color: var(--text-color);
}

.insight-excerpt {
	margin: 0 0 30px 0;
}

.insight-link {
	display: inline-block;
	text-decoration: none;
}

.small-btn {
	color: var(--text-color);
	display: flex;
	gap: 20px;
	align-items: center;
	font-weight: 600;
}

.small-btn .btn-icon {
	width: 11px;
  	aspect-ratio: unset;
}

.small-btn .btn-icon img {
	width: 8px;
	height: auto !important;
}

.highlight-item {
	position: relative;
	width: 100%;
	min-height: 450px;
	border-radius: var(--br);
	overflow: hidden;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}

.highlight-item img, .highlight-item picture {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.highlight-item .bg-img:after {
	content:"";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, rgba(1, 9, 30, 0.5) 60%);
	pointer-events: none;
}

.highlight-content {
	padding: 25px;
  	color: #ffffff;
}

.highlight-content .insight-title a {
	color: #ffffff;
}

.highlight-content .insight-excerpt {
  	color: #ffffff;
}

.highlight-content .insight-link {
	background: #ffffff;
	color: var(--text-color);
	padding: 12px 25px 12px 20px;
	border-radius: var(--br);
	text-decoration: none;
	width: fit-content;
}



.aktuelles .insights-news {
	display: grid;
	grid-template-columns: repeat(2, 500px);
}

.aktuelles .insight-item {
	position: relative;
}

.aktuelles .thumb picture {
	height: 100%;
}

.aktuelles .thumb {
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	border-radius: var(--br);
  	overflow: hidden;
}

.aktuelles .thumb::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgb(0,0,0);
  background: linear-gradient(0deg, rgba(0,0,0,0.6040616930365896) 0%, rgba(0,0,0,0) 100%);
}

.aktuelles .insight-item .thumb img {
  	height: 100%;
}

.aktuelles .insight-excerpt {
	display: none !important;
}

.aktuelles .insight-item-content {
	min-height: 580px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	color: #fff;
	height: 100%;	
}

.aktuelles .insight-title a {
	color: #fff;
}

.aktuelles .insight-link {
	background: #fff;
	display: inline-flex;
	width: fit-content;
	padding: 10px 20px;
	border-radius: var(--br);
	text-decoration: unset !important;
}


/*--------------------------------------------------------------
# GLOSSAR
--------------------------------------------------------------*/

.card-columns {
    -webkit-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 10px;
    column-gap: 10px;
    orphans: 1;
    widows: 1;
}

.card-columns .card {
	border-radius: 0;
	padding: 30px 30px 30px 80px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-clip: border-box;
	margin-bottom: 30px;
	break-inside: avoid;  
	-webkit-column-break-inside: avoid;
	-moz-column-break-inside: avoid;
	page-break-inside: avoid;  
	max-width: 94%;
	border: 1px solid #efefef;
	border-radius: var(--br);
	transition: all .3s ease;
}

.card-columns .card:hover {
	background: #efefef;
}

.card-columns .card .card-letter {
    position: absolute;
	color: #b2b4b8;
	left: 20px;
	line-height: 1;
	top: 15px;
	font-size: 60px;
}

.card-columns .card h3 {
	font-size: 22px !important;
}




/*--------------------------------------------------------------
# TEAM ÜBERSICHT
--------------------------------------------------------------*/

.filterRow {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	width: 100%;
	margin-bottom: 50px;
}

.filterCategory {
  	color: var(--text-color);
	display: block;
	padding: 10px 25px;
	border: 1px solid var(--text-color);
	border-radius: var(--br);
	transition: all .3s ease;
	text-decoration: none !important;
	cursor: pointer;
}

.filterCategory.active, .filterCategory:hover {
  	background: var(--text-color);
	color: #fff;
}


.singleCategory,
.singleTeamCategory {
  overflow: hidden;
  height: 0;
  opacity: 0;
  transform: translateY(6px);
  transition: height .28s ease, opacity .28s ease, transform .28s ease;
  will-change: height, opacity, transform;
  pointer-events: none;
}

.singleCategory.is-active,
.singleTeamCategory.is-active,
.singleCategory.active,
.singleTeamCategory.active {
  opacity: 1;
  transform: none;
  pointer-events: auto;
}


.singleCategory {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 30px;
	margin: 0 !important;
}

.singleTeamMember .image img {
	aspect-ratio: 3/2;
  	object-fit: cover;
	border-radius: var(--br);
}

.singleTeamMember .image {
	margin-bottom: 15px;
}

.singleTeamMember h3 {
	margin-bottom: 0 !important;
}



.socialmedia-icons {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 30px;
}

.socialmedia-icons svg {
	height: 20px;
  	width: auto;
}

.socialmedia-icons svg path {
	fill: var(--text-color);
	transform: all .3s ease;
}

.socialmedia-icons a:hover svg path {
	fill: var(--main-color);
}



/*--------------------------------------------------------------
# KARRIERE
--------------------------------------------------------------*/

.jobs-category__title {
	margin-bottom: 15px;
}

.jobs-category__list {
	padding: 0 !important;
	display: flex;
	flex-direction: column;
	gap: 15px;
	list-style: none !important;
}

.jobs-item__link {
	background: #fff;
	border-radius: var(--br);
	display: flex;
	color: var(--text-color);
	padding: 15px 20px;
	justify-content: space-between;
}

.jobs-item__title {
	font-weight: 600;
}

.karriere-slider .slide-inner {
  display: grid;
  grid-template-columns: 100px 1fr;
  grid-template-rows: auto 1fr auto auto 1fr;
  grid-template-areas:
    "text text"
    "image ."
    "image title"
    "image subtitle"
    "image .";
  column-gap: 30px;
  row-gap: 0;
}

.karriere-slider .slide-inner ._text { 
	grid-area: text; margin: 0 0 12px 0; 
}
.karriere-slider .slide-inner ._image { 
	grid-area: image; 
	align-self: center; 
	width: 100px; 
}

.karriere-slider .slide-inner ._title { 
	grid-area: title; 
}

.karriere-slider .slide-inner ._subtitle { 
	grid-area: subtitle; 
}

.karriere-slider .slide-inner ._title > *,
.karriere-slider .slide-inner ._subtitle,
.karriere-slider .slide-inner ._subtitle > *,
.karriere-slider .slide-inner .style-h3,
.karriere-slider .slide-inner .style-h4 { 
	margin: 0; 
}

.karriere-slider .slide-inner ._image img {
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 100%;
}


@media (max-width: 768px) {
  .karriere-slider .slide-inner {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto auto;
    grid-template-areas:
      "text"
      "image"
      "title"
      "subtitle";
  }
}


/*--------------------------------------------------------------
# GOOGLE MAP
--------------------------------------------------------------*/

#map-container {
	width: 100%; 
	height: 500px;
	position: relative;
	display: flex;
	flex-direction: column;
}

#custom-map {
	width: 100%; 
	height: 100%;
}

#map-placeholder {
	width: 100%; 
	height: 100%; 
	display:flex; 
	align-items:center; 
	justify-content:center; 
	background-color:#f5f5f5;
}



/*--------------------------------------------------------------
# FOOTER
--------------------------------------------------------------*/

#footer {
	margin: auto 0 0;
	background: var(--color-1);
  	color: #fff;
}

#footer a {
	color: #fff;
}

#footer a:hover {
	filter:brightness(10);
}

.footer-row {
	display: grid !important;
	grid-template-columns: 1.6fr 1.2fr .7fr .8fr !important;
  	line-height: 1.7em;
}

.footer-row .col {
	flex-direction: column;
}

#footer ul.menu {
    list-style: none;
    padding-left: 0;
	margin: 0;
}

#footer ul.menu li a {
    position: relative;
    display: flex;
	align-items: center;
}

#menu-footer {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-direction: column;
}

#footer .footer-row .menu li a {
	position: relative;
	display: flex;
	align-items: center;
	gap: 10px !important;
}

#footer .footer-row .menu li a::before {
	content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="7.811" height="14.121" viewBox="0 0 7.811 14.121"><path id="Vector" d="M0,0,6,6,0,12" fill="none" stroke="%238a8a8a" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"/></svg>');
	width: 8px !important;
	height: 22px;
	margin-top: -2px;
}

.row.copyright {
	border-top: 1px solid #fff3;
	padding-top: calc(var(--spacing) / 2);
	align-items: center !important;
	font-size: 15px;
}

.row.copyright .footer-links {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	justify-content: flex-end;
}

.row.copyright .menu li {
	display: flex;
  	align-items: center;
}

.row.copyright .menu li:after {
	content:"";
	width: 1px;
	height: 12px;
	background: var(--color-1);
	display: block;
	margin: 0 6px;
}

.row.copyright .menu li:last-child:after {
	display: none !important;
}

#footer .headline {
	margin-bottom: 25px;
}

#footer .headline * {
	text-transform: uppercase;
}

#footer .custom-logo-link {
	margin-bottom: 25px;
	margin-top: 5px;
}

#footer .custom-logo-link img {
	height: 20px;
	object-fit: contain;
	filter: brightness(100);
}

.copyright-menu .menu {
	display: flex;
	justify-content: flex-end;
	flex-wrap: wrap;
}

/*--------------------------------------------------------------
# POPUP
--------------------------------------------------------------*/

.popup {
	position: fixed;
	width: 100vw;
	z-index: 9999;
  	background: #fff8;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 50px;
	display: flex;
	opacity: 0;
  	visibility: hidden;
	transition: all .2s ease .15s;
}

.popup.active {
	opacity: 1;
	visibility: visible;
	backdrop-filter: blur(2px);
	transition: all .3s ease;
}

.popup-inner {
	max-width: 600px;
	background: #fff;
	border-radius: var(--br);
	padding: 50px;
	box-shadow: 0 0 40px #0003;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background-color: #fff;
	outline: 0;
	margin: auto;
	transform: translateY(80px);	
	transition: transform .5s ease;
}

.popup.active .popup-inner {
	transform: translateY(0px);
}

.popup ._close {
	width: 30px;
	height: 30px;
	opacity: 1;
	cursor: pointer;
	position: absolute;
	right: 25px;
	top: 25px;
}

.popup ._close::before, .popup ._close::after {
	position: absolute;
	left: 15px;
	content: ' ';
	height: 30px;
	width: 2px;
	border-radius: 5px;
	background-color: #000;
}

.popup ._close::before {
	transform: rotate(45deg);
}

.popup ._close::after {
    transform: rotate(-45deg);
}

.popup .hidden {
	display: none !important;
}

.popup .contactform {
	margin-top: 20px;
}

.popup .headline {
	margin-bottom: 20px;
}



/*--------------------------------------------------------------
# SONSTIGES
--------------------------------------------------------------*/


.contactform-info {
	background: var(--main-color) !important;
	border: 1.5px solid var(--main-color) !important;
}

.contactform {
	overflow: unset !important;
}

.brlbs-cmpnt-dialog-box-entrance .brlbs-mt-4 {
	gap: 5px;
	display: flex;
	flex-direction: column;
}

.brlbs-cmpnt-container .md\:brlbs-flex {
    gap: 5px;
}

#CookieBoxTextHeadline {
  	font-size: 28px !important;
}

#BorlabsCookieBox ._brlbs-h3 {
	font-family: 'sub-font' !important;
	font-size: 24px !important;
	font-weight: 600 !important;
	color: var(--main-color) !important;
	line-height: 1.3em !important;
}

#BorlabsCookieBox ._brlbs-btn {
	font-weight: 400;
	font-size: 15px !important;
	text-transform: uppercase;
	padding: 15px !important;
	line-height: 1em;
	border-radius: 0 !important;
}

#BorlabsCookieBox ._brlbs-bar-advanced ul, #BorlabsCookieBox ._brlbs-box-advanced ul {
	justify-content: flex-start !important;
	margin-top: 20px !important;
}


._brlbs-cb-googlemaps {
	margin-top: calc(-600px - var(--el-spacing));
}

._brlbs-google-maps {
	width: 100%;
	height: 600px;
}

._brlbs-google-maps ._brlbs-thumbnail {
	height: 100%;
	object-fit: cover;
	opacity: .4;
}

._brlbs-google-maps ._brlbs-caption {
	background: #94987c !important;
	color: #fff;
	max-width: 600px;
	margin: auto !important;
	right: 0;
	padding: 30px 40px !important;
}

._brlbs-google-maps ._brlbs-caption a:not(._brlbs-btn) {
	color: #fff !important;
	text-decoration: underline;
  }

._brlbs-google-maps ._brlbs-btn {
	background: #fff !important;
	border-radius: 0 !important;
	font-size: 15px !important;
	text-transform: uppercase !important;
	padding: 12px 30px !important;
	color: var(--sub-color) !important;
}

.datenschutz-text h3 {
	font-size: 24px;
	margin: 40px 0 20px;
}

#content .add-padding {
	padding: 100px 0 !important;
}

.datenschutz h2 {
	font-size: 28px;
	margin-top: 60px;
}

.datenschutz h3 {
	font-size: 22px;
	margin-top: 35px;
	margin-bottom: 10px;
}

.datenschutz h4 {
	font-family: var(--font-family), sans-serif;
	font-size: var(--font-size);
	font-weight: 600;
	color: var(--font-color);
	line-height: 1.3em;
	margin: 25px 0 5px;
}


/*--------------------------------------------------------------
# ERROR
--------------------------------------------------------------*/

#content > #error {
	min-height: calc(100vh - var(--header-height));
	padding: 60px 0;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;	
}

.error-content {
	max-width: 600px;
}

.error-404 {
	font-size: 50px;
	line-height: 1.2em;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
}

.error-text {
	font-size: 30px;
	line-height: 1.2em;
	font-weight: 600;
	margin: 15px 0 20px;
}




/*--------------------------------------------------------------
# RESPONSIVE
--------------------------------------------------------------*/


@media all and (max-width: 980px) {

	.order-1 {
		order:1;
	}

	.order-2 {
		order:2;
	}

	.m-b-0 {
		margin-bottom: 0 !important;
	}

	.hero-slider .slide-inner {
		min-height: 480px;
	}

	.hero-slider .slide-inner ._content {
		margin: auto 0 60px;
	}

	.text-line-right {
		flex-direction: column;
		margin-bottom: 20px !important;
	}

	.text-line-right:after {
		display: none !important;
	}

	.tabcontent {
		grid-template-columns: 1fr;
		gap: var(--el-spacing);
	}

	.tabcontent .tab-navigation {
		order: 2;
	}

	.tabcontent .tab-elements {
		order: 1;
	}

	.img-banner {
		min-height: 580px;
		padding: 80px 7vw;
		width: 100vw !important;
	}

	.img-banner .bg-img {
		border-radius: 0;
	}

	.auszeichnungen-slider img {
		max-height: 100px;
  		object-fit: contain;
	}

	.referenzen-slider .slide-inner {
		grid-template-columns: 1fr;
		gap: 10px;
	}

	.referenzen-slider .slide-inner img {
		max-width: 200px;
		margin-top: 10px;
	}

	
}

@media (max-width: 767px) {


	.footer-row {
		grid-template-columns: 1fr !important;
		text-align: center;
	}

	.footer-row .col {
		align-items: center;
	}

	#footer ul.menu li a {
		text-align: center;
		justify-content: center;
	}

	.socials {
		justify-content: center;
	}


	.copyright {
		gap: 15px;
	}

	.copyright .col {
		justify-content: center !important;
	}

	.row.copyright {
		text-align: center;
	}

	.copyright-menu .menu {
		justify-content: center;
	}


	.tag-liste .list {
		font-size: 14px;
	}


}


@media (max-width: 460px) {


}