/*!
Theme Name:    co:listic childtheme
Author:        co:listic
Author URI:    https://colistic.de
Description:   co:listic Theme
Version:       1.0.0
License:       GNU General Public License v3 or later
License URI:   https://www.gnu.org/licenses/gpl-3.0.html
Template:      page-builder-framework
Text Domain:   page-builder-framework-child
*/

/* ############### General ############### */

html,
body{
	font-family: 'Montserrat', sans-serif;
	color:var(--waldbach-dark);
	font-size:16px;
}

h1, h2, h3, h4, h5, h6{
	font-family: 'Montserrat', sans-serif;
	color:var(--waldbach-dark);
	text-transform: uppercase;
	letter-spacing: 0em;
	font-weight: 900;
}

h1{
	font-size: 5rem;
    background: var(--waldbach-red);
    color: var(--waldbach-light);
    padding: 0px 10px;
    display: inline;
    width: fit-content;
	-webkit-box-decoration-break: clone;  
	box-decoration-break: clone;
    white-space:normal;
	line-height: 1.3;
}

h2{
	font-size: 3.5rem;
	line-height:1.3;
}

h2.mark{
    background: var(--waldbach-light);
    color: var(--waldbach-dark);
    padding: 0px 10px;
    display: inline;
    width: fit-content;
	-webkit-box-decoration-break: clone;  
	box-decoration-break: clone;
    white-space:normal;
	z-index: 100;
	line-height:1.3;
}

h2.mark.red{
	background: var(--waldbach-red);
    color: var(--waldbach-light);
}

.fl-col-content:has(.mark){
	display: block;
}

h2.mark:before,
h2.mark:after,
h1:before,
h1:after{
	position: absolute !important;
	top:0;
	left:0;
	display: none !important;
}

h3{
	font-size: 2.5rem;
	line-height:1.2;
}

h4{
	font-size: 2rem;
	line-height:1.2;
}

h5{
	font-size: 1.5rem;
	line-height:1.2;
}

h6{
	font-size: 1rem;
	line-height:1.2;
}

a{
	color:var(--waldbach-red);
}

a:hover{
	color:var(--waldbach-yellow);
}

@media only screen and (max-width: 1600px) {
	h1{
		font-size: 4rem;
	}

	h2{
		font-size: 3rem;
	}

	h3{
		font-size: 2.25rem;
	}

	h4{
		font-size: 1.75rem;
	}

	h5{
		font-size: 1.25rem;
	}

	h6{
		font-size: 1rem;
	}
}

@media only screen and (max-width: 800px) {
	html,
	body{
		font-size:15px;
	}
	
	h1{
		font-size: 3.5rem;
	}

	h2{
		font-size: 2.5rem;
	}

	h3{
		font-size: 2rem;
	}

	h4{
		font-size: 1.5rem;
	}

	h5{
		font-size: 1.25rem;
	}

	h6{
		font-size: 1rem;
	}
}


@media only screen and (max-width: 480px) {
	html,
	body{
		font-size:14px;
	}
	
	h1{
		font-size: 3.0rem;
	}

	h2{
		font-size: 2.25rem;
	}

	h3{
		font-size: 1.75rem;
	}

	h4{
		font-size: 1.5rem;
	}

	h5{
		font-size: 1.25rem;
	}

	h6{
		font-size: 1rem;
	}
}


@media only screen and (max-width: 420px) {
	html,
	body{
		font-size:13px;
	}
}

/* ############### Navigation ############### */

.wpbf-navigation .wpbf-menu a,
.wpbf-navigation-active .wpbf-menu a,
.wpbf-mobile-menu a{
    font-weight: 700;
    color: var(--waldbach-dark) !important;
}

.wpbf-navigation-active .wpbf-menu > .current-menu-item > a,
.wpbf-navigation-active .wpbf-menu a:hover,
.wpbf-navigation .wpbf-menu > .current-menu-item > a, 
.wpbf-mobile-menu > .current-menu-item > a{
	color: var(--waldbach-red) !important;
}

.wpbf-navigation .wpbf-menu > .current-menu-item > a,
.wpbf-navigation .wpbf-menu a:hover{
	color: var(--waldbach-red) !important;
}

.wpbf-menu-effect-underlined > .menu-item > a:after{
    background-color: var(--waldbach-red) !important;
}

.wpbf-mobile-nav-item{
	color: var(--waldbach-red) !important;
}

.wpbf-mobile-menu .menu-item {
    border-top: 1px solid var(--waldbach-dark) !important;
}


