/*!
Theme Name: kenkel
Theme URI: https://christian-kenkel.de
Author: webcoon
Author URI: https://webcoon.de
Description: Theme für Rechtsanwalt Christian Kenkel
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: kenkel
*/


/*--------------------------------------------------------------
# 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: 0;
	margin-bottom: 2px;
	display: grid;
	grid-template-columns: 6px 1fr;
	gap: 8px;
}

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

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

.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 {
	font-family: "Times New Roman", Times, serif !important;
	font-style: italic;
}

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

#header .header-inner .header-menu .header-menu-inner .menu-button a, .cf-senden, .nl-submit {
	padding: 12px 25px;
	color: var(--main-color) !important;
	text-transform: normal;
	border-radius: 100px;
	position: relative;
	display: inline-flex;
	align-items: center;
	transition: all .4s ease;
	text-decoration: none !important;
	background: var(--sub-color) !important;
  	border: 1px solid var(--sub-color) !important;
	border-color: var(--sub-color) !important;
	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;
}

.cf-senden, .nl-submit {
	padding: 14px 25px 15px;
}

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

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: 14px 25px 16px 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;
}

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

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


.svg-c {
	fill: #741b12;
	stroke: #741b12;
	stroke-miterlimit: 10;
	stroke-width: .569px;
}

.svg-w {
	fill: #fff;
}

.svg-grau {
	fill: #222;
}

.h-wh #header:not(.scroll-up) .header-logo:not(.active) .svg-grau {
	fill: #fff;
}

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

.hero {
	overflow: hidden;
}

.hero .row {
	z-index: 2;
}

.hero-icon {
	position: absolute;
	z-index: 0;
	opacity: .05;
	width: 40vw;
	right: -10vw;
	bottom: -20vw;
	min-width: 260px;
}

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


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

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

.introbox {
	padding: calc(var(--spacing) / 2);
	border-radius: var(--br);
	display: flex;
	flex-direction: column;
	gap: 5px;
}

.introbox a.button {
	background: unset;
	color: var(--main-color);
	padding: 0 !important;
	margin-top: 15px;
	border: 0 !important;
	border-bottom: 1px solid var(--main-color) !important;
	gap: 0 !important;
	border-radius: 0 !important;
	padding-bottom: 5px !important;
}

.nobutton {
	position: relative;
  	padding-left: 15px;
}

.nobutton:before {
	content:"";
	height: 100%;
	width: 1px;
	background: #fff;
	position: absolute;
}

.nobutton a.button {
	background: unset !important;
	border: 0 !important;
	color: #fff !important;
}

.main.nobutton:before {
	background: var(--main-color);
}

.main.nobutton a.button {
	color: var(--main-color) !important;
}

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

.unterschrift img {
	max-width: 150px;
  	border-radius: 0 !important;
}


.underline {
  position: relative;
}

.button-stroke {
  display: block;
  width: 100%;
  height: 7px;
  stroke: var(--sub-color);
  position: absolute;
  left: 0px;
  bottom: -2px;
  stroke-width: 0.8;
  stroke-dasharray: 950px;
  stroke-dashoffset: 950px;
  transition: stroke-dashoffset 1.2s ease-out .6s;
}

.animated .button-stroke {
  stroke-dashoffset: 0px;
}

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


.steps .step {
  min-height: 250px;
}

.bg-main-color .contactform .datenschutz label.checkbox > .label-titel .label-name {
	color: #fff !important;
}



.sticky-element {
	position: sticky;
	top: 30px;
	transition: all .3s ease;
}

.sticky-element.scroll-up {
	top: calc(var(--header-height) + 30px);
}

.sticky-element.scroll-up.scroll-down {
	top: 30px;
}

.table-content {
	border: 1px solid #ccc;
	border-radius: var(--br);
	display: flex;
	flex-direction: column;
	padding: 15px 0;
}

.table-content a {
	padding: 10px 25px;
}

.table-content a.active, .table-content a:hover {
	background: var(--bg-color);
}




.side-button {
    position: fixed;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    background-color: #20332c;
    color: #fff;
    border-radius: 8px;
    overflow: hidden;
    z-index: 1000;
}

.side-button a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px;
    text-decoration: none;
    color: #fff;
    border-bottom: 1px solid #fff3;
    transition: background-color 0.3s;
}

.side-button img {
    width: 18px;
}

.side-button a:last-child {
    border-bottom: 0px solid;
}

.side-button a:hover {
    background-color: #273e35;
}

.referenzen .swiper-button-next {
	right: -20px;
	height: 40px;
	width: 40px;
	background: var(--sub-color);
	border: 0;
	z-index: 99;
}

.referenzen .swiper-button-prev {
	left: -20px;
	height: 40px;
	width: 40px;
	background: var(--sub-color);
	border: 0;
	z-index: 99;
}

.referenzen .swiper-button-next::before, .referenzen .swiper-button-prev::before {
	height: 10px;
	width: 10px;
	border-right: 1px solid #fff;
	border-top: 1px solid #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;
}


/* 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, 40, 39, 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;
}


/* REFERENZEN */

.referenzen .slide-inner {
	background: var(--bg-color);
	padding: 40px;
	border-radius: var(--br);
	display: flex;
	flex-direction: column;
	gap: 10px;
	height: 100%;
}

.referenzen .slide-inner ._subtitle {
	order: 3;
	margin-top: auto;
}


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

  



.beratung-liste {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

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

.beratung-liste .list ._headline {
	font-weight: 600;
}



.infobox.call {
	padding-left: 150px;
	position: relative;
}

.infobox.call .image {
	position: absolute;
  	left: 0;
  	width: 120px;
}

.infobox.call .image img {
	border-radius: 100%;
}

.infobox.call * {
	color: #fff;
}

.infobox.call h3 {
	font-size: 32px;
  	font-weight: 300;
  	line-height: 1.2em;
}



.bg-bg-color .accordion .accordion-element {
  	background: #fff;
}

.spez-bg .bg-img {
	background: var(--main-color);
}

.spez-bg .bg-img img {
	opacity: .15;
  	filter: grayscale(1);
}

.spez-bg .datenschutz label {
	color: #fff;
}

.datenschutz label {
	cursor: pointer;
}

/*--------------------------------------------------------------
# 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 .list:first-child {
	background: var(--sub-color) !important;
}

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


.border-bottom {
	border-bottom: 1px solid #ccc;
  	padding-bottom: 30px;
}

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

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

#footer a {
	color: #fff;
}

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

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

.footer-row {
	display: grid !important;
	grid-template-columns: 1.8fr .9fr 1fr 1.3fr !important;
}

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

.footer-row .col:first-child {
	white-space: unset;
}

#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 {
	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: 1240px) {
	.nobutton {
		display: none !important;
	}

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

	.footer-row > .col:first-child {
		grid-column: 1 / -1;
	}

}



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

	:root {
		--header-height: 75px !important;
    	--header-spacing: 12px !important;
	}

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

	.m-h {
		display: none !important;
	}

	.infobox.call .image {
		position: unset;
		margin-bottom: 20px;
	}

	.infobox.call {
		padding-left: 0;
	}

	.cf-element.col-6 {
		width: 100% !important;
	}


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

	.sticky-element {
		position: unset !important;
	}

	.copyright {
		display: grid !important;
  		grid-template-columns: 1fr 1fr;
		gap: 10px !important;
	}
	
}

@media (max-width: 767px) {

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

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

	.m-p-0 {
		padding: 0 !important;
	}


}


@media (max-width: 460px) {


}