/*
Theme Name: HUBER LP
Theme URI: https://purpix.de
Author: purpix
Author URI: https://purpix.de
Version: 1.0

DIESES THEME IST ZUR WEITERVERGABE AN DEN KUNDEN KONZIPIERT


1. Allgemeines
2. Startseite - LP Autohäuser
3. Footer
4. Fonts

*/




/* 
=======================
	Allgemeines 
=======================
*/

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



html {
  font-family: sans-serif;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent; 
  overflow-x: hidden;
  position: relative;  
}

#BorlabsCookieBox ._brlbs-refuse a {
    color: #FFF !important;
    background: #ad0b60;
    font-size: 16px;
    border-radius: 3px;
    padding: 14px 30px;
    display: inline-block;
}

#BorlabsCookieBox ._brlbs-manage a {
    color: #FFF !important;
    background: #c2136d;
    font-size: 16px;
    border-radius: 3px;
    padding: 14px 30px;
    display: inline-block;
}

@-ms-viewport {
  width: device-width; }

article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

body {
  margin: 0;
  font-family: 'Montserrat';
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  color: #000;
  text-align: left;
  background-color: #fff; 
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;	}

[tabindex="-1"]:focus {
  outline: 0 !important; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem; }
  
a, a:hover {
    color: #e32086;
}

.main {
	padding: 50px 20px;
}
	
@media (min-width: 768px) {
	.main {
	display: flex; 
	justify-content: space-between; 
	width: 1500px;
	max-width: 100%;
	margin: auto;
	}
	
}

@media (min-width: 768px) {
	.container {
/* 	    justify-content: space-between; */
	    justify-content: space-around;
		display: flex;
		margin: auto;
		flex-wrap: wrap;
	}
}
@media (min-width: 1024px) {
/* 		.container { flex-wrap: nowrap; } */
}

header {	padding: 0 20px; }

@media (min-width: 768px) {
	header {
		display: flex; 
		justify-content: space-between; 

	}
	header div {
		flex-basis: 45%;
	}
}
header img {max-width: 100%; height: auto;}


.header-social-media-links {
    position: absolute;
    right: 0;
    top: 20px;
    width: 50px;
    text-align: center;
    font-size: 30px;
    background-color: #cdcdcd;
    z-index: 20;
    display: none;
}
@media (min-width: 1024px) {
   .header-social-media-links {display: block; }
}

.header-social-media-links a {
    color: #fff;
    display: block;
}

.header-social-media-links a:hover {
    color: #e32086;
}
@media (max-width: 767px) {
	.logo, .claim {
		text-align: center;
	}
}

@media (min-width: 1024px) {
	.logo {
		padding: 0 45px 20px;
	}
	.claim {
/* 	    padding: 35px; */
	}
}

/* 
=======================
	Startseite - LP Autohäuser 
=======================
*/


.container.autohauser {
	margin: 0 -5px;
}

.autohaus {
	text-align: center;
	margin: 0.5% 0;
	color: #fff;
	position: relative;
	max-height: 450px;
	overflow: hidden;
	font-size: 18px;
	background-size: cover;
    background-position: center;
}

.autohaus a {
	color: #fff;
	text-decoration: none;
}