/* ############### Scrollbar and Select ############### */

::selection { background: var(--waldbach-red); color: var(--waldbach-dark); } 
::-moz-selection { background: var(--waldbach-dark); color: var(--waldbach-dark); } 
::-webkit-scrollbar { width: 5px; }
::-webkit-scrollbar-track { background: var(--waldbach-light); }
::-webkit-scrollbar-thumb { background: var(--waldbach-dark); }
::-webkit-scrollbar-thumb:hover { background: var(--waldbach-red); }


/* ############### Buttons ############### */

.fl-builder-content a.fl-button, 
.fl-builder-content a.fl-button:visited,
.wpbf-navigation .wpbf-menu .wpbf-cta-menu-item a, 
.wpbf-button, 
input[type=submit],
.pp-infobox .pp-more-link,
.job-submit,
.jp-apply-button,
.apply-btn,
.pp-modal-body input[type=submit]{
	background: var(--waldbach-red);
	color:var(--waldbach-light) !important;
	transition: all 1s;
	border:0;
	border-radius: 0px;
    padding: 16px 24px;
	text-transform: uppercase;
	font-weight: 600;
}

.fl-builder-content a.fl-button *,
.fl-builder-content a.fl-button:visited *{
	color:var(--waldbach-light);
}
	
.fl-builder-content a.fl-button:hover,
.fl-builder-content a.fl-button:visited:hover,
.wpbf-navigation .wpbf-menu .wpbf-cta-menu-item a:hover,
.wpbf-button:hover, 
input[type=submit]:hover,
.pp-infobox .pp-more-link:hover,
.job-submit:hover,
.jp-apply-button:hover,
.apply-btn:hover,
.pp-modal-body input[type=submit]:hover{
	background: var(--waldbach-yellow);
	color:var(--waldbach-light) !important;
}

.fl-builder-content a.fl-button *:hover,
.fl-builder-content a.fl-button:visited *:hover{
	color:var(--waldbach-light);
}


.fl-builder-content .fl-button-has-icon a.fl-button{
	background: transparent;
	color:var(--waldbach-red) !important;
	transition: all 1s;
	border:0;
	border-radius: 0px;
    padding: 0;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 2rem;
}

.fl-builder-content .fl-button-has-icon a.fl-button .fl-button-icon{
	transition: all 1s;
	margin-left: 0.5rem;
}

.fl-builder-content .fl-button-has-icon a.fl-button:hover .fl-button-icon{
	margin-left: 1rem;
}

.fl-builder-content .fl-button-has-icon a.fl-button .fl-button-icon:before{
	font-size: 2rem;
	line-height: 1.3 !important;
}

.fl-builder-content .fl-button-has-icon a.fl-button *,
.fl-builder-content .fl-button-has-icon a.fl-button:visited *,
.fl-builder-content .fl-button-has-icon a.fl-button *:hover,
.fl-builder-content .fl-button-has-icon a.fl-button:visited *:hover{
	color:var(--waldbach-red);
}

/* ############### Fonts ############### */

/* montserrat-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/montserrat-v29-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('fonts/montserrat-v29-latin-regular.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* montserrat-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/montserrat-v29-latin-700.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('fonts/montserrat-v29-latin-700.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* montserrat-900 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 900;
  src: url('fonts/montserrat-v29-latin-900.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('fonts/montserrat-v29-latin-900.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* ############### Hero ############### */
.hero{
	height:100%;
	width:100%;
}

.hero .background{
	object-fit: cover;
	width:100%;
	height:100%;
}

.hero .foreground{
	object-fit: contain;
	height:95%;
	width:auto;
	position: absolute;
	bottom: 0;
	right: 15%;
	animation: 1s ease-out 0s 1 slideInFromRight;
}

@media (max-width: 800px) {
	.hero .foreground{
		height:60%;
		bottom:-5%;
		right:5%;
	}
}

.hero h1.mark{
    position: relative;
    bottom: -60px;
}

.hero{
	margin-bottom: 5vh;
}


@keyframes slideInFromRight {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0);
  }
}


/* ############### Smart Headings ############### */

.pp-heading-content{
	border-top:2px solid var(--waldbach-dark);
	padding:2.5% 0;
}

.pp-heading-content .pp-heading-prefix,
.pp-heading-content .pp-heading,
.pp-heading-content .pp-sub-heading{
	float:left;
}

.pp-heading-content .pp-heading-prefix{
	width:5%;
}

