/*!
Theme Name: Reisezeit
Theme URI: https://reisezeit-katalog.de
Author: webcoon
Author URI: https://webcoon.de
Description: Theme für Reisezeit Katalog
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: reisezeit
*/


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

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

a.button, button.button, .menu-button a, .cf-senden, .nl-submit {
	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;
	gap: 25px;
	font-family: var(--font-family);
	background: var(--main-color);
	border: 1px solid var(--main-color);
	line-height: 1em;
	border-radius: 100px;
	padding: 12px 25px;
	transition: all .4s ease;
	cursor: pointer;
}

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

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


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

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

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

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


/* HERO SLIDER */

.hero-slider .slide-inner {
	min-height: 600px;
  	height: 70vh;
	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;
	display: flex;
	flex-direction: column;
	gap: 10px;
	color: #fff;
}

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

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

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

.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;
	background: #000;
}

.hero-slider .image img {
	opacity: .7;
}

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

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

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

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


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



/* --------------------------------------------------------------
   KATALOG GRID + UI
-------------------------------------------------------------- */

.katalog-overview { position: relative; }

.katalog-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

.katalog-card {
  border: 1px solid #ececec;
  border-radius: 18px;
  overflow: hidden;
  background: #fff;
  cursor: pointer;
  text-align: left;
  padding: 0;
  display: flex;
  flex-direction: column;
  box-shadow: 0 8px 20px #00000010;
  transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease;
}

.katalog-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px #00000014;
}

.katalog-card__media {
  width: 100%;
  position: relative;
  background: #f4f4f4;
  overflow: hidden;
}

.katalog-card__img {
  width: 100%;
  object-fit: contain;
  display: block;
  background: #fff;
}

.katalog-card__placeholder {
  width: 100%;
  height: 220px;
  background: linear-gradient(135deg, #f1f1f1, #fafafa);
  border-radius: 12px;
}

.katalog-card__body { 
	padding: 14px 16px 16px;
	margin-top: auto;
	display: flex;
	gap: 5px;
  	align-items: center;
  	justify-content: space-between;
}

.katalog-card__title {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.25;
  margin-bottom: 2px;
  color: var(--main-color);
  hyphens: auto;
}

.katalog-card__nr {
	font-size: 13px;
	color: var(--main-color);
	line-height: 1.2em;
	opacity: .6;
}

.katalog-card__desc { font-size: 14px; line-height: 1.35; color: #444; }

.katalog-card__check {
	position: relative;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 10px 25px #00000024;
  border: 1px solid var(--main-color);
  opacity: .9;
}

.katalog-card.is-selected { border-color: #111; box-shadow: 0 14px 34px #0000001f; }

.katalog-card.is-selected .katalog-card__check { background: var(--main-color); }
.katalog-card.is-selected .katalog-card__check::after {
  content: "";
  position: absolute;
  left: 9px;
  top: 5px;
  width: 8px;
  height: 12px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg);
}

/* Unterhalb Grid Button */
.katalog-underbar {
  margin-top: 18px;
  display: flex;
  justify-content: center;
}

.katalog-underbar__btn {
  border: 0;
  background: var(--main-color);
  color: #fff;
  font-weight: 800;
  border-radius: 14px;
  padding: 12px 18px;
  cursor: pointer;
  transition: opacity .15s ease, transform .15s ease;
}

.katalog-underbar__btn:hover { transform: translateY(-1px); }
.katalog-underbar__btn:disabled {
  opacity: .35;
  cursor: not-allowed;
  transform: none;
}

/* --------------------------------------------------------------
   TOOLBAR (unten)
-------------------------------------------------------------- */

.katalog-toolbar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9998;
  padding: 16px;
  transform: translateY(120%);
  transition: transform .25s ease;
}

.katalog-toolbar.is-active { transform: translateY(0); }

.katalog-toolbar__inner {
  max-width: var(--maxwidth);
  margin: 0 auto;
  background: var(--main-color);
  color: #fff;
  border-radius: 18px;
  padding: 14px 16px;
  display: flex;
  align-items: center;
  gap: 14px;
  box-shadow: 0 20px 50px #00000030;
}

.katalog-toolbar__count { font-weight: 600; }

.katalog-toolbar__btn {
  margin-left: auto;
  background: #fff !important;
  color: var(--main-color) !important;
}

.katalog-toolbar__btn:hover { transform: translateY(-1px); }


/* Popup Erweiterungen */
.katalog-popup__headline { margin: 0 0 18px; font-size: 20px; }

.katalog-popup__selected {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 18px;
}

.katalog-selected-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 6px;
  border-radius: 16px;
  border: 1px solid var(--bg-color);
}

