/*
 Theme Name:   theLuftkuhlers Theme
 Description:  theLuftkuhlers WordPress Theme 01
 Author:	     NEWWWW.MEDIA / Stappen & Kryska
 Author URI:   https://newww.media
 Version:      1.0.0
 Text Domain:  luftkuhlers

*/
/**	____________________________________________________________
 *
 *	INHALTE
 *
 *
 *	01 — BASICS
 *	02 — TYPO
 *	03 — GRID
 *	04 — HEADER, FOOTER & MENÜS
 *	05 — UX ELEMENTE
 *	06 — SEITEN
 *	07 — BLÖCKE
 *	08 — RESPONSIVE
 *
 *	____________________________________________________________
*/
/**
 *	01 — BASICS
 *	Basiselemente
 *	____________________________________________________________
*/
*,
:before,
:after {
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  scroll-snap-type: y mandatory;
  scroll-behavior: smooth;
}
body {
  position: relative;
  margin: 0;
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
  background-color: var(--cd-lightgray);
}
a {
  color: inherit;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  transition: color 0.15s ease-in-out;
}
a,
a:active,
a:hover {
  text-decoration: none;
  outline: 0;
  outline-width: 0;
  transition: color 0.3s ease-in-out;
}
a:hover {
  color: var(--lila);
}
p a {
  text-decoration: underline;
}
:focus {
  outline: none;
}
svg {
  transform: translate(0, 0);
  line-height: 1em;
}
img,
svg {
  display: block;
  border: 0 none;
  max-width: 100%;
  height: auto;
}
img {
  width: 100%;
}
/* Safari Fix */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  _::-webkit-full-page-media,
  _:future,
  :root,
  img {
    align-self: center;
  }
}
::-moz-selection {
  color: rgb(255, 255, 255);
  background: rgb(0, 0, 0);
}
::selection {
  color: rgb(255, 255, 255);
  background: rgb(0, 0, 0);
}
.bg-media {
  width: 100%;
  height: 100%;
}
.bg-media video,
.bg-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/**
 *	02 — TYPO, COLORS & ICONS
 *	Schrift- und Farbsettings
 *	____________________________________________________________
*/
/*--- FARBEN ---*/
/* CD Farben */
:root {
  --schwarz: #222222;
  --lila: #8b7eba;
}
/* SVG Framework */
.stroke {
  fill: none;
}
.stroke.opt-weight-thin {
  stroke-width: 1px;
}
.stroke.opt-weight-normal {
  stroke-width: 2px;
}
.stroke.opt-weight-thick {
  stroke-width: 3px;
}

/* SCHRIFT */
/* noto-sans-300 - latin */
/* roboto-300 - 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: "Roboto";
  font-style: normal;
  font-weight: 300;
  src: url("fonts/roboto-v48-latin-300.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-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: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url("fonts/roboto-v48-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-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: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: url("fonts/roboto-v48-latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* Headings */
