/*!
Theme Name: law
Theme URI: https://law-steuerberatung.de
Author: webcoon
Author URI: https://webcoon.de
Description: Theme für LAW Steuerberatung
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: law
*/


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

:root {
	--br: 20px;
}

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, picture {
	width: 100%;
	height: auto;
	display: block;
}

.bg-img picture {
	height: 100%;
}

::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: none;
	padding: 0;
	margin: 0 0 15px;
}

#content ul li {
	padding-left: 15px;
	margin-bottom: 3px;
}

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

#content ul li::before {
	content: "";
	background-color: var(--sub-color);
	display: block;
	width: 5px;
	height: 5px;
	margin-top: 10px;
  	position: absolute;
  	left: 0;
}

.upc {
	text-transform: uppercase;
}

.strong {
	font-weight: 600;
}

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

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

.fd-c {
	flex-direction: column;
}


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

h4, .style-h4 {
	text-transform: uppercase;
	letter-spacing: 1.5px;
}

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

.menu-button a, .cf-senden, .nl-submit {
	padding: 12px 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: 'main-font';
	cursor: pointer;
}

.menu-button a {
	color: #fff !important;
}

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);
}

.menu-button a {
	padding: 12px 20px 12px 25px;
	gap: 20px;
}

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;
	gap: 20px;
	font-family: 'main-font';
	background: var(--main-color);
	border: 1px solid var(--main-color);
	line-height: 1em;
	border-radius: 100px;
	padding: 12px 20px 12px 25px;
	transition: all .4s ease;
}

a.button .btn-icon img, .menu-button .btn-icon img {
	width: 8px;
	filter: brightness(0) invert(1);
}

.sub-color .btn-icon img {
	filter: unset !important;
}

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

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

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

.i-h-f picture {
  height: 100%;
  object-fit: cover;
}

.image.br img {
	border-radius: 20px;
}

.row.br {
	border-radius: 20px;
}

.col.br {
	border-radius: 20px;
}

.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 {
	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(--sub-color);
}

.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(--sub-color);
}

.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: #fff2;
	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: #fff;
}

.socials a:hover svg * {
	fill: #fff;
}

.no-br img {
	border-radius: 0 !important;
}

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

.form-input-white .text-input, .form-input-white .textarea-input {
	background: #fff;
}

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


/* HERO */

.blog-hero .row .image {
	max-width: calc(100vw - 120px) !important;
	margin: auto !important;
	border-radius: var(--br) !important;
	overflow: hidden !important;
}

.blog-hero .row .image img {
	min-height: 660px;
	height: 80vh;
	max-height: 1000px;
	object-fit: cover;
}


/* HERO SLIDER */


.hero-slider {
	max-width: calc(100vw - 120px);
	margin: auto;
	border-radius: var(--br);
	overflow: hidden;
}

.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: 620px;
	width: var(--width);
	position: relative;
	z-index: 4;
	margin: auto 0 5%;

	background: #ffffff9e;
	backdrop-filter: blur(5px);
	padding: 40px !important;
	border-radius: 20px;
	margin-left: 10%;
	margin-right: auto;
	margin-top: auto;
	margin-bottom: 5%;
}

.hero-slider .slide-inner ._title {
	max-width: 600px; 
}

.hero-slider ._image video, .hero-slider ._image img, .hero-slider ._image picture {
	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 .swiper-pagination {
	position: absolute;
	bottom: 30px;
	left: 0;
	right: 0;
	z-index: 9;
	justify-content: center;
}

.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: 44px;
	object-fit: contain;
	filter: grayscale(1);
}


.partner-logos {
	display: flex;
  	align-items: center;
	justify-content: space-between;
}

.partner-logos img {
	max-height: 44px;
	object-fit: contain;
	filter: grayscale(1);
}

.partner-logos > * {
	width: fit-content;
}


/* REFERENZEN SLIDER */

.referenzen-slider .slide-inner {
	display: grid;
	grid-template-columns: auto 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;
}

.referenzen-slider .slide-inner ._image img {
	max-height: 38px;
	max-width: 200px;
	object-fit: contain;
}


/* 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: 100px;
}


/* 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(28, 32, 40, 0.5));
}


/* 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-element {
	display: none;
}

.tab-element.active {
	display: block;
}

.tab-content {
	display: none;
}

.tab-navigation-item.active .tab-content {
	display: block;
}
  
.tab-element img {
	border-radius: var(--br);
}

.tab-content .btn-icon img {
  filter: unset !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: 1rem;
}
  
/*--------------------------------------------------------------
# LEISTUNGEN
--------------------------------------------------------------*/

.leistungs-items {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 30px;
	align-items: unset;
}

@media all and (max-width: 980px) {
	.leistungs-items {
		grid-template-columns: 1fr 1fr;
	}
}

@media all and (max-width: 768px) {
	.leistungs-items {
		grid-template-columns: 1fr;
	}
}

.leistungs-item {
	background: #fff;
  	padding: 50px;
  	border-radius: var(--br);
	margin-bottom: 0 !important;
	display: flex;
  	flex-direction: column;
}

.leistungs-item.color-w * {
	color: #fff;
}

.leistungs-item.color-w .headline h3 {
	font-size: 40px;
	font-weight: 600;
	line-height: 1.2em;
	margin: 0 0 10px;
}

