/* 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;
  margin-top: 0;
  margin-bottom: 0;
}

@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);
  margin-left: 0;
}

@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;
  flex-wrap: wrap;
/*   position: relative !important; */
}

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

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