h1,
h2,
h3,
h4,
h5,
.h1,
.h2,
.h3,
.h4,
.h5 {
  margin: 0.5em 0em 1em 0em;
  font-weight: 300;
  line-height: 1em;
  letter-spacing: 0.015em;
  color: var(--lila);
}
h1 {
  text-align: center;
}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
.h1:first-child,
.h2:first-child,
.h3:first-child,
.h4:first-child {
  margin-top: 0;
}
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
.h1:last-child,
.h2:last-child,
.h3:last-child,
.h4:last-child {
  margin-bottom: 0;
}
h2 + h3 {
  margin-top: 0px;
}
/* Size Settings */
:root {
  --body-l: 20;
  --body-s: 16;
  --h1-l: 3;
  --h1-s: 2;
  --h1: 2;
  --h2: 1.5;
  --h3: 1.33;
  --h4: 1.25;
  --h5: 1.1;
  --h-b1: 38.7;
  --rate: calc((var(--h1-l) - 1) / (var(--h1-s) - 1));
}
body {
  font-size: calc(
    1px * var(--body-s) + (var(--body-l) - var(--body-s)) *
      ((100vw - 320px) / 1120)
  );
}
:root {
  --v-h1: calc(
    ((1 + ((var(--h1) - 1) / var(--rate))) * var(--body-s) * 1px) +
      (
        var(--h1) * var(--body-l) -
          ((1 + ((var(--h1) - 1) / var(--rate))) * var(--body-s))
      ) * ((100vw - 320px) / 1120)
  );
  --v-h2: calc(
    ((1 + ((var(--h2) - 1) / var(--rate))) * var(--body-s) * 1px) +
      (
        var(--h2) * var(--body-l) -
          ((1 + ((var(--h2) - 1) / var(--rate))) * var(--body-s))
      ) * ((100vw - 320px) / 1120)
  );
  --v-h3: calc(
    ((1 + ((var(--h3) - 1) / var(--rate))) * var(--body-s) * 1px) +
      (
        var(--h3) * var(--body-l) -
          ((1 + ((var(--h3) - 1) / var(--rate))) * var(--body-s))
      ) * ((100vw - 320px) / 1120)
  );
  --v-h4: calc(
    ((1 + ((var(--h4) - 1) / var(--rate))) * var(--body-s) * 1px) +
      (
        var(--h4) * var(--body-l) -
          ((1 + ((var(--h4) - 1) / var(--rate))) * var(--body-s))
      ) * ((100vw - 320px) / 1120)
  );
  --v-h5: calc(
    ((1 + ((var(--h5) - 1) / var(--rate))) * var(--body-s) * 1px) +
      (
        var(--h5) * var(--body-l) -
          ((1 + ((var(--h5) - 1) / var(--rate))) * var(--body-s))
      ) * ((100vw - 320px) / 1120)
  );
  /*--v-h-b1: calc(((1 + ((var(--h-b1) - 1) / var(--rate))) * var(--body-s) * 1px) + (var(--h-b1) * var(--body-l) - ((1 + ((var(--h-b1) - 1) / var(--rate))) * var(--body-s))) * ((100vw - 320px) / 1120));*/
}
@media screen and (min-width: 1440px) {
  body {
    font-size: calc(var(--body-l) * 1px);
  }
  :root {
    --v-h1: calc(var(--h1) * 1em);
    --v-h2: calc(var(--h2) * 1em);
    --v-h3: calc(var(--h3) * 1em);
    --v-h4: calc(var(--h4) * 1em);
    --v-h5: calc(var(--h5) * 1em);
    /* --v-h-b1: calc(var(--h-b1) * 1em);*/
  }
}
h1,
.p-h1 {
  font-size: var(--v-h1);
  max-width: 960px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
h2,
.p-h2 {
  font-size: var(--v-h2);
  letter-spacing: 0px;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
h3,
.p-h3 {
  font-size: var(--v-h3);
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
h4,
.p-h4 {
  font-size: var(--v-h4);
}
h5,
.p-h5 {
  font-size: var(--v-h5);
}
h2 {
  color: var(--cd-green-01);
}
h3 {
  color: var(--cd-petrol-01);
}
.p-h-b1 {
  font-size: var(--v-h-b1);
}
/* Texts */
p {
  margin: 0 0 1.6em;
  max-width: 960px;
  width: 100%;
}
body {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  line-height: 1.6em;
}
.small-caps {
  font-size: 0.66em;
  font-weight: 700;
  text-transform: uppercase;
}
p img {
  margin-top: var(--3em);
}
p:last-child,
ul:last-child,
li:last-child,
ol:last-child {
  margin-bottom: 0;
}
b,
strong {
  font-weight: 700;
}
ul,
ol {
  margin: 0 0 2.1em;
  padding: 0;
  list-style: none;
  max-width: 960px;
  width: 100%;
}
h3 + .list-alt {
  margin-top: 45px;
}
.centered {
  text-align: center;
}

ul li:not(.menu li):not(.verlinkung) {
  font-weight: 700;
}
li:not(.menu-item):not(.verlinkungen li):not(.menu li) {
  padding: 0px 0px 0px 36px;
  margin: 0px 0px 1em 0px;
  position: relative;
}
li:not(.menu-item):not(.verlinkungen li):not(.menu li)::after {
  content: "";
  width: 16px;
  height: 2px;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0px;
  background: var(--lila);
}
/* BUTTONS */
a,
.button:focus,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
  outline: none;
}
button {
  border: none;
  font-size: inherit;
  font-weight: 700;
  cursor: pointer;
}
button::-moz-focus-inner {
  border: 0;
  outline: none;
}
.button,
.wpcf7-submit,
.wp-block-button__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0px 30px;
  font-size: 1em;
  line-height: 1em;
  letter-spacing: 0.02em;
  min-height: 50px;
  background: none;
  align-self: baseline;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  border-radius: 0px;
  font-weight: 300;
}
.button:hover,
.wpcf7-submit:hover,
.wp-block-button__link:hover {
  background-color: var(--anthrazit);
  color: var(--lila);
}
.button span {
  margin-left: 20px;
  margin-top: -3px;
}
/* Wordpress Core Button Wrapper Fix */
body .is-layout-flex {
  display: flex;
  width: 100%;
  max-width: 960px;
}

/**
 *	03 — GRID
 *	Grid Framework
 *	____________________________________________________________
*/
/* Flex */
:root {
  /* Std. Einheit */
  --1em: 10px;
  --1-4em: calc(var(--1em) * 0.25);
  --1-2em: calc(var(--1em) * 0.5);
  --3-4em: calc(var(--1em) * 0.75);
  --2em: calc(var(--1em) * 2);
  --3em: calc(var(--1em) * 3);
  --4em: calc(var(--1em) * 4);
  --5em: calc(var(--1em) * 5);
  --6em: calc(var(--1em) * 6);
  --7em: calc(var(--1em) * 7);
  --8em: calc(var(--1em) * 8);
  --9em: calc(var(--1em) * 9);
  --10em: calc(var(--1em) * 10);
  --12em: calc(var(--1em) * 12);
  --18em: calc(var(--1em) * 18);
}
@media screen and (min-width: 960px) {
  :root {
    /* Std. Einheit */
    --1em: 1.389vw;
  }
}
@media screen and (min-width: 1440px) {
  :root {
    /* Std. Einheit */
    --1em: 20px;
  }
}
@media screen and (min-width: 959px) {
  .row {
    display: flex;
    flex-direction: row;
  }
  .col {
    display: flex;
    flex-direction: column;
    flex: 1;
  }
}
/*.main-header, .main-content, .main-footer {
    display: flex;
    flex-direction: column;
}*/
section {
  position: relative;
  width: 100%;
}
.sec-spaced {
  margin-top: calc(var(--1em) * 6);
  margin-bottom: calc(var(--1em) * 6);
}
.sec-spaced-top {
  margin-top: calc(var(--1em) * 6);
}
.sec-spaced-bottom {
  margin-bottom: calc(var(--1em) * 6);
}
/* Flex */
.boxed {
  display: flex;
  align-items: center;
  justify-content: center;
}
/* Wrapper */
.wrapper {
  margin: 0 auto;
  padding: 0px var(--3em);
  width: 100%;
}
.wrapper.no-pad {
  padding: 0%;
}
.wrapper-1680 {
  max-width: calc(1680px + var(--6em));
}
.wrapper-1440 {
  max-width: calc(1440px + var(--6em));
}
.wrapper-1280 {
  max-width: calc(1280px + var(--6em));
}
.wrapper-960 {
  max-width: calc(960px + var(--6em));
}
.wrapper-830 {
  max-width: calc(830px + var(--6em));
}
.wrapper-left {
  margin-left: 0;
}
.wrapper-right {
  margin-right: 0;
}
.maxw360 {
  max-width: 360px;
}
.maxw240 {
  max-width: 240px;
}
.maxw120 {
  max-width: 120px;
}
/* Image Crop */
.img-crop {
  position: relative;
}
.img-crop img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0px;
}
.img-crop-2-3 {
  aspect-ratio: 2 / 3;
}
.img-crop-3-4 {
  aspect-ratio: 3 / 4;
}
.img-crop-1-1 {
  aspect-ratio: 1 / 1;
}
.img-crop-4-3 {
  aspect-ratio: 4 / 3;
}
.img-crop-3-2 {
  aspect-ratio: 3 / 2;
}
.img-crop-16-9 {
  padding-top: 56.25%;
}
.img-crop-2-1 {
  aspect-ratio: 2 / 1;
}
.img-crop-3-1 {
  aspect-ratio: 3 / 1;
}
/**
 *	04 — HEADER, FOOTER & MENÜS
 *	Header, Footer, Layer, Meüs, etc.
 *	____________________________________________________________
*/
/* HEADER */
.logo-wrapper {
  max-width: 830px;
  margin: var(--6em) auto var(--3em);
  width: 100%;
}