.katalog-selected-item img {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  object-fit: cover;
  background: #eee;
}

.katalog-selected-item__title { font-weight: 600; }
.katalog-selected-item__meta  { 
	font-size: 13px;
  	color: var(--main-color);
  	line-height: 1.2em;
  	opacity: .6;
}

.katalog-selected-item__remove{
  margin-left: auto;
  border: 0;
  background: transparent;
  cursor: pointer;
  color: var(--main-color);
  padding: 8px 10px;
  border-radius: 12px;
}

.katalog-selected-item__remove:hover{ background: var(--bg-color); }

.hide-feld {
	display: none !important;
}

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



/*--------------------------------------------------------------
# RECHTSTEXTE
--------------------------------------------------------------*/

.rechtstexte {
	margin-top: var(--gap);
}

.rechtstexte h1 {
	font-size: calc(var(--font-size) * 1.8);
	line-height: 1.3em;
	margin-bottom: 10px;
}

.rechtstexte h2 {
	font-size: calc(var(--font-size) * 1.3);
	line-height: 1.3em;
	margin-bottom: 10px;
	margin-top: 30px;
}

.rechtstexte h3 {
	font-size: var(--font-size);
	line-height: 1.3em;
	margin-bottom: 10px;
	margin-top: 30px;
}

.rechtstexte h4 {
	font-size: var(--font-size);
	text-decoration: underline;
	font-weight: 400;
	line-height: 1.3em;
	margin-bottom: 10px;
	margin-top: 30px;
}

.rechtstexte h5 {
	font-size: var(--font-size);
	font-weight: 400;
	line-height: 1.3em;
	margin-bottom: 10px;
	margin-top: 30px;
}


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

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

#footer a {
	color: #fff;
}

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


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

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

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

#footer .custom-logo-link {
	margin: auto;
}

#footer .custom-logo-link img {
	height: 35px;
	object-fit: contain;
	filter: brightness(0) invert(1);
}

#footer .menu {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 15px;
}

.copyright {
	text-align: center;
	font-size: 12px;
	padding-top: calc(var(--spacing) / 2);
	border-top: 1px solid #fff3;
}

/*--------------------------------------------------------------
# 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: 700px;
	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: var(--main-color);
}

.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) {

	.katalog-grid { 
		grid-template-columns: repeat(3, 1fr);
		gap: 15px;
	}

	.order-1 {
		order:1;
	}

	.order-2 {
		order:2;
	}

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

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

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

	
}

@media (max-width: 767px) {

	:root {
  		--width: 92%;
		--font-size: 16px;
	}

	.popup {
  		padding: 30px 2vw;
	}

	.popup-inner {
  		border-radius: 20px;
  		padding: 30px 15px;
	}

	.katalog-selected-item__title {
		font-size: 14px;
		line-height: 1.3em;
	}

	.cf-element {
  		margin-bottom: 10px;
	}

	.cf-element.col-6 {
  		width: calc(50% - 5px);
	}

	.cf-element.col-4 {
  		width: calc(33.33% - 5px);
	}

	.cf-element.col-8 {
  		width: calc(66.66% - 5px);
	}

	.katalog-toolbar {
  		padding: 6px;
		bottom: 10px;
	}

	.katalog-grid { 
		grid-template-columns: repeat(2, 1fr);
		gap: 10px;
	} 

	.katalog-toolbar__count {
		font-size: 12px;
  		font-weight: 400;
	}

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

	.copyright {
		gap: 15px;
	}

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

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

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


	.katalog-card__check {
  		width: 20px;
  		height: 20px;
		min-width: 20px;
	}

	.katalog-card.is-selected .katalog-card__check::after {
		left: 7px;
		top: 4px;
		width: 5px;
		height: 9px;
	}


}


@media (max-width: 460px) {
	.katalog-card__title {
		font-size: 14px;
	}

}