.pp-heading-content .pp-heading{
	width:35%;
}

.pp-heading-content .pp-sub-heading{
	width:60%;
}

.heading-title{
	margin-top:0 !important;
	margin-bottom:0 !important;
	margin-right:2rem;
}

@media (max-width: 800px) {
	.pp-heading-content .pp-heading-prefix,
	.pp-heading-content .pp-heading,
	.pp-heading-content .pp-sub-heading{
		float:none;
		width:100%;
	}
	
	.heading-title{
		margin-bottom:2rem !important;
		margin-right:0px;
	}
}

/* ############### Logo Wall  ############### */

.pp-logos-content .pp-logo *{
	height:100%;
	width:100%;
}

.pp-logos-content .pp-logo img{
	object-fit: contain;
}

/* ############### Info Box ############### */

.pp-infobox.layout-3{
	padding:0;
}

.pp-heading-wrapper{
	align-self: center;
}

.pp-infobox.layout-3 .pp-icon-wrapper{
	flex:2;
	padding-right:4rem;
}

.pp-infobox.layout-3 .pp-infobox-image img{
	object-fit: cover;
    width: 100%;
    min-height: 50vh;
	box-shadow: 10px 10px 0px 0px var(--waldbach-red);
	-webkit-box-shadow: 10px 10px 0px 0px var(--waldbach-red);
	-moz-box-shadow: 10px 10px 0px 0px var(--waldbach-red);
}

.pp-infobox-title-wrapper{
	margin-bottom:2rem;
}

.pp-infobox.layout-3 .pp-infobox-title{
	margin-left:-8rem;
    background: var(--waldbach-light);
    color: var(--waldbach-dark);
    padding: 0px 10px;
    display: inline;
    width: fit-content;
	-webkit-box-decoration-break: clone;  
	box-decoration-break: clone;
    white-space:normal;
	z-index: 100;
	line-height: 1.3;
}

.pp-infobox.layout-3 .pp-icon-wrapper {
    margin-right: 0px;
}

@media (max-width: 800px) {
	.pp-infobox.layout-3 .pp-icon-wrapper{
		flex:auto;
		padding-right:0;
	}
	
	.pp-infobox.layout-3 .pp-infobox-title{
		margin-left:1rem;
	}
	
	.pp-infobox.layout-3 .pp-icon-wrapper {
		margin-bottom:-5rem;
	}
}


/* ############### Video Lightbox ############### */

.pp-video-wrapper{
	box-shadow: 10px 10px 0px 0px var(--waldbach-dark);
	-webkit-box-shadow: 10px 10px 0px 0px var(--waldbach-dark);
	-moz-box-shadow: 10px 10px 0px 0px var(--waldbach-dark);
}


/* ############### Store Locator ############### */

.wpsl-search,
.wpsl-direction-wrap,
.wpsl-info-actions{
	display: none !important;
}

/* ############### Punktestände Table ############### */


.tablesaw-cell-label {
    font-size: 1rem;
    text-transform: none;
    color: var(--waldbach-dark);
    font-family: inherit;
    min-width: 33%;
}


/* ############### Team Member / Partner  ############### */

.pp-member-wrapper .pp-member-image img {
    max-width: 500px;
	width: 100%;
}

.pp-member-wrapper blockquote{
	border:0;
	margin:0;
	padding:0;
	font-size:1.2rem;
	opacity: 0.5;
}


/* Countdown */

.fl-countdown-number{
	width: 24.9%;
	margin-left:0 !important;
	margin-right:0 !important;
	font-size: inherit;
}

@media (max-width: 1200px) {
	.fl-countdown-number{
		width: 49.9%;
	}
}

@media (max-width: 800px) {
	.fl-countdown-number{
		width: 100%;
	}
}

/* ############### Footer ############### */

footer .fl-menu-vertical li a{
	font-size: 3rem;
	font-weight: 900;
	text-transform: uppercase;
	color: var(--waldbach-light);
	margin-left:1rem;
}

footer .fl-menu-vertical li a:before{
	content:"\f345";
	font-family: dashicons;
	color: var(--waldbach-yellow);
    margin-left: -2rem;
    position: relative;
    bottom: -0.5rem;
}

footer .fl-icon-wrap .fl-icon-text{
	height: 1rem !important;
}

footer .fl-icon {
    vertical-align: top;
    padding-top: 2px;
}

@media (max-width: 1024px) {
	footer .fl-menu-vertical li a{
		font-size: 2rem !important;
	}
}