.home .logo-wrapper {
  margin: var(--6em) auto;
}

/* FOOTER */
#kontakt {
  padding-top: 60px;
  padding-bottom: 20px;
}
.footer-main .logo-wrapper {
  max-width: 100px;
}

/* FOOTER MENÜ */
.footer-main .logo-wrapper {
  max-width: 100px;
  margin-top: 0px;
  margin-bottom: 60px;
}
#footermenue_01 {
  display: flex;
  justify-content: center;
  font-size: 15px;
}
#footermenue_01 li {
  margin: 0px 10px;
}

/**
 *	05 — UX ELEMENTE
 *	Layer, Popups und weitere UX Elemente
 *	____________________________________________________________
*/

/**
 *	06 — SECTIONS & SEITEN
 *	Startseite, Unterseiten, Blog, Singles
 *	____________________________________________________________
*/
/* ALLGEMEIN */
.main-content .wrapper.wrapper-1280 {
  display: flex;
  flex-direction: column;
  align-items: center;
}
/* MAIN */
.main-content {
  margin-top: var(--1em);
  margin-bottom: var(--6em);
  min-height: 40vh;
}
.breadcrumbs {
  display: flex;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  font-size: 15px;
}
.breadcrumb-wrapper {
  margin-bottom: 10px;
}
.breadcrumb-wrapper a,
.breadcrumb-current-page {
  text-align: center;
  background: var(--grau);
  padding: 4px 8px;
  box-decoration-break: clone;
} /*.seite-headline {
	margin-top: var(--1-2em);
}*/
.trenner {
  margin: 0px 10px;
}