.autohaus-content {
    padding: 20px;
    height: 100%;    
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.autohaus-content:after {
    background-color: rgba(0,0,0,0.8);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    content: '';
    transition: 0.1s ease-in all;
    -moz-transition: 0.1s ease-in all;
    -webkit-transition: 0.1s ease-in all;        
}

.autohaus-link {    
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    z-index: 20;
}

/*
.autohaus-link:hover ~ .autohaus-content p, 
.autohaus-link:hover ~ .autohaus-content i {
	opacity: 0;
}
*/
.autohaus-link:hover ~ .autohaus-content:after {
	background-color: rgba(0,0,0,0.4);
}

.autohaus-logo {
	max-height: 80px;
	width: 240px;
	position: relative;
	z-index: 1;
	max-width: 100%;
    height: auto;
    object-fit: contain;
}

.autohaus-adresse {
    position: relative;
    z-index: 1;
    transition: 0.1s ease-in all;
    -moz-transition: 0.1s ease-in all;
    -webkit-transition: 0.1s ease-in all;    
}

.background-image {	
	visibility: hidden;
}

@media (min-width: 768px) {
.autohaus {max-height: 300px; flex-basis: calc(49.5%);}
/* .autohaus:last-child { flex-basis: 100%;} */
}

@media (min-width: 1024px) {
.autohaus { flex-basis: 31.75%;}

}

@media (min-width: 1200px) {
	.autohaus-logo {
		max-height: 100px;
	}
}

@media (min-width: 1500px) {
.autohaus { max-height: 600px; font-size: 14px;
	flex-basis: 16%;
	/* flex-basis: 19%; */
}
.autohaus-content{padding: 50px 20px;}
div.autohaus-adresse{position: absolute; bottom: 50px;left: 0;right: 0;display: block;}
div.autohaus-adresse p{margin-bottom: 0;}

}

@media (min-width: 1800px) {
.autohaus { font-size: 18px; max-height: 100%;}
}









/* 
=======================
	Footer 
=======================
*/

footer {
    margin-top: 6px;
}

.copyright {
	background-color: #000;
	color: #fff;
	text-align: center;
	padding: 0;
}
.copyright ul {
    list-style: none;
    padding: 8px 0px;
    font-size: 16px;
    font-weight: bold;
    margin: 0;
}
.copyright li {
	display: inline-block;
}
.copyright li:first-child:before {content: '';}
.copyright li:before {
	display: inline-block;
	content: ' | ';
	padding-right: 10px;
	padding-left: 5px;
}
.copyright li a { color: #fff; text-decoration: none; }

.kleingedrucktes {
	font-size: 14px; 
	color: #636363;
	text-align: center;
	width: 1500px; 
	max-width: 100%;
	margin: auto;
	padding: 0 20px;
	font-weight: normal;
}

#pp-cookie-notice {
	position: fixed;
    bottom: 0;
    left: 0;
    background-color: #333;
    z-index: 9999;
    color: #fff;
    max-width: 500px;
    line-height: 1.5;
}

#pp-cookie-noticeCloser {
   color: #fff;
   position: absolute;
   right: 20px;
   text-decoration: none;
   top: 10px;
   cursor:pointer;
}

#pp-cookie-noticeCloser:hover {
   color: #e32086;
}


/* ISUZU LP */

.page-template-isuzu-page .main {
  width: 100%;
  padding: 0;
  margin: 0 auto;
  display: block;
}

.page-template-isuzu-page .content .max_width{
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  padding: 20px;
}

.page-template-isuzu-page video {
  width: 100%;
  max-height: calc(100vh - 143px);
  object-fit: cover;
}

.page-template-isuzu-page .video {
  position: relative;
}

.page-template-isuzu-page .content figure.text_over_video {
  position: absolute;
  display: table;
  bottom: 15%;
  transform: translateX(50%);
  right: 50%;
}

.page-template-isuzu-page .text_over_video img {
  display: block;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .page-template-isuzu-page .text_over_video img {
    max-width: 350px;
  }
}

@media (min-width: 600px) and (max-width: 767px) {
  .page-template-isuzu-page .text_over_video img {
    max-width: 250px;
  }
}

@media (max-width: 599px) {
  .page-template-isuzu-page .text_over_video img {
    max-width: 150px;
  }
}

.page-template-isuzu-page .content figure {
  margin: 0 !important;
  height: auto;
}

.page-template-isuzu-page .content img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  max-height: 30vw;
}

@media (max-width: 767px) {
  .page-template-isuzu-page .content img {
    object-fit: unset;
    max-height: unset;
  }
}

.page-template-isuzu-page .content figcaption {
  background: black;
  color: white;
  text-align: center;
  font-size: 40px;
  padding: 10px 20px;
}