.leistungs-item.color-w div.button {
	margin-top: auto;
	padding-top: 30px;
}

.leistungs-item.color-w div.button .button {
	border-color: #fff;
}

.icon-list {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.icon-list .list {
	display: grid;
  	grid-template-columns: 8px 1fr;
  	gap: 15px;
}

.icon-list .list ._image {
	padding-top: 6px;
}

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

.insights-news {
	display: grid;
	grid-template-columns: repeat(3, 360px);
	grid-gap: 20px;
	justify-content: center;
	margin: 0 auto;
}

.insight-item {
	width: 100%;
}

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

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

.insight-title {
	margin: 0 0 25px 0;
}

.insight-title a {
	font-size: 20px;
	line-height: 1.3;
	color: var(--text-color);
}

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

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

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

.small-btn img {
	width: 8px !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: 100px;
	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: 100px;
	text-decoration: unset !important;
}


/*--------------------------------------------------------------
# KONTAKT
--------------------------------------------------------------*/

.kontakt-liste {
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.kontakt-liste .list {
	display: grid;
	grid-template-columns: 35px 1fr;
	gap: 15px;
	align-items: center;
	background: #fff;
	padding: 20px 30px;
	border-radius: var(--br);
}

.kontakt-liste ._headline {
	font-size: 20px;
}

.kontakt-liste ._headline a {
	color: var(--text-color);
}


.fill-img {
	min-height: 400px;
  	height: 100%;
}

.fill-img img {
	position: absolute;
	top: 0;
	bottom: 0;
	height: 100%;
	object-fit: cover;
	object-position: 100% 30%;
}


#map-container {
	min-height: 450px;
}

#map-info {
    position: absolute;
    top: 10px;
    left: 10px;
    background: rgba(255, 255, 255, 0.9);
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 999;
    font-size: 14px;
	line-height: 1.3em;
}

#map-info .map-titel {
    font-size: 16px;
    font-weight: 600;
}

#custom-map {
    width: 100%;
    min-height: 500px;
    position: relative;
    overflow: hidden;
    height: 100%;
    border-radius: 8px;
}

.map-review {
    display: flex;
    align-items: center;
    gap: 5px;
    margin: 2px 0;
}

.map-review .star {
    font-size: 22px;
}

#map-placeholder {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--color-2);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 1;
    gap: 10px;
    padding: 30px;
    border-radius: 8px;
    overflow: hidden;
}

#map-placeholder .map-bg {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .5;
}


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

.accordion {
	display: flex;
	flex-direction: column;
	gap: calc(var(--el-spacing) / 2);	
}

.accordion .accordion-element {
	overflow: hidden;
	transition: all .3s ease;
	border-bottom: unset;
	background: var(--bg-color);
  	border-radius: 20px;
}

.accordion .accordion-element .accordion-title {
	text-transform: none;
	font-weight: 600;
	font-size: var(--font-size);
}

.accordion-title::after {
	border-color: var(--main-color);
}

.contactform .datenschutz label.checkbox > .label-titel .label-name {
  font-size: 14px !important;
  line-height: 1.4em !important;
}

.team-col {
	padding: 40px;
	border-radius: 20px;
	overflow: hidden;	
}

.team-col .image {
	width: calc(100% + 80px) !important;
  	margin: -40px -40px 40px !important;
}

.tags {
	display: flex;
	flex-wrap: wrap;
	gap: 5px 10px;
	margin: 10px 0 20px;
}

.tag {
	padding: 8px 15px;
	border: 1px solid;
	font-size: 13px;
	line-height: 1em;
	border-radius: 100px;	
}

.facts {
	text-align: center;
	display: grid;
	grid-template-columns: 1fr 1fr;
	background: var(--bg-color);
	border-radius: var(--br);
	padding: 30px;
	gap: 15px;
}

.facts .list {
	position: relative;
}

.facts .list:after {
	content: "";
	height: 100%;
	width: 1px;
	background: #0003;
	position: absolute;
	top: 0;
	bottom: 0;
	right: -8px;
}

.facts .list:last-child:after {
	display:none !important;
}

.facts ._headline {
	font-family: 'main-font';
	font-size: 32px;
	font-weight: 600;
	color: var(--text-color);
	line-height: 1.2em;
}


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

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

#footer a {
	color: #fff;
}

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

.footer-logo img {
	max-width: 180px;
}

.footer-row {
	display: grid !important;
	grid-template-columns: 1.6fr 1.1fr .7fr .9fr !important;
}

.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 {
	margin-bottom: 5px;
}

#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: #fff3;
	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: 30px;
	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 {
  		max-width: 94vw;
	}

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

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

	.hero-slider .slide-inner ._content ._text {
		display: none !important;
	}

	.hero-slider .slide-inner ._content .style-h1 {
		font-size: 24px;
	}

	.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: 20px;
		width: auto;
	}

	.insights-news {
  		grid-template-columns: 1fr;
	}

	.facts {
		grid-template-columns: 1fr;
	}

	.facts .list::after {
		display: none !important;
	}	

	
}

@media (max-width: 767px) {


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

	.footer-logo img {
		max-width: 150px;
		margin: auto;
	}

	.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;
	}

	.hero-slider .slide-inner ._content {
		width: 94%;
		padding: 20px !important;
	}


}


@media (max-width: 460px) {


}