/* HOME */
#home-content .row-02 {
  display: flex;
  gap: var(--2em);
  justify-content: center;
  margin-bottom: 100px;
}
#home-content .row-02 .col {
  max-width: 263px;
}
#home-content .row-03 {
  margin-bottom: 80px;
}
.verlinkungen {
  display: flex;
  justify-content: center;
}
.verlinkung {
  font-weight: 300;
  margin: 0px 20px;
}
#home-blog-teaser {
  margin-top: var(--6em);
}
.blog-artikel-vertikal .row {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.col.blog-artikel.blog-artikel-vertikal {
  width: 100%;
}
#home-blog-teaser .blog-artikel-wrapper.row {
  gap: var(--1em);
  display: flex;
}
.col.teaser-thumbnail {
  max-width: 263px;
}
.teaser-excerpt small {
  margin-top: var(--1-2em);
}
.teaser-excerpt h2 {
  font-size: 1em;
  margin-top: var(--1-2em);
}
.mehr-lesen {
  margin-top: var(--1em);
}
.teaser-blog-link {
  margin: var(--2em) auto 0px;
  text-align: center;
  display: block;
}
/* BLOG */
.blog-artikel-wrapper {
  margin-top: var(--2em);
}
.blog-artikel {
  margin-bottom: var(--3em);
}
.col.blog-thumbnail {
  max-width: 360px;
  margin-right: var(--2em);
}
.col.blog-excerpt {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.col.blog-excerpt h2 {
  margin-bottom: 0.5em;
}
.col.blog-excerpt p {
  margin-bottom: 1.5em;
}

#pagination {
  display: flex;
  justify-content: center;
}
#pagination a,
#pagination .current {
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  margin: 0px 5px;
}
#pagination .current {
  background: var(--lila);
  color: white;
}
/* Single */
.col.post-thumbnail {
  max-width: 500px;
  margin: auto auto var(--1em);
}
.beitrags-datum {
  text-align: center;
  margin-bottom: var(--4em);
}
/**
 *	07 — BLÖCKE
 *	____________________________________________________________
*/

/**
 *	08 — RESPONSIVE
 *	Anpassung des Layouts für mobile Geräte
 *	____________________________________________________________
*/
@media screen and (min-width: 2048px) {
}
@media screen and (max-width: 1640px) {
}
@media screen and (max-width: 1400px) {
}
@media screen and (max-width: 1320px) {
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 1080px) {
}
@media screen and (max-width: 960px) {
  .col.blog-thumbnail {
    max-width: 360px;
    margin-right: 0px;
    margin-bottom: var(--1em);
  }
  .blog-artikel {
    margin-bottom: var(--5em);
  }
  #home-blog-teaser .blog-artikel-wrapper.row {
    gap: var(--1em);
    flex-direction: column;
  }
  .blog-artikel-vertikal .row {
    display: flex;
    flex-direction: row;
    width: 100%;
  }
  .col.teaser-thumbnail {
    max-width: 263px;
    width: 100%;
    margin-right: var(--2em);
  }
  .col.teaser-excerpt {
    margin-top: auto;
  }
}
@media screen and (max-width: 840px) {
}
@media screen and (max-width: 767px) {
}
@media screen and (max-width: 660px) {
}
@media screen and (max-width: 600px) {
  .wrapper {
    padding: 0px var(--2em);
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  .h1,
  .h2,
  .h3,
  .h4,
  .h5 {
    hyphens: auto;
  }
  /* p {
    font-size: 1.125em;
  } */

  .col.teaser-thumbnail {
    width: 120px;
    margin-right: var(--2em);
  }
  .col.teaser-excerpt {
    margin-top: auto;
  }
}
@media screen and (max-width: 546px) {
}
@media screen and (max-width: 480px) {
  :root {
    --1em: 10px;
  }
  .wrapper {
    padding: 0px calc(var(--1em) + var(--1-2em));
  }
  h1,
  h2,
  h3 {
    text-align: left;
  }
  .breadcrumb {
    text-align: left;
  }
}
@media screen and (max-width: 360px) {
}
/** IE FIXES **/
@media screen\0, screen\9 {
  h1,
  h2,
  h3,
  p {
    width: 100%;
  }
  img {
    flex-shrink: 0;
  }
}