@media (max-width: 1334px) {
  .page-template-isuzu-page .content figcaption {
    font-size: 36px;
  }
}

@media (min-width: 1024px) and (max-width: 1200px) {
  .page-template-isuzu-page .content figcaption {
    font-size: 30px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .page-template-isuzu-page .content figcaption {
    font-size: 22px;
  }
}

@media (min-width: 600px) and (max-width: 767px) {
  .page-template-isuzu-page .content figcaption {
    font-size: 16px;
  }
}

@media (max-width: 599px) {
  .page-template-isuzu-page .content figcaption {
    font-size: 12px;
  }
}


.page-template-isuzu-page .content figcaption strong {
  color: #ba372a;
  font-weight: 500;
}

.page-template-isuzu-page .content h1, .page-template-isuzu-page .content .h1 {
  color: #ba372a;
  font-size: 24px;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .page-template-isuzu-page .content h1, .page-template-isuzu-page .content .h1 {
    font-size: 20px;
  }
}

.page-template-isuzu-page .content h2, .page-template-isuzu-page .content .h2 {
  font-size: 18px;
}

.page-template-isuzu-page .content h3, .page-template-isuzu-page .content .h3 {
  font-size: 18px;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.page-template-isuzu-page .content h4, .page-template-isuzu-page .content .h4 {
  font-size: 24px;
  text-transform: uppercase;
}

.page-template-isuzu-page .content .wp-block-group:not(.max_width):not(:first-child) {
  margin: 25px 0;
}

.page-template-isuzu-page .content p {
  font-size: 15px;
}

.page-template-isuzu-page .zwei_spaltig {
  display: flex;
  margin-bottom: 15px;
}

.page-template-isuzu-page .zwei_spaltig .wp-block-column {
  width: 50%;
}

.page-template-isuzu-page .zwei_spaltig .wp-block-column img {
  width: 80%;
  max-width: 350px;
}

.page-template-isuzu-page .drei_spaltig {
  display: flex;
  margin-bottom: 15px;
}

.page-template-isuzu-page .drei_spaltig .wp-block-column {
  flex: 1 1 33.333%;
}

.page-template-isuzu-page .drei_spaltig .wp-block-column img {
  width: 80%;
}

.page-template-isuzu-page .fuenf_spaltig {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 15px;
}

.page-template-isuzu-page .fuenf_spaltig .wp-block-column {
  flex: 1 1 calc(20% - 8px);
}

@media (min-width: 600px) and (max-width: 1023px) {
  .page-template-isuzu-page .fuenf_spaltig .wp-block-column {
    flex: 1 1 calc(50% - 5px);
  }
}

@media (max-width: 599px) {
  .page-template-isuzu-page .fuenf_spaltig .wp-block-column {
    flex: 1 1 100%;
  }
}

.page-template-isuzu-page .has-text-align-center {
  text-align: center;
}

.page-template-isuzu-page .button {
  display: table;
  margin: 0 auto;
}

.page-template-isuzu-page .button a {
  display: block;
  border-radius: 3px;
  padding: 15px 20px;
  background: #b32727;
  color: white;
  text-decoration: none;
  font-weight: 700;
}


@media (max-width: 599px) {
  .page-template-isuzu-page .zwei_spaltig {
    display: block;
    margin-bottom: 15px;
  }
  
  .page-template-isuzu-page .zwei_spaltig .wp-block-column {
    width: 100%;
  }
  
  .page-template-isuzu-page .drei_spaltig {
    display: block;
    margin-bottom: 15px;
  }
}

.page-template-isuzu-page header {
  align-items: center;
  display: flex;
  justify-content: space-between;
  max-width: 1500px;
  margin: 0 auto;
}

.page-template-isuzu-page header div {
  flex-basis: unset;
}

.page-template-isuzu-page header .logo {
  padding: 0;
}

.page-template-isuzu-page header .logo img  {
  display: block;
}

.logos_klein {
  display: flex;
}

.logos_klein > div {
  margin-right: 35px;
}

.logos_klein > div:hover img {
  filter: grayscale(0);
  opacity: 1;
}

.logos_klein > div:hover span {
  color: #e32086;
}

.logos_klein > div:last-child {
  margin-right: 0;
}

.logos_klein a {
  text-decoration: none;
}

.logos_klein img {
  margin: 0 auto;
  height: 45px;
  width: auto;
  display: block;
  max-width: unset;
  filter: grayscale(1);
  opacity: 0.8;
max-width: 100px;
object-fit: contain;
}

.logos_klein span {
  font-size: 10px;
  font-weight: 400;
  margin-top: 5px;
  text-align: center;
  position: relative;
  display: block;
  color: black;
}

.jetzt_anrufen p:first-child {
  font-size: 30px;
  line-height: 30px;
  color: #e32086;
  font-weight: 700;
  text-align: right;
  margin: 0;
}

.jetzt_anrufen p:last-child {
  font-size: 30px;
  line-height: 30px;
  font-weight: 700;
  text-align: right;
  margin: 0;
  
}

.jetzt_anrufen p a {
  text-decoration: none;
  color: black;
}

.jetzt_anrufen p a:hover {
  color: #e32086;
}

@media (max-width: 1599px) {
  .page-template-isuzu-page .header-social-media-links {
    top: 150px;
  }
}

@media (max-width: 1369px) {
  .jetzt_anrufen p:first-child, .jetzt_anrufen p:last-child {
    font-size: 22px;
    line-height: 22px;
  }
  .page-template-isuzu-page header .logo img {
    display: block;
    max-height: 80px;
  }
  .page-template-isuzu-page .header-social-media-links {
    top: 85px;
  }
}

@media (max-width: 1059px) {
  .logos_klein {
    display: none;
  }
  .page-template-isuzu-page header .logo img {
    max-height: 100px;
  }
  .page-template-isuzu-page .header-social-media-links {
    top: 105px;
  }
}

@media (max-width: 599px) {
  .jetzt_anrufen {
    display: none;
  }
  .page-template-isuzu-page header {
    justify-content: center;
  }
}


/* 
=======================
	Fonts 
=======================
*/



/* montserrat-300 - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  src: url('fonts/montserrat-v13-latin-300.eot'); /* IE9 Compat Modes */
  src: local('Montserrat Light'), local('Montserrat-Light'),
       url('fonts/montserrat-v13-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/montserrat-v13-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/montserrat-v13-latin-300.woff') format('woff'), /* Modern Browsers */
       url('fonts/montserrat-v13-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/montserrat-v13-latin-300.svg#Montserrat') format('svg'); /* Legacy iOS */
}
/* montserrat-regular - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/montserrat-v13-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Montserrat Regular'), local('Montserrat-Regular'),
       url('fonts/montserrat-v13-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/montserrat-v13-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/montserrat-v13-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/montserrat-v13-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/montserrat-v13-latin-regular.svg#Montserrat') format('svg'); /* Legacy iOS */
}
/* montserrat-500 - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  src: url('fonts/montserrat-v13-latin-500.eot'); /* IE9 Compat Modes */
  src: local('Montserrat Medium'), local('Montserrat-Medium'),
       url('fonts/montserrat-v13-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/montserrat-v13-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/montserrat-v13-latin-500.woff') format('woff'), /* Modern Browsers */
       url('fonts/montserrat-v13-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/montserrat-v13-latin-500.svg#Montserrat') format('svg'); /* Legacy iOS */
}
/* montserrat-700 - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/montserrat-v13-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Montserrat Bold'), local('Montserrat-Bold'),
       url('fonts/montserrat-v13-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/montserrat-v13-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/montserrat-v13-latin-700.woff') format('woff'), /* Modern Browsers */
       url('fonts/montserrat-v13-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/montserrat-v13-latin-700.svg#Montserrat') format('svg'); /* Legacy iOS */
}